Bug 135071

Summary: media/video-seek-with-negative-playback.html is flaky on Mac
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: eric.carlson, jer.noble
Priority: P2 Keywords: LayoutTestFailure
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Alexey Proskuryakov 2014-07-18 13:57:31 PDT
This test sometimes times out on Mountain Lion:

@@ -1,10 +1,7 @@
+FAIL: Timed out waiting for notifyDone to be called
 
 Test that seeking with a negative playbackRate works correctly.
 
 EVENT(canplaythrough)
 EVENT(seeked)
-EVENT(timeupdate)
-EVENT(timeupdate)
-EXPECTED (video.currentTime < '3') OK
-END OF TEST
Comment 1 Alexey Proskuryakov 2014-07-18 13:59:31 PDT
Marked as flaky on 10.8 in <http://trac.webkit.org/r171242>.