4 <div id=
"test" contenteditable
><form>hello
<br>world
</form></div>
5 <script src=
"../../resources/dump-as-markup.js"></script>
8 Markup
.description('This tests inserting a paragraph inside a form element. We should do clone the form element.')
10 var form
= document
.querySelector('form');
11 getSelection().collapse(form
, 1);
12 document
.execCommand('InsertParagraph', false, null);