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 bea658d164eff3f23456dec394aed95744317571..4500af7dbe5df1319f74fe31bd416dd736764c69 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 |
@@ -8,8 +8,6 @@ |
if (window.testRunner) { |
testRunner.setCanOpenWindows(); |
testRunner.setCloseRemainingWindowsWhenComplete(true); |
- // Disallow insecure WebSockets. |
- testRunner.overridePreference("WebKitAllowRunningInsecureContent", false); |
} |
var test = async_test("Test that when a HTTPS window that creates an insecure WebSocket connection is opened, the mixed content callback is triggered because the main frame in the window is HTTPS but is trying connecting to an insecure WebSocket server."); |