| Index: LayoutTests/http/tests/security/resources/referrer-policy-start-crossorigin.html
|
| diff --git a/LayoutTests/http/tests/security/resources/referrer-policy-start.html b/LayoutTests/http/tests/security/resources/referrer-policy-start-crossorigin.html
|
| similarity index 82%
|
| copy from LayoutTests/http/tests/security/resources/referrer-policy-start.html
|
| copy to LayoutTests/http/tests/security/resources/referrer-policy-start-crossorigin.html
|
| index c6c39621c2569b2acd537135a9970d6d956b5975..eb4238c02320c2dec1afac34faea4536785adda8 100644
|
| --- a/LayoutTests/http/tests/security/resources/referrer-policy-start.html
|
| +++ b/LayoutTests/http/tests/security/resources/referrer-policy-start-crossorigin.html
|
| @@ -7,7 +7,7 @@ function runTest() {
|
| meta.content = document.location.search.substring(1);
|
| document.head.appendChild(meta);
|
| document.location =
|
| - "http://127.0.0.1:8000/security/resources/referrer-policy-log.php";
|
| + "http://localhost:8000/security/resources/referrer-policy-log.php";
|
| }
|
| </script>
|
| </head>
|
|
|