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