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

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

Issue 1138813002: Fix continuous read in ChromeVox Next. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: check opt_cleanupOnly Created 5 years, 7 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/browser/resources/chromeos/chromevox/cvox2/background/classic_compatibility.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 356bdee1cfd235305cc6f9f8e4c2eeba22424697..1afd0a233e114daa49aa44a7d79c22f948d4546b 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
@@ -155,10 +155,13 @@ TEST_F('BackgroundTest', 'MANUAL_ContinuousRead', function() {
this.runWithLoadedTree(this.linksAndHeadingsDoc, function() {
cvox.ChromeVox.tts.expectSpeech('start');
cvox.ChromeVox.tts.expectSpeechAfter('start', this.doCmd('continuousRead'));
- cvox.ChromeVox.tts.expectSpeech('alpha Link');
- cvox.ChromeVox.tts.expectSpeech('beta Link');
- cvox.ChromeVox.tts.expectSpeech('Heading charlie', function() {});
- cvox.ChromeVox.tts.finishExpectations(this.newCallback());
+ cvox.ChromeVox.tts.expectSpeech('alpha');
+ cvox.ChromeVox.tts.expectSpeech('Link');
+ cvox.ChromeVox.tts.expectSpeech('beta');
+ cvox.ChromeVox.tts.expectSpeech('Link');
+ cvox.ChromeVox.tts.expectSpeech('Heading 1');
+ cvox.ChromeVox.tts.expectSpeech('charlie');
+ cvox.ChromeVox.tts.finishExpectations();
});
});
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/chromevox/cvox2/background/classic_compatibility.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698