Chromium Code Reviews| Index: LayoutTests/editing/selection/extend-by-word-002.html |
| diff --git a/LayoutTests/editing/selection/extend-by-word-002.html b/LayoutTests/editing/selection/extend-by-word-002.html |
| index 8dae6a97d82a9c5ba66b31e3163690835e8584d0..26ea6cbbe719acc90e84272f4b3f8b0b23ec445a 100644 |
| --- a/LayoutTests/editing/selection/extend-by-word-002.html |
| +++ b/LayoutTests/editing/selection/extend-by-word-002.html |
| @@ -65,7 +65,7 @@ shouldBeEqualToString('selection.type', 'Range'); |
| shouldBe('selection.anchorNode', '$("test").querySelectorAll("li")[0].childNodes[0]'); |
| shouldBe('selection.anchorOffset', '0'); |
| shouldBe('selection.focusNode', '$("test").querySelectorAll("li a")[3].firstChild'); |
| -shouldBe('selection.focusOffset', '4'); |
| +shouldBe('selection.focusOffset', '5'); |
|
mario.prada
2014/03/27 14:12:39
This needs to be changed now because the starting
|
| if (window.testRunner) |
| $('container').outerHTML = ''; |
| </script> |