| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/editing_test.extjs
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/editing_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/editing_test.extjs
|
| index 79809daa8102dcb351cc6c06cd4bde7776783ff8..6bfb586ce35c6eb8a0fd9e5eaad91991af31c3b6 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/editing_test.extjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/editing_test.extjs
|
| @@ -246,13 +246,13 @@ TEST_F('EditingTest', 'RichTextMoveByLine', function() {
|
| .expectSpeech('\n')
|
| .expectBraille('\n')
|
| .call(moveByLine)
|
| - .expectSpeech('This is a test of rich text')
|
| + .expectSpeech('This is a ', 'test', 'Link', ' of rich text')
|
| .expectBraille('This is a test of rich text')
|
| .call(moveByLine)
|
| .expectSpeech('\n')
|
| .expectBraille('\n')
|
| .call(moveByLine)
|
| - .expectSpeech('hello')
|
| + .expectSpeech('hello', 'Heading 2')
|
| .expectBraille('hello')
|
| .replay();
|
| });
|
|
|