| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/media-src-allowed.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/media-src-allowed.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/media-src-allowed.html
|
| index 667c66c6f1b4ae16893bea09ac00f87ee5e045b5..f6d5b4a0f650711f28e46b0b75ebceeb18ffd709 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/media-src-allowed.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/media-src-allowed.html
|
| @@ -14,6 +14,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>
|
|
|