| Index: LayoutTests/http/tests/security/referrer-policy-https-origin-when-crossorigin.html
|
| diff --git a/LayoutTests/http/tests/security/referrer-policy-https-origin.html b/LayoutTests/http/tests/security/referrer-policy-https-origin-when-crossorigin.html
|
| similarity index 89%
|
| copy from LayoutTests/http/tests/security/referrer-policy-https-origin.html
|
| copy to LayoutTests/http/tests/security/referrer-policy-https-origin-when-crossorigin.html
|
| index 56a2fed7fdaa70cdf601dad5ba8916c8851af6d8..3fb3371435dbbda1504a51ca488d9eb266cf759d 100644
|
| --- a/LayoutTests/http/tests/security/referrer-policy-https-origin.html
|
| +++ b/LayoutTests/http/tests/security/referrer-policy-https-origin-when-crossorigin.html
|
| @@ -14,6 +14,6 @@ This test checks the origin 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
|
| </p>
|
| -<iframe src="https://127.0.0.1:8443/security/resources/referrer-policy-start.html?origin"></iframe>
|
| +<iframe src="https://127.0.0.1:8443/security/resources/referrer-policy-start.html?origin-when-crossorigin"></iframe>
|
| </body>
|
| </html>
|
|
|