Index: LayoutTests/http/tests/security/referrer-policy-https-unsafe-url.html |
diff --git a/LayoutTests/http/tests/security/referrer-policy-https-always.html b/LayoutTests/http/tests/security/referrer-policy-https-unsafe-url.html |
similarity index 89% |
copy from LayoutTests/http/tests/security/referrer-policy-https-always.html |
copy to LayoutTests/http/tests/security/referrer-policy-https-unsafe-url.html |
index 4d1704cd1df1732a145756cb37f398d7395fe8ca..d0d2da57eb15e36971237c4e804d2b390c29e010 100644 |
--- a/LayoutTests/http/tests/security/referrer-policy-https-always.html |
+++ b/LayoutTests/http/tests/security/referrer-policy-https-unsafe-url.html |
@@ -12,8 +12,8 @@ if (window.testRunner) { |
<p> |
This test checks the always referrer policy when navigating from a secure URL |
to an insecure URL. The test passes if the printed referrer is |
-https://127.0.0.1:8443/security/resources/referrer-policy-start.html?always |
+https://127.0.0.1:8443/security/resources/referrer-policy-start.html?unsafe-url |
</p> |
-<iframe src="https://127.0.0.1:8443/security/resources/referrer-policy-start.html?always"></iframe> |
+<iframe src="https://127.0.0.1:8443/security/resources/referrer-policy-start.html?unsafe-url"></iframe> |
</body> |
</html> |