Changeset 97376 in webkit


Ignore:
Timestamp:
Oct 13, 2011, 11:51:16 AM (14 years ago)
Author:
scherkus@chromium.org
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:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r97374 r97376  
     12011-10-13  Andrew Scherkus  <scherkus@chromium.org>
     2
     3        Add stallFor URL parameter for http/tests/media/video-play-stall.html test.
     4        https://bugs.webkit.org/show_bug.cgi?id=69974
     5
     6        Without the call to sleep(), the test server will issue a TCP
     7        connection close earlier than the 3 second wait time required to issue
     8        a stalled event.
     9
     10        Reviewed by Eric Carlson.
     11
     12        * http/tests/media/video-play-stall.html:
     13
    1142011-10-13  Ryosuke Niwa  <rniwa@webkit.org>
    215
  • trunk/LayoutTests/http/tests/media/video-play-stall.html

    r83210 r97376  
    3737    var mimeType = mimeTypeForFile(mediaFile);
    3838
    39     video.src = "http://127.0.0.1:8000/media/video-load-and-stall.cgi?name=../../../media/" + mediaFile + "&mimeType=" + mimeType + "&stallAt=100000";
     39    video.src = "http://127.0.0.1:8000/media/video-load-and-stall.cgi?name=../../../media/" + mediaFile + "&mimeType=" + mimeType + "&stallAt=100000&stallFor=6";
    4040    run("video.play()");
    4141</script>
Note: See TracChangeset for help on using the changeset viewer.