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

Unified Diff: LayoutTests/http/tests/security/mixedContent/insecure-css-resources.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/insecure-css-resources.html
diff --git a/LayoutTests/http/tests/security/mixedContent/insecure-css-resources.html b/LayoutTests/http/tests/security/mixedContent/insecure-css-resources.html
index d472e374003b320834912edc93f1f894bd908972..f2c63cf1e7163b3991a44673c6532f4d209423d2 100644
--- a/LayoutTests/http/tests/security/mixedContent/insecure-css-resources.html
+++ b/LayoutTests/http/tests/security/mixedContent/insecure-css-resources.html
@@ -5,6 +5,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