Chromium Code Reviews| Index: chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_5.json |
| diff --git a/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_5.json b/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_5.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..845ef955f30f590fff672ff5876c43de4500879d |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_5.json |
| @@ -0,0 +1,14 @@ |
| +{ |
| + "name": "test", |
| + "version": "0.1", |
| + "manifest_version": 2, |
| + "platform_app": true, |
| + "background": { |
| + "scripts": ["background.js"] |
| + }, |
| + "sandboxed_pages": { |
| + "pages": ["test"], |
| + // Sandbox directive that allows top-level navigation in a platform app. |
| + "content_security_policy": "sandbox allow-top-navigation" |
| + } |
| +} |