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

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: ime testing in web forms 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
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 web form s.
Zachary Kuznia 2010/11/10 09:16:36 Nit: 80 characters.
timothe 2010/11/16 10:02:52 Done.
19 """ 21 """
20 22
21 job.run_test('desktopui_ImeTest') 23 job.run_test('desktopui_ImeTest')
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698