Index: LayoutTests/http/tests/security/mixedContent/strict-mode-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-image-blocked.https.html |
index 5b7cd75dee16de278a7149a6ac15eb7bdb221ee5..fea9de0014f5468c9f2b079beae2688ef0f3dde4 100644 |
--- a/LayoutTests/http/tests/security/mixedContent/strict-mode-image-blocked.https.html |
+++ b/LayoutTests/http/tests/security/mixedContent/strict-mode-image-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.dumpAsText(); |