Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / inserting / insert-paragraph-separator-in-blockquote-expected.txt
blob1e396f7832f945c3b56cafac83d6ef7604838926
1 This test ensures the paragraph separator inserted between quoted lines inside the blockquote.
2 You should see a <br> tag between 'First Line' and 'Second Line'.
4 | <div>
5 |   id="testDiv"
6 |   "First Line"
7 | <div>
8 |   id="testDiv"
9 |   <#selection-caret>
10 |   <br>
11 | <div>
12 |   "Second Line"