Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(734)

Side by Side Diff: LayoutTests/svg/dom/preserve-aspect-ratio-parser-expected.txt

Issue 1224263002: Remove 'defer' KeyWord from preserveAspectRatio (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMinYMin"
2 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMidYMin"
3 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMaxYMin"
4 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMinYMid"
5 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMidYMid"
6 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMaxYMid"
7 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMinYMax"
8 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMidYMax"
9 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMaxYMax"
10 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMinYMin meet"
11 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMidYMin meet"
12 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMaxYMin meet"
13 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMinYMid meet"
14 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMidYMid meet"
15 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMaxYMid meet"
16 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMinYMax meet"
17 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMidYMax meet"
18 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMaxYMax meet"
19 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMinYMin slice"
20 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMidYMin slice"
21 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMaxYMin slice"
22 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMinYMid slice"
23 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMidYMid slice"
24 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMaxYMid slice"
25 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMinYMax slice"
26 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMidYMax slice"
27 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer xMaxYMax slice"
1 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="s lice" 28 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="s lice"
29 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="d efer"
2 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="m eet" 30 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="m eet"
3 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="s lice" 31 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="s lice"
4 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="x minymin" 32 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="x minymin"
5 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="r efer xMinYMin slice" 33 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="r efer xMinYMin slice"
6 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="x MinYMin defer" 34 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="x MinYMin defer"
7 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="s lice xMinYMin" 35 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="s lice xMinYMin"
8 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="x MinYMin\u00A0" 36 CONSOLE ERROR: Error: Invalid value for <image> attribute preserveAspectRatio="x MinYMin\u00A0"
9 This tests the parser for preserve aspect ratio attribute values. 37 This tests the parser for preserve aspect ratio attribute values.
10 38
11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 39 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 145
118 Test string: 'xMidYMax slice' 146 Test string: 'xMidYMax slice'
119 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMAX 147 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMAX
120 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_SLICE 148 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_SLICE
121 149
122 Test string: 'xMaxYMax slice' 150 Test string: 'xMaxYMax slice'
123 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMAXYMAX 151 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMAXYMAX
124 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_SLICE 152 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_SLICE
125 153
126 Test string: 'defer xMinYMin' 154 Test string: 'defer xMinYMin'
127 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMINYMIN 155 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
128 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 156 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
129 157
130 Test string: 'defer xMidYMin' 158 Test string: 'defer xMidYMin'
131 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMIN 159 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
132 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 160 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
133 161
134 Test string: 'defer xMaxYMin' 162 Test string: 'defer xMaxYMin'
135 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMAXYMIN 163 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
136 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 164 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
137 165
138 Test string: 'defer xMinYMid' 166 Test string: 'defer xMinYMid'
139 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMINYMID 167 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
140 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 168 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
141 169
142 Test string: 'defer xMidYMid' 170 Test string: 'defer xMidYMid'
143 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID 171 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
144 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 172 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
145 173
146 Test string: 'defer xMaxYMid' 174 Test string: 'defer xMaxYMid'
147 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMAXYMID 175 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
148 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 176 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
149 177
150 Test string: 'defer xMinYMax' 178 Test string: 'defer xMinYMax'
151 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMINYMAX 179 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
152 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 180 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
153 181
154 Test string: 'defer xMidYMax' 182 Test string: 'defer xMidYMax'
155 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMAX 183 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
156 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 184 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
157 185
158 Test string: 'defer xMaxYMax' 186 Test string: 'defer xMaxYMax'
159 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMAXYMAX 187 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
160 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 188 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
161 189
162 Test string: 'defer xMinYMin meet' 190 Test string: 'defer xMinYMin meet'
163 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMINYMIN 191 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
164 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 192 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
165 193
166 Test string: 'defer xMidYMin meet' 194 Test string: 'defer xMidYMin meet'
167 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMIN 195 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
168 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 196 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
169 197
170 Test string: 'defer xMaxYMin meet' 198 Test string: 'defer xMaxYMin meet'
171 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMAXYMIN 199 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
172 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 200 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
173 201
174 Test string: 'defer xMinYMid meet' 202 Test string: 'defer xMinYMid meet'
175 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMINYMID 203 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
176 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 204 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
177 205
178 Test string: 'defer xMidYMid meet' 206 Test string: 'defer xMidYMid meet'
179 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID 207 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
180 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 208 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
181 209
182 Test string: 'defer xMaxYMid meet' 210 Test string: 'defer xMaxYMid meet'
183 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMAXYMID 211 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
184 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 212 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
185 213
186 Test string: 'defer xMinYMax meet' 214 Test string: 'defer xMinYMax meet'
187 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMINYMAX 215 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
188 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 216 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
189 217
190 Test string: 'defer xMidYMax meet' 218 Test string: 'defer xMidYMax meet'
191 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMAX 219 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
192 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 220 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
193 221
194 Test string: 'defer xMaxYMax meet' 222 Test string: 'defer xMaxYMax meet'
195 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMAXYMAX 223 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
196 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 224 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
197 225
198 Test string: 'defer xMinYMin slice' 226 Test string: 'defer xMinYMin slice'
199 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMINYMIN 227 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
200 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_SLICE 228 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
201 229
202 Test string: 'defer xMidYMin slice' 230 Test string: 'defer xMidYMin slice'
203 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMIN 231 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
204 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_SLICE 232 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
205 233
206 Test string: 'defer xMaxYMin slice' 234 Test string: 'defer xMaxYMin slice'
207 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMAXYMIN 235 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
208 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_SLICE 236 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
209 237
210 Test string: 'defer xMinYMid slice' 238 Test string: 'defer xMinYMid slice'
211 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMINYMID 239 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
212 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_SLICE 240 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
213 241
214 Test string: 'defer xMidYMid slice' 242 Test string: 'defer xMidYMid slice'
215 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID 243 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
216 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_SLICE 244 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
217 245
218 Test string: 'defer xMaxYMid slice' 246 Test string: 'defer xMaxYMid slice'
219 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMAXYMID 247 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
220 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_SLICE 248 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
221 249
222 Test string: 'defer xMinYMax slice' 250 Test string: 'defer xMinYMax slice'
223 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMINYMAX 251 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
224 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_SLICE 252 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
225 253
226 Test string: 'defer xMidYMax slice' 254 Test string: 'defer xMidYMax slice'
227 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMAX 255 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
228 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_SLICE 256 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
229 257
230 Test string: 'defer xMaxYMax slice' 258 Test string: 'defer xMaxYMax slice'
231 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMAXYMAX 259 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
232 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_SLICE 260 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
233 261
234 Tests for some whitespace cases. 262 Tests for some whitespace cases.
235 263
236 Test string: ' xMinYMin' 264 Test string: ' xMinYMin'
237 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMINYMIN 265 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMINYMIN
238 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 266 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
239 267
240 Test string: 'xMinYMin ' 268 Test string: 'xMinYMin '
241 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMINYMIN 269 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMINYMIN
242 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 270 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 384 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
357 385
358 Test string: 'xMinYMin ' 386 Test string: 'xMinYMin '
359 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID 387 PASS imageElement.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SV G_PRESERVEASPECTRATIO_XMIDYMID
360 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET 388 PASS imageElement.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRa tio.SVG_MEETORSLICE_MEET
361 389
362 PASS successfullyParsed is true 390 PASS successfullyParsed is true
363 391
364 TEST COMPLETE 392 TEST COMPLETE
365 393
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698