| Index: LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-allowed.html
|
| diff --git a/LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-allowed.html b/LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-allowed.html
|
| index e8a7f01eb4d47608bf4eccc370c05496d154615d..033271193721debbc0a6323a8c89cc48779c0741 100644
|
| --- a/LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-allowed.html
|
| +++ b/LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-allowed.html
|
| @@ -6,6 +6,7 @@ if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| testRunner.setCanOpenWindows();
|
| testRunner.setCloseRemainingWindowsWhenComplete(true);
|
| + testRunner.overridePreference("WebKitAllowRunningInsecureContent", true);
|
| }
|
|
|
| window.addEventListener("message", function (e) {
|
|
|