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

Unified Diff: chrome/browser/chromeos/extensions/virtual_keyboard_browsertest.cc

Issue 25305003: Automated tests for the shift key. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed nits. Created 7 years, 3 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/chromeos/virtual_keyboard/control_keys_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/extensions/virtual_keyboard_browsertest.cc
diff --git a/chrome/browser/chromeos/extensions/virtual_keyboard_browsertest.cc b/chrome/browser/chromeos/extensions/virtual_keyboard_browsertest.cc
index b19094b0d10c2ae60ca429dae9e372f5458595e1..7d7ca604e5920f0d93c7ada20169c667e5ac0e5c 100644
--- a/chrome/browser/chromeos/extensions/virtual_keyboard_browsertest.cc
+++ b/chrome/browser/chromeos/extensions/virtual_keyboard_browsertest.cc
@@ -92,5 +92,8 @@ IN_PROC_BROWSER_TEST_F(VirtualKeyboardBrowserTest, TypingTest) {
RunTest(base::FilePath(FILE_PATH_LITERAL("typing_test.js")));
}
+IN_PROC_BROWSER_TEST_F(VirtualKeyboardBrowserTest, ControlKeysTest) {
+ RunTest(base::FilePath(FILE_PATH_LITERAL("control_keys_test.js")));
+}
// TODO(kevers|rsadam|bshe): Add UI tests for remaining virtual keyboard
// functionality.
« no previous file with comments | « no previous file | chrome/test/data/chromeos/virtual_keyboard/control_keys_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698