Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / format-block-from-range-selection-expected.txt
blobaa6851045e41a0cfc1d58d0f6c392095bf759c6b
1 This test uses FormatBlock to apply the dl tag to a range of paragraphs with different block tags.
3 before FormatBlock:
4 | "
6 | <pre>
7 |   id="start"
8 |   "Fo<#selection-anchor>o"
9 | "
11 | <div>
12 |   "bar"
13 |   <br>
14 |   <span>
15 |     "baz"
16 |   <br>
17 |   "raz"
18 | "
19 dar
21 | <br>
22 | "
24 | <address>
25 |   id="end"
26 |   "ya<#selection-focus>r"
27 | "
30 after FormatBlock:
31 | "
33 | <dl>
34 |   "Fo<#selection-anchor>o"
35 |   <br>
36 |   "bar"
37 |   <br>
38 |   <span>
39 |     "baz"
40 |     <br>
41 |   "raz"
42 |   <br>
43 |   "
44 dar"
45 |   <br>
46 |   "
48 |   "yar<#selection-focus>"
49 | "
51 | "
53 | "