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

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

Issue 247883002: Adds browser test framework for the IME keyboard, and some basic typing tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds some missing comments. Created 6 years, 8 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/end_to_end_test.js
diff --git a/chrome/test/data/chromeos/virtual_keyboard/end_to_end_test.js b/chrome/test/data/chromeos/virtual_keyboard/end_to_end_test.js
index 6b268e9e92161c27a1215f48d84641e5f45415a8..397571ac2efec08e5b85562a30e5270330649a6f 100644
--- a/chrome/test/data/chromeos/virtual_keyboard/end_to_end_test.js
+++ b/chrome/test/data/chromeos/virtual_keyboard/end_to_end_test.js
@@ -28,4 +28,4 @@ if (kb.isReady()) {
if (kb.isReady())
type('a');
});
-}
+}

Powered by Google App Engine
This is Rietveld 408576698