Chromium Code Reviews| 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') |