Sign in
webkit
/
WebKit
/
refs/heads/safari-4-branch
/
.
/
LayoutTests
/
media
/
video-play-pause-exception-expected.txt
blob: d8969e36f2edc32e7e6f9405dc5de3e28ce09b8f [
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 == '4') OK
END OF TEST