blob: 1c08c430c212cf7036df7b85c0f8a5c28266ceca [file] [log] [blame]
Test that seeking paused video past it's duration time sets currentTime to duration and leaves video paused.
RUN(video.load())
EVENT(load)
RUN(video.currentTime = 500)
EVENT(timeupdate)
TEST(video.currentTime == video.duration) OK
END OF TEST