blob: 5ccb76c8c32d71cfda393fb5b58d176c7064205a [file] [log] [blame]
This tests for a bug in InsertParagraph where it would split and clone a <form> element in the same way it would a <p> or a <div>. There should be exactly one form element and one br element between two input elements.
| <form>
| style="border: 1px solid blue;"
| <input>
| type="text"
| this.value=""
| <shadow:root>
| <div>
| "x"
| <br>
| "<#selection-caret>x"
| <input>
| type="text"
| this.value=""
| <shadow:root>
| <div>