Sign in
webkit
/
WebKit
/
4e0421c6ea3f688eaca7446095f3ecfb4d4cd4e9
/
.
/
LayoutTests
/
media
/
media-controller-unpause-expected.txt
blob: 1ec915d59bc9d8b3e7f39f424511a92d79d4e5cf [
file
] [
log
] [
blame
]
RUN(controller = video.controller)
EVENT(canplaythrough)
RUN(controller.pause())
EVENT(pause)
RUN(controller.unpause())
EVENT(play)
EXPECTED (controller.playbackState == 'waiting') OK
RUN(controller.play())
EVENT(playing)
END OF TEST