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

Unified Diff: LayoutTests/http/tests/security/resources/referrer-attr-anchor-target.html

Issue 1291613010: Implement referrerpolicy attribute for img elements (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: actually fix webexposed test this time Created 5 years, 4 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
Index: LayoutTests/http/tests/security/resources/referrer-attr-anchor-target.html
diff --git a/LayoutTests/http/tests/security/resources/referrer-attr-anchor-target.html b/LayoutTests/http/tests/security/resources/referrer-attr-anchor-target.html
index c829b15d2b24a26871be388a130f8c1a6c5717d2..ceb33b16917d3818a8e73df9d5d65a1a1d02c651 100644
--- a/LayoutTests/http/tests/security/resources/referrer-attr-anchor-target.html
+++ b/LayoutTests/http/tests/security/resources/referrer-attr-anchor-target.html
@@ -16,7 +16,7 @@
else if (hash === "unsafe-url")
expected_referrer = "http://127.0.0.1:8000/security/referrer-policy-attribute-anchor-unsafe-url.html";
else if (hash === "no-policy")
- expected_referrer = "http://127.0.0.1:8000/security/referrer-policy-attribute-anchor-no-policy.html";
+ expected_referrer = "http://127.0.0.1:8000/security/referrer-policy-attribute-no-policy.html";
else if (hash === "origin-when-crossorigin")
expected_referrer = "http://127.0.0.1:8000/";
else if (hash === "no-referrer" ||

Powered by Google App Engine
This is Rietveld 408576698