3 testRunner
.dumpEditingCallbacks();
5 <p>This is a test to make sure that a placeholder, even one that doesn't have our special class on it, is removed when it is displaced by pasted content.
</p>
6 <div id=
"test" contenteditable=
"true"><br></div>
9 var s
= window
.getSelection();
10 var e
= document
.getElementById("test");
13 document
.execCommand("InsertHTML", false, "First paragraph.<div>Second paragraph.</div>");