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

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

Issue 2487043002: Refine braille output (Closed)
Patch Set: Refine braille output Created 4 years, 1 month 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 3388b7e0bb21fa3fcb81a7db47d487bc3b61140b..f2e19ecc832d1e17cb3473f9a678e3deafeb57dc 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
@@ -162,7 +162,7 @@ TEST_F('BackgroundTest', 'ForwardBackwardNavigation', function() {
.expectBraille('foxtraut h2');
mockFeedback.call(doCmd('nextLine'))
.expectSpeech('end', 'of test')
- .expectBraille('end of test');
+ .expectBraille('endof test');
dmazzoni 2016/11/10 01:31:12 This looks like a bug
mockFeedback.call(doCmd('jumpToTop'))
.expectSpeech('start')

Powered by Google App Engine
This is Rietveld 408576698