blob: f02774630b49b404c6e8ac23f3fc10f30150f324 [file] [log] [blame]
Test that seeking video with remaining loops past it's end rewinds to the beginning and continues playback.
RUN(video.play())
EVENT(load)
EVENT(timeupdate)
EVENT(timeupdate)
EVENT(timeupdate)
TEST(video.currentLoop == 1) OK
END OF TEST