| Index: LayoutTests/http/tests/security/originHeader/resources/origin-header-post-to-http.html
|
| diff --git a/LayoutTests/http/tests/security/originHeader/resources/origin-header-post-to-http.html b/LayoutTests/http/tests/security/originHeader/resources/origin-header-post-to-http.html
|
| index 40e17aad06a7eb60834d8e3e5f0471990fc6bd30..b1593b956119a6b1bae8a01a3443b681f07a363f 100644
|
| --- a/LayoutTests/http/tests/security/originHeader/resources/origin-header-post-to-http.html
|
| +++ b/LayoutTests/http/tests/security/originHeader/resources/origin-header-post-to-http.html
|
| @@ -1,4 +1,4 @@
|
| -<form action="http://127.0.0.1:8000/security/originHeader/resources/print-origin.cgi"
|
| +<form action="https://127.0.0.1:8443/security/originHeader/resources/print-origin.cgi"
|
| method="POST">
|
| </form>
|
| <script>document.forms[0].submit();</script>
|
|
|