upload tizen1.0 source
[framework/web/webkit-efl.git] / LayoutTests / editing / execCommand / 5543472-3-expected.txt
1 This tests for a bug where a creating a list from a particular selection inside a table would create list items beyond the end of the selection. Only the second two table cells should contain list items.
2
3 DOM:
4 <table border="1"><tbody><tr><td>foo</td><td id="td"><ul><li>bar</li></ul></td><td><ul><li>baz</li></ul></td></tr></tbody></table><div>foo</div><div>bar</div>