| Index: LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-formSubmission.html
|
| diff --git a/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-formSubmission.html b/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-formSubmission.html
|
| deleted file mode 100644
|
| index bc20246f973ff499ed73fc98a0cd6ee6ff972fc1..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-formSubmission.html
|
| +++ /dev/null
|
| @@ -1,9 +0,0 @@
|
| -<form action="http://127.0.0.1:8080/security/resources/boring.html"
|
| - method="post">
|
| -</form>
|
| -<script>
|
| -window.onload = function() {
|
| - if (window.opener)
|
| - window.opener.postMessage('done', '*');
|
| -};
|
| -</script>
|
|
|