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

Unified Diff: LayoutTests/http/tests/security/referrer-policy-no-referrer.html

Issue 607433002: Referrer Policy: Update <meta name="referrer"> values to match the spec. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tests. Created 6 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
Index: LayoutTests/http/tests/security/referrer-policy-no-referrer.html
diff --git a/LayoutTests/http/tests/security/referrer-policy-never.html b/LayoutTests/http/tests/security/referrer-policy-no-referrer.html
similarity index 91%
copy from LayoutTests/http/tests/security/referrer-policy-never.html
copy to LayoutTests/http/tests/security/referrer-policy-no-referrer.html
index 8a2f925dce5b2d79156c99c3ea4ea696968cb36c..13710b55d6bbadf215df5298ad4e81e6e45325f6 100644
--- a/LayoutTests/http/tests/security/referrer-policy-never.html
+++ b/LayoutTests/http/tests/security/referrer-policy-no-referrer.html
@@ -13,6 +13,6 @@ if (window.testRunner) {
This test checks the never referrer policy when navigating from an insecure
URL to another insecure URL. The test passes if the printed referrer is empty.
</p>
-<iframe src="http://127.0.0.1:8000/security/resources/referrer-policy-start.html?never"></iframe>
+<iframe src="http://127.0.0.1:8000/security/resources/referrer-policy-start.html?no-referrer"></iframe>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698