Index: chrome/test/data/extensions/platform_apps/web_view/geolocation/cancel_request/manifest.json |
diff --git a/chrome/test/data/extensions/platform_apps/web_view/geolocation/cancel_request/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/geolocation/cancel_request/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..56f9481de8b2b148932bab022d1579585c21243a |
--- /dev/null |
+++ b/chrome/test/data/extensions/platform_apps/web_view/geolocation/cancel_request/manifest.json |
@@ -0,0 +1,14 @@ |
+{ |
+ "name": "Platform App Test: <webview> geolocation cancelRequest test", |
+ "description": "Loads a guest that has an iframe and the iframe requests geolocation, before deciding the geolocation permission, the iframe navigates away, canceling the permisison request", |
+ "version": "1", |
+ "permissions": [ |
+ "geolocation", |
+ "webview" |
+ ], |
+ "app": { |
+ "background": { |
+ "scripts": ["test.js"] |
+ } |
+ } |
+} |