4 <div id=
"test" contenteditable=
"true"><span>foo
</span>bar
</div>
6 <script src=
"../editing.js"></script>
7 <script src=
"../../resources/dump-as-markup.js"></script>
10 testRunner
.dumpEditingCallbacks();
12 Markup
.description('This tests the last paragraph in the pasted fragment is merged with the content after the insertion position\n'
13 + '"baz" and "oobar" should be in the same paragraph below');
15 var s
= window
.getSelection();
16 var e
= document
.getElementById("test");
19 moveSelectionForwardByCharacterCommand();
20 insertHTMLCommand("<div>bar</div>baz");