Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / editing / selection / user-select-all-with-shift-expected.txt
blobe8319312925853c3caf9fe03bf836e0854a25d57
1 This tests shift + selecting two discontinuous elements with user-select: all. WebKit should select the both elements instead of moving the selection.
2 To manually test, click to select the first element and shift-click the second element. WebKit should select both elements.
4 After clicking on the first element (Mac):
5 | "
7 | <div>
8 |   class="select-all"
9 |   id="first"
10 |   "<#selection-anchor>First element<#selection-focus>"
11 | "
12 Some other text.
14 | <div>
15 |   class="select-all"
16 |   id="second"
17 |   "Second element"
18 | "
21 After shift clicking on the second element (Mac):
22 | "
24 | <div>
25 |   class="select-all"
26 |   id="first"
27 |   "<#selection-anchor>First element"
28 | "
29 Some other text.
31 | <div>
32 |   class="select-all"
33 |   id="second"
34 |   "Second element<#selection-focus>"
35 | "
38 After clicking on the second element (Mac):
39 | "
41 | <div>
42 |   class="select-all"
43 |   id="first"
44 |   "First element"
45 | "
46 Some other text.
48 | <div>
49 |   class="select-all"
50 |   id="second"
51 |   "<#selection-anchor>Second element<#selection-focus>"
52 | "
55 After shift clicking on the first element (Mac):
56 | "
58 | <div>
59 |   class="select-all"
60 |   id="first"
61 |   "<#selection-focus>First element"
62 | "
63 Some other text.
65 | <div>
66 |   class="select-all"
67 |   id="second"
68 |   "Second element<#selection-anchor>"
69 | "
72 After clicking on the first element (Win):
73 | "
75 | <div>
76 |   class="select-all"
77 |   id="first"
78 |   "<#selection-focus>First element"
79 | "
80 Some other text.
82 | <div>
83 |   class="select-all"
84 |   id="second"
85 |   "Second element<#selection-anchor>"
86 | "
89 After shift clicking on the second element (Win):
90 | "
92 | <div>
93 |   class="select-all"
94 |   id="first"
95 |   "First element"
96 | "
97 Some other text.
99 | <div>
100 |   class="select-all"
101 |   id="second"
102 |   "<#selection-focus>Second element<#selection-anchor>"
103 | "
106 After clicking on the second element (Win):
107 | "
109 | <div>
110 |   class="select-all"
111 |   id="first"
112 |   "First element"
113 | "
114 Some other text.
116 | <div>
117 |   class="select-all"
118 |   id="second"
119 |   "<#selection-anchor>Second element<#selection-focus>"
120 | "
123 After shift clicking on the first element (Win):
124 | "
126 | <div>
127 |   class="select-all"
128 |   id="first"
129 |   "<#selection-focus>First element"
130 | "
131 Some other text.
133 | <div>
134 |   class="select-all"
135 |   id="second"
136 |   "Second<#selection-anchor> element"
137 | "
140 After clicking on the first element (Unix):
141 | "
143 | <div>
144 |   class="select-all"
145 |   id="first"
146 |   "<#selection-focus>First element"
147 | "
148 Some other text.
150 | <div>
151 |   class="select-all"
152 |   id="second"
153 |   "Second<#selection-anchor> element"
154 | "
157 After shift clicking on the second element (Unix):
158 | "
160 | <div>
161 |   class="select-all"
162 |   id="first"
163 |   "First element"
164 | "
165 Some other text.
167 | <div>
168 |   class="select-all"
169 |   id="second"
170 |   "<#selection-anchor>Second element<#selection-focus>"
171 | "
174 After clicking on the second element (Unix):
175 | "
177 | <div>
178 |   class="select-all"
179 |   id="first"
180 |   "First element"
181 | "
182 Some other text.
184 | <div>
185 |   class="select-all"
186 |   id="second"
187 |   "<#selection-anchor>Second element<#selection-focus>"
188 | "
191 After shift clicking on the first element (Unix):
192 | "
194 | <div>
195 |   class="select-all"
196 |   id="first"
197 |   "<#selection-focus>First element"
198 | "
199 Some other text.
201 | <div>
202 |   class="select-all"
203 |   id="second"
204 |   "Second<#selection-anchor> element"
205 | "