[Webkit-unassigned] [Bug 148597] [Mac] http/tests/media/video-play-stall.html is flakey

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 28 23:41:07 PDT 2015


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

--- Comment #4 from Alexey Proskuryakov <ap at webkit.org> ---
A Yosemite failure:

@@ -1,14 +1,9 @@

 Test that a stalled event is sent when media loading stalls.

-EVENT(durationchange)
-EVENT(loadedmetadata)
-EVENT(loadeddata)
-EVENT(canplay)
-RUN(video.play())
 EVENT(stalled)
-EXPECTED (video.currentTime != '0') OK
+EXPECTED (video.currentTime != '0'), OBSERVED '0' FAIL
 EXPECTED (video.playbackRate === '1') OK
-EXPECTED (video.paused === 'false') OK
+EXPECTED (video.paused === 'false'), OBSERVED 'true' FAIL
 END OF TEST

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150829/a2da2af5/attachment.html>


More information about the webkit-unassigned mailing list