| Index: trunk/LayoutTests/http/tests/security/mixedContent/insecure-picture-in-main-frame-blocked.html
|
| ===================================================================
|
| --- trunk/LayoutTests/http/tests/security/mixedContent/insecure-picture-in-main-frame-blocked.html (revision 177411)
|
| +++ trunk/LayoutTests/http/tests/security/mixedContent/insecure-picture-in-main-frame-blocked.html (working copy)
|
| @@ -1,23 +0,0 @@
|
| -<html>
|
| -<body>
|
| -<script>
|
| -if (window.testRunner) {
|
| - testRunner.waitUntilDone();
|
| - testRunner.dumpAsText();
|
| - testRunner.setCanOpenWindows();
|
| - testRunner.setCloseRemainingWindowsWhenComplete(true);
|
| - testRunner.overridePreference("WebKitAllowDisplayingInsecureContent", false);
|
| -}
|
| -
|
| -window.addEventListener("message", function (e) {
|
| - if (window.testRunner)
|
| - testRunner.notifyDone();
|
| -}, false);
|
| -
|
| -</script>
|
| -<p>This test opens a window that loads an insecure picture.</p>
|
| -<script>
|
| -window.open("https://127.0.0.1:8443/security/mixedContent/resources/frame-with-insecure-picture.html");
|
| -</script>
|
| -</body>
|
| -</html>
|
|
|