Sign in
webkit
/
WebKit
/
b566e91b927eaae25ae14e31d8b9161b00dd7b81
/
.
/
LayoutTests
/
media
/
video-play-pause-exception-expected.txt
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