Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Placing cursor at the end of first list and executing forward delete should merg e the second list with the first one. | |
| 2 | " | |
| 3 " | |
| 4 | <ol> | |
| 5 | <li> | |
| 6 | "one" | |
| 7 | <li> | |
| 8 | "two" | |
| 9 | <li> | |
| 10 | id="li" | |
| 11 | "three" | |
| 12 | <li> | |
| 13 | "<#selection-caret>four" | |
| 14 | <li> | |
| 15 | "five" | |
| 16 | <li> | |
| 17 | "six" | |
| 18 | " | |
| 19 " | |
| OLD | NEW |