| Index: LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-formSubmission.html
|
| diff --git a/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-image.html b/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-formSubmission.html
|
| similarity index 55%
|
| copy from LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-image.html
|
| copy to LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-formSubmission.html
|
| index ce13691a3ec88c1badc90dd727c07bca6eb754d8..bc20246f973ff499ed73fc98a0cd6ee6ff972fc1 100644
|
| --- a/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-image.html
|
| +++ b/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-formSubmission.html
|
| @@ -1,4 +1,6 @@
|
| -<img src="http://127.0.0.1:8080/security/resources/compass.jpg">
|
| +<form action="http://127.0.0.1:8080/security/resources/boring.html"
|
| + method="post">
|
| +</form>
|
| <script>
|
| window.onload = function() {
|
| if (window.opener)
|
|
|