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

Side by Side Diff: extensions/test/data/web_view/accept_touch_events/manifest.json

Issue 639693005: Adding more webview browser tests to app_shell_browsertests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small changes are made. Created 6 years, 2 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
1 { 1 {
2 "name": "<webview> touch handler registration test.", 2 "name": "<webview> touch handler registration test.",
3 "version": "1", 3 "version": "1",
4 "permissions": [ 4 "permissions": [
5 "webview" 5 "webview"
6 ], 6 ],
7 "app": { 7 "app": {
8 "background": { 8 "background": {
9 "scripts": ["test.js"] 9 "scripts": ["test.js"]
10 } 10 }
11 }, 11 },
12 "webview": { 12 "webview": {
13 "partitions": [ 13 "partitions": [
14 { 14 {
15 "name": "partition1", 15 "name": "partition1",
16 "accessible_resources": [ 16 "accessible_resources": [
17 "guest.js", 17 "guest.js",
18 "guest.html" 18 "guest.html"
19 ] 19 ]
20 } 20 }
21 ] 21 ]
22 } 22 }
23 } 23 }
OLDNEW
« no previous file with comments | « extensions/test/data/web_view/accept_touch_events/main.js ('k') | extensions/test/data/web_view/accept_touch_events/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698