blob: fd85493570eefc8e048f35f960c2a9190c35c185 [file] [log] [blame]
Test that playing video rewinds to time specified by the loopstart attribute when it loops.
TEST(video.loopStart==1.0) OK
RUN(video.play())
EVENT(load)
EVENT(timeupdate)
EVENT(timeupdate)
EVENT(timeupdate)
TEST(video.currentLoop == 1) OK
TEST(video.currentTime.toFixed(1) == 1.0) OK
END OF TEST