Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / media / video-play-pause-events-expected.txt
blobfe3f84519abb7b530c3b42ca913e121181610396
1 Test that calling play() and pause() triggers async play, timeupdate and pause events.
3 RUN(video.play())
4 RUN(video.pause())
5 SCRIPT DONE
6 EVENT(play)
7 EVENT(waiting)
8 EVENT(timeupdate)
9 EVENT(pause)
10 EXPECTED (video.paused == 'true') OK
11 END OF TEST