| Index: LayoutTests/http/tests/security/referrer-policy-origin-when-crossorigin-is-crossorigin.html
|
| diff --git a/LayoutTests/http/tests/security/referrer-policy-origin.html b/LayoutTests/http/tests/security/referrer-policy-origin-when-crossorigin-is-crossorigin.html
|
| similarity index 71%
|
| copy from LayoutTests/http/tests/security/referrer-policy-origin.html
|
| copy to LayoutTests/http/tests/security/referrer-policy-origin-when-crossorigin-is-crossorigin.html
|
| index 0f6620ba2c71928b743e00985f31ae30f3376802..ff8230485e0c684b698ce5e9ac315d51a32ddb97 100644
|
| --- a/LayoutTests/http/tests/security/referrer-policy-origin.html
|
| +++ b/LayoutTests/http/tests/security/referrer-policy-origin-when-crossorigin-is-crossorigin.html
|
| @@ -11,9 +11,9 @@ if (window.testRunner) {
|
| <body>
|
| <p>
|
| This test checks the origin referrer policy when navigating from an insecure
|
| -URL to another insecure URL. The test passes if the printed referrer is
|
| +URL to a cross-origin insecure URL. The test passes if the printed referrer is
|
| http://127.0.0.1:8000
|
| </p>
|
| -<iframe src="http://127.0.0.1:8000/security/resources/referrer-policy-start.html?origin"></iframe>
|
| +<iframe src="http://127.0.0.1:8000/security/resources/referrer-policy-start-crossorigin.html?origin-when-crossorigin"></iframe>
|
| </body>
|
| </html>
|
|
|