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

Unified Diff: LayoutTests/http/tests/security/mixedContent/insecure-iframe-in-main-frame-allowed.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
Index: LayoutTests/http/tests/security/mixedContent/insecure-iframe-in-main-frame-allowed.html
diff --git a/LayoutTests/http/tests/security/mixedContent/insecure-iframe-in-main-frame-allowed.html b/LayoutTests/http/tests/security/mixedContent/insecure-iframe-in-main-frame-allowed.html
index 4d80535d006981698ee7a525c71b9a9f4cd84e7d..3b2cfa6d408c93038cfb6ca7283513b610bb0a14 100644
--- a/LayoutTests/http/tests/security/mixedContent/insecure-iframe-in-main-frame-allowed.html
+++ b/LayoutTests/http/tests/security/mixedContent/insecure-iframe-in-main-frame-allowed.html
@@ -6,7 +6,6 @@ if (window.testRunner) {
testRunner.dumpAsText();
testRunner.setCanOpenWindows();
testRunner.setCloseRemainingWindowsWhenComplete(true);
- testRunner.overridePreference("WebKitAllowRunningInsecureContent", false);
testRunner.setAllowRunningOfInsecureContent(true);
}

Powered by Google App Engine
This is Rietveld 408576698