Chromium Code Reviews| OLD | NEW | 
|---|---|
| 1 This tests moving caret around a word with a first-letter rule. WebKit should no t crash. This test also demonstrates a bug that word position is incorrectly rep orted. | 1 This tests moving caret around a word with a first-letter rule. WebKit should no t crash. This test also demonstrates a bug that word position is incorrectly rep orted. | 
| 2 | 2 | 
| 3 hello world' | 3 hello world' | 
| 4 white-space: normal; | 4 white-space: normal; | 
| 
 
yosin_UTC9
2016/12/01 09:41:42
Could you convert this test to assert_selection()
 
 | |
| 5 FAIL: moving forward by word from offset 4 put caret at offset 10 but expected 6 | 5 PASS: moving forward by word from offset 4 put caret at offset 6 | 
| 6 PASS: moving backward by word from offset 4 put caret at offset 1 | 6 PASS: moving backward by word from offset 4 put caret at offset 1 | 
| 7 white-space: pre; | 7 white-space: pre; | 
| 8 FAIL: moving forward by word from offset 4 put caret at offset 10 but expected 6 | 8 PASS: moving forward by word from offset 4 put caret at offset 6 | 
| 9 PASS: moving backward by word from offset 4 put caret at offset 1 | 9 PASS: moving backward by word from offset 4 put caret at offset 1 | 
| 10 | 10 | 
| OLD | NEW |