4 <title>video events - progress
</title>
5 <script src=
"../../w3cwrapper.js"></script>
8 <p><a href=
"http://dev.w3.org/html5/spec/Overview.html#mediaevents">spec reference
</a></p>
9 <video id=
"v" controls
>
13 var t
= async_test("setting src attribute on non-autoplay video should trigger progress event", {timeout
:30000});
14 var v
= document
.getElementById("v");
15 v
.addEventListener("progress", function() {
21 v
.src
= getVideoURI("http://media.w3.org/2010/05/video/movie_300") + "?" + new Date() + Math
.random();