Add new access object callback
[framework/web/webkit-efl.git] / LayoutTests / media / video-play-pause-exception-expected.txt
1 Video has no src. Test that the playing event is not dispatched.
2
3 RUN(video.play())
4 RUN(video.pause())
5 EVENT(waiting)
6 EVENT(timeupdate)
7 EVENT(pause)
8 EXPECTED (video.networkState == '0') OK
9 END OF TEST
10