Index: LayoutTests/editing/text-iterator/first-letter-word-boundary-expected.txt |
=================================================================== |
--- LayoutTests/editing/text-iterator/first-letter-word-boundary-expected.txt (revision 93498) |
+++ LayoutTests/editing/text-iterator/first-letter-word-boundary-expected.txt (working copy) |
@@ -2,9 +2,9 @@ |
hello world' |
white-space: normal; |
-FAIL: moving forward by word put caret at offset 4 but expected 6 |
-PASS: moving backward by word put caret at offset 0 |
+FAIL: moving forward by word from offset 4 put caret at offset 10 but expected 6 |
+PASS: moving backward by word from offset 4 put caret at offset 1 |
white-space: pre; |
-FAIL: moving forward by word put caret at offset 4 but expected 6 |
-PASS: moving backward by word put caret at offset 0 |
+FAIL: moving forward by word from offset 4 put caret at offset 10 but expected 6 |
+PASS: moving backward by word from offset 4 put caret at offset 1 |