Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / merge-end-list-2-expected.txt
blobb78af75d314d357def87e8137c561f799f032283
1 This tests pasting text ('foo\nbar') into a list item. The last bit of content in the incoming fragment should be merged with the paragraph after the position being pasted into.
3 Before insertion:
4 | <ul>
5 |   <li>
6 |     <div>
7 |       "Item 1"
9 After insertion:
10 | <ul>
11 |   <li>
12 |     <div>
13 |       "Item foo"
14 |     <div>
15 |       "bar<#selection-caret>"
16 |   <li>
17 |     <div>
18 |       "1"