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 033271193721debbc0a6323a8c89cc48779c0741..1fbfa96459cb6420a060fe8af8f20a18921bbbf0 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 |
@@ -8,6 +8,9 @@ if (window.testRunner) { |
testRunner.setCloseRemainingWindowsWhenComplete(true); |
testRunner.overridePreference("WebKitAllowRunningInsecureContent", true); |
} |
+if (window.internals) |
+ internals.settings.setLaxMixedContentCheckingEnabled(false); |
+ |
window.addEventListener("message", function (e) { |
if (window.testRunner) |