blob: b2197ecf867ea09ed70f227f4c31eb157babd4b2 [file] [log] [blame]
<video controls></video>
<div>
Test that setting src attribute triggers load
</div>
<script src=video-test.js></script>
<script>
video.setAttribute('src', 'content/test.mp4')
waitForEventTestAndEnd('begin', "relativeURL(video.currentSrc) == 'content/test.mp4'");
</script>