Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-get.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-get.html b/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-get.html |
| index aab6d0aea1775732997279828279ef6aaed966f2..f6a3e91ec978f45088853c168fcd6764c0b2e086 100644 |
| --- a/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-get.html |
| +++ b/third_party/WebKit/LayoutTests/http/tests/navigation/form-targets-cross-site-frame-get.html |
| @@ -26,7 +26,7 @@ was propagated correctly. |
| <body onload="onLoad();"> |
| <form |
| method="GET" |
| - action="https://localhost:8443/navigation/resources/form-target.pl" |
| + action="http://localhost:8000/navigation/resources/form-target.pl" |
|
jww
2016/08/09 22:38:23
Please make this port 8080 (or whatever the altern
Łukasz Anforowicz
2016/08/10 00:03:19
Good point. This (desire to avoid accidentally en
|
| 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/otherpage.html"></iframe> |
| </body> |
| </html> |