blob: d5dd5cada7f2a807a9a5f5bc7f347ef220342419 [file] [log] [blame]
This tests for a bug where content before a list made into a list item would be placed at the end of the list instead of the beginning. The list items below should contain "One", "Two" and "Three", in that order.
One
Two
Three
<ul><li>One</li><li>Two</li><li>Three</li></ul>