Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / inserting / 5607069-3-expected.txt
blob67e3d43c0387397c81f01fc6363528d1febc5a9b
1 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.
2 | <form>
3 |   style="border: 1px solid blue;"
4 |   <input>
5 |     type="text"
6 |     this.value=""
7 |     <shadow:root>
8 |       <div>
9 |         id="inner-editor"
10 |   "x"
11 |   <br>
12 |   "<#selection-caret>x"
13 |   <input>
14 |     type="text"
15 |     this.value=""
16 |     <shadow:root>
17 |       <div>
18 |         id="inner-editor"