Chromium Code Reviews| Index: chrome/test/data/extensions/api_test/sandboxed_pages_csp/manifest.json |
| diff --git a/chrome/test/data/extensions/api_test/sandboxed_pages_csp/manifest.json b/chrome/test/data/extensions/api_test/sandboxed_pages_csp/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..78fc61006cf4318ddef9961f05261396b6b1e9be |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/api_test/sandboxed_pages_csp/manifest.json |
| @@ -0,0 +1,9 @@ |
| +{ |
| + "name": "Tests that loading web content fails inside sandboxed pages", |
| + "manifest_version": 2, |
| + "version": "0.1", |
| + "sandbox": { |
| + "pages": ["sandboxed.html"], |
| + "content_security_policy": "sandbox allow-scripts; child-src *;" |
| + } |
| +} |