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

Unified Diff: LayoutTests/http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame.html

Issue 957263002: Mixed Content: Explicitly allow blockable content for specific 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/redirect-https-to-http-iframe-in-main-frame.html
diff --git a/LayoutTests/http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame.html b/LayoutTests/http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame.html
index 6c26e00410a1b46138b538d6bd228ef83987c6d7..97ace334f3e01477ed93edaf771478d72cd5b79c 100644
--- a/LayoutTests/http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame.html
+++ b/LayoutTests/http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame.html
@@ -6,6 +6,7 @@ if (window.testRunner) {
testRunner.dumpAsText();
testRunner.setCanOpenWindows();
testRunner.setCloseRemainingWindowsWhenComplete(true);
+ testRunner.overridePreference("WebKitAllowRunningInsecureContent", true);
}
window.addEventListener("message", function (e) {

Powered by Google App Engine
This is Rietveld 408576698