Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / indent-pre-list-expected.txt
blobe848cb8c4aaed85c440e3a4317da925ee40d4572
2 Indenting:
3 | "
5 | <pre>
6 |   <ul>
7 |     <li>
8 |       "<#selection-anchor>hello<#selection-focus>"
9 | "
12 yields:
13 | "
15 | <pre>
16 |   <ul>
17 |     <ul>
18 |       <li>
19 |         "<#selection-anchor>hello<#selection-focus>"
20 | "
23 Indenting:
24 | "
26 | <pre>
27 |   <ul>
28 |     <li>
29 |       "<#selection-anchor>hello
30 world"
31 |     "<#selection-focus>
33 | "
36 yields:
37 | "
39 | <pre>
40 |   <ul>
41 |     <ul>
42 |       <li>
43 |         "<#selection-anchor>hello"
44 |         "
46 |         "world<#selection-focus>"
47 |     "
49 | "
52 Indenting:
53 | "
55 | <ul>
56 |   <li>
57 |     <pre>
58 |       "<#selection-anchor>hello
59 world
60 webkit<#selection-focus>
62 | "
65 yields:
66 | "
68 | <ul>
69 |   <li>
70 |     <pre>
71 |       <blockquote>
72 |         style="margin: 0 0 0 40px; border: none; padding: 0px;"
73 |         "hello"
74 |         <br>
75 |         "world"
76 |         <br>
77 |         "webkit"
78 | "
81 Indenting:
82 | "
84 | <ul>
85 |   <li>
86 |     <pre>
87 |       "<#selection-anchor>hello<#selection-focus>
88 world
89 webkit
91 | "
94 yields:
95 | "
97 | <ul>
98 |   <li>
99 |     <pre>
100 |       <blockquote>
101 |         style="margin: 0 0 0 40px; border: none; padding: 0px;"
102 |         "<#selection-anchor>hello<#selection-focus>"
103 |       "world
104 webkit
106 | "
109 Indenting:
110 | "
112 | <ul>
113 |   <li>
114 |     <pre>
115 |       "hello
116 <#selection-anchor>world<#selection-focus>
117 webkit
119 | "
122 yields:
123 | "
125 | <ul>
126 |   <li>
127 |     <pre>
128 |       "hello
130 |       <blockquote>
131 |         style="margin: 0 0 0 40px; border: none; padding: 0px;"
132 |         "<#selection-anchor>world<#selection-focus>"
133 |       "webkit
135 | "
138 Indenting:
139 | "
141 | <ul>
142 |   <li>
143 |     <pre>
144 |       "hello
145 world
146 <#selection-anchor>webki<#selection-focus>t
148 | "
151 yields:
152 | "
154 | <ul>
155 |   <li>
156 |     <pre>
157 |       "hello
158 world
160 |       <blockquote>
161 |         style="margin: 0 0 0 40px; border: none; padding: 0px;"
162 |         "<#selection-anchor>webki<#selection-focus>t"
163 | "