tony@chromium.org | 440bbab | 2010-02-24 01:46:46 +0000 | [diff] [blame] | 1 | Pasting a list item into the middle of another list item should split the target list item into two with the pasted content in between. |
| 2 | |
| 3 | one two: one two |
| 4 | three: three |
| 5 | one two: one two |
tony@chromium.org | 440bbab | 2010-02-24 01:46:46 +0000 | [diff] [blame] | 6 | four: four |
| 7 | monsters walking: <span style="background-color:green"><b>monsters walking</b></span> |
| 8 | one two: one two |
tony@chromium.org | 440bbab | 2010-02-24 01:46:46 +0000 | [diff] [blame] | 9 | cross the floor: <span style="background-color:green"><b>cross the floor</b></span> |
| 10 | PASS |
| 11 | |
| 12 | |