upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / editing / execCommand / 5210032-expected.txt
1 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.
2
3 One
4 Two
5 Three
6 <ul><li>One</li><li>Two</li><li>Three</li></ul>