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

Unified Diff: LayoutTests/http/tests/security/referrer-policy-https-no-referrer-when-downgrade.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-https-no-referrer-when-downgrade.html
diff --git a/LayoutTests/http/tests/security/referrer-policy-https-default.html b/LayoutTests/http/tests/security/referrer-policy-https-no-referrer-when-downgrade.html
similarity index 88%
copy from LayoutTests/http/tests/security/referrer-policy-https-default.html
copy to LayoutTests/http/tests/security/referrer-policy-https-no-referrer-when-downgrade.html
index fb3b2d94374b3ca69a03ef4ac53771a35077e3cd..c2a78037657be8f91a48597e23c4c941f1aa597f 100644
--- a/LayoutTests/http/tests/security/referrer-policy-https-default.html
+++ b/LayoutTests/http/tests/security/referrer-policy-https-no-referrer-when-downgrade.html
@@ -13,6 +13,6 @@ if (window.testRunner) {
This test checks the default referrer policy when navigating from a secure URL
to an insecure URL. The test passes if the printed referrer is empty.
</p>
-<iframe src="https://127.0.0.1:8443/security/resources/referrer-policy-start.html?default"></iframe>
+<iframe src="https://127.0.0.1:8443/security/resources/referrer-policy-start.html?no-referrer-when-downgrade"></iframe>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698