Sign in
webkit
/
WebKit
/
fff5469af9e21121a01bc52b64d66a2e93b51665
/
.
/
LayoutTests
/
media
/
video-pause-play-resolve-expected.txt
blob: c2442bb4031892d7d51c70d69c6d0b6d36878b41 [
file
] [
log
] [
blame
]
RUN(mediaElement.src = findMediaFile('video', 'content/test'))
EVENT(canplaythrough)
RUN(promise = video.play())
Promise resolved OK
RUN(video.pause())
RUN(promise = video.play())
Promise resolved OK
END OF TEST