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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | client/site_tests/desktopui_ImeTest/desktopui_ImeTest.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 AUTHOR = "Chrome OS Team" 5 AUTHOR = "Chrome OS Team"
6 NAME = "desktopui_ImeTest" 6 NAME = "desktopui_ImeTest"
7 PURPOSE = "Verify IME is functioning properly." 7 PURPOSE = "Verify IME is functioning properly."
8 CRITERIA = """ 8 CRITERIA = """
9 This test will fail under any of the following conditions: 9 This test will fail under any of the following conditions:
10 - TODO(Bad things) 10 - cannot toggle Japanese, Chinese, Korean IMEs
11 - keyboard shortcuts are not working correctly
12 - CJK characters can not be inputted in the omnibox or in web forms
11 """ 13 """
12 TIME = "SHORT" 14 TIME = "SHORT"
13 TEST_CATEGORY = "Functional" 15 TEST_CATEGORY = "Functional"
14 TEST_CLASS = "desktopui" 16 TEST_CLASS = "desktopui"
15 TEST_TYPE = "client" 17 TEST_TYPE = "client"
16 18
17 DOC = """ 19 DOC = """
18 This test checks whether the IME is working properly. 20 This test checks whether the IME is working properly in the omnibox and
21 web forms.
19 """ 22 """
20 23
21 job.run_test('desktopui_ImeTest') 24 job.run_test('desktopui_ImeTest')
OLDNEW
« 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