Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / 5207369-expected.txt
blob7633850fff0802f838b6a0b284f278b4d3f71f6b
1 This tests for a crash when trying to switch the list type of an inner list at the end. You shouldn't get a crash. This test used to flatten the list but this behavior was correct to match Firefox and MSIE in the bug 43166.
3 One
4 Two
5 Three
6 Four
7 <ul><li>One</li><li>Two</li><ul><li>Three</li><li>Four</li></ul></ul>
9 PASS