Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / media / video-currentTime-delay-expected.txt
blob58f18cdae4f82842a17f5d2455a99dc4038e99a9
1 Test a delay in playing the movie results in a canPlay event.
3 EVENT(canplaythrough)
4 EXPECTED (video.currentTime == '0') OK
5 RUN(video.currentTime = video.duration - 0.2)
6 EVENT(seeked)
7 RUN(video.play())
8 EVENT(ended)
9 END OF TEST