| 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 8e13ecf993f5ffcbd61cb80292e97ebe283fcad8..676ccd60d54122beef758373f0b33b61bb48ce3e 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
|
| @@ -228,7 +228,7 @@ TEST_F('BackgroundTest', 'InitialFocus', function() {
|
| this.runWithLoadedTree('<a href="a">a</a>',
|
| function(rootNode) {
|
| mockFeedback.expectSpeech('data:text/html,<!doctype html>' +
|
| - '<a href="a">a</a><!-- chromevox_next_test -->')
|
| + '<a href="a">a</a>')
|
| .expectSpeech('a')
|
| .expectSpeech('Link');
|
| mockFeedback.replay();
|
| @@ -473,8 +473,7 @@ TEST_F('BackgroundTest', 'ActiveOrInactive', function() {
|
| .expectSpeech('Edit text');
|
|
|
| mockFeedback.replay();
|
| - }
|
| - );
|
| + });
|
| });
|
|
|
| TEST_F('BackgroundTest', 'ModeSwitching', function() {
|
|
|