summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authornona@chromium.org <nona@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-11 16:36:44 +0000
committernona@chromium.org <nona@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-11 16:36:44 +0000
commitee7b0d12dd4f46e302b214b139921900128b008b (patch)
tree02df0c273a1cf3c906e3d0ce15fcf3aac90bde60 /chrome/test
parent34032d895d50b67d92d2d7d0f88f80548ed564a4 (diff)
downloadchromium_src-ee7b0d12dd4f46e302b214b139921900128b008b.zip
chromium_src-ee7b0d12dd4f46e302b214b139921900128b008b.tar.gz
chromium_src-ee7b0d12dd4f46e302b214b139921900128b008b.tar.bz2
Introduce InputMethodEngineIBusBrowserTest.
This is first CL to add browser tests for Extension IME. I will add more tests if this is granted. BUG=179912 TEST=ran browser_tests --gtest_filter=InputMethodEngine* Review URL: https://chromiumcodereview.appspot.com/13779004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/data/extensions/input_ime/manifest.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/chrome/test/data/extensions/input_ime/manifest.json b/chrome/test/data/extensions/input_ime/manifest.json
new file mode 100644
index 0000000..322e93f
--- /dev/null
+++ b/chrome/test/data/extensions/input_ime/manifest.json
@@ -0,0 +1,17 @@
+{
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQChrRrvYxe938GqNtcvN9Y910JLccbU+1Q6yCcOrtDAmAgdR4rtEGfF/j0FtqhBD7DG3Y7/v9hy/VJ9lk2TTbeT+OhNXAEG1LL2AbD4KX9U8J8o1k2iqt3CM0YUN/7Hzv2UkWq4pxa89IzV0oENzZS63/iz4asD+PakyU8t+BSX4wIDAQAB",
+ "name": "Sample Input Method For Testing",
+ "version": "0.1",
+ "manifest_version": 2,
+ "description": "Sample Input Method For Testing",
+ "permissions": [ "input" ],
+ "input_components": [{
+ "name": "test ime",
+ "type": "ime",
+ "id": "test-ime",
+ "description": "A input method for testing.",
+ "language": "en",
+ "layouts": ["us::eng"]
+ }]
+}
+