Chromium Code Reviews| Index: LayoutTests/http/tests/security/suborigins/suborigin-in-meta-disallowed-console-warning.html |
| diff --git a/LayoutTests/http/tests/security/suborigins/suborigin-in-meta-disallowed-console-warning.html b/LayoutTests/http/tests/security/suborigins/suborigin-in-meta-disallowed-console-warning.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..095287f6cc893e70e1908d970e5f738f285d1dec |
| --- /dev/null |
| +++ b/LayoutTests/http/tests/security/suborigins/suborigin-in-meta-disallowed-console-warning.html |
| @@ -0,0 +1,10 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <head> |
| + <script> |
| + if (window.testRunner) |
| + testRunner.dumpAsText(); |
| + </script> |
| + <meta http-equiv="Content-Security-Policy" content="suborigin foobar"> |
| + </head> |
| +</html> |