| Index: third_party/WebKit/LayoutTests/http/tests/fetch/referrer/origin-only-document.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/referrer/origin-only-document.html b/third_party/WebKit/LayoutTests/http/tests/fetch/referrer/origin-only-document.html
|
| index ac5627a207d3915e8b2c3a5f3a78e6f1abd1e9c3..9d30601e4f5b6cd7b59cf47d514063b4b07665a4 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/fetch/referrer/origin-only-document.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/fetch/referrer/origin-only-document.html
|
| @@ -1,6 +1,6 @@
|
| <!doctype html>
|
| <html>
|
| -<meta http-equiv = "Content-Security-Policy" content = "referrer origin">
|
| +<meta name="referrer" content="origin">
|
| <title>Fetch in a document with "referrer origin" policy</title>
|
| <body>
|
| <script src = "/resources/testharness.js"></script>
|
|
|