| 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
|
| deleted file mode 100644
|
| index 39a9fab8a940fb8284a8d40dfdd273821bf372b9..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/navigation-redirect-scope1.php
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -<?php
|
| -if (isset($_GET['url'])) {
|
| - header("HTTP/1.1 302");
|
| - $url = $_GET['url'];
|
| - header("Location: $url");
|
| - exit;
|
| -}
|
| -if (isset($_GET['noLocationRedirect'])) {
|
| - header("HTTP/1.1 302");
|
| -}
|
| -?>
|
| -<!DOCTYPE html>
|
| -<script>
|
| - window.parent.postMessage(
|
| - {
|
| - id: 'last_url',
|
| - result: location.href
|
| - }, '*');
|
| -</script>
|
|
|