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

Unified Diff: LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-blocked.html

Issue 14619021: Consider "mixed content XHR" as mixed script instead of mixed display. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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-sync-post-xhr-blocked.html
diff --git a/LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-blocked.html b/LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-blocked.html
index 01c697c5832ed12d115d99386e73d1342f8e8a46..0f13fc254a8d52cb1d12ef790530f1a3350dfa49 100644
--- a/LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-blocked.html
+++ b/LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-blocked.html
@@ -6,7 +6,7 @@ if (window.testRunner) {
testRunner.dumpAsText();
testRunner.setCanOpenWindows();
testRunner.setCloseRemainingWindowsWhenComplete(true);
- testRunner.overridePreference("WebKitAllowDisplayingInsecureContent", false);
+ testRunner.overridePreference("WebKitAllowRunningInsecureContent", false);
}
window.addEventListener("message", function (e) {

Powered by Google App Engine
This is Rietveld 408576698