blob: f04086855f18290fd5ec9ee743867b6a00a05b67 [file] [log] [blame]
Test that setting currentTime changes the time, and that 'ended' event is fired in a reasonable amount of time
EVENT(canplaythrough)
EXPECTED (video.currentTime == '0') OK
RUN(video.currentTime = video.duration - 0.2)
EVENT(seeked)
EXPECTED (video.currentTime.toFixed(2) == '5.83') OK
RUN(video.play())
EVENT(ended)
END OF TEST