| Index: LayoutTests/http/tests/serviceworker/resources/redirect.php
|
| diff --git a/LayoutTests/http/tests/xmlhttprequest/resources/redirect.php b/LayoutTests/http/tests/serviceworker/resources/redirect.php
|
| similarity index 56%
|
| copy from LayoutTests/http/tests/xmlhttprequest/resources/redirect.php
|
| copy to LayoutTests/http/tests/serviceworker/resources/redirect.php
|
| index 5ecd2d611e0a80d30c60a45f1b16e9d74b83aa60..bf3215de7b405206436cf771c349f5782cdcac8b 100644
|
| --- a/LayoutTests/http/tests/xmlhttprequest/resources/redirect.php
|
| +++ b/LayoutTests/http/tests/serviceworker/resources/redirect.php
|
| @@ -1,4 +1,4 @@
|
| <?php
|
| - $url = $_GET['url'];
|
| + $url = $_GET['Redirect'];
|
| header("Location: $url");
|
| ?>
|
|
|