blob: 44c8ffd597df96ff6fad10ff5a887573b579951a [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.82') OK
RUN(video.play())
EVENT(ended)
END OF TEST