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

Unified Diff: chrome/test/data/web_app_info/invalid_urls.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_urls.json
diff --git a/chrome/test/data/web_app_info/invalid_urls.json b/chrome/test/data/web_app_info/invalid_urls.json
new file mode 100644
index 0000000000000000000000000000000000000000..f347073f3fed2cc26a68d4e6c435446d3ee8ab26
--- /dev/null
+++ b/chrome/test/data/web_app_info/invalid_urls.json
@@ -0,0 +1,9 @@
+{
+ "name": "hello",
+ "launch_url": "launch_url",
+ "urls": [
+ "relative",
+ "http://example.com/valid_absolute",
+ "http://someotherdomain.com/invalid_absolute"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698