1 <script src=
"../../resources/dump-as-markup.js"></script>
2 <p>This tests InsertList inside an empty div with no placeholder. You should see an empty list item with a caret inside of it.
</p>
3 <div id=
"div" contenteditable=
"true"></div>
6 var sel
= window
.getSelection();
7 var div
= document
.getElementById("div");
10 document
.execCommand("InsertUnorderedList");