| Index: third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/resources/navigation-preload-scope.php
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/resources/navigation-preload-scope.php b/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/resources/navigation-preload-scope.php
|
| deleted file mode 100644
|
| index 6397e6b4ddcd7714d0ec267577906bd196bab18d..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/service-workers/resources/navigation-preload-scope.php
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -<?php
|
| -if (isset($_GET['RedirectError'])) {
|
| - header('Location: dummy.html');
|
| - header('HTTP/1.0 302 Found');
|
| -} if (isset($_GET['BrokenChunked'])) {
|
| - header("Content-type: text/html; charset=UTF-8");
|
| - header("Transfer-encoding: chunked");
|
| - echo "hello\nworld\n";
|
| -} else {
|
| - header("Content-Type: text/html; charset=UTF-8");
|
| - echo "OK";
|
| -}
|
| -?>
|
|
|