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

Unified Diff: client/site_tests/desktopui_ImeTest/control

Issue 4698007: Added IME tests for web forms (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: ime testing in web forms Created 10 years, 1 month 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 side-by-side diff with in-line comments
Download patch
Index: client/site_tests/desktopui_ImeTest/control
diff --git a/client/site_tests/desktopui_ImeTest/control b/client/site_tests/desktopui_ImeTest/control
index e922a33e7ad748c859c7051d4e9f41a5f6554096..6902ce5e191dad00bb5235c6000e9b10388b8dcc 100644
--- a/client/site_tests/desktopui_ImeTest/control
+++ b/client/site_tests/desktopui_ImeTest/control
@@ -7,7 +7,9 @@ NAME = "desktopui_ImeTest"
PURPOSE = "Verify IME is functioning properly."
CRITERIA = """
This test will fail under any of the following conditions:
- - TODO(Bad things)
+ - cannot toggle Japanese, Chinese, Korean IMEs
+ - keyboard shortcuts are not working correctly
+ - CJK characters can not be inputted in the omnibox or in web forms
"""
TIME = "SHORT"
TEST_CATEGORY = "Functional"
@@ -15,7 +17,7 @@ TEST_CLASS = "desktopui"
TEST_TYPE = "client"
DOC = """
-This test checks whether the IME is working properly.
+This test checks whether the IME is working properly in the omnibox and web forms.
Zachary Kuznia 2010/11/10 09:16:36 Nit: 80 characters.
timothe 2010/11/16 10:02:52 Done.
"""
job.run_test('desktopui_ImeTest')

Powered by Google App Engine
This is Rietveld 408576698