Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Unified Diff: LayoutTests/http/tests/security/mixedContent/websocket/insecure-websocket-in-secure-page-worker.html

Issue 961633002: Mixed Content: Remove redundant pref from tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/http/tests/security/mixedContent/websocket/insecure-websocket-in-secure-page.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/security/mixedContent/websocket/insecure-websocket-in-secure-page-worker.html
diff --git a/LayoutTests/http/tests/security/mixedContent/websocket/insecure-websocket-in-secure-page-worker.html b/LayoutTests/http/tests/security/mixedContent/websocket/insecure-websocket-in-secure-page-worker.html
index 471d46219f1f6626fd222ed2453d3b851e6d047e..ae9c6072c2076bbc045fb473b51c36ba58da58d5 100644
--- a/LayoutTests/http/tests/security/mixedContent/websocket/insecure-websocket-in-secure-page-worker.html
+++ b/LayoutTests/http/tests/security/mixedContent/websocket/insecure-websocket-in-secure-page-worker.html
@@ -8,7 +8,6 @@
if (window.testRunner) {
testRunner.setCanOpenWindows();
testRunner.setCloseRemainingWindowsWhenComplete(true);
- testRunner.overridePreference("WebKitAllowRunningInsecureContent", false);
}
var test = async_test("Test that an insecure WebSocket connection is blocked when created in a worker created from HTTPS resource.");
« no previous file with comments | « LayoutTests/http/tests/security/mixedContent/websocket/insecure-websocket-in-secure-page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698