| Index: third_party/WebKit/LayoutTests/http/tests/security/mixedContent/resources/frame-with-invisible-DOM-with-insecure-form.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/resources/frame-with-invisible-DOM-with-insecure-form.html b/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/resources/frame-with-invisible-DOM-with-insecure-form.html
|
| index 06f9fad4aa1a2f9871c1a2510d7454b7fdf001ad..6ffa00d3a56a1d7251948dd1a7570383fc4be904 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/resources/frame-with-invisible-DOM-with-insecure-form.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/mixedContent/resources/frame-with-invisible-DOM-with-insecure-form.html
|
| @@ -1,7 +1,7 @@
|
| <script>
|
| function load_content() {
|
| var invisible_doc = document.implementation.createHTMLDocument("");
|
| - invisible_doc.body.innerHTML = '<html><body><form action="http://127.0.0.1:8080/security/resources/boring.html" method="post"></form></body></html>';
|
| + invisible_doc.body.innerHTML = '<html><body><form action="http://example.test:8080/security/resources/boring.html" method="post"></form></body></html>';
|
| }
|
|
|
| window.addEventListener("DOMContentLoaded", function listener() { load_content(); }, false);
|
|
|