| Index: trunk/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-picture.html
|
| ===================================================================
|
| --- trunk/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-picture.html (revision 177411)
|
| +++ trunk/LayoutTests/http/tests/security/mixedContent/resources/frame-with-insecure-picture.html (working copy)
|
| @@ -1,9 +0,0 @@
|
| -<picture>
|
| - <img src="http://127.0.0.1:8080/security/resources/compass.jpg">
|
| -</picture>
|
| -<script>
|
| -window.onload = function() {
|
| - if (window.opener)
|
| - window.opener.postMessage('done', '*');
|
| -};
|
| -</script>
|
|
|