1 Test that video loops when time reaches the value specified by the loopEnd DOM attribute.
3 TEST(video.loopEnd==0.5) OK
4 TEST(video.getAttribute('loopend') == '0.5s') OK
8 TEST(video.currentLoop == 1) OK
9 TEST(video.currentTime.toFixed(1) == 0) OK