blob: df393b90b8da1b0330b012950a8fc280c28de1d8 [file] [log] [blame]
This tests pasting text ('foo\nbar') into a list item. The last bit of content in the incoming fragment should be merged with the paragraph after the position being pasted into.
Before insertion:
| <ul>
| <li>
| <div>
| "Item 1"
After insertion:
| <ul>
| <li>
| <div>
| "Item foo"
| <div>
| "bar<#selection-caret>1"