| Index: LayoutTests/http/tests/security/referrer-policy-https-no-referrer.html
|
| diff --git a/LayoutTests/http/tests/security/referrer-policy-https-default.html b/LayoutTests/http/tests/security/referrer-policy-https-no-referrer.html
|
| similarity index 90%
|
| copy from LayoutTests/http/tests/security/referrer-policy-https-default.html
|
| copy to LayoutTests/http/tests/security/referrer-policy-https-no-referrer.html
|
| index fb3b2d94374b3ca69a03ef4ac53771a35077e3cd..0badc6ffbfb8261c02348b29e64b2f31222c6a51 100644
|
| --- a/LayoutTests/http/tests/security/referrer-policy-https-default.html
|
| +++ b/LayoutTests/http/tests/security/referrer-policy-https-no-referrer.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"></iframe>
|
| </body>
|
| </html>
|
|
|