4 <p>Test that no timeupdate event fires during loading.
</p>
6 <script src=
"media-file.js"></script>
7 <script src=
"video-test.js"></script>
9 waitForEvent("loadstart");
10 waitForEvent("loadedmetadata");
11 waitForEvent("loadeddata");
12 waitForEvent("canplay");
13 waitForEvent("canplaythrough", function()
15 // Let pending async events fire before ending the test.
16 window
.setTimeout(function() { endTest(); }, 0);
18 waitForEventAndFail("timeupdate");
20 video
.src
= findMediaFile("video", "content/test");