blob: e1d8ba211a615c50b843c221f23433d3af91f4bf [file] [log] [blame]
<video autoplay controls></video>
<script src=media-file.js></script>
<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 = findMediaFile("video", "content/test");
</script>