Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / inserting / 5607069-2-expected.txt
blob8b2753732e3682f59277d417e04bf4a1d2779fbf
1 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.
2 | <input>
3 |   type="text"
4 |   this.value=""
5 |   <shadow:root>
6 |     <div>
7 |       id="inner-editor"
8 | <br>
9 | <input>
10 |   type="text"
11 |   this.value=""
12 |   <shadow:root>
13 |     <div>
14 |       id="inner-editor"