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

Unified Diff: chrome/test/data/extensions/api_test/automation/tests/webview/manifest.json

Issue 2762373002: Fix computation of Automation API location offsets in WebViews. (Closed)
Patch Set: Only run new test on chromeos because of required perms Created 3 years, 9 months 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/extensions/api_test/automation/tests/webview/manifest.json
diff --git a/chrome/test/data/extensions/api_test/automation/tests/webview/manifest.json b/chrome/test/data/extensions/api_test/automation/tests/webview/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..26f515da8e1e231df79bbaeb48f2e2eee6e50177
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/automation/tests/webview/manifest.json
@@ -0,0 +1,13 @@
+{
+ "name": "chrome.automation.webViewTests",
+ "version": "0.1",
+ "manifest_version": 2,
+ "description": "Tests for the Automation API with WebView.",
+ "permissions": ["webview"],
+ "automation": {"desktop": true},
+ "app": {
+ "background": {
+ "scripts": ["location_in_webview.js"]
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698