3 testRunner
.dumpEditingCallbacks();
5 <p>This tests to see if deletion correctly prunes the containers of the paragraph being moved during a merge. You should see 'foo
<b>bar
</b>' below.
</p>
7 <div id=
"test" contenteditable=
"true"><div>foo
</div><div style=
"border: 1px solid blue; padding: 5px; font-weight: bold;"><div style=
"border: 1px solid red; padding: 5px">bar
</div></div></div>
10 var e
= document
.getElementById("test");
11 var s
= window
.getSelection();
13 s
.modify("move", "forward", "line");
15 document
.execCommand("Delete");