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

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

Issue 634403003: Adding webview tests to app_shell_browsertest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo 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": "Packaged App Test: <webview> JavaScript Dialogs", 2 "name": "Packaged App Test: <webview> JavaScript Dialogs",
3 "description": "Verifies that the <webview> Dialog API works as expected.", 3 "description": "Verifies that the <webview> Dialog API works as expected.",
4 "version": "1", 4 "version": "2",
5 "manifest_version": 2,
5 "permissions": [ 6 "permissions": [
6 "webview" 7 "webview"
7 ], 8 ],
8 "app": { 9 "app": {
9 "background": { 10 "background": {
10 "scripts": ["test.js"] 11 "scripts": ["test.js"]
11 } 12 }
12 } 13 }
13 } 14 }
OLDNEW
« no previous file with comments | « extensions/test/data/web_view/dialog/inject_dialog.js ('k') | extensions/test/data/web_view/dialog/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698