Bug 58094 - Add a layout test to ensure that mousemove is fired from a subframe
Summary: Add a layout test to ensure that mousemove is fired from a subframe
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-07 15:43 PDT by Daniel Bates
Modified: 2011-04-07 16:39 PDT (History)
0 users

See Also:


Attachments
Layout test (3.49 KB, patch)
2011-04-07 15:49 PDT, Daniel Bates
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2011-04-07 15:43:51 PDT
We should add a test case to ensure that we don't regress firing a mousemove event from a subframe. Ensuring that we fire a moursemove event follows from <http://www.w3.org/TR/DOM-Level-3-Events/#event-type-mousemove>.
Comment 1 Daniel Bates 2011-04-07 15:49:17 PDT
Created attachment 88718 [details]
Layout test
Comment 2 Daniel Bates 2011-04-07 16:39:04 PDT
Committed r83228: <http://trac.webkit.org/changeset/83228>