chromium/third_party/blink/web_tests/editing/execCommand/5543472-3-expected.txt

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.

DOM:
<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>