Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / format-block-multiple-paragraphs-expected.txt
blob0bafcd053856438140fb0e00e27012524f99857e
1 This tests ensures formatBlock do not make multiple elements when formatting multiple paragraphs.
3 Formatting:
4 | "
6 | <div>
7 |   "<#selection-anchor>hello"
8 | <div>
9 |   "world"
10 | <div>
11 |   "WebKit<#selection-focus>"
12 | "
15 by p yields:
16 | "
18 | <p>
19 |   "<#selection-anchor>hello"
20 |   <br>
21 |   "world"
22 |   <br>
23 |   "WebKit<#selection-focus>"
24 | "
27 Formatting:
28 | "
30 | <p>
31 |   "<#selection-anchor>hello"
32 | <p>
33 |   "world<#selection-focus>"
34 | "
37 by blockquote yields:
38 | "
40 | <blockquote>
41 |   "<#selection-anchor>hello"
42 |   <br>
43 |   "world<#selection-focus>"
44 | "
47 Formatting:
48 | "
50 | <div>
51 |   "<#selection-anchor>hello"
52 |   <pre>
53 |     "world<#selection-focus>"
54 | "
57 by p yields:
58 | "
60 | <p>
61 |   "<#selection-anchor>hello"
62 |   <br>
63 |   "world<#selection-focus>"
64 | "
67 Formatting:
68 | "
70 | <h1>
71 |   "<#selection-anchor>hello"
72 | <div>
73 |   <h2>
74 |     "world"
75 |   <h3>
76 |     "WebKit<#selection-focus>"
77 | "
80 by pre yields:
81 | "
83 | <pre>
84 |   "<#selection-anchor>hello"
85 |   <br>
86 |   "world"
87 |   <br>
88 |   "WebKit<#selection-focus>"
89 | "
92 Formatting:
93 | "
95 | <div>
96 |   "hello"
97 |   <p>
98 |     "<#selection-anchor>world"
99 |   "webki<#selection-focus>t"
100 | "
103 by h1 yields:
104 | "
106 | <div>
107 |   "hello"
108 |   <h1>
109 |     "<#selection-anchor>world"
110 |     <br>
111 |     "webkit<#selection-focus>"
112 | "
115 Formatting:
116 | "
118 | <pre>
119 |   "<#selection-anchor>hello
120 world<#selection-focus>
121 webkit
123 | "
126 by blockquote yields:
127 | "
129 | <pre>
130 |   <blockquote>
131 |     "<#selection-anchor>hello"
132 |     <br>
133 |     "world<#selection-focus>"
134 |   "webkit
136 | "
139 Formatting:
140 | "
142 | <pre>
143 |   "hello
144 <#selection-anchor>world
145 webki<#selection-focus>t
147 | "
150 by blockquote yields:
151 | "
153 | <pre>
154 |   "hello
156 |   <blockquote>
157 |     "<#selection-anchor>world"
158 |     <br>
159 |     "webki<#selection-focus>t"
160 | "
163 Formatting:
164 | "
165 <#selection-anchor>hello"
166 | <p>
167 |   "world<#selection-focus>"
168 | <p>
169 |   "webkit"
170 | "
174 by pre yields:
175 | <pre>
176 |   "<#selection-anchor>
177 hello"
178 |   <br>
179 |   "worl<#selection-focus>d"
180 | <p>
181 |   "webkit"
182 | "
186 Formatting:
187 | "
189 | <div>
190 |   "hello"
191 | <div>
192 |   "<#selection-anchor>world"
193 | <div>
194 |   "webki<#selection-focus>t"
195 | "
198 by pre yields:
199 | "
201 | <div>
202 |   "hello"
203 | <pre>
204 |   "<#selection-anchor>world"
205 |   <br>
206 |   "webki<#selection-focus>t"
207 | "
210 Formatting:
211 | "
213 | <ul>
214 |   <li>
215 |     "<#selection-anchor>hello"
216 |   <li>
217 |     "world<#selection-focus>"
218 | "
221 by blockquote yields:
222 | "
224 | <blockquote>
225 |   <ul>
226 |     <li>
227 |       "<#selection-anchor>hello"
228 |   <ul>
229 |     <li>
230 |       "world<#selection-focus>"
231 | "