Sign in
chromium
/
external
/
WebKit_trimmed
/
64a9ab8e7518e59204e2b4d00aaa026e70a2506f
/
.
/
LayoutTests
/
media
/
media-controller-unpause-expected.txt
blob: 1b41e7c8aafe0030d05b5a11bc2890ebab71a7aa [
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