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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/braille_util_test.js

Issue 418053004: Fix CvoxBrailleUtilUnitTest.TextFieldSelection (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/common/braille_util_test.js
diff --git a/chrome/browser/resources/chromeos/chromevox/common/braille_util_test.js b/chrome/browser/resources/chromeos/chromevox/common/braille_util_test.js
index 7a6775377729deea29592b0a47f2e0cd6e4e3a97..7e0a8cfa867e4f439216ad1c2f7d2100b7f09bf6 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/braille_util_test.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/braille_util_test.js
@@ -206,6 +206,7 @@ TEST_F('CvoxBrailleUtilUnitTest', 'TextFieldSelection', function() {
);
var inputElem = $('1');
+ inputElem.focus();
var input = cvox.CursorSelection.fromNode(inputElem);
// Selection.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698