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

Unified Diff: chrome/test/data/web_app_info/invalid_icon_url.json

Issue 4979003: Implement web app definition parsing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nacl64 build Created 10 years, 1 month 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
Index: chrome/test/data/web_app_info/invalid_icon_url.json
diff --git a/chrome/test/data/web_app_info/invalid_icon_url.json b/chrome/test/data/web_app_info/invalid_icon_url.json
new file mode 100644
index 0000000000000000000000000000000000000000..3389d26b6f3428507e507263c7fd51b9ea2d170f
--- /dev/null
+++ b/chrome/test/data/web_app_info/invalid_icon_url.json
@@ -0,0 +1,8 @@
+{
+ "name": "hello",
+ "launch_url": "launch_url",
+ "icons": {
+ "16", "16.png",
+ "32": "http://someotherdomain.com/32"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698