1 <p>This test for a bug in Insert{Un}OrderedList. Inside an empty editable region, a new paragraph is added, then a list is created. The caret should be
<b>inside
</b> the empty list item.
</p>
2 <div id=
"div" contenteditable=
"true"></div>
5 var div
= document
.getElementById("div");
8 document
.execCommand("InsertParagraph");
9 document
.execCommand("InsertUnorderedList");