| 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 "referrer origin" 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>
|
| +
|
|
|