Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / pasteboard / pasting-into-p-should-not-nest-p-expected.txt
blobe04c669499b675abdcb180ad69eb76392d3081be
1 This tests copying and pasting a p element into another p element doesn't end up in a nested p elements.
3 After paste:
4 | "
6 | <p>
7 |   style="font-size: 12px; color: blue;"
8 |   <span>
9 |     id="source"
10 |     "Copy this line"
11 | "
13 | <p>
14 |   style="font-size: 12px;"
15 |   <strong>
16 |     "Paste it below in the empty line below. The font size should be 12px and the text should be in blue."
17 | "
19 | <p>
20 |   style="font-size: 12px; color: blue;"
21 |   <span>
22 |     id="source"
23 |     "Copy this line"
24 | <div>
25 |   <span>
26 |     <#selection-caret>
27 |     <br>
28 | "
31 After innerHTML = innerHTML:
32 | "
34 | <p>
35 |   style="font-size: 12px; color: blue;"
36 |   <span>
37 |     id="source"
38 |     "Copy this line"
39 | "
41 | <p>
42 |   style="font-size: 12px;"
43 |   <strong>
44 |     "Paste it below in the empty line below. The font size should be 12px and the text should be in blue."
45 | "
47 | <p>
48 |   style="font-size: 12px; color: blue;"
49 |   <span>
50 |     id="source"
51 |     "Copy this line"
52 | <div>
53 |   <span>
54 |     <br>
55 | "