| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs
|
| index 5a328d070a5d2ee5d733ef4dbd6a769d134bc627..b84ab154b8f39fcde17d30ab4f28a09a7ee1e729 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output_test.extjs
|
| @@ -615,8 +615,7 @@ TEST_F('OutputE2ETest', 'ToggleButton', function() {
|
| assertEqualsJSON({string_: '|Subscribe|Button|Pressed', spans_: [
|
| {value: {earconId: 'CHECK_ON'}, start: 0, end: 0},
|
| {value: 'name', start: 1, end:10},
|
| - {value: 'role', start: 11, end: 17},
|
| - {value: 'state', start: 18, end: 25}
|
| + {value: 'role', start: 11, end: 17}
|
| ]}, o.speechOutputForTest);
|
| });
|
| });
|
|
|