Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / security / contentSecurityPolicy / directive-parsing-known-unknowns.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 if (window.testRunner) {
6     testRunner.dumpAsText();
7 }
8 if (window.internals)
9     internals.settings.setExperimentalContentSecurityPolicyFeaturesEnabled(false);
10 </script>
11 <meta http-equiv="Content-Security-Policy" content="child-src 'none'"/>
12 </head>
13 <body>
14 <p>This page disables CSP2, but uses a CSP2 directive. It should log an informative message to the console: not an error.</p>
15 </body>
16 </html>
17