10 <title>Editing Test
</title>
12 <body contenteditable
id=
"root">
13 <div id=
"test" class=
"editing">one two three
</div><div>four five six
</div>
14 <script src=
"../../resources/dump-as-markup.js"></script>
17 if (!window
.testRunner
)
18 document
.write("(cannot run interactively)");
20 testRunner
.dumpEditingCallbacks();
22 getSelection().collapse(document
.getElementById('test'), 0);
23 // test for 4570218 by using double deleteToEndOfParagraph
24 testRunner
.execCommand("DeleteToEndOfParagraph");
25 testRunner
.execCommand("DeleteToEndOfParagraph");