Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/editing/text-iterator/first-letter-word-boundary-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/editing/text-iterator/first-letter-word-boundary-expected.txt b/third_party/WebKit/LayoutTests/editing/text-iterator/first-letter-word-boundary-expected.txt |
| index c52f2ad5612d0d4d2e7ed42f7a45f57de334dd2b..4e0aaa7cc9f75a49094c0249308bb1ed82e00804 100644 |
| --- a/third_party/WebKit/LayoutTests/editing/text-iterator/first-letter-word-boundary-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/editing/text-iterator/first-letter-word-boundary-expected.txt |
| @@ -2,9 +2,9 @@ This tests moving caret around a word with a first-letter rule. WebKit should no |
| hello world' |
| white-space: normal; |
|
yosin_UTC9
2016/12/01 09:41:42
Could you convert this test to assert_selection()
|
| -FAIL: moving forward by word from offset 4 put caret at offset 10 but expected 6 |
| +PASS: moving forward by word from offset 4 put caret at offset 6 |
| PASS: moving backward by word from offset 4 put caret at offset 1 |
| white-space: pre; |
| -FAIL: moving forward by word from offset 4 put caret at offset 10 but expected 6 |
| +PASS: moving forward by word from offset 4 put caret at offset 6 |
| PASS: moving backward by word from offset 4 put caret at offset 1 |