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..534079fb0947c80c080cb3bdfae27530d5467624 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/cursors_test.extjs |
@@ -260,8 +260,8 @@ |
{value: undefined, index: 0}, {value: undefined, index: 5}], |
], this.RANGE); |
}); |
- |
- |
+ |
+ |
TEST_F('CursorsTest', 'LineRange', function() { |
this.runCursorMovesOnDocument(this.simpleDoc, [ |
[LINE, FORWARD, {value: 'end', index: 0}, {value: 'end', index: 3}], |
@@ -289,7 +289,7 @@ |
cursor = cursor.move(NODE, DIRECTIONAL, BACKWARD); |
assertEquals('staticText', cursor.node.role); |
assertEquals('start diff line', cursor.node.name); |
- |
+ |
assertEquals('inlineTextBox', cursor.node.firstChild.role); |
assertEquals('start ', cursor.node.firstChild.name); |
assertEquals('diff ', cursor.node.firstChild.nextSibling.name); |
@@ -325,7 +325,7 @@ |
TEST_F('CursorsTest', 'SingleDocSelection', function() { |
this.runWithLoadedTree(function() {/*! |
- <p><a href="google.com">google home page</a></p> |
+ <a href="google.com">google home page</a> |
<p>some more text</p> |
<p>end of text</p> |
*/}, |