Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-post.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-post.html b/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-post.html |
| index f90afd84535ccc2ddb6c4bde65115aabbf81f79f..c269711ae5d197d5f64f72b97eec761350d8487f 100644 |
| --- a/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-post.html |
| +++ b/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-post.html |
| @@ -26,7 +26,7 @@ was propagated correctly. |
| <body onload="onLoad();"> |
| <form |
| method="POST" |
| - action="https://localhost:8443/navigation/resources/form-target.pl" |
| + action="http://localhost:8000/navigation/resources/form-target.pl" |
|
Łukasz Anforowicz
2016/08/09 17:55:51
Non-https scheme means it is easier to manually re
jww
2016/08/09 22:38:23
Ack, and I suppose this is fine, although I don't
Łukasz Anforowicz
2016/08/10 00:03:19
Okay. FWIW, I authored the initial test (and can
jww
2016/08/10 00:44:53
Ah, that does make me feel better :-)
|
| target="cross-site-frame"> |
| Test field: |
| <input name="test-field" type="text" value="test-value"> |
| @@ -34,6 +34,6 @@ was propagated correctly. |
| </form> |
| <iframe |
| name="cross-site-frame" |
| - src="https://localhost:8443/navigation/resources/form-target.pl"></iframe> |
| + src="http://localhost:8000/navigation/resources/form-target.pl"></iframe> |
| </body> |
| </html> |