Chromium Code Reviews| Index: content/test/data/manifest/parsing-errors-manifest.json |
| diff --git a/content/test/data/manifest/parsing-errors-manifest.json b/content/test/data/manifest/parsing-errors-manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..92403728c1fc759e3b14c017e5b7eaeec3d58da4 |
| --- /dev/null |
| +++ b/content/test/data/manifest/parsing-errors-manifest.json |
| @@ -0,0 +1,8 @@ |
| +{ |
| + "name": {}, |
| + "short_name": 42, |
| + "start_url": [], |
| + "orientation": "foobar", |
| + "display": "tulip", |
| + "icons": {} |
| +} |