3 testRunner
.dumpEditingCallbacks();
5 <p>This is a test to make sure that an unrendered br at the end of the selection being pasted into doesn't become rendered as a result of the paste.
</p>
6 <div id=
"test" contenteditable=
"true">First
<br></div>
9 var s
= window
.getSelection();
10 var e
= document
.getElementById("test");
13 s
.modify("move", "forward", "line");
14 document
.execCommand("InsertHTML", false, "paragraph.<div>Second paragraph.</div>");