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

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

Issue 828063007: Uprev Google Input Tools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update extensions schema. Created 5 years, 11 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/layout_test.js
diff --git a/chrome/test/data/chromeos/virtual_keyboard/layout_test.js b/chrome/test/data/chromeos/virtual_keyboard/layout_test.js
index 9332e1c4b4677db99972611b98e0da1956e16a1d..2a7e12ff82f52114e9efae4240742770407d0070 100644
--- a/chrome/test/data/chromeos/virtual_keyboard/layout_test.js
+++ b/chrome/test/data/chromeos/virtual_keyboard/layout_test.js
@@ -189,10 +189,12 @@ function testHandwritingLayoutAsync(testDoneCallback) {
var backButton = candidateView.querySelector(
'.inputview-candidate-button');
assertEquals('HANDWRITING_BACK', backButton.textContent);
+ onSwitchToKeyset('us.compact.qwerty', function() {
+ assertEquals('us-compact-qwerty', getActiveView().id,
+ 'compact layout is not active.');
+ testDoneCallback();
+ });
mockTap(backButton);
- assertEquals('us-compact-qwerty', getActiveView().id,
- 'compact layout is not active.');
- testDoneCallback();
});
mockTap(hwtSelect);
});
« no previous file with comments | « chrome/common/extensions/api/input_method_private.json ('k') | third_party/google_input_tools/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698