4 <div id=
"test" contenteditable=
"true">one three
</div>
6 <script src=
"../../resources/dump-as-markup.js"></script>
9 testRunner
.dumpEditingCallbacks();
11 internals
.settings
.setEditingBehavior("mac");
13 Markup
.description("The last paragraph of the incoming fragment should be in the same paragraph as 'three'.");
15 var s
= window
.getSelection();
16 var e
= document
.getElementById("test");
19 s
.modify("move", "forward", "word");
20 s
.modify("move", "forward", "character");
22 document
.execCommand("InsertHTML", false , "<br class='Apple-interchange-newline'><div>two</div>");