RESOLVED FIXED 23633
The test transitions/transition-end-event-nested.html occasionally fails
https://bugs.webkit.org/show_bug.cgi?id=23633
Summary The test transitions/transition-end-event-nested.html occasionally fails
Scott Violet
Reported 2009-01-29 17:09:31 PST
At least on Chromium debug builds. I suspect this is because some times the timeout is called before the events finish.
Attachments
Fix (2.94 KB, patch)
2009-01-29 17:19 PST, Scott Violet
darin: review+
Scott Violet
Comment 1 2009-01-29 17:19:14 PST
Created attachment 27171 [details] Fix This patch does two things: 1. Ups the timeout to 2 seconds. 2. Makes test exit as soon as all events are received. With 2 the tests should be able to run as fast as possible.
Darin Adler
Comment 2 2009-01-30 10:36:49 PST
Comment on attachment 27171 [details] Fix Looks OK as is. But also, if we hit the timeout, then I'd like to see the test fail more directly rather than just calling processEndEvents. r=me
Darin Fisher (:fishd, Google)
Comment 3 2009-02-02 11:13:06 PST
Note You need to log in before you can comment on or make changes to this bug.