Chromium Code Reviews| Index: chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_4.json |
| diff --git a/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_4.json b/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_4.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c136f5e499c160540526c003d8f0b7ca605df2ba |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_4.json |
| @@ -0,0 +1,10 @@ |
| +{ |
| + "name": "test", |
| + "version": "0.1", |
| + "manifest_version": 2, |
| + "sandboxed_pages": { |
| + "pages": ["test"], |
| + // Sandbox directive that allows same-origin access. |
| + "content_security_policy": "sandbox allow-same-origin" |
| + } |
| +} |