RESOLVED FIXED Bug 28465
Make media layout test video-source-add-src.html less timing dependent
https://bugs.webkit.org/show_bug.cgi?id=28465
Summary Make media layout test video-source-add-src.html less timing dependent
Eric Carlson
Reported 2009-08-19 11:44:28 PDT
Layouttests/media/video-source-add-src.html sets the <video> element src in the 'loadstart' event handler and sets a timer to fire in 200ms to check the element state and end the test. The test also logs a number of events that fire after 'loadstart', but on a slow (or loaded) machine the 200ms timer can trigger before all of the media events fire - causing the test to "fail" because not all events are logged.
Attachments
proposed patch (2.51 KB, patch)
2009-08-19 12:04 PDT, Eric Carlson
simon.fraser: review+
Eric Carlson
Comment 1 2009-08-19 12:04:33 PDT
Created attachment 35131 [details] proposed patch
Eric Carlson
Comment 2 2009-08-19 12:32:34 PDT
Note You need to log in before you can comment on or make changes to this bug.