1 <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>
2 <div id=
"edit" contenteditable=
"true">
3 <blockquote class=
"webkit-indent-blockquote">
6 <li>lemon
<span><div><blockquote class=
"webkit-indent-blockquote"><ol><li>orange
</li><li>lemon
</li></ol></blockquote></div></span></li>
12 if (window
.testRunner
)
13 window
.testRunner
.dumpAsText();
14 div
= document
.getElementById("edit");
16 document
.execCommand("SelectAll");
17 document
.execCommand("InsertOrderedList");