| 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 b33f3bea6320c6ba84f73a02376d94e463e57420..cba0e9bef99ae750bbc1b07d9dad7485d372db25 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs
|
| @@ -298,7 +298,7 @@ TEST_F('CursorsTest', 'WrappingCursors', function() {
|
| var para = root.firstChild;
|
| var cursor = new cursors.WrappingCursor(para, -1);
|
| cursor = cursor.move(DOM_NODE, DIRECTIONAL, BACKWARD);
|
| - assertEquals(root.lastChild.firstChild, cursor.node);
|
| + assertEquals(root.lastChild.firstChild.firstChild, cursor.node);
|
| cursor = cursor.move(DOM_NODE, DIRECTIONAL, FORWARD);
|
| assertEquals(root.firstChild.firstChild, cursor.node);
|
| });
|
|
|