Chromium Code Reviews| Index: chrome/test/data/extensions/platform_apps/web_view/text_selection/manifest.json |
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/text_selection/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/text_selection/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e1dca4a93ca1596b2ca9200bdacdce6e69f84991 |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/platform_apps/web_view/text_selection/manifest.json |
| @@ -0,0 +1,13 @@ |
| +{ |
| + "name": "Packaged App Test: <webview> text selection", |
| + "description": "Verifies that selecting text in <webview> works properly, particularly for Speak and Dictionary commands.", |
| + "version": "1", |
| + "permissions": [ |
| + "webview" |
| + ], |
| + "app": { |
| + "background": { |
| + "scripts": ["test.js"] |
| + } |
| + } |
| +} |