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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/fetch/referrer/no-referrer-document.html

Issue 2445823002: Remove CSP referrer directive (Closed)
Patch Set: remove unused test file Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/fetch/referrer/origin-only-document.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/fetch/referrer/no-referrer-document.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/referrer/no-referrer-document.html b/third_party/WebKit/LayoutTests/http/tests/fetch/referrer/no-referrer-document.html
index 561843e8fb7d0dfecb5f5a2401b6faf836f08836..4139f23ce33a04ba5c430de3d5a5bdce314dae09 100644
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/referrer/no-referrer-document.html
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/referrer/no-referrer-document.html
@@ -1,6 +1,6 @@
<!doctype html>
<html>
-<meta http-equiv = "Content-Security-Policy" content = "referrer no-referrer">
+<meta name="referrer" content="no-referrer">
<title>Fetch in a document with &quot;referrer no-referrer&quot; policy</title>
<body>
<script src = "/resources/testharness.js"></script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/fetch/referrer/origin-only-document.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698