| <div id="description">This tests for a hang when outdenting an indented list whose last item contains another list. It should not hang.<b>The selection is incorrect here.</b></div> |
| <div id="edit" contenteditable="true"> |
| <blockquote class="webkit-indent-blockquote"> |
| <li>lemon<span><div><blockquote class="webkit-indent-blockquote"><ol><li>orange</li><li>lemon</li></ol></blockquote></div></span></li> |
| window.testRunner.dumpAsText(); |
| div = document.getElementById("edit"); |
| document.execCommand("SelectAll"); |
| document.execCommand("InsertOrderedList"); |