blob: d78d7a7f31222cb5a67488c581de90c6a7e77463 [file] [log] [blame]
<video autoplay src=content/test.mp4></video>
<script src=video-test.js></script>
<script>
video.end = 0.5;
test("video.end == 0.5");
test("video.getAttribute('end') == '0.5s'");
waitForEventTestAndEnd('ended', "video.currentTime == 0.5");
</script>