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(); |