Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / 5543472-2-expected.txt
blob2d32b96f254bf292e97457698eefcdf95a0c7b02
1 This tests for a bug when performing the list operation on a selection that starts just before a list and ends inside the list. This should only create list items in selected cells.
3 DOM:
4 <table border="1"><tbody><tr><td><ul><li>foo</li></ul></td><td id="td"><ul><li>bar</li></ul></td><td>baz</td></tr></tbody></table>