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