blob: 04d220066088d993ec9c5226b15829886d4a5790 [file] [log] [blame]
<video autoplay controls></video>
<script src=video-test.js></script>
<script>
testExpected("video.autoplay", true);
testExpected("video.getAttribute('autoplay')", null, '!=');
waitForEvent('play', function () { testExpected("video.paused", false); endTest(); } );
video.src = "content/test.mp4";
</script>