| # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| AUTHOR = "Chrome OS Team" |
| NAME = "desktopui_ImeTest" |
| PURPOSE = "Verify IME is functioning properly." |
| CRITERIA = """ |
| This test will fail under any of the following conditions: |
| - 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" |
| TEST_CLASS = "desktopui" |
| TEST_TYPE = "client" |
| |
| DOC = """ |
| This test checks whether the IME is working properly in the omnibox and |
| web forms. |
| """ |
| |
| job.run_test('desktopui_ImeTest') |