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

Unified Diff: chrome/test/data/chromeos/virtual_keyboard/keyset_transition_test.js

Issue 43593003: Add layout switcher for virtual keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix keyboard tests. Created 7 years, 2 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
« no previous file with comments | « no previous file | chrome/test/data/webui/mock_timer.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/chromeos/virtual_keyboard/keyset_transition_test.js
diff --git a/chrome/test/data/chromeos/virtual_keyboard/keyset_transition_test.js b/chrome/test/data/chromeos/virtual_keyboard/keyset_transition_test.js
index 414b7142eb5946279d86f4d926725016e3277b3c..ce8de6ef3f507599569ab193edc692ad559c7e87 100644
--- a/chrome/test/data/chromeos/virtual_keyboard/keyset_transition_test.js
+++ b/chrome/test/data/chromeos/virtual_keyboard/keyset_transition_test.js
@@ -188,9 +188,7 @@ function testInputTypeResponsivenessAsync(testDoneCallback) {
var subtasks = [];
subtasks.push(transition('qwerty-lower', 'number',
"Did not reset keyboard on focus change"));
- subtasks.push(transition('numeric-symbol', 'password',
- "Did not switch to numeric keypad."));
- subtasks.push(transition('system-qwerty-lower', 'text',
+ subtasks.push(transition('numeric-symbol', 'text',
"Did not switch to numeric keypad."));
// Clean up
subtasks.push(function() {
« no previous file with comments | « no previous file | chrome/test/data/webui/mock_timer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698