1 <p>This tests for a hang when performing Insert{Un}OrderedList.
</p>
2 <div id=
"div" contenteditable=
"true">
3 <blockquote class=
"webkit-indent-blockquote">foo
</blockquote>
4 <blockquote class=
"webkit-indent-blockquote">bar
</blockquote>
5 <blockquote class=
"webkit-indent-blockquote"><br></blockquote>
6 <blockquote class=
"webkit-indent-blockquote"><br></blockquote>
7 <blockquote class=
"webkit-indent-blockquote"><br></blockquote>
11 if (window
.testRunner
)
12 window
.testRunner
.dumpAsText();
14 var div
= document
.getElementById("div");
17 document
.execCommand("SelectAll");
18 document
.execCommand("InsertUnorderedList");