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

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: var naming style guide compliance 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
« no previous file with comments | « no previous file | client/site_tests/desktopui_ImeTest/desktopui_ImeTest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..af92b483d8d5edea52736c5e282484762cb2f3c5 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,8 @@ 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.
"""
job.run_test('desktopui_ImeTest')
« no previous file with comments | « no previous file | client/site_tests/desktopui_ImeTest/desktopui_ImeTest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698