Sign in
webkit
/
WebKit
/
1ae32ffaa60e07410e8accdc0af3b31feaa74e3a
/
.
/
LayoutTests
/
media
/
video-seek-double-expected.txt
blob: 3ff4e5be037d28cd795ced6ffe3db3016ff3f58d [
file
] [
log
] [
blame
]
Test that seeking twice in the same run loop will cancel the first seek.
EVENT(canplaythrough)
RUN(video.currentTime = 2)
RUN(video.currentTime = 0.5)
EVENT(seeked)
EXPECTED (video.currentTime == '0.5') OK
RUN(video.play())
EVENT(play)
END OF TEST