Sign in
webkit
/
WebKit
/
fff5469af9e21121a01bc52b64d66a2e93b51665
/
.
/
LayoutTests
/
media
/
video-play-pause-exception-expected.txt
blob: 4adca5d426b91b5711f96e3231506533fe1c62d6 [
file
] [
log
] [
blame
]
Video has no src. Test that the playing event is not dispatched.
RUN(handlePromise(video.play()))
RUN(video.pause())
EVENT(waiting)
EVENT(pause)
EXPECTED (video.networkState == '0') OK
END OF TEST