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

Unified Diff: LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-allowed.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
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-allowed-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-allowed.html
diff --git a/LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-allowed.html b/LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-allowed.html
index e8a7f01eb4d47608bf4eccc370c05496d154615d..033271193721debbc0a6323a8c89cc48779c0741 100644
--- a/LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-allowed.html
+++ b/LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-allowed.html
@@ -6,6 +6,7 @@ if (window.testRunner) {
testRunner.dumpAsText();
testRunner.setCanOpenWindows();
testRunner.setCloseRemainingWindowsWhenComplete(true);
+ testRunner.overridePreference("WebKitAllowRunningInsecureContent", true);
}
window.addEventListener("message", function (e) {
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/mixedContent/insecure-sync-post-xhr-allowed-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698