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

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs

Issue 2045603002: Handle the "key" field as opposed to keyIdentifier field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove initialization of the view Created 4 years, 6 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/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
index 0340e2590cc80ed2f5b052e1984cbce6d1b65286..1567e9059d1ea0b9920a1b339f68c169723a0954 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
@@ -220,7 +220,7 @@ TEST_F('BackgroundTest', 'SelectSingleBasic', function() {
var mockFeedback = this.createMockFeedback();
this.runWithLoadedTree(this.formsDoc, function() {
var sendDownToSelect =
- this.sendKeyToElement.bind(this, undefined, 'Down', '#fruitSelect');
+ this.sendKeyToElement.bind(this, undefined, 'ArrowDown', '#fruitSelect');
mockFeedback.expectSpeech('apple', 'has pop up', 'Collapsed')
.expectBraille('apple btn +popup +')
.call(sendDownToSelect)

Powered by Google App Engine
This is Rietveld 408576698