| Index: chrome/test/data/banners/manifest_bad_icon.json
|
| diff --git a/chrome/test/data/banners/manifest_bad_icon.json b/chrome/test/data/banners/manifest_bad_icon.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e7688efdf7cd6dc0550fd1f6bf2d0b4b773377ec
|
| --- /dev/null
|
| +++ b/chrome/test/data/banners/manifest_bad_icon.json
|
| @@ -0,0 +1,13 @@
|
| +{
|
| + "name": "Manifest test app",
|
| + "icons": [
|
| + {
|
| + "src": "corrupted_icon.png",
|
| + "type": "image/png",
|
| + "sizes": "192x192"
|
| + }
|
| + ],
|
| + "start_url": "manifest_bad_icon_test_page.html",
|
| + "display": "standalone",
|
| + "orientation": "landscape"
|
| +}
|
|
|