Bug 58094

Summary: Add a layout test to ensure that mousemove is fired from a subframe
Product: WebKit Reporter: Daniel Bates <dbates>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Layout test darin: review+

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>