| 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>
|
|
|