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

Side by Side 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, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "chrome.automation.webViewTests",
3 "version": "0.1",
4 "manifest_version": 2,
5 "description": "Tests for the Automation API with WebView.",
6 "permissions": ["webview"],
7 "automation": {"desktop": true},
8 "app": {
9 "background": {
10 "scripts": ["location_in_webview.js"]
11 }
12 }
13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698