blob: 425f90bec24190b7bc293f6cf3c057f23229edb4 [file] [log] [blame]
This tests for a bug where InsertLineBreak would insert a '\n' instead of a <br> if the caret was set just before an input field. There should be a br element between two input elements.
| <input>
| type="text"
| this.value=""
| <shadow:root>
| <div>
| contenteditable="plaintext-only"
| <br>
| <#selection-caret>
| <input>
| type="text"
| this.value=""
| <shadow:root>
| <div>
| contenteditable="plaintext-only"