5 testRunner
.dumpAsText();
8 This is to test a usecase in which caret position after deletion and the destination position coincides.
9 To pass this testcase it should not crash.
10 <div contenteditable=
"true" id=
"div"><hkern><span contenteditable=
"false"><dl>000A0
<script>
11 var sel
= window
.getSelection();
12 sel
.collapse(div
, div
.childNodes
.length
);
13 document
.execCommand("Delete");