[Webkit-unassigned] [Bug 30029] transitions/transition-end-event-transform.html failed on Leopard Commit Bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 6 11:49:25 PST 2009


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





--- Comment #3 from Eric Seidel <eric at webkit.org>  2009-11-06 11:49:25 PDT ---
It looks like this test just uses a <script> tag in the head.  And starts the
test immediately on hitting hte script tag, before the test content is parsed. 
I expect that occasionally the parsing pauses due to disk access or that
parsing takes longer than 0.7 seconds and thus the test fails in this way.

Seems the easy solution is to put the start in an onload handler, or to just
put the script tag after the test content. :)

-- 
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