| Index: LayoutTests/http/tests/security/referrer-policy-no-referrer.html
|
| diff --git a/LayoutTests/http/tests/security/referrer-policy-never.html b/LayoutTests/http/tests/security/referrer-policy-no-referrer.html
|
| similarity index 91%
|
| copy from LayoutTests/http/tests/security/referrer-policy-never.html
|
| copy to LayoutTests/http/tests/security/referrer-policy-no-referrer.html
|
| index 8a2f925dce5b2d79156c99c3ea4ea696968cb36c..13710b55d6bbadf215df5298ad4e81e6e45325f6 100644
|
| --- a/LayoutTests/http/tests/security/referrer-policy-never.html
|
| +++ b/LayoutTests/http/tests/security/referrer-policy-no-referrer.html
|
| @@ -13,6 +13,6 @@ if (window.testRunner) {
|
| 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.
|
| </p>
|
| -<iframe src="http://127.0.0.1:8000/security/resources/referrer-policy-start.html?never"></iframe>
|
| +<iframe src="http://127.0.0.1:8000/security/resources/referrer-policy-start.html?no-referrer"></iframe>
|
| </body>
|
| </html>
|
|
|