upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / editing / execCommand / 5543472-1-expected.txt
1 This tests for a hang when creating a list from a particular selection, of table content that is already in a list item. The table should be in a list, and each table cell should contain a list item.
2
3 DOM:
4 <ul><li id="li"><table border="1"><tbody><tr><td id="td"><ul><li>foo</li></ul></td><td><ul><li>bar</li></ul></td></tr></tbody></table></li></ul>
5
6 <br>