Title: [97376] trunk/LayoutTests
Revision
97376
Author
[email protected]
Date
2011-10-13 11:51:16 -0700 (Thu, 13 Oct 2011)

Log Message

Add stallFor URL parameter for http/tests/media/video-play-stall.html test.
https://bugs.webkit.org/show_bug.cgi?id=69974

Without the call to sleep(), the test server will issue a TCP
connection close earlier than the 3 second wait time required to issue
a stalled event.

Reviewed by Eric Carlson.

* http/tests/media/video-play-stall.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (97375 => 97376)


--- trunk/LayoutTests/ChangeLog	2011-10-13 18:44:02 UTC (rev 97375)
+++ trunk/LayoutTests/ChangeLog	2011-10-13 18:51:16 UTC (rev 97376)
@@ -1,3 +1,16 @@
+2011-10-13  Andrew Scherkus  <[email protected]>
+
+        Add stallFor URL parameter for http/tests/media/video-play-stall.html test.
+        https://bugs.webkit.org/show_bug.cgi?id=69974
+
+        Without the call to sleep(), the test server will issue a TCP
+        connection close earlier than the 3 second wait time required to issue
+        a stalled event.
+
+        Reviewed by Eric Carlson.
+
+        * http/tests/media/video-play-stall.html:
+
 2011-10-13  Ryosuke Niwa  <[email protected]>
 
         Mac test expectation update for the bug 69999.

Modified: trunk/LayoutTests/http/tests/media/video-play-stall.html (97375 => 97376)


--- trunk/LayoutTests/http/tests/media/video-play-stall.html	2011-10-13 18:44:02 UTC (rev 97375)
+++ trunk/LayoutTests/http/tests/media/video-play-stall.html	2011-10-13 18:51:16 UTC (rev 97376)
@@ -36,6 +36,6 @@
     var mediaFile = findMediaFile("video", "content/test");
     var mimeType = mimeTypeForFile(mediaFile);
 
-    video.src = "" + mediaFile + "&mimeType=" + mimeType + "&stallAt=100000";
+    video.src = "" + mediaFile + "&mimeType=" + mimeType + "&stallAt=100000&stallFor=6";
     run("video.play()");
 </script>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to