Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(903)

Unified Diff: chrome/test/data/banners/manifest_bad_badge.json

Issue 2791923005: Fails InstallableManager if a selected badge icon cannot be fetched. (Closed)
Patch Set: Addressing comments Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/installable/installable_manager_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/banners/manifest_bad_badge.json
diff --git a/chrome/test/data/banners/manifest_bad_badge.json b/chrome/test/data/banners/manifest_bad_badge.json
new file mode 100644
index 0000000000000000000000000000000000000000..fc551c73f59a5f690e75ba0378c93f2c18ebefcf
--- /dev/null
+++ b/chrome/test/data/banners/manifest_bad_badge.json
@@ -0,0 +1,39 @@
+{
+ "name": "Manifest test app",
+ "icons": [
+ {
+ "src": "launcher-icon-1x.png",
+ "sizes": "48x48",
+ "type": "image/png"
+ },
+ {
+ "src": "launcher-icon-1-5x.png",
+ "sizes": "72x72",
+ "type": "image/png"
+ },
+ {
+ "src": "bad_icon.png",
+ "sizes": "96x96",
+ "type": "image/png",
+ "purpose": "any badge"
+ },
+ {
+ "src": "launcher-icon-3x.png",
+ "sizes": "144x144",
+ "type": "image/png"
+ },
+ {
+ "src": "launcher-icon-4x.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "image-512px.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "start_url": "manifest_test_page.html",
+ "display": "standalone",
+ "orientation": "landscape"
+}
« no previous file with comments | « chrome/browser/installable/installable_manager_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698