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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/fetch/referrer/serviceworker-echo-referrer-from-default-document.html

Issue 1844413006: Support ReferrerPolicy in Fetch API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@update-referrer-policy
Patch Set: rebase Created 4 years, 8 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: third_party/WebKit/LayoutTests/http/tests/fetch/referrer/serviceworker-echo-referrer-from-default-document.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/referrer/serviceworker-from-origin-only-document.html b/third_party/WebKit/LayoutTests/http/tests/fetch/referrer/serviceworker-echo-referrer-from-default-document.html
similarity index 55%
copy from third_party/WebKit/LayoutTests/http/tests/fetch/referrer/serviceworker-from-origin-only-document.html
copy to third_party/WebKit/LayoutTests/http/tests/fetch/referrer/serviceworker-echo-referrer-from-default-document.html
index 2eb98736f0175b6dcf77f361230c3acf4f0585c0..87a5a556ba2449a40dbe0fd4af60971be966a693 100644
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/referrer/serviceworker-from-origin-only-document.html
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/referrer/serviceworker-echo-referrer-from-default-document.html
@@ -1,11 +1,12 @@
<!doctype html>
<html>
-<title>Fetch in a document with &quot;referrer origin&quot; policy and controlled by a ServiceWorker</title>
+<title>Echo referrer in ServiceWorker: from a document with the default referrer policy</title>
<script src = "/resources/testharness.js"></script>
<script src = "/resources/testharness-helpers.js"></script>
<script src = "/resources/testharnessreport.js"></script>
<script>
location =
- '/fetch/referrer/resources/serviceworker-from-origin-only-document.html';
+ '/fetch/referrer/resources/serviceworker-echo-referrer-from-default-document.html';
</script>
</html>
+

Powered by Google App Engine
This is Rietveld 408576698