[Webkit-unassigned] [Bug 17557] New: incorrect results for css2.1 layout tests that use setTimeout in body onload event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 26 13:40:39 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17557

           Summary: incorrect results for css2.1 layout tests that use
                    setTimeout in body onload event
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: idealisms at gmail.com


There are six layout tests that have the wrong expected results.  These tests
have the following:
  <body onload="setTimeout('run()', 0)">
Which doesn't get run when the layout test results are dumped.  The tests that
do this are:
  css2.1/t1204-increment-00-c-o.html
  css2.1/t1204-increment-01-c-o.html
  css2.1/t1204-increment-02-c-o.html
  css2.1/t1204-reset-00-c-o.html
  css2.1/t1204-reset-01-c-o.html
  css2.1/t1204-reset-02-c-o.html

I have a patch to remove the setTimeout since it's not needed.


-- 
Configure bugmail: http://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