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

Unified Diff: chrome/test/data/chromeos/virtual_keyboard/inputview/typing_test.js

Issue 255823004: Adds shift and capslock tests to IME Keyboard tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to master Created 6 years, 7 months 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/chromeos/virtual_keyboard/inputview/typing_test.js
diff --git a/chrome/test/data/chromeos/virtual_keyboard/inputview/typing_test.js b/chrome/test/data/chromeos/virtual_keyboard/inputview/typing_test.js
index 75aabf29d6e7610b803e74c3b612a0fd30a18129..335e42898e4f0b38ff87b9f7edd5501a1fd07971 100644
--- a/chrome/test/data/chromeos/virtual_keyboard/inputview/typing_test.js
+++ b/chrome/test/data/chromeos/virtual_keyboard/inputview/typing_test.js
@@ -8,8 +8,11 @@
* Tests typing in the lowercase keyset.
*/
function testLowercaseKeyset() {
+ // Mouse events.
mockMouseType('l');
mockMouseType('p');
- mockMouseType('e');
- mockMouseType('f');
+
+ // Touch events.
+ mockTouchType('l');
+ mockTouchType('p');
}

Powered by Google App Engine
This is Rietveld 408576698