1 Test that playing video rewinds to time specified by the loopStart DOM attribute when it loops.
3 TEST(video.loopStart==1.0) OK
4 TEST(video.getAttribute('loopstart') == '1s') OK
10 TEST(video.currentLoop == 1) OK
11 TEST(video.currentTime.toFixed(1) == 1.0) OK