1 <p>This test places the caret before the 'b' in 'bar' and Delete. Afterword, 'foobar' should be in the first paragraph and 'baz' should be in the second.
</p>
2 <div contenteditable=
"true">
9 var s
= window
.getSelection();
10 var e
= document
.getElementById("test");
12 document
.execCommand("Delete");