don't set autoplya to true
authorDominique Hazael-Massieux <dom@w3.org>
Mon, 03 Jun 2013 17:53:10 +0200
changeset 57 405a1260a758
parent 56 93a2bc8f09b4
child 58 51bcea17cfc2
don't set autoplya to true
submitted/W3C/video-assignment.html
--- a/submitted/W3C/video-assignment.html	Mon Jun 03 17:51:15 2013 +0200
+++ b/submitted/W3C/video-assignment.html	Mon Jun 03 17:53:10 2013 +0200
@@ -42,7 +42,6 @@
        t.done();       
     }
     vid.addEventListener("timeupdate", t.step_func(testOncePlaying), false);
-    vid.autoplay = true;
     vid[srcObjName] = stream;
     vid.play();
     assert_true(!vid.seeking, "A MediaStream is not seekable");