3 testRunner
.dumpEditingCallbacks();
5 <p>This places the caret before the 'b' in 'bar' and Deletes. 'foo' and 'bar' should end up on the same line, but neither should change style.
</p>
6 <div contenteditable=
"true">
8 <div id=
"test" style=
"font-weight:bold">bar
</div>
12 var s
= window
.getSelection();
13 var e
= document
.getElementById("test");
15 document
.execCommand("Delete");