| 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();
|
| });
|
| });
|
|
|
|
|