[Webkit-unassigned] [Bug 36701] New: Fix tests added by https://bugs.webkit.org/show_bug.cgi?id=36675 on Qt Linux and Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 27 07:04:08 PDT 2010


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

           Summary: Fix tests added by
                    https://bugs.webkit.org/show_bug.cgi?id=36675 on Qt
                    Linux and Windows
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: robert at webkit.org


Add support to unix and windows NS plugin for executing scripts on setWindow.

Amend plugins/reentrant-update-widget-positions.html to trigger the test in the
same way as its companion test update-widgets-crash.html, i.e.:

window.addEventListener('load', doTest, false);

reentrant-update-widget-positions.html was using:

    window.addEventListener('load', function() {
        window.setTimeout(doTest, 0);

which on Qt (and apparently Windows judging by the bot) runs the test after
onSetWindow has been called. There must be a bug at the bottom of this
difference but probably best to treat separately.

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



More information about the webkit-unassigned mailing list