blob: 76157ef6f7b947103f1c7869ae11984008250462 [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>
| <input>
| type="text"
| this.value=""
| <shadow:root>
| <div>
| contenteditable="plaintext-only"