| 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 584fd8064f4b9b8fb76800bfd535feb36242c5e0..f5e152067102f8ea2482d621502ee1b5766192f0 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs
|
| @@ -261,7 +261,6 @@ TEST_F('CursorsTest', 'WordRange', function() {
|
| ], this.RANGE);
|
| });
|
|
|
| -
|
| TEST_F('CursorsTest', 'LineRange', function() {
|
| this.runCursorMovesOnDocument(this.simpleDoc, [
|
| [LINE, FORWARD, {value: 'end', index: 0}, {value: 'end', index: 3}],
|
| @@ -325,7 +324,8 @@ TEST_F('CursorsTest', 'IsInWebRange', function() {
|
|
|
| TEST_F('CursorsTest', 'SingleDocSelection', function() {
|
| this.runWithLoadedTree(function() {/*!
|
| - <p><a href="google.com">google home page</a></p>
|
| + <span>start</span>
|
| + <a href="google.com">google home page</a>
|
| <p>some more text</p>
|
| <p>end of text</p>
|
| */},
|
|
|