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