| Index: LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-blocked.html
|
| diff --git a/LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-blocked.html b/LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-blocked.html
|
| index 0f13fc254a8d52cb1d12ef790530f1a3350dfa49..de1664153f3d10dc798758f3fa7fc3249c28053a 100644
|
| --- a/LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-blocked.html
|
| +++ b/LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-blocked.html
|
| @@ -8,6 +8,9 @@ if (window.testRunner) {
|
| testRunner.setCloseRemainingWindowsWhenComplete(true);
|
| testRunner.overridePreference("WebKitAllowRunningInsecureContent", false);
|
| }
|
| +if (window.internals)
|
| + internals.settings.setLaxMixedContentCheckingEnabled(false);
|
| +
|
|
|
| window.addEventListener("message", function (e) {
|
| if (window.testRunner)
|
|
|