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

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

Issue 856753003: MIX: Rename the CSP directive. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Oops. 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
Index: LayoutTests/http/tests/security/mixedContent/strict-mode-image-in-frame-blocked.https.html
diff --git a/LayoutTests/http/tests/security/mixedContent/strict-mode-image-in-frame-blocked.https.html b/LayoutTests/http/tests/security/mixedContent/strict-mode-image-in-frame-blocked.https.html
index 802db8fe7bb6ab81c9a36494701f468f5343273f..da89e731b83a629d6629a5c16f98eebd1ec701fd 100644
--- a/LayoutTests/http/tests/security/mixedContent/strict-mode-image-in-frame-blocked.https.html
+++ b/LayoutTests/http/tests/security/mixedContent/strict-mode-image-in-frame-blocked.https.html
@@ -1,7 +1,7 @@
<!doctype html>
<html>
<head>
- <meta http-equiv="Content-Security-Policy" content="strict-mixed-content-checking">
+ <meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">
<script>
if (window.testRunner) {
testRunner.waitUntilDone();

Powered by Google App Engine
This is Rietveld 408576698