1 This test drags a selection of a couple of <li> and drops them after another <li> in the same list. It verifies that no empty <li> (actually with a <br> inside) are left after the moving operation.
3 The original list looks like this. 'two' and 'three' are selected and are going to be dropped after 'four':
11 | "<#selection-anchor>two"
14 | "three<#selection-focus>"
21 'two' and 'three' should appear as <li> after 'four' and no empty <li> (nor a <br> placeholder) should be there: