Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / security / mixedContent / insecure-formSubmission-in-main-frame-allowed.html
index 6929f3b..c526ef7 100644 (file)
@@ -9,6 +9,8 @@ if (window.testRunner) {
     testRunner.overridePreference("WebKitAllowDisplayingInsecureContent", false);
     testRunner.setAllowDisplayOfInsecureContent(true);
 }
+if (window.internals)
+    internals.settings.setLaxMixedContentCheckingEnabled(false);
 
 window.addEventListener("message", function (e) {
   if (window.testRunner)