upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / media / video-play-pause-events-expected.txt
1 Test that calling play() and pause() triggers async play, timeupdate and pause events.
2
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
12