Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / execCommand / indent-pre-paragraphs-expected.txt
blobb8f93239b0c20adb0e221c2a37e6acc913b0592f
2 Indenting:
3 | "
5 | <pre>
6 |   "<#selection-anchor>hello<#selection-focus>"
7 | "
10 yields:
11 | "
13 | <blockquote>
14 |   style="margin: 0 0 0 40px; border: none; padding: 0px;"
15 |   <pre>
16 |     "<#selection-anchor>hello<#selection-focus>"
17 | "
20 Indenting:
21 | "
23 | <pre>
24 |   "<#selection-anchor>hello
26 world
28 webkit<#selection-focus>
30 | "
33 yields:
34 | "
36 | <blockquote>
37 |   style="margin: 0 0 0 40px; border: none; padding: 0px;"
38 |   <pre>
39 |     "<#selection-anchor>hello"
40 |   <pre>
41 |     "
43 |   <pre>
44 |     "world"
45 |   <pre>
46 |     "
48 |   <pre>
49 |     "webkit<#selection-focus>"
50 | "
53 Indenting:
54 | "
56 | <pre>
57 |   "<#selection-anchor>hello
58 world
59 webkit<#selection-focus>
61 | "
64 yields:
65 | "
67 | <blockquote>
68 |   style="margin: 0 0 0 40px; border: none; padding: 0px;"
69 |   <pre>
70 |     "<#selection-anchor>hello"
71 |   <pre>
72 |     "world"
73 |   <pre>
74 |     "webkit<#selection-focus>"
75 | "
78 Indenting:
79 | "
81 | <pre>
82 |   "<#selection-anchor>hello<#selection-focus>
84 world
86 | "
89 yields:
90 | "
92 | <blockquote>
93 |   style="margin: 0 0 0 40px; border: none; padding: 0px;"
94 |   <pre>
95 |     "<#selection-anchor>hello<#selection-focus>"
96 | <pre>
97 |   "
98 world
100 | "
103 Indenting:
104 | "
106 | <pre>
107 |   "hello
108 <#selection-caret>
109 world
111 | "
114 yields:
115 | "
117 | <pre>
118 |   "hello<#selection-caret>
120 | <blockquote>
121 |   style="margin: 0 0 0 40px; border: none; padding: 0px;"
122 |   <pre>
123 |     "
125 | <pre>
126 |   "world
128 | "
131 Indenting:
132 | "
134 | <pre>
135 |   "hello
137 <#selection-anchor>worl<#selection-focus>d
139 | "
142 yields:
143 | "
145 | <pre>
146 |   "hello
147 <#selection-anchor>
149 | <blockquote>
150 |   style="margin: 0 0 0 40px; border: none; padding: 0px;"
151 |   <pre>
152 |     "worl<#selection-focus>d"
153 | "