| Index: third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/navigation-redirect-scope1.php
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/navigation-redirect-scope1.php b/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/navigation-redirect-scope1.php
|
| index b1ee03e92903911ef799374797ac9cd1f95350e1..39a9fab8a940fb8284a8d40dfdd273821bf372b9 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/navigation-redirect-scope1.php
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/navigation-redirect-scope1.php
|
| @@ -5,6 +5,9 @@ if (isset($_GET['url'])) {
|
| header("Location: $url");
|
| exit;
|
| }
|
| +if (isset($_GET['noLocationRedirect'])) {
|
| + header("HTTP/1.1 302");
|
| +}
|
| ?>
|
| <!DOCTYPE html>
|
| <script>
|
|
|