1 <p>This tests for a crash in InsertParagraph when inserting next to an input field or form control. You should see two input fields below in separate paragraphs.
</p>
2 <div id=
"div" contenteditable=
"true"><input type=
"text"><input type=
"text"></div>
6 window
.testRunner
.dumpAsText();
7 div
= document
.getElementById("div");
8 window
.getSelection().collapse(div
, 1);
9 document
.execCommand("InsertParagraph");