| Index: third_party/WebKit/LayoutTests/http/tests/media/video-play-stall.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/media/video-play-stall.html b/third_party/WebKit/LayoutTests/http/tests/media/video-play-stall.html
|
| index 8ab9dcf78669a52761b5c3762889b7b2333ec0e2..d445f5912e4fd9cb1b756cdf39f069bac1613e46 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/media/video-play-stall.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/media/video-play-stall.html
|
| @@ -131,7 +131,7 @@ async_test(t => {
|
| // URL will load part of the file, pause for 8 seconds, then load the rest.
|
| // The delay of 8 seconds is chosen to reduce flakiness in waiting for the
|
| // stalled event, which should arrive after roughly 3 seconds of inactivity.
|
| - video.src = "http://127.0.0.1:8000/resources/load-and-stall.cgi?name=../../../media/" + mediaFile + "&mimeType=" + mimeType + "&stallAt=100000&stallFor=8";
|
| + video.src = "http://127.0.0.1:8000/resources/load-and-stall.php?name=../../../media/" + mediaFile + "&mimeType=" + mimeType + "&stallAt=100000&stallFor=8";
|
|
|
| }, "Stalled download pauses playback. When download resumes playback continues. Verify events and readyStates.");
|
| </script>
|
|
|