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

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

Issue 2075053003: Add basic Referrer-Policy support for Documents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update test expectation for tweaked console message Created 4 years, 6 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/security/referrerPolicyHeader/basic-header-cross-origin-with-origin.php » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/security/referrer-policy-invalid-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/referrer-policy-invalid-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/referrer-policy-invalid-expected.txt
index 31b143b0d3179ec20e85e005c6112fcfa4adba6c..417e1ec237ed1446b8523e209ab488a4711f67a0 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/referrer-policy-invalid-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/security/referrer-policy-invalid-expected.txt
@@ -1,4 +1,4 @@
-CONSOLE ERROR: line 8: Failed to set referrer policy: The value 'invalid' is not one of 'always', 'default', 'never', 'no-referrer', 'no-referrer-when-downgrade', 'origin', 'origin-when-crossorigin', or 'unsafe-url'. This document's referrer policy has been left unchanged.
+CONSOLE ERROR: line 8: Failed to set referrer policy: The value 'invalid' is not one of 'always', 'default', 'never', 'no-referrer', 'no-referrer-when-downgrade', 'origin', 'origin-when-crossorigin', or 'unsafe-url'. The referrer policy has been left unchanged.
This test checks that an invalid referrer policy is ignored when navigating from an insecure URL to another insecure URL. The test passes if the printed referrer is the full URL.
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/security/referrerPolicyHeader/basic-header-cross-origin-with-origin.php » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698