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 2ed68744c138ec8bb5c1d32965c15bf45f3c3479..f494c175e6b812caf37e3ddb6f02972b16651eb1 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs |
@@ -261,6 +261,7 @@ 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}], |
@@ -324,8 +325,7 @@ TEST_F('CursorsTest', 'IsInWebRange', function() { |
TEST_F('CursorsTest', 'DISABLED_SingleDocSelection', function() { |
this.runWithLoadedTree(function() {/*! |
- <span>start</span> |
- <a href="google.com">google home page</a> |
+ <p><a href="google.com">google home page</a></p> |
<p>some more text</p> |
<p>end of text</p> |
*/}, |