blob: 3444872ae6605309c74771c0daca015ef91de333 [file] [log] [blame]
Video has no src. Test that the playing event is not dispatched.
RUN(video.play())
RUN(video.pause())
EVENT(waiting)
EVENT(timeupdate)
EVENT(pause)
EXPECTED (video.networkState == '0') OK
END OF TEST