2 <video autoplay controls
></video>
3 <p>Test that play event fires when
"src" set with an autoplay attribute in a sandbox with allows-scripts.
</p>
4 <script src=media-file.js
></script>
5 <script src=video-test.js
></script>
7 testExpected("video.paused", true);
9 waitForEvent('play', function () {
10 logResult(true, "PLAY fired");
14 video
.src
= findMediaFile("video", "content/test");