| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs
|
| index ed00e70881b075412a235036f8b38333b4f53b3f..b2d30fc0798bf92404a8b500f91c62aab3ddbb64 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs
|
| @@ -369,7 +369,7 @@ TEST_F('CursorsTest', 'MultiLineOffsetSelection', function() {
|
| assertEquals('diff ', secondLine.name);
|
|
|
| var secondLineCursor = new cursors.Cursor(secondLine, -1);
|
| - assertEquals(-1, secondLineCursor.selectionIndex_);
|
| + assertEquals(0, secondLineCursor.selectionIndex_);
|
| secondLineCursor = new cursors.Cursor(secondLine, 0);
|
| secondLineCursor.index = 0;
|
| assertEquals(6, secondLineCursor.selectionIndex_);
|
|
|