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

Side by Side 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, 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2013 The Chromium Authors. All rights reserved. 2 * Copyright 2013 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 #include <vector> 7 #include <vector>
8 8
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "chrome/browser/ui/browser.h" 10 #include "chrome/browser/ui/browser.h"
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 utf8_content_.append(";\n"); 85 utf8_content_.append(";\n");
86 } 86 }
87 87
88 std::string utf8_content_; 88 std::string utf8_content_;
89 }; 89 };
90 90
91 IN_PROC_BROWSER_TEST_F(VirtualKeyboardBrowserTest, TypingTest) { 91 IN_PROC_BROWSER_TEST_F(VirtualKeyboardBrowserTest, TypingTest) {
92 RunTest(base::FilePath(FILE_PATH_LITERAL("typing_test.js"))); 92 RunTest(base::FilePath(FILE_PATH_LITERAL("typing_test.js")));
93 } 93 }
94 94
95 IN_PROC_BROWSER_TEST_F(VirtualKeyboardBrowserTest, ControlKeysTest) {
96 RunTest(base::FilePath(FILE_PATH_LITERAL("control_keys_test.js")));
97 }
95 // TODO(kevers|rsadam|bshe): Add UI tests for remaining virtual keyboard 98 // TODO(kevers|rsadam|bshe): Add UI tests for remaining virtual keyboard
96 // functionality. 99 // functionality.
OLDNEW
« 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