| 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
|
| index 6397e6b4ddcd7714d0ec267577906bd196bab18d..a32187aecbbc358fc2298b776cd30e5e250d29d6 100644
|
| --- 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
|
| @@ -1,7 +1,7 @@
|
| <?php
|
| -if (isset($_GET['RedirectError'])) {
|
| - header('Location: dummy.html');
|
| +if (isset($_GET['Redirect'])) {
|
| header('HTTP/1.0 302 Found');
|
| + header('Location: ./navigation-preload-redirected.html');
|
| } if (isset($_GET['BrokenChunked'])) {
|
| header("Content-type: text/html; charset=UTF-8");
|
| header("Transfer-encoding: chunked");
|
|
|