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" |
+ ] |
+} |