| OLD | NEW |
| 1 This tests dropping content onto a list items content when the content is wrappe
d in a span. You should see 'DropAboveMe DragMe'. See <rdar://4861080>, but not
e that the expected behavior is different than what's described there, since the
rendering bug <rdar://4907469> has been fixed. | 1 This tests dropping content onto a list items content when the content is wrappe
d in a span. You should see 'DropAboveMe DragMe'. See <rdar://4861080>, but not
e that the expected behavior is different than what's described there, since the
rendering bug <rdar://4907469> has been fixed. |
| 2 | " | 2 | " |
| 3 " | 3 " |
| 4 | <li> | 4 | <li> |
| 5 | id="li" | 5 | id="li" |
| 6 | style="border: 1px solid black;" | 6 | style="border: 1px solid black;" |
| 7 | <span> | 7 | <span> |
| 8 | <div> | 8 | <div> |
| 9 | id="contents" | 9 | id="contents" |
| 10 | style="border: 1px solid red;" | 10 | style="border: 1px solid red;" |
| 11 | "DropAboveMe<#selection-anchor> DragMe<#selection-focus>" | 11 | "<#selection-anchor>DragMe <#selection-focus>DropAboveMe" |
| 12 | " | 12 | " |
| 13 " | 13 " |
| 14 | " | 14 | " |
| 15 " | 15 " |
| OLD | NEW |