| Index: third_party/WebKit/LayoutTests/http/tests/media/video-play-stall-before-meta-data.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/media/video-play-stall-before-meta-data.html b/third_party/WebKit/LayoutTests/http/tests/media/video-play-stall-before-meta-data.html
|
| index 0cc49a928428ed671943ce23e351b655c38f56cf..f1363f3a14a617bbd44b962c2aee98bcbc283458 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/media/video-play-stall-before-meta-data.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/media/video-play-stall-before-meta-data.html
|
| @@ -20,6 +20,6 @@ async_test(function(t) {
|
| var mimeType = mimeTypeForFile(mediaFile);
|
|
|
| // Load should stall very early in the loading process.
|
| - video.src = "http://127.0.0.1:8000/resources/load-and-stall.cgi?name=../../../media/" + mediaFile + "&mimeType=" + mimeType + "&stallAt=1&stallFor=4";
|
| + video.src = "http://127.0.0.1:8000/resources/load-and-stall.php?name=../../../media/" + mediaFile + "&mimeType=" + mimeType + "&stallAt=1&stallFor=4";
|
| });
|
| </script>
|
|
|