| Index: third_party/WebKit/LayoutTests/http/tests/media/remove-while-loading.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/media/remove-while-loading.html b/third_party/WebKit/LayoutTests/http/tests/media/remove-while-loading.html
|
| index edae717ead0349357033cd3b5250b17e948466b6..d990655b91345b96b99f6591da3ba8138a7d6baf 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/media/remove-while-loading.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/media/remove-while-loading.html
|
| @@ -15,6 +15,6 @@ async_test(function(t) {
|
|
|
| var mediaFile = findMediaFile("video", "content/test");
|
| var mimeType = mimeTypeForFile(mediaFile);
|
| - video.src = "http://127.0.0.1:8000/resources/load-and-stall.cgi?name=../../../media/" + mediaFile + "&mimeType=" + mimeType + "&stallAt=100000";
|
| + video.src = "http://127.0.0.1:8000/resources/load-and-stall.php?name=../../../media/" + mediaFile + "&mimeType=" + mimeType + "&stallAt=100000";
|
| });
|
| </script>
|
|
|