3 testRunner
.dumpEditingCallbacks();
11 <p>This places the caret before the 'T' in 'Two' and Deletes. 'One' and 'Two' should be merged but the blocks containing 'Three' and 'Four' should remain untouched.
</p>
12 <div contenteditable=
"true">
13 <div style=
"border: 3px solid red;">One
</div>
14 <div id=
"test"style=
"border: 3px solid green;">Two
<div style=
"border: 3px solid black;">Three
</div>Four
</div>
18 var s
= window
.getSelection();
19 var e
= document
.getElementById("test");
21 document
.execCommand("Delete");