Sign in
webkit
/
WebKit
/
1301b5dddcb28e452a3a8911596f68f5704bd0a8
/
.
/
LayoutTests
/
media
/
video-ended-seek-crash-expected.txt
blob: 8009d10872697bd21a2471524e14abb90a274ba8 [
file
] [
log
] [
blame
]
EVENT(canplaythrough)
RUN(video.currentTime = video.duration - 0.1)
RUN(video.play())
EVENT(ended)
RUN(video.setAttribute("loop", "loop"))
RUN(video.currentTime = 0)
RUN(video.play())
EVENT(seeked)
END OF TEST