| Index: LayoutTests/http/tests/security/mixedContent/insecure-picture-in-main-frame-blocked.https.html
|
| diff --git a/LayoutTests/http/tests/security/mixedContent/insecure-picture-in-main-frame-blocked.https.html b/LayoutTests/http/tests/security/mixedContent/insecure-picture-in-main-frame-blocked.https.html
|
| index 14fd1488ec39037b26550367b070084e8ed3303d..34095ceff3cb2f71a28f9ae8f31f32d674ec580d 100644
|
| --- a/LayoutTests/http/tests/security/mixedContent/insecure-picture-in-main-frame-blocked.https.html
|
| +++ b/LayoutTests/http/tests/security/mixedContent/insecure-picture-in-main-frame-blocked.https.html
|
| @@ -6,9 +6,6 @@
|
| <script src="/resources/testharness.js"></script>
|
| <script src="/resources/testharnessreport.js"></script>
|
| <script>
|
| - if (window.testRunner)
|
| - testRunner.overridePreference("WebKitAllowRunningInsecureContent", false);
|
| -
|
| var t = async_test("Testing an insecure image in a <picture> element.");
|
|
|
| window.onload = t.step_func(function () {
|
|
|