OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html> | 2 <html> |
3 <title>Fetch in a document with "referrer origin" 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 |
OLD | NEW |