Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Unified Diff: LayoutTests/http/tests/serviceworker/resources/redirect.php

Issue 399543002: [ServiceWorker] Make fetch() method better conformance with the spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: incorporated falken's comment Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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");
?>
« no previous file with comments | « LayoutTests/http/tests/serviceworker/resources/fetch-access-control-worker.js ('k') | Source/core/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698