Chromium Code Reviews| Index: LayoutTests/http/tests/security/mixedContent/websocket/insecure-websocket-in-secure-page.html |
| diff --git a/LayoutTests/http/tests/security/mixedContent/websocket/insecure-websocket-in-secure-page.html b/LayoutTests/http/tests/security/mixedContent/websocket/insecure-websocket-in-secure-page.html |
| index a6807087aa07a37f7592bab25e8a3ee1b8c4fe13..d35c23da932d9f948378c212492d750d058d98c1 100644 |
| --- a/LayoutTests/http/tests/security/mixedContent/websocket/insecure-websocket-in-secure-page.html |
| +++ b/LayoutTests/http/tests/security/mixedContent/websocket/insecure-websocket-in-secure-page.html |
| @@ -6,7 +6,7 @@ if (window.testRunner) { |
| testRunner.dumpAsText(); |
| testRunner.setCanOpenWindows(); |
| testRunner.setCloseRemainingWindowsWhenComplete(true); |
| - testRunner.overridePreference("WebKitAllowRunningInsecureContent", true); |
| + testRunner.overridePreference("WebKitAllowRunningInsecureContent", false); |
|
yhirano
2014/04/03 04:53:14
Can you add a test that sets WebKitAllowRunningIns
tyoshino (SeeGerritForStatus)
2014/04/11 19:27:21
Done.
|
| } |
| window.addEventListener("message", function (e) { |