| Index: LayoutTests/http/tests/security/mixedContent/insecure-css-resources.html
|
| diff --git a/LayoutTests/http/tests/security/mixedContent/insecure-css-resources.html b/LayoutTests/http/tests/security/mixedContent/insecure-css-resources.html
|
| index d472e374003b320834912edc93f1f894bd908972..f2c63cf1e7163b3991a44673c6532f4d209423d2 100644
|
| --- a/LayoutTests/http/tests/security/mixedContent/insecure-css-resources.html
|
| +++ b/LayoutTests/http/tests/security/mixedContent/insecure-css-resources.html
|
| @@ -5,6 +5,7 @@ if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| testRunner.setCanOpenWindows();
|
| testRunner.setCloseRemainingWindowsWhenComplete(true);
|
| + testRunner.overridePreference("WebKitAllowRunningInsecureContent", true);
|
| }
|
|
|
| window.addEventListener("message", function (e) {
|
|
|