Index: chrome/test/data/extensions/manifest_tests/options_ui_page_bad_url.json |
diff --git a/chrome/test/data/extensions/manifest_tests/options_ui_page_bad_url.json b/chrome/test/data/extensions/manifest_tests/options_ui_page_bad_url.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e6b95d7e8bbd42508ec59113cc48e4172304203a |
--- /dev/null |
+++ b/chrome/test/data/extensions/manifest_tests/options_ui_page_bad_url.json |
@@ -0,0 +1,9 @@ |
+{ |
+ "name": "Bad options_ui page URL test", |
+ "description": "Tests if an error is thrown when given an invalid options_ui.page value", |
+ "version": "1", |
+ "manifest_version": 2, |
+ "options_ui": { |
+ "page": null |
+ } |
+} |