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