3 <script src=../../media-resources/media-file.js
></script>
4 <script src=../../media-resources/video-test.js
></script>
11 // Make sure we've at least reached NETWORK_LOADING before waiting for progress.
12 waitForEvent('loadstart', function() {
13 waitForEventAndEnd('progress')
16 var mediaFile
= findMediaFile("video", "resources/test");
17 video
.src
= "http://127.0.0.1:8000/" + mediaFile
;
22 <body onload=
"start()">
24 <p>Test that at least one progress event is fired after starting to load the video.
</p>