| 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
|
| deleted file mode 100644
|
| index 26b9596974c4bcdb17ba307340b58cf260ba64f3..0000000000000000000000000000000000000000
|
| --- a/chrome/test/data/extensions/manifest_tests/sandboxed_pages_invalid_5.json
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -{
|
| - "name": "test",
|
| - "version": "0.1",
|
| - "manifest_version": 2,
|
| - "app": {
|
| - "background": {
|
| - "scripts": ["background.js"]
|
| - }
|
| - },
|
| - "sandbox": {
|
| - "pages": ["test"],
|
| - // Sandbox directive that allows top-level navigation in a platform app.
|
| - "content_security_policy": "sandbox allow-top-navigation"
|
| - }
|
| -}
|
|
|