| Index: trunk/LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-blocked.html
|
| ===================================================================
|
| --- trunk/LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-blocked.html (revision 150372)
|
| +++ trunk/LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-blocked.html (working copy)
|
| @@ -6,7 +6,7 @@
|
| testRunner.dumpAsText();
|
| testRunner.setCanOpenWindows();
|
| testRunner.setCloseRemainingWindowsWhenComplete(true);
|
| - testRunner.overridePreference("WebKitAllowRunningInsecureContent", false);
|
| + testRunner.overridePreference("WebKitAllowDisplayingInsecureContent", false);
|
| }
|
|
|
| window.addEventListener("message", function (e) {
|
|
|