blob: b52710f6b380318a3317e102c345690d5746e029 [file] [log] [blame]
<video src=content/test.mp4 autoplay></video>
<script src=video-test.js></script>
<script>
test("video.autoplay");
test("video.getAttribute('autoplay') != null");
waitForEventTestAndEnd('play', "!video.paused");
</script>