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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <title>Fetch in a document with &quot;referrer origin&quot; policy and controlle d by a ServiceWorker</title> 3 <title>Echo referrer in ServiceWorker: from a document with the default referrer policy</title>
4 <script src = "/resources/testharness.js"></script> 4 <script src = "/resources/testharness.js"></script>
5 <script src = "/resources/testharness-helpers.js"></script> 5 <script src = "/resources/testharness-helpers.js"></script>
6 <script src = "/resources/testharnessreport.js"></script> 6 <script src = "/resources/testharnessreport.js"></script>
7 <script> 7 <script>
8 location = 8 location =
9 '/fetch/referrer/resources/serviceworker-from-origin-only-document.html'; 9 '/fetch/referrer/resources/serviceworker-echo-referrer-from-default-document.h tml';
10 </script> 10 </script>
11 </html> 11 </html>
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698