3 testRunner
.dumpEditingCallbacks();
5 <p>This test pushes a horizontal rule into an unordered list with InsertUnorderedList.
<b>This demonstrates what might be a bug:
</b> the horizontal rule appears before the list marker in the render tree.
</p>
6 <div contenteditable=
"true" id=
"div"><hr></div>
9 var div
= document
.getElementById("div");
10 var sel
= window
.getSelection();
13 document
.execCommand("InsertUnorderedList");