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

Unified Diff: LayoutTests/http/tests/security/referrer-policy-invalid-expected.txt

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-invalid-expected.txt
diff --git a/LayoutTests/http/tests/security/referrer-policy-invalid-expected.txt b/LayoutTests/http/tests/security/referrer-policy-invalid-expected.txt
index 32ead5c67907b73d43af50d6358a4cb79e289242..917e361394f4fefe7a1645691491bcae85f0887a 100644
--- a/LayoutTests/http/tests/security/referrer-policy-invalid-expected.txt
+++ b/LayoutTests/http/tests/security/referrer-policy-invalid-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE ERROR: Failed to set referrer policy: The value 'invalid' is not one of 'always', 'default', 'never', or 'origin'. Defaulting to 'never'.
+CONSOLE ERROR: Failed to set referrer policy: The value 'invalid' is not one of 'no-referrer', 'origin', 'no-referrer-when-downgrade', or 'unsafe-url'. Defaulting to 'no-referrer'.
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.

Powered by Google App Engine
This is Rietveld 408576698