| 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')
|
|
|