[Webkit-unassigned] [Bug 25852] New: No way to test file drags in DumpRenderTree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 18 03:59:36 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25852

           Summary: No way to test file drags in DumpRenderTree
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: oliver at apple.com


No way to test file drags in DumpRenderTree

Which means we can't test <input type="file"> dragging.  I'm going to take a
moment tomorrow and look at adding such.  Maybe something like:

eventSender.beginFileDrag("foo.png");
eventSender.mouseMoveTo(10, 10);
eventSender.mouseUp();

We could even use this for testing the "hover" effect on <input type="file"> by
causing the pixel dump to occur before the actual mouseUp().


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list