3 testRunner
.dumpEditingCallbacks();
5 <p>This testcase used to break InsertLineBreak. The editable region below should have two empty paragraphs in it, and the caret should be in the second.
</p>
7 <div id=
"test" contenteditable=
"true"><div>
11 var s
= window
.getSelection();
12 var e
= document
.getElementById("test");
15 document
.execCommand("InsertLineBreak");