* http/tests/media/video-play-stall.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27801
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-11-14 Antti Koivisto <antti@apple.com>
+
+ Try to make this test less timing dependent.
+
+ * http/tests/media/video-play-stall.html:
+
2007-11-14 Beth Dakin <bdakin@apple.com>
Reviewed by Hyatt.
-<video src="http://127.0.0.1:8000/media/video-load-and-stall.cgi?name=../../../media/content/test.mp4&stallAt=80000"></video>
+<video></video>
<p>Test that dataunavailable, timeupdate and waiting events are sent when media load stalls in the middle.</p>
<script src=../../../media/video-test.js></script>
<script>
waitForEvent('timeupdate');
waitForEventAndEnd('waiting');
} );
+video.src = "http://127.0.0.1:8000/media/video-load-and-stall.cgi?name=../../../media/content/test.mp4&stallAt=80000";
video.play();
</script>