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

Unified Diff: LayoutTests/http/tests/security/mixedContent/strict-mode-via-pref-image-blocked.https.html

Issue 841693002: Mixed Content: Create a strict-mode Setting. [3/3] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@strict-setting
Patch Set: Created 5 years, 11 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/strict-mode-via-pref-image-blocked.https-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/strict-mode-via-pref-image-blocked.https.html
diff --git a/LayoutTests/http/tests/security/mixedContent/strict-mode-image-blocked.https.html b/LayoutTests/http/tests/security/mixedContent/strict-mode-via-pref-image-blocked.https.html
similarity index 78%
copy from LayoutTests/http/tests/security/mixedContent/strict-mode-image-blocked.https.html
copy to LayoutTests/http/tests/security/mixedContent/strict-mode-via-pref-image-blocked.https.html
index 5b7cd75dee16de278a7149a6ac15eb7bdb221ee5..e11a107da5aa52acf7950270631937225f552412 100644
--- a/LayoutTests/http/tests/security/mixedContent/strict-mode-image-blocked.https.html
+++ b/LayoutTests/http/tests/security/mixedContent/strict-mode-via-pref-image-blocked.https.html
@@ -1,10 +1,10 @@
<!doctype html>
<html>
<head>
- <meta http-equiv="Content-Security-Policy" content="strict-mixed-content-checking">
<script>
if (window.testRunner) {
testRunner.dumpAsText();
+ testRunner.overridePreference("WebKitStrictMixedContentChecking", true);
}
</script>
</head>
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/mixedContent/strict-mode-via-pref-image-blocked.https-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698