Changeset 97376 in webkit
- Timestamp:
- Oct 13, 2011, 11:51:16 AM (14 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r97374 r97376 1 2011-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 1 14 2011-10-13 Ryosuke Niwa <rniwa@webkit.org> 2 15 -
trunk/LayoutTests/http/tests/media/video-play-stall.html
r83210 r97376 37 37 var mimeType = mimeTypeForFile(mediaFile); 38 38 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"; 40 40 run("video.play()"); 41 41 </script>
Note:
See TracChangeset
for help on using the changeset viewer.