1 2007-10-12 Oliver Hunt <oliver@apple.com>
5 Correct expected output of a few test cases
7 * platform/mac/dom/xhtml/level2/html/HTMLBaseElement01-expected.txt:
8 * platform/mac/dom/xhtml/level2/html/HTMLBaseElement02-expected.txt:
9 * platform/mac/fast/dom/dom-parse-serialize-expected.txt:
11 === Start merge of feature-branch 11-11-2007 ===
13 2007-10-11 Oliver Hunt <oliver@apple.com>
17 Bug 15469: feature branch has 100's of implicit double -> float conversions
19 Correct minor layout test change following double to float replacement
21 * svg/batik/paints/gradientLimit-expected.txt:
23 2007-10-11 Nikolas Zimmermann <zimmermann@kde.org>
27 Update SVG baseline after the textLength addition & string bound fixes.
29 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.checksum:
30 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
31 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
32 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.checksum:
33 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
34 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.checksum:
35 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.checksum:
36 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
37 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.checksum:
38 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
39 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
40 * platform/mac/svg/custom/use-infinite-recursion-expected.checksum: Added. (was missing in SVN)
41 * svg/batik/text/textLayout-expected.checksum:
42 * svg/batik/text/textLayout-expected.png:
43 * svg/batik/text/textLayout-expected.txt:
44 * svg/batik/text/textLength-expected.checksum:
45 * svg/batik/text/textLength-expected.png:
46 * svg/batik/text/textLength-expected.txt:
47 * svg/batik/text/textOnPathSpaces-expected.checksum:
48 * svg/batik/text/textOnPathSpaces-expected.png:
49 * svg/batik/text/textOnPathSpaces-expected.txt:
50 * svg/text/text-text-01-b-expected.checksum:
51 * svg/text/text-text-01-b-expected.png:
52 * svg/text/text-text-01-b-expected.txt:
54 2007-10-11 Oliver Hunt <oliver@apple.com>
58 Fix for Bug 15468: Parsing of numbers and lists is too lenient in SVG
60 Updating layout test results for more strict parsing of SVGNumber and
63 * platform/mac/svg/custom/path-bad-data-expected.txt:
64 * svg/dom/length-list-parser-expected.txt:
66 2007-10-11 Allan Sandfeld Jensen <sandfeld@kde.org>
68 Reviewed by Maciej and Eric.
70 Test for nondeterministic matching of CSS selectors, see http://bugs.webkit.org/show_bug.cgi?id=3428
72 * fast/selectors/nondeterministic-combinators.html: Added.
73 * platform/mac/fast/selectors/nondeterministic-combinators-expected.checksum
74 * platform/mac/fast/selectors/nondeterministic-combinators-expected.png
75 * platform/mac/fast/selectors/nondeterministic-combinators-expected.txt
77 2007-10-10 Eric Seidel <eric@webkit.org>
79 Reviewed by Nikolas Zimmermann.
82 http://bugs.webkit.org/show_bug.cgi?id=14150
84 * svg/dom/animated-tearoff-equality-expected.txt: Added.
85 * svg/dom/animated-tearoff-equality.xhtml: Added.
86 * svg/dom/animated-tearoff-lifespan-expected.txt: Added.
87 * svg/dom/animated-tearoff-lifespan.xhtml: Added.
89 2007-10-10 Oliver Hunt <oliver@apple.com>
93 Correcting expected output of svg/batik/text/textOnPathSpaces
95 * svg/batik/text/textOnPathSpaces-expected.txt:
98 2007-10-10 Eric Seidel <eric@webkit.org>
103 http://bugs.webkit.org/show_bug.cgi?id=15458
105 * platform/mac/svg/custom/focus-ring-expected.checksum: Added.
106 * platform/mac/svg/custom/focus-ring-expected.png: Added.
107 * platform/mac/svg/custom/focus-ring-expected.txt: Added.
109 2007-10-09 Alexey Proskuryakov <ap@webkit.org>
113 http://bugs.webkit.org/show_bug.cgi?id=15436
114 Wrong node order for XPath reverse axes
116 * fast/xpath/reverse-axes-expected.txt: Added.
117 * fast/xpath/reverse-axes.html: Added.
119 2007-10-09 Alexey Proskuryakov <ap@webkit.org>
123 http://bugs.webkit.org/show_bug.cgi?id=15437
124 XPath substring-after function is broken
126 * fast/xpath/substring-after-expected.txt: Added.
127 * fast/xpath/substring-after.html: Added.
129 * fast/xpath/4XPath/Core/test_core_functions-expected.txt:
130 * fast/xpath/4XPath/Core/test_core_functions.html:
131 Fixed an incorrect test (not sure what made me think that it was right).
133 2007-10-09 Nikolas Zimmermann <zimmermann@kde.org>
137 Regenerate the SVG test baseline, they have been generated with _trunk_ instead of feature-branch.
138 Not sure who committed it, but it's wrong - so I'm fixing.
140 * platform/mac/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
141 * platform/mac/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
142 * platform/mac/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
143 * platform/mac/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
144 * platform/mac/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
145 * platform/mac/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
146 * platform/mac/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
147 * platform/mac/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
148 * platform/mac/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
149 * platform/mac/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
150 * platform/mac/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
151 * platform/mac/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
152 * platform/mac/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
153 * platform/mac/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
154 * platform/mac/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
155 * platform/mac/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
156 * platform/mac/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
157 * platform/mac/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
158 * platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
159 * platform/mac/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
160 * platform/mac/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
161 * platform/mac/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
162 * platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
163 * platform/mac/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
164 * platform/mac/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
165 * platform/mac/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
166 * platform/mac/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
167 * platform/mac/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
168 * platform/mac/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
169 * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
170 * platform/mac/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
171 * platform/mac/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
172 * platform/mac/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
173 * platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
174 * platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
175 * platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
176 * platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
177 * platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
178 * platform/mac/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
179 * platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
180 * platform/mac/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
181 * platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
182 * platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
183 * platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
184 * platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
185 * platform/mac/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
186 * platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
187 * platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
188 * platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
189 * platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
190 * platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
191 * platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
192 * platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
193 * platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
194 * platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
195 * platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
196 * platform/mac/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
197 * platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
198 * platform/mac/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
199 * platform/mac/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
200 * platform/mac/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
201 * platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
202 * platform/mac/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
203 * platform/mac/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
204 * platform/mac/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
205 * platform/mac/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
206 * platform/mac/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
207 * platform/mac/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
208 * platform/mac/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
209 * platform/mac/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
210 * platform/mac/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
211 * platform/mac/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
212 * platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
213 * platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
214 * platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
215 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
216 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
217 * platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
218 * platform/mac/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
219 * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
220 * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
221 * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
222 * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
223 * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
224 * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
225 * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
226 * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
227 * platform/mac/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
228 * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
229 * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
230 * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
231 * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
232 * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
233 * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
234 * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
235 * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
236 * platform/mac/svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
237 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
238 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
239 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
240 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
241 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
242 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
243 * platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
244 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
245 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
246 * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
247 * platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
248 * platform/mac/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
249 * platform/mac/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
250 * platform/mac/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
251 * platform/mac/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
252 * platform/mac/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
253 * platform/mac/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
254 * platform/mac/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
255 * platform/mac/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
256 * platform/mac/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
257 * platform/mac/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
258 * platform/mac/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
259 * platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
260 * platform/mac/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
261 * platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
262 * platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
263 * platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
264 * platform/mac/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
265 * platform/mac/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
266 * platform/mac/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
267 * platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
268 * platform/mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
269 * platform/mac/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
270 * platform/mac/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
271 * platform/mac/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
272 * platform/mac/svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
273 * platform/mac/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
274 * platform/mac/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
275 * platform/mac/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
276 * platform/mac/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
277 * platform/mac/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
278 * platform/mac/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
279 * platform/mac/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
280 * platform/mac/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
281 * platform/mac/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
282 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
283 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
284 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
285 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
286 * platform/mac/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
287 * platform/mac/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
288 * platform/mac/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
289 * platform/mac/svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
290 * platform/mac/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
291 * platform/mac/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
292 * platform/mac/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
293 * platform/mac/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
294 * platform/mac/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
295 * platform/mac/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
296 * platform/mac/svg/W3C-SVG-1.1/paths-data-10-t-expected.txt:
297 * platform/mac/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
298 * platform/mac/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
299 * platform/mac/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
300 * platform/mac/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
301 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
302 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
303 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
304 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
305 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
306 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
307 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
308 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
309 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
310 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
311 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
312 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
313 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
314 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
315 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
316 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
317 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
318 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
319 * platform/mac/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
320 * platform/mac/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
321 * platform/mac/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
322 * platform/mac/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
323 * platform/mac/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
324 * platform/mac/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
325 * platform/mac/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
326 * platform/mac/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
327 * platform/mac/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
328 * platform/mac/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
329 * platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
330 * platform/mac/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
331 * platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
332 * platform/mac/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
333 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
334 * platform/mac/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
335 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
336 * platform/mac/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
337 * platform/mac/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
338 * platform/mac/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
339 * platform/mac/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
340 * platform/mac/svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
341 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
342 * platform/mac/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
343 * platform/mac/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
344 * platform/mac/svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
345 * platform/mac/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
346 * platform/mac/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
347 * platform/mac/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
348 * platform/mac/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
349 * platform/mac/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
350 * platform/mac/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
351 * platform/mac/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
352 * platform/mac/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
353 * platform/mac/svg/W3C-SVG-1.1/struct-frag-01-t-expected.txt:
354 * platform/mac/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
355 * platform/mac/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
356 * platform/mac/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
357 * platform/mac/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
358 * platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
359 * platform/mac/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
360 * platform/mac/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
361 * platform/mac/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
362 * platform/mac/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
363 * platform/mac/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
364 * platform/mac/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
365 * platform/mac/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
366 * platform/mac/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
367 * platform/mac/svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
368 * platform/mac/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
369 * platform/mac/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
370 * platform/mac/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
371 * platform/mac/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
372 * platform/mac/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
373 * platform/mac/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
374 * platform/mac/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
375 * platform/mac/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
376 * platform/mac/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
377 * platform/mac/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
378 * platform/mac/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
379 * platform/mac/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
380 * platform/mac/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
381 * platform/mac/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
382 * platform/mac/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
383 * platform/mac/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
384 * platform/mac/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
385 * platform/mac/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
386 * platform/mac/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
387 * platform/mac/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
388 * platform/mac/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
389 * platform/mac/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
390 * platform/mac/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
391 * platform/mac/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
392 * platform/mac/svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
393 * platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
394 * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
395 * platform/mac/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
396 * platform/mac/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
397 * platform/mac/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
398 * platform/mac/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
399 * platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
400 * platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
401 * platform/mac/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
402 * platform/mac/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
403 * platform/mac/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
404 * platform/mac/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
405 * platform/mac/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
406 * platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
407 * platform/mac/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
408 * platform/mac/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
409 * platform/mac/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
410 * platform/mac/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
411 * platform/mac/svg/carto.net/button-expected.txt:
412 * platform/mac/svg/carto.net/colourpicker-expected.txt:
413 * platform/mac/svg/carto.net/combobox-expected.txt:
414 * platform/mac/svg/carto.net/scrollbar-expected.txt:
415 * platform/mac/svg/carto.net/selectionlist-expected.txt:
416 * platform/mac/svg/carto.net/slider-expected.txt:
417 * platform/mac/svg/carto.net/tabgroup-expected.txt:
418 * platform/mac/svg/carto.net/textbox-expected.txt:
419 * platform/mac/svg/carto.net/window-expected.txt:
420 * platform/mac/svg/custom/SVGNumber-interface-expected.txt:
421 * platform/mac/svg/custom/SVGPoint-interface-expected.txt:
422 * platform/mac/svg/custom/SVGPoint-matrixTransform-expected.txt:
423 * platform/mac/svg/custom/SVGRect-interface-expected.txt:
424 * platform/mac/svg/custom/attribute-namespace-check-expected.txt:
425 * platform/mac/svg/custom/baseval-animval-equality-expected.txt:
426 * platform/mac/svg/custom/circular-marker-reference-1-expected.txt:
427 * platform/mac/svg/custom/circular-marker-reference-2-expected.txt:
428 * platform/mac/svg/custom/circular-marker-reference-3-expected.txt:
429 * platform/mac/svg/custom/circular-marker-reference-4-expected.txt:
430 * platform/mac/svg/custom/class-selector-expected.txt:
431 * platform/mac/svg/custom/clip-path-child-changes-expected.txt:
432 * platform/mac/svg/custom/clip-path-href-changes-expected.txt:
433 * platform/mac/svg/custom/clip-path-units-changes-expected.txt:
434 * platform/mac/svg/custom/clip-path-with-transform-expected.txt:
435 * platform/mac/svg/custom/conditional-processing-outside-switch-expected.txt:
436 * platform/mac/svg/custom/control-points-for-S-and-T-expected.txt:
437 * platform/mac/svg/custom/coords-relative-units-transforms-expected.txt:
438 * platform/mac/svg/custom/create-metadata-element-expected.txt:
439 * platform/mac/svg/custom/createelement-expected.txt:
440 * platform/mac/svg/custom/css-pixels-dpi-expected.txt:
441 * platform/mac/svg/custom/dasharrayOrigin-expected.txt:
442 * platform/mac/svg/custom/deep-dynamic-updates-expected.txt:
443 * platform/mac/svg/custom/display-none-expected.txt:
444 * platform/mac/svg/custom/dynamic-empty-path-expected.txt:
445 * platform/mac/svg/custom/dynamic-svg-document-creation-expected.txt:
446 * platform/mac/svg/custom/dynamic-viewBox-expected.txt:
447 * platform/mac/svg/custom/empty-merge-expected.txt:
448 * platform/mac/svg/custom/evt-onload-expected.txt:
449 * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.txt:
450 * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.txt:
451 * platform/mac/svg/custom/feComponentTransfer-Linear-expected.txt:
452 * platform/mac/svg/custom/feComponentTransfer-Table-expected.txt:
453 * platform/mac/svg/custom/feDisplacementMap-01-expected.txt:
454 * platform/mac/svg/custom/fill-update-expected.txt:
455 * platform/mac/svg/custom/filter-source-alpha-expected.txt:
456 * platform/mac/svg/custom/foreign-object-skew-expected.txt:
457 * platform/mac/svg/custom/fractional-rects-expected.txt:
458 * platform/mac/svg/custom/getTransformToElement-expected.txt:
459 * platform/mac/svg/custom/getscreenctm-in-mixed-content-expected.txt:
460 * platform/mac/svg/custom/getsvgdocument-expected.txt:
461 * platform/mac/svg/custom/gradient-add-stops-expected.txt:
462 * platform/mac/svg/custom/gradient-attr-update-expected.txt:
463 * platform/mac/svg/custom/gradient-cycle-detection-expected.txt:
464 * platform/mac/svg/custom/gradient-deep-referencing-expected.txt:
465 * platform/mac/svg/custom/gradient-stop-corner-cases-expected.txt:
466 * platform/mac/svg/custom/gradient-stop-style-change-expected.txt:
467 * platform/mac/svg/custom/gradient-stroke-width-expected.txt:
468 * platform/mac/svg/custom/grayscale-gradient-mask-expected.txt:
469 * platform/mac/svg/custom/hover-default-fill-expected.txt:
470 * platform/mac/svg/custom/image-clipped-hit-expected.txt:
471 * platform/mac/svg/custom/image-with-transform-clip-filter-expected.txt:
472 * platform/mac/svg/custom/inner-percent-expected.txt:
473 * platform/mac/svg/custom/inner-svg-hit-test-expected.txt:
474 * platform/mac/svg/custom/invalid-css-expected.txt:
475 * platform/mac/svg/custom/invalid-fill-expected.txt:
476 * platform/mac/svg/custom/invalid-fill-hex-expected.txt:
477 * platform/mac/svg/custom/invalid-transforms-expected.txt:
478 * platform/mac/svg/custom/invisible-text-after-scrolling-expected.txt:
479 * platform/mac/svg/custom/js-late-clipPath-and-object-creation-expected.txt:
480 * platform/mac/svg/custom/js-late-clipPath-creation-expected.txt:
481 * platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt:
482 * platform/mac/svg/custom/js-late-gradient-creation-expected.txt:
483 * platform/mac/svg/custom/js-late-marker-and-object-creation-expected.txt:
484 * platform/mac/svg/custom/js-late-marker-creation-expected.txt:
485 * platform/mac/svg/custom/js-late-mask-and-object-creation-expected.txt:
486 * platform/mac/svg/custom/js-late-mask-creation-expected.txt:
487 * platform/mac/svg/custom/js-late-pattern-and-object-creation-expected.txt:
488 * platform/mac/svg/custom/js-late-pattern-creation-expected.txt:
489 * platform/mac/svg/custom/js-update-bounce-expected.txt:
490 * platform/mac/svg/custom/js-update-container-expected.txt:
491 * platform/mac/svg/custom/js-update-container2-expected.txt:
492 * platform/mac/svg/custom/js-update-gradient-expected.txt:
493 * platform/mac/svg/custom/js-update-path-changes-expected.txt:
494 * platform/mac/svg/custom/js-update-path-removal-expected.txt:
495 * platform/mac/svg/custom/js-update-pattern-child-expected.txt:
496 * platform/mac/svg/custom/js-update-pattern-expected.txt:
497 * platform/mac/svg/custom/js-update-polygon-changes-expected.txt:
498 * platform/mac/svg/custom/js-update-polygon-removal-expected.txt:
499 * platform/mac/svg/custom/js-update-stop-expected.txt:
500 * platform/mac/svg/custom/js-update-style-expected.txt:
501 * platform/mac/svg/custom/junk-data-expected.txt:
502 * platform/mac/svg/custom/large-bounding-box-percents-expected.txt:
503 * platform/mac/svg/custom/marker-changes-expected.txt:
504 * platform/mac/svg/custom/marker-child-changes-expected.txt:
505 * platform/mac/svg/custom/marker-default-width-height-expected.txt:
506 * platform/mac/svg/custom/marker-overflow-clip-expected.txt:
507 * platform/mac/svg/custom/marker-viewBox-changes-expected.txt:
508 * platform/mac/svg/custom/mask-changes-expected.txt:
509 * platform/mac/svg/custom/mask-child-changes-expected.txt:
510 * platform/mac/svg/custom/mask-excessive-malloc-expected.txt:
511 * platform/mac/svg/custom/mask-inside-defs-expected.txt:
512 * platform/mac/svg/custom/missing-xlink-expected.txt:
513 * platform/mac/svg/custom/non-circular-marker-reference-expected.txt:
514 * platform/mac/svg/custom/non-opaque-filters-expected.txt:
515 * platform/mac/svg/custom/path-bad-data-expected.txt:
516 * platform/mac/svg/custom/path-textPath-simulation-expected.txt:
517 * platform/mac/svg/custom/path-update-expected.txt:
518 * platform/mac/svg/custom/pattern-cycle-detection-expected.txt:
519 * platform/mac/svg/custom/pattern-deep-referencing-expected.txt:
520 * platform/mac/svg/custom/pattern-in-defs-expected.txt:
521 * platform/mac/svg/custom/pattern-y-offset-expected.txt:
522 * platform/mac/svg/custom/percentage-rect-expected.txt:
523 * platform/mac/svg/custom/percentage-rect2-expected.txt:
524 * platform/mac/svg/custom/pointer-events-image-expected.txt:
525 * platform/mac/svg/custom/pointer-events-path-expected.txt:
526 * platform/mac/svg/custom/pointer-events-text-expected.txt:
527 * platform/mac/svg/custom/poly-identify-expected.txt:
528 * platform/mac/svg/custom/polyline-hittest-expected.txt:
529 * platform/mac/svg/custom/polyline-invalid-points-expected.txt:
530 * platform/mac/svg/custom/polyline-setattribute-points-null-expected.txt:
531 * platform/mac/svg/custom/preserve-aspect-ratio-syntax-expected.txt:
532 * platform/mac/svg/custom/prevent-default-expected.txt:
533 * platform/mac/svg/custom/recursive-clippath-expected.txt:
534 * platform/mac/svg/custom/rgbcolor-syntax-expected.txt:
535 * platform/mac/svg/custom/rootelement-expected.txt:
536 * platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.txt:
537 * platform/mac/svg/custom/rounded-rects-expected.txt:
538 * platform/mac/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
539 * platform/mac/svg/custom/second-inline-text-expected.txt:
540 * platform/mac/svg/custom/shapes-supporting-markers-expected.txt:
541 * platform/mac/svg/custom/sheet-title-expected.txt:
542 * platform/mac/svg/custom/simpleCDF-expected.txt:
543 * platform/mac/svg/custom/struct-use-09-b-expected.txt:
544 * platform/mac/svg/custom/svg-absolute-children-expected.txt:
545 * platform/mac/svg/custom/svg-float-border-padding-expected.txt:
546 * platform/mac/svg/custom/svg-overflow-types-expected.txt:
547 * platform/mac/svg/custom/svgpolyparser-extra-space-expected.txt:
548 * platform/mac/svg/custom/text-clip-expected.txt:
549 * platform/mac/svg/custom/text-ctm-expected.txt:
550 * platform/mac/svg/custom/text-filter-expected.txt:
551 * platform/mac/svg/custom/text-gradient-no-content-expected.txt:
552 * platform/mac/svg/custom/text-hit-test-expected.txt:
553 * platform/mac/svg/custom/text-image-opacity-expected.txt:
554 * platform/mac/svg/custom/text-repaint-including-stroke-expected.txt:
555 * platform/mac/svg/custom/text-whitespace-handling-expected.txt:
556 * platform/mac/svg/custom/transform-ignore-after-invalid-expected.txt:
557 * platform/mac/svg/custom/transform-invalid-expected.txt:
558 * platform/mac/svg/custom/transform-scale-parse-expected.txt:
559 * platform/mac/svg/custom/transform-with-ending-space-expected.txt:
560 * platform/mac/svg/custom/tref-update-expected.txt:
561 * platform/mac/svg/custom/use-clipped-hit-expected.txt:
562 * platform/mac/svg/custom/use-css-events-expected.txt:
563 * platform/mac/svg/custom/use-elementInstance-event-target-expected.txt:
564 * platform/mac/svg/custom/use-elementInstance-methods-expected.txt:
565 * platform/mac/svg/custom/use-empty-reference-expected.txt:
566 * platform/mac/svg/custom/use-event-handler-on-referenced-element-expected.txt:
567 * platform/mac/svg/custom/use-event-handler-on-use-element-expected.txt:
568 * platform/mac/svg/custom/use-events-crash-expected.txt:
569 * platform/mac/svg/custom/use-forward-refs-expected.txt:
570 * platform/mac/svg/custom/use-instanceRoot-modifications-expected.txt:
571 * platform/mac/svg/custom/use-modify-container-in-target-expected.txt:
572 * platform/mac/svg/custom/use-modify-target-container-expected.txt:
573 * platform/mac/svg/custom/use-modify-target-symbol-expected.txt:
574 * platform/mac/svg/custom/use-nested-transform-expected.txt:
575 * platform/mac/svg/custom/use-on-g-containing-use-expected.txt:
576 * platform/mac/svg/custom/use-on-g-expected.txt:
577 * platform/mac/svg/custom/use-on-rect-expected.txt:
578 * platform/mac/svg/custom/use-on-symbol-expected.txt:
579 * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.txt:
580 * platform/mac/svg/custom/use-on-text-expected.txt:
581 * platform/mac/svg/custom/use-on-use-expected.txt:
582 * platform/mac/svg/custom/use-property-changes-through-dom-expected.txt:
583 * platform/mac/svg/custom/use-property-changes-through-svg-dom-expected.txt:
584 * platform/mac/svg/custom/use-recalcStyle-crash-expected.txt:
585 * platform/mac/svg/custom/use-recursion-1-expected.txt:
586 * platform/mac/svg/custom/use-recursion-2-expected.txt:
587 * platform/mac/svg/custom/use-recursion-3-expected.txt:
588 * platform/mac/svg/custom/use-recursion-4-expected.txt:
589 * platform/mac/svg/custom/use-referencing-nonexisting-symbol-expected.txt:
590 * platform/mac/svg/custom/use-symbol-overflow-expected.txt:
591 * platform/mac/svg/custom/use-transform-expected.txt:
592 * platform/mac/svg/custom/viewBox-hit-expected.txt:
593 * platform/mac/svg/custom/viewbox-syntax-expected.txt:
594 * platform/mac/svg/custom/viewport-clip-expected.txt:
595 * platform/mac/svg/custom/viewport-em-expected.txt:
596 * platform/mac/svg/custom/viewport-no-width-height-expected.txt:
597 * platform/mac/svg/custom/viewport-update-expected.txt:
598 * platform/mac/svg/custom/viewport-update2-expected.txt:
599 * platform/mac/svg/custom/visibility-override-clip-expected.txt:
600 * platform/mac/svg/custom/visibility-override-expected.txt:
601 * platform/mac/svg/custom/visibility-override-filter-expected.txt:
602 * platform/mac/svg/custom/visibility-override-mask-expected.txt:
603 * platform/mac/svg/custom/width-full-percentage-expected.txt:
604 * platform/mac/svg/custom/xml-stylesheet-expected.txt:
605 * platform/mac/svg/hixie/cascade/001-broken-expected.txt:
606 * platform/mac/svg/hixie/cascade/002-expected.txt:
607 * platform/mac/svg/hixie/data-types/001-expected.txt:
608 * platform/mac/svg/hixie/data-types/002-expected.txt:
609 * platform/mac/svg/hixie/dynamic/002-expected.txt:
610 * platform/mac/svg/hixie/dynamic/003-expected.txt:
611 * platform/mac/svg/hixie/dynamic/004-expected.txt:
612 * platform/mac/svg/hixie/dynamic/005-broken-expected.txt:
613 * platform/mac/svg/hixie/dynamic/006-expected.txt:
614 * platform/mac/svg/hixie/error/001-expected.txt:
615 * platform/mac/svg/hixie/error/002-expected.txt:
616 * platform/mac/svg/hixie/error/003-expected.txt:
617 * platform/mac/svg/hixie/error/007-expected.txt:
618 * platform/mac/svg/hixie/error/008-expected.txt:
619 * platform/mac/svg/hixie/error/009-expected.txt:
620 * platform/mac/svg/hixie/error/010-expected.txt:
621 * platform/mac/svg/hixie/error/011-expected.txt:
622 * platform/mac/svg/hixie/error/012-expected.txt:
623 * platform/mac/svg/hixie/error/014-expected.txt:
624 * platform/mac/svg/hixie/error/014-test-expected.txt:
625 * platform/mac/svg/hixie/error/015-expected.txt:
626 * platform/mac/svg/hixie/error/016-expected.txt:
627 * platform/mac/svg/hixie/error/017-expected.txt:
628 * platform/mac/svg/hixie/links/001-expected.txt:
629 * platform/mac/svg/hixie/links/002-expected.txt:
630 * platform/mac/svg/hixie/links/003-broken-expected.txt:
631 * platform/mac/svg/hixie/mixed/003-expected.txt:
632 * platform/mac/svg/hixie/mixed/004-expected.txt:
633 * platform/mac/svg/hixie/mixed/005-expected.txt:
634 * platform/mac/svg/hixie/mixed/006-expected.txt:
635 * platform/mac/svg/hixie/mixed/007-expected.txt:
636 * platform/mac/svg/hixie/mixed/008-expected.txt:
637 * platform/mac/svg/hixie/mixed/009-expected.txt:
638 * platform/mac/svg/hixie/mixed/010-expected.txt:
639 * platform/mac/svg/hixie/mixed/011-expected.txt:
640 * platform/mac/svg/hixie/painting/001-expected.txt:
641 * platform/mac/svg/hixie/perf/001-expected.txt:
642 * platform/mac/svg/hixie/perf/002-expected.txt:
643 * platform/mac/svg/hixie/perf/003-expected.txt:
644 * platform/mac/svg/hixie/perf/004-expected.txt:
645 * platform/mac/svg/hixie/perf/005-expected.txt:
646 * platform/mac/svg/hixie/perf/006-expected.txt:
647 * platform/mac/svg/hixie/perf/007-expected.txt:
648 * platform/mac/svg/hixie/processing-model/005-expected.txt:
649 * platform/mac/svg/hixie/rendering-model/001-expected.txt:
650 * platform/mac/svg/hixie/rendering-model/002-expected.txt:
651 * platform/mac/svg/hixie/rendering-model/003-expected.txt:
652 * platform/mac/svg/hixie/rendering-model/003a-expected.txt:
653 * platform/mac/svg/hixie/rendering-model/004-expected.txt:
654 * platform/mac/svg/hixie/shapes/path/001-expected.txt:
655 * platform/mac/svg/hixie/text/001-broken-expected.txt:
656 * platform/mac/svg/hixie/text/002-expected.txt:
657 * platform/mac/svg/hixie/text/003-expected.txt:
658 * platform/mac/svg/hixie/text/003a-expected.txt:
659 * platform/mac/svg/hixie/text/003b-expected.txt:
660 * platform/mac/svg/hixie/transform/001-expected.txt:
661 * platform/mac/svg/hixie/use/001-expected.txt:
662 * platform/mac/svg/hixie/use/002-expected.txt:
663 * platform/mac/svg/hixie/use/002-test-expected.txt:
664 * platform/mac/svg/hixie/viewbox/001-expected.txt:
665 * platform/mac/svg/hixie/viewbox/002-expected.txt:
666 * platform/mac/svg/hixie/viewbox/003-expected.txt:
667 * platform/mac/svg/hixie/viewbox/004-expected.txt:
668 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
669 * platform/mac/svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
670 * svg/batik/text/textOnPathSpaces-expected.txt:
671 * svg/webarchive/svg-script-subresouces-expected.txt:
673 2007-10-09 Rob Buis <buis@kde.org>
678 http://bugs.webkit.org/show_bug.cgi?id=15080
679 <use> element not refresh after adding objects by script in referrer
681 * svg/custom/use-dynamic-append-expected.checksum: Added.
682 * svg/custom/use-dynamic-append-expected.png: Added.
683 * svg/custom/use-dynamic-append-expected.txt: Added.
684 * svg/custom/use-dynamic-append.svg: Added.
686 2007-10-09 Rob Buis <buis@kde.org>
691 http://bugs.webkit.org/show_bug.cgi?id=15088
692 HTMLOptionElement.selected returns false when parent HTMLSelectElement is "display: none" until parent's .selectedIndex is accessed
694 * fast/forms/HTMLOptionElement_selected-expected.txt: Added.
695 * fast/forms/HTMLOptionElement_selected.html: Added.
697 2007-10-08 Eric Seidel <eric@webkit.org>
702 * svg/css/getComputedStyle-basic-expected.txt: Added.
703 * svg/css/getComputedStyle-basic.xhtml: Added.
705 2007-10-08 Sam Weinig <sam@webkit.org>
707 Reviewed by Steve Falkenburg.
709 Test for <rdar://problem/5519698> CrashTracer: [USER] 47 crashes in Safari at com.apple.WebCore: WebCore::XMLTokenizer::lineNumber const + 9
711 * fast/innerHTML/innerHTML-script-tag-crash-expected.txt: Added.
712 * fast/innerHTML/innerHTML-script-tag-crash.xhtml: Added.
714 2007-10-08 Nikolas Zimmermann <zimmermann@kde.org>
718 Forgot to land some result test changes in my last commit.
720 * svg/W3C-SVG-1.1/text-align-04-b-expected.checksum:
721 * svg/W3C-SVG-1.1/text-align-04-b-expected.png:
722 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
723 * svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
724 * svg/W3C-SVG-1.1/text-path-01-b-expected.png:
725 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
726 * svg/text/text-align-04-b-expected.checksum:
727 * svg/text/text-align-04-b-expected.png:
728 * svg/text/text-align-04-b-expected.txt:
729 * svg/text/text-path-01-b-expected.checksum:
730 * svg/text/text-path-01-b-expected.png:
731 * svg/text/text-path-01-b-expected.txt:
733 2007-10-07 Nikolas Zimmermann <zimmermann@kde.org>
737 Update results after the rotation & baseline-shift fixes.
739 * svg/W3C-SVG-1.1/text-align-04-b-expected.checksum:
740 * svg/W3C-SVG-1.1/text-align-04-b-expected.png:
741 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
742 * svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
743 * svg/W3C-SVG-1.1/text-path-01-b-expected.png:
744 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
745 * svg/batik/text/longTextOnPath-expected.checksum:
746 * svg/batik/text/longTextOnPath-expected.png:
747 * svg/batik/text/longTextOnPath-expected.txt:
748 * svg/batik/text/smallFonts-expected.txt:
749 * svg/batik/text/textEffect3-expected.checksum:
750 * svg/batik/text/textEffect3-expected.png:
751 * svg/batik/text/textEffect3-expected.txt:
752 * svg/batik/text/textGlyphOrientationHorizontal-expected.checksum:
753 * svg/batik/text/textGlyphOrientationHorizontal-expected.png:
754 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
755 * svg/batik/text/textLayout2-expected.checksum:
756 * svg/batik/text/textLayout2-expected.png:
757 * svg/batik/text/textLayout2-expected.txt:
758 * svg/batik/text/textOnPath-expected.checksum:
759 * svg/batik/text/textOnPath-expected.png:
760 * svg/batik/text/textOnPath-expected.txt:
761 * svg/batik/text/textOnPath2-expected.checksum:
762 * svg/batik/text/textOnPath2-expected.png:
763 * svg/batik/text/textOnPath2-expected.txt:
764 * svg/batik/text/textOnPath3-expected.checksum:
765 * svg/batik/text/textOnPath3-expected.png:
766 * svg/batik/text/textOnPath3-expected.txt:
767 * svg/batik/text/textOnPathSpaces-expected.checksum:
768 * svg/batik/text/textOnPathSpaces-expected.png:
769 * svg/batik/text/textOnPathSpaces-expected.txt:
770 * svg/batik/text/verticalText-expected.txt:
771 * svg/batik/text/verticalTextOnPath-expected.checksum:
772 * svg/batik/text/verticalTextOnPath-expected.png:
773 * svg/batik/text/verticalTextOnPath-expected.txt:
774 * svg/text/text-align-04-b-expected.checksum:
775 * svg/text/text-align-04-b-expected.png:
776 * svg/text/text-align-04-b-expected.txt:
777 * svg/text/text-path-01-b-expected.checksum:
778 * svg/text/text-path-01-b-expected.png:
779 * svg/text/text-path-01-b-expected.txt:
781 2007-10-07 Mark Rowe <mrowe@apple.com>
785 Test for Bug 5122: Need an equivalent of Mozilla's DOMContentLoaded event
786 http://bugs.webkit.org/show_bug.cgi?id=5122
788 * http/tests/loading/DOMContentLoaded-event-expected.txt: Added.
789 * http/tests/loading/DOMContentLoaded-event.html: Added.
791 2007-10-07 Nikolas Zimmermann <zimmermann@kde.org>
795 Fix textLength.svg testcase - missed xmlns.
797 * svg/batik/text/textLength-expected.checksum:
798 * svg/batik/text/textLength-expected.png:
799 * svg/batik/text/textLength-expected.txt:
800 * svg/batik/text/textLength.svg:
802 2007-10-07 Alexey Proskuryakov <ap@webkit.org>
804 Reviewed by Eric Seidel.
806 http://bugs.webkit.org/show_bug.cgi?id=15368
807 xsl:import fails when preceded by comment
809 * fast/xsl/import-after-comment-expected.txt: Added.
810 * fast/xsl/import-after-comment.xml: Added.
811 * fast/xsl/resources/import-after-comment-stylesheet.xsl: Added.
812 * fast/xsl/resources/import-after-comment-transform.xsl: Added.
814 2007-10-07 Vincent Ricard <magic@magicninja.org>
816 Reviewed by Maciej. Landed by eseidel.
818 add tests for http://bugs.webkit.org/show_bug.cgi?id=15062
819 Implement document.compatMode
821 * fast/dom/compatMode-AlmostStrict-expected.txt: Added.
822 * fast/dom/compatMode-AlmostStrict.html: Added.
823 * fast/dom/compatMode-Compat-expected.txt: Added.
824 * fast/dom/compatMode-Compat.html: Added.
825 * fast/dom/compatMode-Strict-expected.txt: Added.
826 * fast/dom/compatMode-Strict.html: Added.
828 2007-10-07 Sam Weinig <sam@webkit.org>
830 Reviewed by Darin and Nikolas. Landed by eseidel.
832 Update test for http://bugs.webkit.org/show_bug.cgi?id=14455
833 Autogenerate the JS bindings for the StyleSheetList
835 * fast/dom/Window/window-properties-expected.txt: Changed for new constructor.
837 2007-10-06 Nikolas Zimmermann <zimmermann@kde.org>
841 Remove useless onload/onunload handlers from js-update-container.svg,
842 causing a console message saying these handlers don't exist.
844 * svg/custom/js-update-container-expected.txt:
845 * svg/custom/js-update-container.svg:
847 2007-10-06 Nikolas Zimmermann <zimmermann@kde.org>
849 Rubberstamped by Oliver.
851 Update SVG baseline with Tiger. No regressions.
853 * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
854 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.checksum:
855 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
856 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
857 * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
858 * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
859 * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
860 * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
861 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.checksum:
862 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
863 * svg/W3C-SVG-1.1/animate-elem-11-t-expected.checksum:
864 * svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
865 * svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
866 * svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
867 * svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
868 * svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
869 * svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
870 * svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
871 * svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
872 * svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
873 * svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
874 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
875 * svg/W3C-SVG-1.1/animate-elem-29-b-expected.checksum:
876 * svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
877 * svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
878 * svg/W3C-SVG-1.1/animate-elem-30-t-expected.checksum:
879 * svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
880 * svg/W3C-SVG-1.1/animate-elem-31-t-expected.checksum:
881 * svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
882 * svg/W3C-SVG-1.1/animate-elem-33-t-expected.checksum:
883 * svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
884 * svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
885 * svg/W3C-SVG-1.1/animate-elem-34-t-expected.checksum:
886 * svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
887 * svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum:
888 * svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
889 * svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum:
890 * svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
891 * svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
892 * svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum:
893 * svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
894 * svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
895 * svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum:
896 * svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
897 * svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
898 * svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum:
899 * svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
900 * svg/W3C-SVG-1.1/animate-elem-44-t-expected.checksum:
901 * svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
902 * svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum:
903 * svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
904 * svg/W3C-SVG-1.1/animate-elem-52-t-expected.checksum:
905 * svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
906 * svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum:
907 * svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
908 * svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum:
909 * svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
910 * svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum:
911 * svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
912 * svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum:
913 * svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
914 * svg/W3C-SVG-1.1/animate-elem-64-t-expected.checksum:
915 * svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
916 * svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum:
917 * svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
918 * svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum:
919 * svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
920 * svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum:
921 * svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
922 * svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum:
923 * svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
924 * svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum:
925 * svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
926 * svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum:
927 * svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
928 * svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum:
929 * svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
930 * svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum:
931 * svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
932 * svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum:
933 * svg/W3C-SVG-1.1/animate-elem-80-t-expected.png:
934 * svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
935 * svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum:
936 * svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
937 * svg/W3C-SVG-1.1/animate-elem-82-t-expected.checksum:
938 * svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
939 * svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum:
940 * svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
941 * svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
942 * svg/W3C-SVG-1.1/animate-elem-84-t-expected.checksum:
943 * svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
944 * svg/W3C-SVG-1.1/color-prop-01-b-expected.checksum:
945 * svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
946 * svg/W3C-SVG-1.1/coords-trans-01-b-expected.checksum:
947 * svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
948 * svg/W3C-SVG-1.1/coords-trans-05-t-expected.checksum:
949 * svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
950 * svg/W3C-SVG-1.1/coords-trans-06-t-expected.checksum:
951 * svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
952 * svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
953 * svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
954 * svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum:
955 * svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
956 * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
957 * svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum:
958 * svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
959 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.checksum:
960 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.png:
961 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum:
962 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png:
963 * svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum:
964 * svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
965 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
966 * svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
967 * svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
968 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum:
969 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
970 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
971 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
972 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum:
973 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
974 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
975 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
976 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
977 * svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
978 * svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
979 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
980 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
981 * svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
982 * svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
983 * svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
984 * svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
985 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum:
986 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
987 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
988 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
989 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
990 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
991 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum:
992 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
993 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.checksum:
994 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
995 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
996 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum:
997 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
998 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum:
999 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
1000 * svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum:
1001 * svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
1002 * svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum:
1003 * svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
1004 * svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum:
1005 * svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
1006 * svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum:
1007 * svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
1008 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.checksum:
1009 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
1010 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
1011 * svg/W3C-SVG-1.1/linking-a-04-t-expected.checksum:
1012 * svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
1013 * svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum:
1014 * svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
1015 * svg/W3C-SVG-1.1/linking-a-07-t-expected.checksum:
1016 * svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
1017 * svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum:
1018 * svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
1019 * svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
1020 * svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum:
1021 * svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
1022 * svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
1023 * svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum:
1024 * svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
1025 * svg/W3C-SVG-1.1/masking-intro-01-f-expected.checksum:
1026 * svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
1027 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.checksum:
1028 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
1029 * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.checksum:
1030 * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
1031 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
1032 * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
1033 * svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
1034 * svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
1035 * svg/W3C-SVG-1.1/painting-render-01-b-expected.checksum:
1036 * svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
1037 * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
1038 * svg/W3C-SVG-1.1/paths-data-04-t-expected.checksum:
1039 * svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
1040 * svg/W3C-SVG-1.1/paths-data-05-t-expected.checksum:
1041 * svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
1042 * svg/W3C-SVG-1.1/paths-data-06-t-expected.checksum:
1043 * svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
1044 * svg/W3C-SVG-1.1/paths-data-07-t-expected.checksum:
1045 * svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
1046 * svg/W3C-SVG-1.1/paths-data-08-t-expected.checksum:
1047 * svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
1048 * svg/W3C-SVG-1.1/paths-data-09-t-expected.checksum:
1049 * svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
1050 * svg/W3C-SVG-1.1/paths-data-12-t-expected.checksum:
1051 * svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
1052 * svg/W3C-SVG-1.1/paths-data-15-t-expected.checksum:
1053 * svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
1054 * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.checksum:
1055 * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
1056 * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.checksum:
1057 * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
1058 * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.checksum:
1059 * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
1060 * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.checksum:
1061 * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
1062 * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
1063 * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
1064 * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
1065 * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.checksum:
1066 * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
1067 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
1068 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
1069 * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.checksum:
1070 * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
1071 * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.checksum:
1072 * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
1073 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
1074 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
1075 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
1076 * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.checksum:
1077 * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
1078 * svg/W3C-SVG-1.1/pservers-grad-13-b-expected.checksum:
1079 * svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
1080 * svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum:
1081 * svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
1082 * svg/W3C-SVG-1.1/pservers-grad-15-b-expected.checksum:
1083 * svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
1084 * svg/W3C-SVG-1.1/pservers-grad-16-b-expected.checksum:
1085 * svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
1086 * svg/W3C-SVG-1.1/pservers-grad-18-b-expected.checksum:
1087 * svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
1088 * svg/W3C-SVG-1.1/pservers-grad-19-b-expected.checksum:
1089 * svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
1090 * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
1091 * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
1092 * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
1093 * svg/W3C-SVG-1.1/render-groups-01-b-expected.checksum:
1094 * svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
1095 * svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum:
1096 * svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
1097 * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
1098 * svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
1099 * svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
1100 * svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
1101 * svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
1102 * svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
1103 * svg/W3C-SVG-1.1/shapes-line-01-t-expected.checksum:
1104 * svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
1105 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.checksum:
1106 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
1107 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.checksum:
1108 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
1109 * svg/W3C-SVG-1.1/struct-frag-02-t-expected.checksum:
1110 * svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
1111 * svg/W3C-SVG-1.1/struct-frag-03-t-expected.checksum:
1112 * svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
1113 * svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
1114 * svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum:
1115 * svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
1116 * svg/W3C-SVG-1.1/struct-group-03-t-expected.checksum:
1117 * svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
1118 * svg/W3C-SVG-1.1/struct-image-04-t-expected.checksum:
1119 * svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
1120 * svg/W3C-SVG-1.1/struct-image-06-t-expected.checksum:
1121 * svg/W3C-SVG-1.1/struct-image-06-t-expected.png:
1122 * svg/W3C-SVG-1.1/struct-image-08-t-expected.checksum:
1123 * svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
1124 * svg/W3C-SVG-1.1/struct-image-10-t-expected.checksum:
1125 * svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
1126 * svg/W3C-SVG-1.1/struct-use-01-t-expected.checksum:
1127 * svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
1128 * svg/W3C-SVG-1.1/struct-use-03-t-expected.checksum:
1129 * svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
1130 * svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
1131 * svg/W3C-SVG-1.1/styling-inherit-01-b-expected.checksum:
1132 * svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
1133 * svg/W3C-SVG-1.1/text-align-01-b-expected.checksum:
1134 * svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
1135 * svg/W3C-SVG-1.1/text-align-02-b-expected.checksum:
1136 * svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
1137 * svg/W3C-SVG-1.1/text-align-03-b-expected.checksum:
1138 * svg/W3C-SVG-1.1/text-align-03-b-expected.png:
1139 * svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
1140 * svg/W3C-SVG-1.1/text-align-04-b-expected.checksum:
1141 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
1142 * svg/W3C-SVG-1.1/text-align-05-b-expected.checksum:
1143 * svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
1144 * svg/W3C-SVG-1.1/text-align-06-b-expected.checksum:
1145 * svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
1146 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
1147 * svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum:
1148 * svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
1149 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.checksum:
1150 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
1151 * svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
1152 * svg/W3C-SVG-1.1/text-path-01-b-expected.checksum:
1153 * svg/W3C-SVG-1.1/text-path-01-b-expected.png:
1154 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
1155 * svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
1156 * svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
1157 * svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
1158 * svg/W3C-SVG-1.1/text-text-04-t-expected.checksum:
1159 * svg/W3C-SVG-1.1/text-text-04-t-expected.png:
1160 * svg/W3C-SVG-1.1/text-text-05-t-expected.checksum:
1161 * svg/W3C-SVG-1.1/text-text-05-t-expected.png:
1162 * svg/W3C-SVG-1.1/text-text-06-t-expected.checksum:
1163 * svg/W3C-SVG-1.1/text-text-06-t-expected.png:
1164 * svg/W3C-SVG-1.1/text-text-07-t-expected.checksum:
1165 * svg/W3C-SVG-1.1/text-text-07-t-expected.png:
1166 * svg/W3C-SVG-1.1/text-text-08-b-expected.checksum:
1167 * svg/W3C-SVG-1.1/text-text-08-b-expected.png:
1168 * svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
1169 * svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
1170 * svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum:
1171 * svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
1172 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.checksum:
1173 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
1174 * svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
1175 * svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
1176 * svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.checksum:
1177 * svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
1178 * svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
1179 * svg/batik/filters/filterRegions-expected.checksum:
1180 * svg/batik/filters/filterRegions-expected.png:
1181 * svg/batik/masking/maskRegions-expected.checksum:
1182 * svg/batik/masking/maskRegions-expected.png:
1183 * svg/batik/paints/patternPreserveAspectRatioA-expected.checksum:
1184 * svg/batik/paints/patternPreserveAspectRatioA-expected.png:
1185 * svg/batik/paints/patternRegionB-expected.checksum: Removed.
1186 * svg/batik/paints/patternRegionB-expected.png: Removed.
1187 * svg/batik/paints/patternRegionB-expected.txt: Removed.
1188 * svg/batik/paints/patternRegions-expected.checksum:
1189 * svg/batik/paints/patternRegions-expected.png:
1190 * svg/batik/text/smallFonts-expected.checksum:
1191 * svg/batik/text/smallFonts-expected.png:
1192 * svg/batik/text/smallFonts-expected.txt:
1193 * svg/batik/text/textAnchor-expected.txt:
1194 * svg/batik/text/textAnchor2-expected.txt:
1195 * svg/batik/text/textAnchor3-expected.txt:
1196 * svg/batik/text/textBiDi-expected.txt:
1197 * svg/batik/text/textDecoration2-expected.checksum:
1198 * svg/batik/text/textDecoration2-expected.png:
1199 * svg/batik/text/textDecoration2-expected.txt:
1200 * svg/batik/text/textEffect-expected.checksum:
1201 * svg/batik/text/textEffect-expected.png:
1202 * svg/batik/text/textEffect-expected.txt:
1203 * svg/batik/text/textEffect2-expected.checksum:
1204 * svg/batik/text/textEffect2-expected.png:
1205 * svg/batik/text/textEffect3-expected.checksum:
1206 * svg/batik/text/textEffect3-expected.png:
1207 * svg/batik/text/textEffect3-expected.txt:
1208 * svg/batik/text/textFeatures-expected.checksum:
1209 * svg/batik/text/textFeatures-expected.png:
1210 * svg/batik/text/textFeatures-expected.txt:
1211 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
1212 * svg/batik/text/textLayout-expected.checksum:
1213 * svg/batik/text/textLayout-expected.png:
1214 * svg/batik/text/textLayout2-expected.txt:
1215 * svg/batik/text/textLength-expected.checksum:
1216 * svg/batik/text/textLength-expected.png:
1217 * svg/batik/text/textOnPath-expected.txt:
1218 * svg/batik/text/textOnPath2-expected.checksum:
1219 * svg/batik/text/textOnPath2-expected.png:
1220 * svg/batik/text/textOnPath2-expected.txt:
1221 * svg/batik/text/textOnPath3-expected.txt:
1222 * svg/batik/text/textOnPathSpaces-expected.checksum:
1223 * svg/batik/text/textOnPathSpaces-expected.png:
1224 * svg/batik/text/textPCDATA-expected.txt:
1225 * svg/batik/text/textProperties-expected.checksum:
1226 * svg/batik/text/textProperties-expected.png:
1227 * svg/batik/text/textProperties-expected.txt:
1228 * svg/batik/text/textProperties2-expected.checksum:
1229 * svg/batik/text/textProperties2-expected.png:
1230 * svg/batik/text/textProperties2-expected.txt:
1231 * svg/batik/text/textStyles-expected.checksum:
1232 * svg/batik/text/textStyles-expected.png:
1233 * svg/batik/text/verticalText-expected.txt:
1234 * svg/batik/text/verticalTextOnPath-expected.txt:
1235 * svg/batik/text/xmlSpace-expected.txt:
1236 * svg/carto.net/button-expected.txt:
1237 * svg/carto.net/colourpicker-expected.checksum:
1238 * svg/carto.net/colourpicker-expected.png:
1239 * svg/carto.net/colourpicker-expected.txt:
1240 * svg/carto.net/combobox-expected.txt:
1241 * svg/carto.net/scrollbar-expected.checksum:
1242 * svg/carto.net/scrollbar-expected.txt:
1243 * svg/carto.net/selectionlist-expected.checksum:
1244 * svg/carto.net/selectionlist-expected.txt:
1245 * svg/carto.net/slider-expected.checksum:
1246 * svg/carto.net/slider-expected.png:
1247 * svg/carto.net/slider-expected.txt:
1248 * svg/carto.net/tabgroup-expected.txt:
1249 * svg/carto.net/textbox-expected.txt:
1250 * svg/carto.net/window-expected.checksum:
1251 * svg/carto.net/window-expected.txt:
1252 * svg/custom/SVGMatrix-interface-expected.checksum:
1253 * svg/custom/SVGMatrix-interface-expected.png:
1254 * svg/custom/absolute-sized-svg-in-xhtml-expected.checksum:
1255 * svg/custom/absolute-sized-svg-in-xhtml-expected.png:
1256 * svg/custom/baseval-animval-equality-expected.checksum:
1257 * svg/custom/baseval-animval-equality-expected.png:
1258 * svg/custom/baseval-animval-equality-expected.txt:
1259 * svg/custom/container-opacity-clip-viewBox-expected.checksum:
1260 * svg/custom/container-opacity-clip-viewBox-expected.png:
1261 * svg/custom/coords-relative-units-transforms-expected.checksum:
1262 * svg/custom/coords-relative-units-transforms-expected.png:
1263 * svg/custom/createelement-expected.txt:
1264 * svg/custom/deep-dynamic-updates-expected.checksum:
1265 * svg/custom/deep-dynamic-updates-expected.png:
1266 * svg/custom/deep-dynamic-updates-expected.txt:
1267 * svg/custom/dynamic-svg-document-creation-expected.checksum:
1268 * svg/custom/dynamic-svg-document-creation-expected.png:
1269 * svg/custom/feComponentTransfer-Discrete-expected.checksum:
1270 * svg/custom/feComponentTransfer-Discrete-expected.png:
1271 * svg/custom/feComponentTransfer-Gamma-expected.checksum:
1272 * svg/custom/feComponentTransfer-Gamma-expected.png:
1273 * svg/custom/feComponentTransfer-Linear-expected.checksum:
1274 * svg/custom/feComponentTransfer-Linear-expected.png:
1275 * svg/custom/feComponentTransfer-Table-expected.checksum:
1276 * svg/custom/feComponentTransfer-Table-expected.png:
1277 * svg/custom/feDisplacementMap-01-expected.checksum:
1278 * svg/custom/feDisplacementMap-01-expected.png:
1279 * svg/custom/feDisplacementMap-01-expected.txt:
1280 * svg/custom/fill-SVGPaint-interface-expected.checksum:
1281 * svg/custom/fill-SVGPaint-interface-expected.png:
1282 * svg/custom/fill-fallback-expected.checksum:
1283 * svg/custom/fill-fallback-expected.png:
1284 * svg/custom/focus-ring-expected.checksum:
1285 * svg/custom/focus-ring-expected.png:
1286 * svg/custom/getPresentationAttribute-expected.checksum:
1287 * svg/custom/getPresentationAttribute-expected.png:
1288 * svg/custom/getTransformToElement-expected.checksum:
1289 * svg/custom/getTransformToElement-expected.png:
1290 * svg/custom/getscreenctm-in-mixed-content-expected.checksum:
1291 * svg/custom/getscreenctm-in-mixed-content-expected.png:
1292 * svg/custom/getscreenctm-in-mixed-content-expected.txt:
1293 * svg/custom/getsvgdocument-expected.checksum:
1294 * svg/custom/getsvgdocument-expected.png:
1295 * svg/custom/gradient-cycle-detection-expected.checksum:
1296 * svg/custom/gradient-cycle-detection-expected.png:
1297 * svg/custom/gradient-deep-referencing-expected.checksum:
1298 * svg/custom/gradient-deep-referencing-expected.png:
1299 * svg/custom/gradient-rotated-bbox-expected.checksum:
1300 * svg/custom/gradient-rotated-bbox-expected.png:
1301 * svg/custom/gradient-stop-corner-cases-expected.checksum:
1302 * svg/custom/gradient-stop-corner-cases-expected.png:
1303 * svg/custom/gradient-stroke-width-expected.checksum:
1304 * svg/custom/gradient-stroke-width-expected.png:
1305 * svg/custom/grayscale-gradient-mask-expected.checksum:
1306 * svg/custom/grayscale-gradient-mask-expected.png:
1307 * svg/custom/group-opacity-expected.checksum:
1308 * svg/custom/group-opacity-expected.png:
1309 * svg/custom/hit-test-path-expected.checksum:
1310 * svg/custom/hit-test-path-expected.png:
1311 * svg/custom/hit-test-path-stroke-expected.checksum:
1312 * svg/custom/hit-test-path-stroke-expected.png:
1313 * svg/custom/hit-test-unclosed-subpaths-expected.checksum:
1314 * svg/custom/hit-test-unclosed-subpaths-expected.png:
1315 * svg/custom/hit-test-with-br-expected.checksum:
1316 * svg/custom/hit-test-with-br-expected.png:
1317 * svg/custom/image-clipped-hit-expected.checksum:
1318 * svg/custom/image-clipped-hit-expected.png:
1319 * svg/custom/image-clipped-hit-expected.txt:
1320 * svg/custom/image-parent-translation-expected.checksum:
1321 * svg/custom/image-parent-translation-expected.png:
1322 * svg/custom/image-small-width-height-expected.checksum:
1323 * svg/custom/image-small-width-height-expected.png:
1324 * svg/custom/image-with-prefix-in-webarchive-expected.txt:
1325 * svg/custom/image-with-transform-clip-filter-expected.checksum:
1326 * svg/custom/image-with-transform-clip-filter-expected.png:
1327 * svg/custom/inline-svg-in-xhtml-expected.checksum:
1328 * svg/custom/inline-svg-in-xhtml-expected.png:
1329 * svg/custom/invalid-css-expected.checksum:
1330 * svg/custom/invalid-css-expected.png:
1331 * svg/custom/invalid-fill-expected.checksum:
1332 * svg/custom/invalid-fill-expected.png:
1333 * svg/custom/invalid-fill-hex-expected.checksum:
1334 * svg/custom/invalid-fill-hex-expected.png:
1335 * svg/custom/invalid-fill-hex-expected.txt:
1336 * svg/custom/invisible-text-after-scrolling-expected.checksum:
1337 * svg/custom/invisible-text-after-scrolling-expected.png:
1338 * svg/custom/js-late-clipPath-and-object-creation-expected.checksum:
1339 * svg/custom/js-late-clipPath-and-object-creation-expected.png:
1340 * svg/custom/js-late-clipPath-and-object-creation-expected.txt:
1341 * svg/custom/js-late-clipPath-creation-expected.checksum:
1342 * svg/custom/js-late-clipPath-creation-expected.png:
1343 * svg/custom/js-late-clipPath-creation-expected.txt:
1344 * svg/custom/js-late-gradient-and-object-creation-expected.checksum:
1345 * svg/custom/js-late-gradient-and-object-creation-expected.txt:
1346 * svg/custom/js-late-gradient-creation-expected.checksum:
1347 * svg/custom/js-late-gradient-creation-expected.png:
1348 * svg/custom/js-late-marker-and-object-creation-expected.checksum:
1349 * svg/custom/js-late-marker-and-object-creation-expected.png:
1350 * svg/custom/js-late-marker-creation-expected.checksum:
1351 * svg/custom/js-late-marker-creation-expected.png:
1352 * svg/custom/js-late-pattern-and-object-creation-expected.checksum:
1353 * svg/custom/js-late-pattern-and-object-creation-expected.png:
1354 * svg/custom/js-update-bounce-expected.checksum:
1355 * svg/custom/js-update-bounce-expected.png:
1356 * svg/custom/js-update-gradient-expected.checksum:
1357 * svg/custom/js-update-gradient-expected.png:
1358 * svg/custom/js-update-gradient-expected.txt:
1359 * svg/custom/js-update-stop-expected.checksum:
1360 * svg/custom/js-update-stop-expected.png:
1361 * svg/custom/junk-data-expected.checksum:
1362 * svg/custom/junk-data-expected.png:
1363 * svg/custom/large-bounding-box-percents-expected.checksum:
1364 * svg/custom/large-bounding-box-percents-expected.png:
1365 * svg/custom/linking-a-03-b-preserveAspectRatio-expected.checksum:
1366 * svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
1367 * svg/custom/linking-a-03-b-transform-expected.checksum:
1368 * svg/custom/linking-a-03-b-transform-expected.png:
1369 * svg/custom/linking-a-03-b-viewTarget-expected.checksum:
1370 * svg/custom/linking-a-03-b-viewTarget-expected.png:
1371 * svg/custom/linking-a-03-b-zoomAndPan-expected.checksum:
1372 * svg/custom/linking-a-03-b-zoomAndPan-expected.png:
1373 * svg/custom/marker-default-width-height-expected.checksum:
1374 * svg/custom/marker-default-width-height-expected.png:
1375 * svg/custom/marker-overflow-clip-expected.checksum:
1376 * svg/custom/marker-overflow-clip-expected.png:
1377 * svg/custom/missing-xlink-expected.checksum:
1378 * svg/custom/missing-xlink-expected.png:
1379 * svg/custom/non-opaque-filters-expected.checksum:
1380 * svg/custom/non-opaque-filters-expected.txt:
1381 * svg/custom/pattern-cycle-detection-expected.checksum:
1382 * svg/custom/pattern-cycle-detection-expected.png:
1383 * svg/custom/pattern-deep-referencing-expected.checksum:
1384 * svg/custom/pattern-deep-referencing-expected.png:
1385 * svg/custom/pattern-rotate-expected.checksum:
1386 * svg/custom/pattern-rotate-expected.png:
1387 * svg/custom/percentage-of-html-parent-expected.checksum:
1388 * svg/custom/percentage-of-html-parent-expected.png:
1389 * svg/custom/pointer-events-image-expected.checksum:
1390 * svg/custom/pointer-events-image-expected.png:
1391 * svg/custom/pointer-events-image-expected.txt:
1392 * svg/custom/pointer-events-path-expected.checksum:
1393 * svg/custom/pointer-events-path-expected.png:
1394 * svg/custom/pointer-events-path-expected.txt:
1395 * svg/custom/pointer-events-text-expected.checksum:
1396 * svg/custom/pointer-events-text-expected.png:
1397 * svg/custom/pointer-events-text-expected.txt:
1398 * svg/custom/preserve-aspect-ratio-syntax-expected.checksum:
1399 * svg/custom/preserve-aspect-ratio-syntax-expected.png:
1400 * svg/custom/root-container-opacity-clip-viewBox-expected.checksum:
1401 * svg/custom/root-container-opacity-clip-viewBox-expected.png:
1402 * svg/custom/rootmost-svg-xy-attrs-expected.checksum:
1403 * svg/custom/rootmost-svg-xy-attrs-expected.png:
1404 * svg/custom/rootmost-svg-xy-attrs-expected.txt:
1405 * svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.checksum:
1406 * svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png:
1407 * svg/custom/second-inline-text-expected.checksum:
1408 * svg/custom/second-inline-text-expected.png:
1409 * svg/custom/shapes-supporting-markers-expected.checksum:
1410 * svg/custom/shapes-supporting-markers-expected.png:
1411 * svg/custom/simpleCDF-expected.checksum:
1412 * svg/custom/simpleCDF-expected.png:
1413 * svg/custom/stroke-fallback-expected.checksum:
1414 * svg/custom/stroke-fallback-expected.png:
1415 * svg/custom/stroked-pattern-expected.checksum:
1416 * svg/custom/stroked-pattern-expected.png:
1417 * svg/custom/struct-use-09-b-expected.checksum:
1418 * svg/custom/struct-use-09-b-expected.png:
1419 * svg/custom/style-attribute-font-size-expected.checksum:
1420 * svg/custom/style-attribute-font-size-expected.png:
1421 * svg/custom/svg-float-border-padding-expected.checksum:
1422 * svg/custom/svg-float-border-padding-expected.png:
1423 * svg/custom/svg-overflow-types-expected.checksum:
1424 * svg/custom/svg-overflow-types-expected.png:
1425 * svg/custom/text-clip-expected.txt:
1426 * svg/custom/text-filter-expected.txt:
1427 * svg/custom/text-image-opacity-expected.checksum:
1428 * svg/custom/text-image-opacity-expected.txt:
1429 * svg/custom/text-letter-spacing-expected.txt:
1430 * svg/custom/tref-update-expected.checksum:
1431 * svg/custom/tref-update-expected.png:
1432 * svg/custom/use-clipped-hit-expected.checksum:
1433 * svg/custom/use-clipped-hit-expected.png:
1434 * svg/custom/use-clipped-hit-expected.txt:
1435 * svg/custom/use-css-events-expected.checksum:
1436 * svg/custom/use-css-events-expected.png:
1437 * svg/custom/use-detach-expected.checksum:
1438 * svg/custom/use-detach-expected.png:
1439 * svg/custom/use-elementInstance-event-target-expected.checksum:
1440 * svg/custom/use-elementInstance-event-target-expected.png:
1441 * svg/custom/use-elementInstance-methods-expected.checksum:
1442 * svg/custom/use-elementInstance-methods-expected.png:
1443 * svg/custom/use-event-handler-on-referenced-element-expected.checksum:
1444 * svg/custom/use-event-handler-on-referenced-element-expected.png:
1445 * svg/custom/use-event-handler-on-use-element-expected.checksum:
1446 * svg/custom/use-event-handler-on-use-element-expected.png:
1447 * svg/custom/use-events-crash-expected.checksum:
1448 * svg/custom/use-events-crash-expected.png:
1449 * svg/custom/use-instanceRoot-modifications-expected.checksum:
1450 * svg/custom/use-instanceRoot-modifications-expected.png:
1451 * svg/custom/use-modify-container-in-target-expected.checksum:
1452 * svg/custom/use-modify-container-in-target-expected.png:
1453 * svg/custom/use-modify-target-container-expected.checksum:
1454 * svg/custom/use-modify-target-container-expected.png:
1455 * svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum:
1456 * svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
1457 * svg/custom/use-on-g-containing-use-expected.checksum:
1458 * svg/custom/use-on-g-containing-use-expected.png:
1459 * svg/custom/use-on-g-expected.checksum:
1460 * svg/custom/use-on-g-expected.png:
1461 * svg/custom/use-on-symbol-inside-pattern-expected.checksum:
1462 * svg/custom/use-on-symbol-inside-pattern-expected.png:
1463 * svg/custom/use-on-text-expected.txt:
1464 * svg/custom/use-on-use-expected.checksum:
1465 * svg/custom/use-on-use-expected.png:
1466 * svg/custom/use-property-changes-through-dom-expected.checksum:
1467 * svg/custom/use-property-changes-through-dom-expected.png:
1468 * svg/custom/use-property-changes-through-svg-dom-expected.checksum:
1469 * svg/custom/use-property-changes-through-svg-dom-expected.png:
1470 * svg/custom/use-referencing-nonexisting-symbol-expected.txt:
1471 * svg/custom/use-transform-expected.checksum:
1472 * svg/custom/use-transform-expected.png:
1473 * svg/custom/viewbox-syntax-expected.checksum:
1474 * svg/custom/viewbox-syntax-expected.png:
1475 * svg/custom/viewport-em-expected.checksum:
1476 * svg/custom/viewport-em-expected.png:
1477 * svg/hixie/data-types/002-expected.checksum:
1478 * svg/hixie/data-types/002-expected.png:
1479 * svg/hixie/error/002-expected.checksum:
1480 * svg/hixie/error/002-expected.png:
1481 * svg/hixie/error/002-expected.txt:
1482 * svg/hixie/error/003-expected.txt:
1483 * svg/hixie/error/004-expected.checksum:
1484 * svg/hixie/error/004-expected.png:
1485 * svg/hixie/error/005-expected.checksum:
1486 * svg/hixie/error/005-expected.png:
1487 * svg/hixie/error/010-expected.txt:
1488 * svg/hixie/error/011-expected.txt:
1489 * svg/hixie/error/012-expected.checksum:
1490 * svg/hixie/error/012-expected.png:
1491 * svg/hixie/error/013-expected.checksum:
1492 * svg/hixie/error/013-expected.png:
1493 * svg/hixie/error/017-expected.checksum:
1494 * svg/hixie/error/017-expected.png:
1495 * svg/hixie/error/017-expected.txt:
1496 * svg/hixie/links/002-expected.txt:
1497 * svg/hixie/links/003-broken-expected.checksum:
1498 * svg/hixie/links/003-broken-expected.png:
1499 * svg/hixie/mixed/003-expected.checksum:
1500 * svg/hixie/mixed/003-expected.png:
1501 * svg/hixie/mixed/006-expected.checksum:
1502 * svg/hixie/mixed/006-expected.png:
1503 * svg/hixie/mixed/007-expected.checksum:
1504 * svg/hixie/mixed/007-expected.png:
1505 * svg/hixie/mixed/008-expected.checksum:
1506 * svg/hixie/mixed/008-expected.png:
1507 * svg/hixie/mixed/009-expected.checksum:
1508 * svg/hixie/mixed/009-expected.png:
1509 * svg/hixie/mixed/010-expected.checksum:
1510 * svg/hixie/mixed/010-expected.png:
1511 * svg/hixie/mixed/011-expected.checksum:
1512 * svg/hixie/mixed/011-expected.png:
1513 * svg/hixie/perf/007-expected.checksum:
1514 * svg/hixie/perf/007-expected.png:
1515 * svg/hixie/perf/007-expected.txt:
1516 * svg/hixie/processing-model/003-expected.checksum:
1517 * svg/hixie/processing-model/003-expected.png:
1518 * svg/hixie/processing-model/004-expected.checksum:
1519 * svg/hixie/processing-model/004-expected.png:
1520 * svg/hixie/rendering-model/003-expected.checksum:
1521 * svg/hixie/rendering-model/003-expected.png:
1522 * svg/hixie/rendering-model/004-expected.checksum:
1523 * svg/hixie/rendering-model/004-expected.png:
1524 * svg/hixie/text/001-broken-expected.txt:
1525 * svg/hixie/text/002-expected.txt:
1526 * svg/hixie/text/003-expected.txt:
1527 * svg/hixie/text/003a-expected.txt:
1528 * svg/hixie/text/003b-expected.txt:
1529 * svg/hixie/viewbox/preserveAspectRatio/001-expected.checksum:
1530 * svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
1531 * svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
1532 * svg/text/text-align-01-b-expected.txt:
1533 * svg/text/text-align-02-b-expected.txt:
1534 * svg/text/text-align-03-b-expected.checksum:
1535 * svg/text/text-align-03-b-expected.png:
1536 * svg/text/text-align-03-b-expected.txt:
1537 * svg/text/text-align-04-b-expected.checksum:
1538 * svg/text/text-align-04-b-expected.png:
1539 * svg/text/text-align-04-b-expected.txt:
1540 * svg/text/text-align-05-b-expected.txt:
1541 * svg/text/text-align-06-b-expected.checksum:
1542 * svg/text/text-align-06-b-expected.png:
1543 * svg/text/text-align-06-b-expected.txt:
1544 * svg/text/text-altglyph-01-b-expected.txt:
1545 * svg/text/text-deco-01-b-expected.checksum:
1546 * svg/text/text-deco-01-b-expected.png:
1547 * svg/text/text-deco-01-b-expected.txt:
1548 * svg/text/text-fonts-01-t-expected.txt:
1549 * svg/text/text-fonts-02-t-expected.txt:
1550 * svg/text/text-intro-05-t-expected.checksum:
1551 * svg/text/text-intro-05-t-expected.png:
1552 * svg/text/text-path-01-b-expected.checksum:
1553 * svg/text/text-path-01-b-expected.png:
1554 * svg/text/text-path-01-b-expected.txt:
1555 * svg/text/text-text-01-b-expected.txt:
1556 * svg/text/text-text-03-b-expected.checksum:
1557 * svg/text/text-text-03-b-expected.png:
1558 * svg/text/text-text-03-b-expected.txt:
1559 * svg/text/text-text-04-t-expected.checksum:
1560 * svg/text/text-text-04-t-expected.png:
1561 * svg/text/text-text-05-t-expected.checksum:
1562 * svg/text/text-text-05-t-expected.png:
1563 * svg/text/text-text-06-t-expected.checksum:
1564 * svg/text/text-text-06-t-expected.png:
1565 * svg/text/text-text-07-t-expected.checksum:
1566 * svg/text/text-text-07-t-expected.png:
1567 * svg/text/text-text-08-b-expected.checksum:
1568 * svg/text/text-text-08-b-expected.png:
1569 * svg/text/text-text-08-b-expected.txt:
1570 * svg/text/text-tref-01-b-expected.txt:
1571 * svg/text/text-tselect-01-b-expected.checksum:
1572 * svg/text/text-tselect-01-b-expected.png:
1573 * svg/text/text-tselect-02-f-expected.txt:
1574 * svg/text/text-tspan-01-b-expected.txt:
1575 * svg/text/text-ws-01-t-expected.txt:
1576 * svg/text/text-ws-02-t-expected.checksum:
1577 * svg/text/text-ws-02-t-expected.png:
1578 * svg/text/text-ws-02-t-expected.txt:
1580 2007-10-06 Alexey Proskuryakov <ap@webkit.org>
1584 http://bugs.webkit.org/show_bug.cgi?id=15380
1585 XPath: id('foo') doesn't resolve correctly
1587 * fast/xpath/id-simple-expected.txt: Added.
1588 * fast/xpath/id-simple.html: Added.
1590 2007-10-06 Alexey Proskuryakov <ap@webkit.org>
1592 * fast/dom/xmlhttprequest-get-expected.txt: Updated event properties
1593 for changes made in bug 15102.
1595 2007-10-06 Alexey Proskuryakov <ap@webkit.org>
1599 Update tests for http://bugs.webkit.org/show_bug.cgi?id=13707
1600 REGRESSION: JavaScript exceptions on quotes.burntelectrons.org
1602 * dom/xhtml/level2/html/HTMLBaseElement01-expected.checksum: Removed.
1603 * dom/xhtml/level2/html/HTMLBaseElement01-expected.png: Removed.
1604 * dom/xhtml/level2/html/HTMLBaseElement01-expected.txt:
1605 * dom/xhtml/level2/html/HTMLBaseElement01.xhtml:
1606 * dom/xhtml/level2/html/HTMLBaseElement02-expected.checksum: Removed.
1607 * dom/xhtml/level2/html/HTMLBaseElement02-expected.png: Removed.
1608 * dom/xhtml/level2/html/HTMLBaseElement02-expected.txt:
1609 * dom/xhtml/level2/html/HTMLBaseElement02.xhtml:
1610 * dom/xhtml/level2/html/HTMLBodyElement07-expected.txt:
1611 * dom/xhtml/level2/html/HTMLBodyElement08-expected.txt:
1612 * dom/xhtml/level2/html/HTMLBodyElement09-expected.txt:
1613 * dom/xhtml/level2/html/HTMLBodyElement10-expected.txt:
1614 * dom/xhtml/level2/html/HTMLBodyElement11-expected.txt:
1615 * dom/xhtml/level2/html/HTMLBodyElement12-expected.txt:
1616 * dom/xhtml/level2/html/HTMLDocument01-expected.txt:
1617 * dom/xhtml/level2/html/HTMLDocument02-expected.txt:
1618 * dom/xhtml/level2/html/HTMLDocument03-expected.txt:
1619 * dom/xhtml/level2/html/HTMLDocument05-expected.txt:
1620 * dom/xhtml/level2/html/HTMLDocument07-expected.txt:
1621 * dom/xhtml/level2/html/HTMLDocument08-expected.txt:
1622 * dom/xhtml/level2/html/HTMLDocument09-expected.txt:
1623 * dom/xhtml/level2/html/HTMLDocument10-expected.txt:
1624 * dom/xhtml/level2/html/HTMLDocument11-expected.txt:
1625 * dom/xhtml/level2/html/HTMLDocument12-expected.txt:
1626 * dom/xhtml/level2/html/HTMLDocument13-expected.txt:
1627 * dom/xhtml/level2/html/HTMLDocument14-expected.txt:
1628 * dom/xhtml/level2/html/doc01-expected.txt:
1629 These now pass. Changed HTMLBaseElement* to dump as text.
1631 * fast/dom/Window/window-properties-expected.txt: Added Document.prototype.getElementsByName
1633 2007-10-03 Eric Seidel <eric@webkit.org>
1637 Add new results for SVGImage now that ContainerNode::removeAllChildren crashing is fixed.
1638 http://bugs.webkit.org/show_bug.cgi?id=12310#c11
1640 * fast/images/resources/butterfly.svg: Added.
1641 * fast/images/svg-as-background-expected.checksum: Removed.
1642 * fast/images/svg-as-background-expected.png: Removed.
1643 * fast/images/svg-as-background-expected.txt: Removed.
1644 * fast/images/svg-as-image-expected.checksum: Removed.
1645 * fast/images/svg-as-image-expected.png: Removed.
1646 * fast/images/svg-as-image-expected.txt: Removed.
1647 * fast/images/svg-background-crash-on-refresh.html: Added.
1648 * platform/mac/fast/images: Added.
1649 * platform/mac/fast/images/svg-as-background-expected.checksum: Added.
1650 * platform/mac/fast/images/svg-as-background-expected.png: Added.
1651 * platform/mac/fast/images/svg-as-background-expected.txt: Added.
1652 * platform/mac/fast/images/svg-as-image-expected.checksum: Added.
1653 * platform/mac/fast/images/svg-as-image-expected.png: Added.
1654 * platform/mac/fast/images/svg-as-image-expected.txt: Added.
1655 * platform/mac/fast/images/svg-background-crash-on-refresh-expected.checksum: Added.
1656 * platform/mac/fast/images/svg-background-crash-on-refresh-expected.png: Added.
1657 * platform/mac/fast/images/svg-background-crash-on-refresh-expected.txt: Added.
1659 2007-10-03 Rob Buis <buis@kde.org>
1664 http://bugs.webkit.org/show_bug.cgi?id=15260
1665 Any styles defined after <element> {<property>:%} style are ignored by Safari
1667 * fast/css/invalid-percentage-property-expected.checksum: Added.
1668 * fast/css/invalid-percentage-property-expected.png: Added.
1669 * fast/css/invalid-percentage-property-expected.txt: Added.
1670 * fast/css/invalid-percentage-property.html: Added.
1672 2007-10-02 Alexey Proskuryakov <ap@webkit.org>
1676 http://bugs.webkit.org/show_bug.cgi?id=15102
1677 XMLHttpRequests should dispatch a readystatechange event.
1679 * http/tests/xmlhttprequest/readystatechange-expected.txt: Added.
1680 * http/tests/xmlhttprequest/readystatechange.html: Added.
1682 2007-10-02 Alexey Proskuryakov <ap@webkit.org>
1686 http://bugs.webkit.org/show_bug.cgi?id=10370
1687 RegExp fails to match non-ASCII characters against [\S\s]
1689 * fast/js/regexp-negative-special-characters-expected.txt: Added.
1690 * fast/js/regexp-negative-special-characters.html: Added.
1691 * fast/js/resources/regexp-negative-special-characters.js: Added.
1693 2007-10-02 Eric Seidel <eric@webkit.org>
1695 Reviewed by Oliver Hunt.
1697 * svg/custom/svgsvgelement-ctm-expected.txt: Added.
1698 * svg/custom/svgsvgelement-ctm.xhtml: Added.
1700 2007-10-02 Maciej Stachowiak <mjs@apple.com>
1704 - test updates for "file:///Volumes/Data/mjs/Work/src/Safari/OpenSource/LayoutTests/fast/dom/serialize-attribute.xhtml"
1705 http://bugs.webkit.org/show_bug.cgi?id=15339
1707 We no longer entity-escape the '>' character in content or attribute values since this is unnecessary.
1709 * fast/dom/dom-parse-serialize-expected.txt:
1710 * fast/dom/serialize-attribute.xhtml:
1711 * fast/xsl/xslt-processor-expected.txt:
1713 2007-10-02 Nicholas Shanks <webkit@nickshanks.com>
1715 Reviewed by eseidel & hyatt.
1717 * fast/css/text-align-expected.txt: Added.
1718 * fast/css/text-align.html: Added.
1720 2007-10-02 Eric Seidel <eric@webkit.org>
1722 Rubber-stamped by Maciej.
1724 Updating test results after feature-branch rebase for tests whose new results are more correct.
1725 Also adding a few missing pixel test results.
1727 * fast/dom/attribute-case-sensitivity-expected.txt:
1728 * fast/dom/attribute-case-sensitivity2-expected.txt:
1729 * fast/layers/scroll-rect-to-visible-expected.png:
1730 * fast/text/international/bidi-neutral-run-expected.png:
1731 * platform/mac/editing/pasteboard/5478250-expected.checksum: Added.
1732 * platform/mac/editing/pasteboard/5478250-expected.png: Added.
1733 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
1734 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
1735 * svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
1736 * svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
1737 * svg/W3C-SVG-1.1/text-text-03-b-expected.png:
1738 * svg/batik/text/textEffect-expected.png:
1739 * svg/batik/text/textEffect3-expected.png:
1740 * svg/custom/js-late-gradient-and-object-creation-expected.png:
1741 * svg/custom/use-infinite-recursion-expected.checksum: Added.
1742 * svg/custom/use-infinite-recursion-expected.png: Added.
1744 2007-10-01 Oliver Hunt <oliver@apple.com>
1748 Correcting expected layout test results
1750 * fast/dom/Window/window-properties-expected.txt:
1751 * fast/images/svg-as-image-expected.txt:
1753 2007-10-01 Eric Seidel <eric@webkit.org>
1755 Reviewed by Oliver Hunt.
1757 SVG Subresources will not be saved when creating WebArchives
1758 http://bugs.webkit.org/show_bug.cgi?id=15280
1760 * svg/webarchive/resources/green-checker.png: Added.
1761 * svg/webarchive/resources/svg-script-subresources.js: Added.
1762 * svg/webarchive/svg-cursor-subresources.svg: Added.
1763 * svg/webarchive/svg-feimage-subresources.svg: Added.
1764 * svg/webarchive/svg-script-subresouces.svg: Added.
1766 2007-10-01 Eric Seidel <eric@webkit.org>
1768 Reviewed by Oliver Hunt.
1770 WebArchives do not embed stylesheets referenced by xml-stylesheeet
1771 http://bugs.webkit.org/show_bug.cgi?id=15320
1773 * webarchive/resources/test-xml-stylesheet.css: Added.
1774 * webarchive/test-xml-stylesheet-expected.txt: Added.
1775 * webarchive/test-xml-stylesheet.xml: Added.
1777 2007-09-30 Julien <julien.chaffraix@gmail.com>
1779 Reviewed by aroben & eseidel.
1781 test http://bugs.webkit.org/show_bug.cgi?id=14898
1782 XMLHttpRequest.getAllResponseHeaders should separate headers with CRLF
1784 * http/tests/xmlhttprequest/xmlhttprequest-crlf-getAllResponseHeader.html: Added.
1786 2007-09-29 Rob Buis <buis@kde.org>
1790 Add testcase entries for:
1791 http://bugs.webkit.org/show_bug.cgi?id=13472
1792 Misparsing date in javascript leads to year value of -1
1793 http://bugs.webkit.org/show_bug.cgi?id=14176
1794 Some date values not handled consistently with IE/Firefox
1796 * fast/js/date-parse-test-expected.txt:
1797 * fast/js/resources/date-parse-test.js:
1799 2007-09-28 Eric Seidel <eric@webkit.org>
1801 Reviewed by Sam Wenig.
1803 Elements with a prefix cause ASSERT when creating WebArchive
1804 http://bugs.webkit.org/show_bug.cgi?id=15308
1806 * svg/custom/image-with-prefix-in-webarchive-expected.txt: Added.
1807 * svg/custom/image-with-prefix-in-webarchive.svg: Added.
1809 2007-09-09 Nikolas Zimmermann <zimmermann@kde.org>
1813 Update layout tests results after the <pattern> rework.
1815 * svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum:
1816 * svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
1817 * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.checksum:
1818 * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
1819 * svg/batik/paints/gradientLimit-expected.checksum: Added.
1820 * svg/batik/paints/gradientLimit-expected.png: Added.
1821 * svg/batik/paints/gradientLimit-expected.txt: Added.
1822 * svg/batik/paints/gradientLimit.svg: Added.
1823 * svg/batik/paints/patternPreserveAspectRatioA-expected.checksum: Added.
1824 * svg/batik/paints/patternPreserveAspectRatioA-expected.png: Added.
1825 * svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added.
1826 * svg/batik/paints/patternPreserveAspectRatioA.svg: Added.
1827 * svg/batik/paints/patternRegionA-expected.checksum: Added.
1828 * svg/batik/paints/patternRegionA-expected.png: Added.
1829 * svg/batik/paints/patternRegionA-expected.txt: Added.
1830 * svg/batik/paints/patternRegionA.svg: Added.
1831 * svg/batik/paints/patternRegionB-expected.checksum: Added.
1832 * svg/batik/paints/patternRegionB-expected.png: Added.
1833 * svg/batik/paints/patternRegionB-expected.txt: Added.
1834 * svg/batik/paints/patternRegions-expected.checksum: Added.
1835 * svg/batik/paints/patternRegions-expected.png: Added.
1836 * svg/batik/paints/patternRegions-expected.txt: Added.
1837 * svg/batik/paints/patternRegions.svg: Added.
1838 * svg/custom/pattern-rotate-expected.checksum:
1839 * svg/custom/pattern-rotate-expected.png:
1840 * svg/custom/stroked-pattern-expected.checksum: Added.
1841 * svg/custom/stroked-pattern-expected.png: Added.
1842 * svg/custom/stroked-pattern-expected.txt: Added.
1843 * svg/custom/stroked-pattern.svg: Added.
1845 2007-09-06 Nikolas Zimmermann <zimmermann@kde.org>
1849 Fix paths to css style sheets in the last added files. Enable smallFonts.svg as it doesn't crash anymore.
1850 Fix paths to external <use> element reference, to make Batik happy. (We don't support it, yet.)
1852 * svg/batik/coordinates/em-expected.checksum:
1853 * svg/batik/coordinates/em-expected.png:
1854 * svg/batik/coordinates/em-expected.txt:
1855 * svg/batik/coordinates/em.svg:
1856 * svg/batik/coordinates/percentagesAndUnits-expected.checksum:
1857 * svg/batik/coordinates/percentagesAndUnits-expected.png:
1858 * svg/batik/coordinates/percentagesAndUnits-expected.txt:
1859 * svg/batik/coordinates/percentagesAndUnits.svg:
1860 * svg/batik/filters/filterRegions-expected.checksum:
1861 * svg/batik/filters/filterRegions-expected.png:
1862 * svg/batik/filters/filterRegions-expected.txt:
1863 * svg/batik/filters/filterRegions.svg:
1864 * svg/batik/masking/maskRegions-expected.checksum:
1865 * svg/batik/masking/maskRegions-expected.png:
1866 * svg/batik/masking/maskRegions-expected.txt:
1867 * svg/batik/masking/maskRegions.svg:
1868 * svg/batik/text/smallFonts-expected.checksum: Added.
1869 * svg/batik/text/smallFonts-expected.png: Added.
1870 * svg/batik/text/smallFonts-expected.txt: Added.
1871 * svg/batik/text/smallFonts.svg: Added.
1872 * svg/batik/text/smallFonts.svg-disabled: Removed.
1873 * svg/batik/text/textDecoration.svg-disabled:
1875 2007-09-05 Nikolas Zimmermann <zimmermann@kde.org>
1879 Fix <mask> in userSpaceOnUse coordinates. Verified by new testcase taken from Batik.
1881 * svg/batik/masking/maskRegions-expected.checksum: Added.
1882 * svg/batik/masking/maskRegions-expected.png: Added.
1883 * svg/batik/masking/maskRegions-expected.txt: Added.
1884 * svg/batik/masking/maskRegions.svg: Added.
1886 2007-09-04 Nikolas Zimmermann <zimmermann@kde.org>
1890 Update testcases after the SVG text painting rewrite.
1891 Add new testcases from Batik 1.7 that we pass.
1893 * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
1894 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
1895 * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
1896 * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
1897 * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
1898 * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
1899 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
1900 * svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
1901 * svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
1902 * svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
1903 * svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
1904 * svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
1905 * svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
1906 * svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
1907 * svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
1908 * svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
1909 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
1910 * svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
1911 * svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
1912 * svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
1913 * svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
1914 * svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
1915 * svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
1916 * svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
1917 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
1918 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
1919 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
1920 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
1921 * svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
1922 * svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
1923 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
1924 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
1925 * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
1926 * svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
1927 * svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
1928 * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
1929 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.checksum:
1930 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
1931 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
1932 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.checksum:
1933 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
1934 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
1935 * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
1936 * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
1937 * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
1938 * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
1939 * svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
1940 * svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
1941 * svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
1942 * svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
1943 * svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
1944 * svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
1945 * svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
1946 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
1947 * svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
1948 * svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
1949 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
1950 * svg/W3C-SVG-1.1/text-deco-01-b-expected.checksum:
1951 * svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
1952 * svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
1953 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
1954 * svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
1955 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
1956 * svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
1957 * svg/W3C-SVG-1.1/text-text-03-b-expected.checksum:
1958 * svg/W3C-SVG-1.1/text-text-03-b-expected.png:
1959 * svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
1960 * svg/W3C-SVG-1.1/text-text-07-t-expected.checksum:
1961 * svg/W3C-SVG-1.1/text-text-07-t-expected.png:
1962 * svg/W3C-SVG-1.1/text-text-08-b-expected.checksum:
1963 * svg/W3C-SVG-1.1/text-text-08-b-expected.png:
1964 * svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
1965 * svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
1966 * svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
1967 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
1968 * svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
1969 * svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
1970 * svg/batik/coordinates/em-expected.checksum: Added.
1971 * svg/batik/coordinates/em-expected.png: Added.
1972 * svg/batik/coordinates/em-expected.txt: Added.
1973 * svg/batik/coordinates/em.svg: Added.
1974 * svg/batik/coordinates/percentagesAndUnits-expected.checksum: Added.
1975 * svg/batik/coordinates/percentagesAndUnits-expected.png: Added.
1976 * svg/batik/coordinates/percentagesAndUnits-expected.txt: Added.
1977 * svg/batik/coordinates/percentagesAndUnits.svg: Added.
1978 * svg/batik/text/textAnchor-expected.txt:
1979 * svg/batik/text/textAnchor2-expected.txt:
1980 * svg/batik/text/textAnchor3-expected.txt:
1981 * svg/batik/text/textBiDi-expected.txt:
1982 * svg/batik/text/textDecoration2-expected.checksum:
1983 * svg/batik/text/textDecoration2-expected.png:
1984 * svg/batik/text/textDecoration2-expected.txt:
1985 * svg/batik/text/textEffect-expected.checksum:
1986 * svg/batik/text/textEffect-expected.png:
1987 * svg/batik/text/textEffect-expected.txt:
1988 * svg/batik/text/textEffect3-expected.checksum:
1989 * svg/batik/text/textEffect3-expected.png:
1990 * svg/batik/text/textEffect3-expected.txt:
1991 * svg/batik/text/textFeatures-expected.checksum:
1992 * svg/batik/text/textFeatures-expected.png:
1993 * svg/batik/text/textFeatures-expected.txt:
1994 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
1995 * svg/batik/text/textLayout2-expected.txt:
1996 * svg/batik/text/textOnPath-expected.txt:
1997 * svg/batik/text/textOnPath2-expected.txt:
1998 * svg/batik/text/textOnPath3-expected.txt:
1999 * svg/batik/text/textPCDATA-expected.txt:
2000 * svg/batik/text/textProperties-expected.checksum:
2001 * svg/batik/text/textProperties-expected.png:
2002 * svg/batik/text/textProperties-expected.txt:
2003 * svg/batik/text/textProperties2-expected.checksum:
2004 * svg/batik/text/textProperties2-expected.png:
2005 * svg/batik/text/textProperties2-expected.txt:
2006 * svg/batik/text/textStyles-expected.checksum:
2007 * svg/batik/text/textStyles-expected.png:
2008 * svg/batik/text/verticalText-expected.txt:
2009 * svg/batik/text/verticalTextOnPath-expected.txt:
2010 * svg/batik/text/xmlSpace-expected.txt:
2011 * svg/carto.net/button-expected.txt:
2012 * svg/carto.net/colourpicker-expected.txt:
2013 * svg/carto.net/combobox-expected.txt:
2014 * svg/carto.net/scrollbar-expected.txt:
2015 * svg/carto.net/selectionlist-expected.txt:
2016 * svg/carto.net/slider-expected.txt:
2017 * svg/carto.net/tabgroup-expected.txt:
2018 * svg/carto.net/textbox-expected.txt:
2019 * svg/carto.net/window-expected.txt:
2020 * svg/custom/feDisplacementMap-01-expected.txt:
2021 * svg/custom/js-late-clipPath-and-object-creation-expected.txt:
2022 * svg/custom/js-late-clipPath-creation-expected.txt:
2023 * svg/custom/js-late-gradient-and-object-creation-expected.checksum:
2024 * svg/custom/js-late-gradient-and-object-creation-expected.png:
2025 * svg/custom/js-late-gradient-and-object-creation-expected.txt:
2026 * svg/custom/js-late-gradient-creation-expected.checksum:
2027 * svg/custom/js-late-gradient-creation-expected.png:
2028 * svg/custom/non-opaque-filters-expected.txt:
2029 * svg/custom/pointer-events-text-expected.txt:
2030 * svg/custom/styledTextPath-expected.checksum: Added.
2031 * svg/custom/styledTextPath-expected.png: Added.
2032 * svg/custom/styledTextPath-expected.txt: Added.
2033 * svg/custom/styledTextPath.svg: Added.
2034 * svg/custom/text-clip-expected.txt:
2035 * svg/custom/text-filter-expected.txt:
2036 * svg/custom/text-image-opacity-expected.txt:
2037 * svg/custom/text-letter-spacing-expected.txt:
2038 * svg/custom/use-on-text-expected.txt:
2039 * svg/hixie/error/002-expected.txt:
2040 * svg/hixie/error/003-expected.txt:
2041 * svg/hixie/error/010-expected.txt:
2042 * svg/hixie/error/011-expected.txt:
2043 * svg/hixie/error/017-expected.txt:
2044 * svg/hixie/links/002-expected.txt:
2045 * svg/hixie/perf/007-expected.txt:
2046 * svg/hixie/text/001-broken-expected.txt:
2047 * svg/hixie/text/002-expected.txt:
2048 * svg/hixie/text/003a-expected.txt:
2049 * svg/hixie/text/003b-expected.txt:
2050 * svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
2051 * svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
2052 * svg/text/text-align-01-b-expected.txt:
2053 * svg/text/text-align-02-b-expected.txt:
2054 * svg/text/text-align-03-b-expected.txt:
2055 * svg/text/text-align-04-b-expected.txt:
2056 * svg/text/text-align-05-b-expected.txt:
2057 * svg/text/text-align-06-b-expected.txt:
2058 * svg/text/text-altglyph-01-b-expected.txt:
2059 * svg/text/text-deco-01-b-expected.checksum:
2060 * svg/text/text-deco-01-b-expected.png:
2061 * svg/text/text-deco-01-b-expected.txt:
2062 * svg/text/text-fonts-01-t-expected.txt:
2063 * svg/text/text-fonts-02-t-expected.txt:
2064 * svg/text/text-path-01-b-expected.txt:
2065 * svg/text/text-text-01-b-expected.txt:
2066 * svg/text/text-text-03-b-expected.checksum:
2067 * svg/text/text-text-03-b-expected.png:
2068 * svg/text/text-text-03-b-expected.txt:
2069 * svg/text/text-text-07-t-expected.checksum:
2070 * svg/text/text-text-07-t-expected.png:
2071 * svg/text/text-text-08-b-expected.checksum:
2072 * svg/text/text-text-08-b-expected.png:
2073 * svg/text/text-text-08-b-expected.txt:
2074 * svg/text/text-tref-01-b-expected.txt:
2075 * svg/text/text-tselect-02-f-expected.txt:
2076 * svg/text/text-tspan-01-b-expected.txt:
2077 * svg/text/text-ws-01-t-expected.txt:
2078 * svg/text/text-ws-02-t-expected.txt:
2080 2007-08-26 Nikolas Zimmermann <zimmermann@kde.org>
2082 Rubberstamped by Mark.
2084 Add missing SVG filter testcase (forgot to include in last commit).
2086 * svg/batik/filters/filterRegions-expected.checksum: Added.
2087 * svg/batik/filters/filterRegions-expected.png: Added.
2088 * svg/batik/filters/filterRegions-expected.txt: Added.
2089 * svg/batik/filters/filterRegions.svg: Added.
2091 2007-08-22 Rob Buis <buis@kde.org>
2095 http://bugs.webkit.org/show_bug.cgi?id=12059
2096 SVG colors have two separate parsing paths (one CSS and one SVGColor::setRGBColor)
2098 Improved test result.
2100 * svg/dom/rgb-color-parser-expected.txt:
2102 2007-08-21 Nikolas Zimmermann <zimmermann@kde.org>
2106 Updated layout tests results after the SVG filter rework.
2108 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
2109 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
2110 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2111 * svg/W3C-SVG-1.1/filters-color-01-b-expected.checksum:
2112 * svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
2113 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
2114 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
2115 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.checksum:
2116 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
2117 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2118 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum:
2119 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
2120 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
2121 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.checksum:
2122 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
2123 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
2124 * svg/W3C-SVG-1.1/filters-example-01-b-expected.checksum:
2125 * svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
2126 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
2127 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum:
2128 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
2129 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
2130 * svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum:
2131 * svg/W3C-SVG-1.1/filters-image-01-b-expected.png:
2132 * svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum:
2133 * svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
2134 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2135 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.checksum:
2136 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.png:
2137 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
2138 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum:
2139 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
2140 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
2141 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
2142 * svg/batik/text/textEffect-expected.checksum:
2143 * svg/batik/text/textEffect-expected.png:
2144 * svg/batik/text/textEffect-expected.txt:
2145 * svg/batik/text/textEffect3-expected.checksum:
2146 * svg/batik/text/textEffect3-expected.png:
2147 * svg/batik/text/textEffect3-expected.txt:
2148 * svg/batik/text/textFeatures-expected.checksum:
2149 * svg/batik/text/textFeatures-expected.png:
2150 * svg/batik/text/textFeatures-expected.txt:
2151 * svg/batik/text/textProperties-expected.checksum:
2152 * svg/batik/text/textProperties-expected.png:
2153 * svg/custom/empty-merge-expected.txt:
2154 * svg/custom/feComponentTransfer-Discrete-expected.checksum:
2155 * svg/custom/feComponentTransfer-Discrete-expected.png:
2156 * svg/custom/feComponentTransfer-Discrete-expected.txt:
2157 * svg/custom/feComponentTransfer-Gamma-expected.checksum:
2158 * svg/custom/feComponentTransfer-Gamma-expected.png:
2159 * svg/custom/feComponentTransfer-Gamma-expected.txt:
2160 * svg/custom/feComponentTransfer-Linear-expected.checksum:
2161 * svg/custom/feComponentTransfer-Linear-expected.png:
2162 * svg/custom/feComponentTransfer-Linear-expected.txt:
2163 * svg/custom/feComponentTransfer-Table-expected.checksum:
2164 * svg/custom/feComponentTransfer-Table-expected.png:
2165 * svg/custom/feComponentTransfer-Table-expected.txt:
2166 * svg/custom/filter-source-alpha-expected.txt:
2167 * svg/custom/image-with-transform-clip-filter-expected.checksum:
2168 * svg/custom/image-with-transform-clip-filter-expected.png:
2169 * svg/custom/image-with-transform-clip-filter-expected.txt:
2170 * svg/custom/invalid-css-expected.txt:
2171 * svg/custom/non-opaque-filters-expected.checksum:
2172 * svg/custom/non-opaque-filters-expected.png:
2173 * svg/custom/non-opaque-filters-expected.txt:
2174 * svg/custom/text-filter-expected.checksum:
2175 * svg/custom/text-filter-expected.png:
2176 * svg/custom/text-filter-expected.txt:
2177 * svg/custom/visibility-override-filter-expected.txt:
2179 2007-08-20 Rob Buis <buis@kde.org>
2181 Reviewed by Nikolas.
2184 http://bugs.webkit.org/show_bug.cgi?id=14924
2185 rotated rect with pattern draws incorrectly
2187 * svg/custom/pattern-rotate-expected.checksum: Added.
2188 * svg/custom/pattern-rotate-expected.png: Added.
2189 * svg/custom/pattern-rotate-expected.txt: Added.
2190 * svg/custom/pattern-rotate.svg: Added.
2192 2007-08-19 Rob Buis <buis@kde.org>
2194 Reviewed by Nikolas.
2197 http://bugs.webkit.org/show_bug.cgi?id=14926
2198 WebKit has 'em' length handling problems related to CSS properties
2200 Changed results are improved results.
2202 * svg/W3C-SVG-1.1/styling-css-01-b-expected.checksum:
2203 * svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
2204 * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
2205 * svg/W3C-SVG-1.1/styling-css-02-b-expected.checksum:
2206 * svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
2207 * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
2208 * svg/W3C-SVG-1.1/styling-css-03-b-expected.checksum:
2209 * svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
2210 * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
2211 * svg/custom/linking-a-03-b-all-expected.checksum:
2212 * svg/custom/linking-a-03-b-all-expected.png:
2213 * svg/custom/linking-a-03-b-all-expected.txt:
2214 * svg/custom/linking-a-03-b-preserveAspectRatio-expected.checksum:
2215 * svg/custom/linking-a-03-b-preserveAspectRatio-expected.png:
2216 * svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt:
2217 * svg/custom/linking-a-03-b-transform-expected.checksum:
2218 * svg/custom/linking-a-03-b-transform-expected.png:
2219 * svg/custom/linking-a-03-b-transform-expected.txt:
2220 * svg/custom/linking-a-03-b-viewBox-expected.checksum:
2221 * svg/custom/linking-a-03-b-viewBox-expected.png:
2222 * svg/custom/linking-a-03-b-viewBox-expected.txt:
2223 * svg/custom/linking-a-03-b-viewBox-transform-expected.checksum:
2224 * svg/custom/linking-a-03-b-viewBox-transform-expected.png:
2225 * svg/custom/linking-a-03-b-viewBox-transform-expected.txt:
2226 * svg/custom/linking-a-03-b-viewTarget-expected.checksum:
2227 * svg/custom/linking-a-03-b-viewTarget-expected.png:
2228 * svg/custom/linking-a-03-b-viewTarget-expected.txt:
2229 * svg/custom/linking-a-03-b-zoomAndPan-expected.checksum:
2230 * svg/custom/linking-a-03-b-zoomAndPan-expected.png:
2231 * svg/custom/linking-a-03-b-zoomAndPan-expected.txt:
2232 * svg/custom/style-attribute-font-size-expected.checksum: Added.
2233 * svg/custom/style-attribute-font-size-expected.png: Added.
2234 * svg/custom/style-attribute-font-size-expected.txt: Added.
2235 * svg/custom/style-attribute-font-size.svg: Added.
2237 2007-08-17 Rob Buis <buis@kde.org>
2242 http://bugs.webkit.org/show_bug.cgi?id=14927
2243 use element in SVG does not render after parent is displayed off and on
2245 * svg/custom/use-detach-expected.checksum: Added.
2246 * svg/custom/use-detach-expected.png: Added.
2247 * svg/custom/use-detach-expected.txt: Added.
2248 * svg/custom/use-detach.svg: Added.
2250 2007-08-10 Nikolas Zimmermann <zimmermann@kde.org>
2254 Update tests after the RenderSVGViewportContainer introduction.
2256 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
2257 * svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
2258 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
2259 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2260 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
2261 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
2262 * svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
2263 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
2264 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
2265 * svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
2266 * svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
2267 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
2268 * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
2269 * svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
2270 * svg/carto.net/button-expected.txt:
2271 * svg/carto.net/colourpicker-expected.txt:
2272 * svg/carto.net/scrollbar-expected.txt:
2273 * svg/carto.net/slider-expected.txt:
2274 * svg/carto.net/textbox-expected.txt:
2275 * svg/carto.net/window-expected.txt:
2276 * svg/custom/circular-marker-reference-1-expected.txt:
2277 * svg/custom/circular-marker-reference-2-expected.txt:
2278 * svg/custom/circular-marker-reference-3-expected.txt:
2279 * svg/custom/circular-marker-reference-4-expected.txt:
2280 * svg/custom/container-opacity-clip-viewBox-expected.txt:
2281 * svg/custom/deep-dynamic-updates-expected.txt:
2282 * svg/custom/feComponentTransfer-Discrete-expected.txt:
2283 * svg/custom/feComponentTransfer-Gamma-expected.txt:
2284 * svg/custom/feComponentTransfer-Linear-expected.txt:
2285 * svg/custom/feComponentTransfer-Table-expected.txt:
2286 * svg/custom/image-clipped-hit-expected.txt:
2287 * svg/custom/inner-percent-expected.txt:
2288 * svg/custom/inner-svg-hit-test-expected.txt:
2289 * svg/custom/invalid-css-expected.txt:
2290 * svg/custom/js-late-marker-and-object-creation-expected.txt:
2291 * svg/custom/js-late-marker-creation-expected.txt:
2292 * svg/custom/marker-changes-expected.txt:
2293 * svg/custom/marker-child-changes-expected.txt:
2294 * svg/custom/marker-default-width-height-expected.txt:
2295 * svg/custom/marker-overflow-clip-expected.txt:
2296 * svg/custom/marker-viewBox-changes-expected.txt:
2297 * svg/custom/non-circular-marker-reference-expected.txt:
2298 * svg/custom/preserve-aspect-ratio-syntax-expected.txt:
2299 * svg/custom/root-container-opacity-clip-viewBox-expected.txt:
2300 * svg/custom/shapes-supporting-markers-expected.txt:
2301 * svg/custom/struct-use-09-b-expected.txt:
2302 * svg/custom/svg-overflow-types-expected.txt:
2303 * svg/custom/text-ctm-expected.txt:
2304 * svg/custom/use-clipped-hit-expected.txt:
2305 * svg/custom/use-css-events-expected.txt:
2306 * svg/custom/use-modify-target-symbol-expected.txt:
2307 * svg/custom/use-on-disallowed-foreign-object-5-expected.txt:
2308 * svg/custom/use-on-disallowed-foreign-object-6-expected.txt:
2309 * svg/custom/use-on-g-containing-symbol-expected.txt:
2310 * svg/custom/use-on-symbol-expected.txt:
2311 * svg/custom/use-on-symbol-inside-pattern-expected.txt:
2312 * svg/custom/use-symbol-overflow-expected.txt:
2313 * svg/custom/viewbox-syntax-expected.txt:
2315 2007-08-10 Nikolas Zimmermann <zimmermann@kde.org>
2317 Reviewed by Oliver & Rob.
2319 Fix test results after the SVG text & group opacity fixes.
2321 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.checksum:
2322 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
2323 * svg/W3C-SVG-1.1/text-text-08-b-expected.checksum:
2324 * svg/W3C-SVG-1.1/text-text-08-b-expected.png:
2325 * svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
2326 * svg/batik/text/textAnchor-expected.checksum:
2327 * svg/batik/text/textAnchor-expected.png:
2328 * svg/batik/text/textFeatures-expected.checksum:
2329 * svg/batik/text/textFeatures-expected.png:
2330 * svg/custom/group-opacity-expected.checksum: Added.
2331 * svg/custom/group-opacity-expected.png: Added.
2332 * svg/custom/group-opacity-expected.txt: Added.
2333 * svg/custom/group-opacity.svg: Added.
2334 * svg/custom/js-update-bounce-expected.checksum:
2335 * svg/custom/js-update-bounce-expected.png:
2336 * svg/custom/resources/groupOpacityReference1.png: Added.
2337 * svg/custom/resources/groupOpacityReference2.png: Added.
2338 * svg/custom/resources/groupOpacityReference3.png: Added.
2339 * svg/custom/resources/groupOpacityReference4.png: Added.
2340 * svg/custom/text-image-opacity-expected.checksum:
2341 * svg/custom/text-image-opacity-expected.png:
2342 * svg/custom/use-instanceRoot-modifications-expected.checksum:
2343 * svg/custom/use-instanceRoot-modifications-expected.png:
2344 * svg/custom/use-modify-container-in-target-expected.checksum:
2345 * svg/custom/use-modify-container-in-target-expected.png:
2346 * svg/custom/use-modify-target-container-expected.checksum:
2347 * svg/custom/use-modify-target-container-expected.png:
2348 * svg/custom/use-on-g-containing-use-expected.checksum:
2349 * svg/custom/use-on-g-containing-use-expected.png:
2350 * svg/custom/use-on-g-expected.checksum:
2351 * svg/custom/use-on-g-expected.png:
2352 * svg/custom/use-on-use-expected.checksum:
2353 * svg/custom/use-on-use-expected.png:
2354 * svg/custom/use-transform-expected.checksum:
2355 * svg/custom/use-transform-expected.png:
2356 * svg/hixie/text/003-expected.txt:
2357 * svg/text/text-text-08-b-expected.checksum:
2358 * svg/text/text-text-08-b-expected.png:
2359 * svg/text/text-text-08-b-expected.txt:
2361 2007-08-08 Rob Buis <buis@kde.org>
2363 Reviewed by Nikolas.
2365 Added testcases for:
2366 http://bugs.webkit.org/show_bug.cgi?id=11909
2367 Regression: large SVG from Illustrator comes out blank
2369 Also changed results are included, no pixel tests changed.
2371 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
2372 * svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
2373 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
2374 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2375 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
2376 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
2377 * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
2378 * svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
2379 * svg/carto.net/textbox-expected.txt:
2380 * svg/custom/circular-marker-reference-4-expected.txt:
2381 * svg/custom/container-opacity-clip-viewBox-expected.checksum: Added.
2382 * svg/custom/container-opacity-clip-viewBox-expected.png: Added.
2383 * svg/custom/container-opacity-clip-viewBox-expected.txt: Added.
2384 * svg/custom/container-opacity-clip-viewBox.svg: Added.
2385 * svg/custom/feComponentTransfer-Discrete-expected.txt:
2386 * svg/custom/feComponentTransfer-Gamma-expected.txt:
2387 * svg/custom/feComponentTransfer-Linear-expected.txt:
2388 * svg/custom/feComponentTransfer-Table-expected.txt:
2389 * svg/custom/marker-overflow-clip-expected.txt:
2390 * svg/custom/preserve-aspect-ratio-syntax-expected.txt:
2391 * svg/custom/root-container-opacity-clip-viewBox-expected.checksum: Added.
2392 * svg/custom/root-container-opacity-clip-viewBox-expected.png: Added.
2393 * svg/custom/root-container-opacity-clip-viewBox-expected.txt: Added.
2394 * svg/custom/root-container-opacity-clip-viewBox.svg: Added.
2395 * svg/custom/use-css-events-expected.txt:
2396 * svg/custom/viewbox-syntax-expected.txt:
2398 2007-08-08 Nikolas Zimmermann <zimmermann@kde.org>
2400 Rubber stamped by Oliver.
2402 Update baseline after checking in the calculateGlyphBoundaries() fixes.
2404 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
2405 * svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
2406 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
2407 * svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
2408 * svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
2409 * svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
2410 * svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
2411 * svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
2412 * svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
2413 * svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
2414 * svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
2415 * svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
2416 * svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
2417 * svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
2418 * svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
2419 * svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
2420 * svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
2421 * svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
2422 * svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
2423 * svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
2424 * svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
2425 * svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
2426 * svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
2427 * svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
2428 * svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
2429 * svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
2430 * svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
2431 * svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
2432 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
2433 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
2434 * svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
2435 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2436 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
2437 * svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
2438 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
2439 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2440 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
2441 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
2442 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
2443 * svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
2444 * svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
2445 * svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
2446 * svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
2447 * svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
2448 * svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
2449 * svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
2450 * svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
2451 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
2452 * svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
2453 * svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
2454 * svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
2455 * svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
2456 * svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
2457 * svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
2458 * svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
2459 * svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
2460 * svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
2461 * svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
2462 * svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
2463 * svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
2464 * svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
2465 * svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
2466 * svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
2467 * svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
2468 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
2469 * svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
2470 * svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
2471 * svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
2472 * svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
2473 * svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
2474 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
2475 * svg/batik/text/textAnchor-expected.txt:
2476 * svg/batik/text/textAnchor2-expected.txt:
2477 * svg/batik/text/textAnchor3-expected.txt:
2478 * svg/batik/text/textBiDi-expected.txt:
2479 * svg/batik/text/textDecoration2-expected.txt:
2480 * svg/batik/text/textEffect-expected.checksum:
2481 * svg/batik/text/textEffect-expected.png:
2482 * svg/batik/text/textEffect-expected.txt:
2483 * svg/batik/text/textEffect2-expected.txt:
2484 * svg/batik/text/textEffect3-expected.checksum:
2485 * svg/batik/text/textEffect3-expected.png:
2486 * svg/batik/text/textEffect3-expected.txt:
2487 * svg/batik/text/textFeatures-expected.txt:
2488 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
2489 * svg/batik/text/textLayout-expected.txt:
2490 * svg/batik/text/textLayout2-expected.txt:
2491 * svg/batik/text/textOnPath-expected.txt:
2492 * svg/batik/text/textOnPath2-expected.txt:
2493 * svg/batik/text/textOnPath3-expected.txt:
2494 * svg/batik/text/textOnPathSpaces-expected.txt:
2495 * svg/batik/text/textPCDATA-expected.txt:
2496 * svg/batik/text/textPosition-expected.txt:
2497 * svg/batik/text/textProperties-expected.txt:
2498 * svg/batik/text/textProperties2-expected.txt:
2499 * svg/batik/text/textStyles-expected.txt:
2500 * svg/batik/text/verticalText-expected.txt:
2501 * svg/batik/text/verticalTextOnPath-expected.txt:
2502 * svg/carto.net/button-expected.txt:
2503 * svg/carto.net/colourpicker-expected.txt:
2504 * svg/carto.net/combobox-expected.txt:
2505 * svg/carto.net/scrollbar-expected.txt:
2506 * svg/carto.net/selectionlist-expected.txt:
2507 * svg/carto.net/window-expected.txt:
2508 * svg/custom/path-textPath-simulation-expected.txt:
2509 * svg/hixie/perf/001-expected.txt:
2510 * svg/hixie/perf/002-expected.txt:
2511 * svg/hixie/text/001-broken-expected.txt:
2512 * svg/hixie/text/003a-expected.txt:
2513 * svg/hixie/viewbox/preserveAspectRatio/001-expected.txt:
2514 * svg/hixie/viewbox/preserveAspectRatio/002-expected.txt:
2515 * svg/text/text-align-01-b-expected.txt:
2516 * svg/text/text-align-02-b-expected.txt:
2517 * svg/text/text-align-05-b-expected.txt:
2518 * svg/text/text-align-06-b-expected.txt:
2519 * svg/text/text-intro-05-t-expected.txt:
2520 * svg/text/text-path-01-b-expected.txt:
2521 * svg/text/text-text-04-t-expected.txt:
2522 * svg/text/text-text-05-t-expected.txt:
2523 * svg/text/text-text-06-t-expected.txt:
2524 * svg/text/text-text-07-t-expected.txt:
2525 * svg/text/text-tselect-02-f-expected.txt:
2526 * svg/text/text-tspan-01-b-expected.txt:
2528 2007-08-08 Nikolas Zimmermann <zimmermann@kde.org>
2532 Update test results after the SVG RTL text selection checkin.
2533 Now dumps all contained inline text boxes, which affects a lot of tests.
2535 * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
2536 * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
2537 * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
2538 * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
2539 * svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
2540 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
2541 * svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum:
2542 * svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
2543 * svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
2544 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.checksum:
2545 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
2546 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2547 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
2548 * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
2549 * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
2550 * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
2551 * svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
2552 * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
2553 * svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
2554 * svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
2555 * svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
2556 * svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
2557 * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
2558 * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
2559 * svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
2560 * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
2561 * svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
2562 * svg/batik/text/longTextOnPath-expected.txt:
2563 * svg/batik/text/textAnchor-expected.checksum:
2564 * svg/batik/text/textAnchor-expected.png:
2565 * svg/batik/text/textAnchor-expected.txt:
2566 * svg/batik/text/textBiDi-expected.checksum:
2567 * svg/batik/text/textBiDi-expected.png:
2568 * svg/batik/text/textBiDi-expected.txt:
2569 * svg/batik/text/textEffect-expected.checksum:
2570 * svg/batik/text/textEffect-expected.png:
2571 * svg/batik/text/textEffect-expected.txt:
2572 * svg/batik/text/textEffect3-expected.checksum:
2573 * svg/batik/text/textEffect3-expected.png:
2574 * svg/batik/text/textEffect3-expected.txt:
2575 * svg/batik/text/textFeatures-expected.checksum:
2576 * svg/batik/text/textFeatures-expected.png:
2577 * svg/batik/text/textFeatures-expected.txt:
2578 * svg/batik/text/textLayout-expected.checksum:
2579 * svg/batik/text/textLayout-expected.png:
2580 * svg/batik/text/textLayout-expected.txt:
2581 * svg/batik/text/textLayout2-expected.checksum:
2582 * svg/batik/text/textLayout2-expected.png:
2583 * svg/batik/text/textLayout2-expected.txt:
2584 * svg/batik/text/textOnPath2-expected.txt:
2585 * svg/batik/text/textProperties-expected.checksum:
2586 * svg/batik/text/textProperties-expected.png:
2587 * svg/batik/text/textProperties-expected.txt:
2588 * svg/batik/text/textProperties2-expected.checksum:
2589 * svg/batik/text/textProperties2-expected.png:
2590 * svg/batik/text/textProperties2-expected.txt:
2591 * svg/batik/text/textStyles-expected.checksum:
2592 * svg/batik/text/textStyles-expected.png:
2593 * svg/batik/text/textStyles-expected.txt:
2594 * svg/batik/text/xmlSpace-expected.txt:
2595 * svg/carto.net/selectionlist-expected.txt:
2596 * svg/custom/invalid-fill-expected.txt:
2597 * svg/custom/invalid-fill-hex-expected.txt:
2598 * svg/custom/marker-overflow-clip-expected.txt:
2599 * svg/custom/text-whitespace-handling-expected.txt:
2600 * svg/text/text-align-01-b-expected.checksum:
2601 * svg/text/text-align-01-b-expected.png:
2602 * svg/text/text-align-02-b-expected.checksum:
2603 * svg/text/text-align-02-b-expected.png:
2604 * svg/text/text-align-05-b-expected.checksum:
2605 * svg/text/text-align-05-b-expected.png:
2606 * svg/text/text-align-06-b-expected.checksum:
2607 * svg/text/text-align-06-b-expected.png:
2608 * svg/text/text-intro-05-t-expected.txt:
2609 * svg/text/text-path-01-b-expected.checksum:
2610 * svg/text/text-path-01-b-expected.png:
2611 * svg/text/text-spacing-01-b-expected.checksum:
2612 * svg/text/text-spacing-01-b-expected.png:
2613 * svg/text/text-spacing-01-b-expected.txt:
2614 * svg/text/text-text-05-t-expected.checksum:
2615 * svg/text/text-text-05-t-expected.png:
2616 * svg/text/text-tselect-02-f-expected.checksum:
2617 * svg/text/text-tselect-02-f-expected.png:
2618 * svg/text/text-tselect-02-f-expected.txt:
2619 * svg/text/text-tspan-01-b-expected.checksum:
2620 * svg/text/text-tspan-01-b-expected.png:
2622 2007-07-29 Nikolas Zimmermann <zimmermann@kde.org>
2626 Update layout tests now that textPaths participate in
2627 text chunk building and after the selection rect fixes.
2629 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
2630 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
2631 * svg/batik/text/longTextOnPath-expected.txt:
2632 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
2633 * svg/batik/text/textOnPath-expected.txt:
2634 * svg/batik/text/textOnPath2-expected.txt:
2635 * svg/batik/text/textOnPath3-expected.txt:
2636 * svg/batik/text/textOnPathSpaces-expected.txt:
2637 * svg/batik/text/verticalText-expected.txt:
2638 * svg/batik/text/verticalTextOnPath-expected.txt:
2639 * svg/text/text-align-01-b-expected.checksum:
2640 * svg/text/text-align-01-b-expected.png:
2641 * svg/text/text-align-02-b-expected.checksum:
2642 * svg/text/text-align-02-b-expected.png:
2643 * svg/text/text-align-03-b-expected.checksum:
2644 * svg/text/text-align-03-b-expected.png:
2645 * svg/text/text-align-04-b-expected.checksum:
2646 * svg/text/text-align-04-b-expected.png:
2647 * svg/text/text-align-04-b-expected.txt:
2648 * svg/text/text-align-05-b-expected.checksum:
2649 * svg/text/text-align-05-b-expected.png:
2650 * svg/text/text-align-06-b-expected.checksum:
2651 * svg/text/text-align-06-b-expected.png:
2652 * svg/text/text-altglyph-01-b-expected.checksum:
2653 * svg/text/text-altglyph-01-b-expected.png:
2654 * svg/text/text-deco-01-b-expected.checksum:
2655 * svg/text/text-deco-01-b-expected.png:
2656 * svg/text/text-fonts-01-t-expected.checksum:
2657 * svg/text/text-fonts-01-t-expected.png:
2658 * svg/text/text-fonts-02-t-expected.checksum:
2659 * svg/text/text-fonts-02-t-expected.png:
2660 * svg/text/text-intro-05-t-expected.checksum:
2661 * svg/text/text-intro-05-t-expected.png:
2662 * svg/text/text-path-01-b-expected.checksum:
2663 * svg/text/text-path-01-b-expected.png:
2664 * svg/text/text-path-01-b-expected.txt:
2665 * svg/text/text-spacing-01-b-expected.checksum:
2666 * svg/text/text-spacing-01-b-expected.png:
2667 * svg/text/text-text-01-b-expected.checksum:
2668 * svg/text/text-text-01-b-expected.png:
2669 * svg/text/text-text-03-b-expected.checksum:
2670 * svg/text/text-text-03-b-expected.png:
2671 * svg/text/text-text-04-t-expected.checksum:
2672 * svg/text/text-text-04-t-expected.png:
2673 * svg/text/text-text-05-t-expected.checksum:
2674 * svg/text/text-text-05-t-expected.png:
2675 * svg/text/text-text-06-t-expected.checksum:
2676 * svg/text/text-text-06-t-expected.png:
2677 * svg/text/text-text-07-t-expected.checksum:
2678 * svg/text/text-text-07-t-expected.png:
2679 * svg/text/text-text-08-b-expected.checksum:
2680 * svg/text/text-text-08-b-expected.png:
2681 * svg/text/text-tref-01-b-expected.checksum:
2682 * svg/text/text-tref-01-b-expected.png:
2683 * svg/text/text-tselect-01-b-expected.checksum:
2684 * svg/text/text-tselect-01-b-expected.png:
2685 * svg/text/text-tselect-02-f-expected.checksum:
2686 * svg/text/text-tselect-02-f-expected.png:
2687 * svg/text/text-tspan-01-b-expected.checksum:
2688 * svg/text/text-tspan-01-b-expected.png:
2689 * svg/text/text-ws-01-t-expected.checksum:
2690 * svg/text/text-ws-01-t-expected.png:
2691 * svg/text/text-ws-02-t-expected.checksum:
2692 * svg/text/text-ws-02-t-expected.png:
2694 2007-07-26 Rob Buis <buis@kde.org>
2696 Reviewed by Nikolas.
2699 http://bugs.webkit.org/show_bug.cgi?id=14312
2700 Removing an attribute has no effect on SVG
2702 The changed test is an improvement.
2704 * svg/custom/transform-removeAttributeNS-expected.checksum: Added.
2705 * svg/custom/transform-removeAttributeNS-expected.png: Added.
2706 * svg/custom/transform-removeAttributeNS-expected.txt: Added.
2707 * svg/custom/transform-removeAttributeNS.svg: Added.
2708 * svg/custom/use-modify-target-container-expected.txt:
2710 2007-07-24 Nikolas Zimmermann <zimmermann@kde.org>
2712 Rubber stamped by Rob.
2714 Copy over SVG text testcases from svg/text/W3C-SVG-1.1/text-*.svg to svg/text.
2715 Enable dumping of selection rects in these set of testcases, to avoid a further regression in this area.
2717 Also update the textEffect.svg test which has 0.0% difference, to make all tests pass again.
2719 * svg/batik/text/textEffect-expected.checksum:
2720 * svg/batik/text/textEffect-expected.png:
2721 * svg/text/text-align-01-b-expected.checksum: Added.
2722 * svg/text/text-align-01-b-expected.png: Added.
2723 * svg/text/text-align-01-b-expected.txt: Added.
2724 * svg/text/text-align-01-b.svg: Added.
2725 * svg/text/text-align-02-b-expected.checksum: Added.
2726 * svg/text/text-align-02-b-expected.png: Added.
2727 * svg/text/text-align-02-b-expected.txt: Added.
2728 * svg/text/text-align-02-b.svg: Added.
2729 * svg/text/text-align-03-b-expected.checksum: Added.
2730 * svg/text/text-align-03-b-expected.png: Added.
2731 * svg/text/text-align-03-b-expected.txt: Added.
2732 * svg/text/text-align-03-b.svg: Added.
2733 * svg/text/text-align-04-b-expected.checksum: Added.
2734 * svg/text/text-align-04-b-expected.png: Added.
2735 * svg/text/text-align-04-b-expected.txt: Added.
2736 * svg/text/text-align-04-b.svg: Added.
2737 * svg/text/text-align-05-b-expected.checksum: Added.
2738 * svg/text/text-align-05-b-expected.png: Added.
2739 * svg/text/text-align-05-b-expected.txt: Added.
2740 * svg/text/text-align-05-b.svg: Added.
2741 * svg/text/text-align-06-b-expected.checksum: Added.
2742 * svg/text/text-align-06-b-expected.png: Added.
2743 * svg/text/text-align-06-b-expected.txt: Added.
2744 * svg/text/text-align-06-b.svg: Added.
2745 * svg/text/text-altglyph-01-b-expected.checksum: Added.
2746 * svg/text/text-altglyph-01-b-expected.png: Added.
2747 * svg/text/text-altglyph-01-b-expected.txt: Added.
2748 * svg/text/text-altglyph-01-b.svg: Added.
2749 * svg/text/text-deco-01-b-expected.checksum: Added.
2750 * svg/text/text-deco-01-b-expected.png: Added.
2751 * svg/text/text-deco-01-b-expected.txt: Added.
2752 * svg/text/text-deco-01-b.svg: Added.
2753 * svg/text/text-fonts-01-t-expected.checksum: Added.
2754 * svg/text/text-fonts-01-t-expected.png: Added.
2755 * svg/text/text-fonts-01-t-expected.txt: Added.
2756 * svg/text/text-fonts-01-t.svg: Added.
2757 * svg/text/text-fonts-02-t-expected.checksum: Added.
2758 * svg/text/text-fonts-02-t-expected.png: Added.
2759 * svg/text/text-fonts-02-t-expected.txt: Added.
2760 * svg/text/text-fonts-02-t.svg: Added.
2761 * svg/text/text-intro-05-t-expected.checksum: Added.
2762 * svg/text/text-intro-05-t-expected.png: Added.
2763 * svg/text/text-intro-05-t-expected.txt: Added.
2764 * svg/text/text-intro-05-t.svg: Added.
2765 * svg/text/text-path-01-b-expected.checksum: Added.
2766 * svg/text/text-path-01-b-expected.png: Added.
2767 * svg/text/text-path-01-b-expected.txt: Added.
2768 * svg/text/text-path-01-b.svg: Added.
2769 * svg/text/text-spacing-01-b-expected.checksum: Added.
2770 * svg/text/text-spacing-01-b-expected.png: Added.
2771 * svg/text/text-spacing-01-b-expected.txt: Added.
2772 * svg/text/text-spacing-01-b.svg: Added.
2773 * svg/text/text-text-01-b-expected.checksum: Added.
2774 * svg/text/text-text-01-b-expected.png: Added.
2775 * svg/text/text-text-01-b-expected.txt: Added.
2776 * svg/text/text-text-01-b.svg: Added.
2777 * svg/text/text-text-03-b-expected.checksum: Added.
2778 * svg/text/text-text-03-b-expected.png: Added.
2779 * svg/text/text-text-03-b-expected.txt: Added.
2780 * svg/text/text-text-03-b.svg: Added.
2781 * svg/text/text-text-04-t-expected.checksum: Added.
2782 * svg/text/text-text-04-t-expected.png: Added.
2783 * svg/text/text-text-04-t-expected.txt: Added.
2784 * svg/text/text-text-04-t.svg: Added.
2785 * svg/text/text-text-05-t-expected.checksum: Added.
2786 * svg/text/text-text-05-t-expected.png: Added.
2787 * svg/text/text-text-05-t-expected.txt: Added.
2788 * svg/text/text-text-05-t.svg: Added.
2789 * svg/text/text-text-06-t-expected.checksum: Added.
2790 * svg/text/text-text-06-t-expected.png: Added.
2791 * svg/text/text-text-06-t-expected.txt: Added.
2792 * svg/text/text-text-06-t.svg: Added.
2793 * svg/text/text-text-07-t-expected.checksum: Added.
2794 * svg/text/text-text-07-t-expected.png: Added.
2795 * svg/text/text-text-07-t-expected.txt: Added.
2796 * svg/text/text-text-07-t.svg: Added.
2797 * svg/text/text-text-08-b-expected.checksum: Added.
2798 * svg/text/text-text-08-b-expected.png: Added.
2799 * svg/text/text-text-08-b-expected.txt: Added.
2800 * svg/text/text-text-08-b.svg: Added.
2801 * svg/text/text-tref-01-b-expected.checksum: Added.
2802 * svg/text/text-tref-01-b-expected.png: Added.
2803 * svg/text/text-tref-01-b-expected.txt: Added.
2804 * svg/text/text-tref-01-b.svg: Added.
2805 * svg/text/text-tselect-01-b-expected.checksum: Added.
2806 * svg/text/text-tselect-01-b-expected.png: Added.
2807 * svg/text/text-tselect-01-b-expected.txt: Added.
2808 * svg/text/text-tselect-01-b.svg: Added.
2809 * svg/text/text-tselect-02-f-expected.checksum: Added.
2810 * svg/text/text-tselect-02-f-expected.png: Added.
2811 * svg/text/text-tselect-02-f-expected.txt: Added.
2812 * svg/text/text-tselect-02-f.svg: Added.
2813 * svg/text/text-tspan-01-b-expected.checksum: Added.
2814 * svg/text/text-tspan-01-b-expected.png: Added.
2815 * svg/text/text-tspan-01-b-expected.txt: Added.
2816 * svg/text/text-tspan-01-b.svg: Added.
2817 * svg/text/text-ws-01-t-expected.checksum: Added.
2818 * svg/text/text-ws-01-t-expected.png: Added.
2819 * svg/text/text-ws-01-t-expected.txt: Added.
2820 * svg/text/text-ws-01-t.svg: Added.
2821 * svg/text/text-ws-02-t-expected.checksum: Added.
2822 * svg/text/text-ws-02-t-expected.png: Added.
2823 * svg/text/text-ws-02-t-expected.txt: Added.
2824 * svg/text/text-ws-02-t.svg: Added.
2826 2007-07-17 Rob Buis <buis@kde.org>
2828 Reviewed by Nikolas.
2830 http://bugs.webkit.org/show_bug.cgi?id=5996
2831 SVG <view> is unimplemented
2833 Testcases for each possible viewSpec fragment and a test that
2836 * svg/custom/linking-a-03-b-all-expected.checksum: Added.
2837 * svg/custom/linking-a-03-b-all-expected.png: Added.
2838 * svg/custom/linking-a-03-b-all-expected.txt: Added.
2839 * svg/custom/linking-a-03-b-all.svg: Added.
2840 * svg/custom/linking-a-03-b-preserveAspectRatio-expected.checksum: Added.
2841 * svg/custom/linking-a-03-b-preserveAspectRatio-expected.png: Added.
2842 * svg/custom/linking-a-03-b-preserveAspectRatio-expected.txt: Added.
2843 * svg/custom/linking-a-03-b-preserveAspectRatio.svg: Added.
2844 * svg/custom/linking-a-03-b-transform-expected.checksum: Added.
2845 * svg/custom/linking-a-03-b-transform-expected.png: Added.
2846 * svg/custom/linking-a-03-b-transform-expected.txt: Added.
2847 * svg/custom/linking-a-03-b-transform.svg: Added.
2848 * svg/custom/linking-a-03-b-viewBox-expected.checksum: Added.
2849 * svg/custom/linking-a-03-b-viewBox-expected.png: Added.
2850 * svg/custom/linking-a-03-b-viewBox-expected.txt: Added.
2851 * svg/custom/linking-a-03-b-viewBox-transform-expected.checksum: Added.
2852 * svg/custom/linking-a-03-b-viewBox-transform-expected.png: Added.
2853 * svg/custom/linking-a-03-b-viewBox-transform-expected.txt: Added.
2854 * svg/custom/linking-a-03-b-viewBox-transform.svg: Added.
2855 * svg/custom/linking-a-03-b-viewBox.svg: Added.
2856 * svg/custom/linking-a-03-b-viewTarget-expected.checksum: Added.
2857 * svg/custom/linking-a-03-b-viewTarget-expected.png: Added.
2858 * svg/custom/linking-a-03-b-viewTarget-expected.txt: Added.
2859 * svg/custom/linking-a-03-b-viewTarget.svg: Added.
2860 * svg/custom/linking-a-03-b-zoomAndPan-expected.checksum: Added.
2861 * svg/custom/linking-a-03-b-zoomAndPan-expected.png: Added.
2862 * svg/custom/linking-a-03-b-zoomAndPan-expected.txt: Added.
2863 * svg/custom/linking-a-03-b-zoomAndPan.svg: Added.
2864 * svg/custom/resources/linkingCircle-f.svg: Added.
2866 2007-07-16 Nikolas Zimmermann <zimmermann@kde.org>
2870 Land new layout tests related to new <use> behaviour on disallowed elements & symbols.
2871 Add new layout tests checking new <use> on <foreignObject> behaviour
2873 * svg/custom/use-scripting-changes-to-nonexistant-href-expected.checksum: Added.
2874 * svg/custom/use-scripting-changes-to-nonexistant-href-expected.png: Added.
2875 * svg/custom/use-scripting-changes-to-nonexistant-href-expected.txt: Added.
2876 * svg/custom/use-scripting-changes-to-nonexistant-href.svg: Added.
2877 * svg/custom/use-on-g-containing-foreignObject-and-image-expected.checksum: Added.
2878 * svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: Added.
2879 * svg/custom/use-on-g-containing-foreignObject-and-image-expected.txt: Added.
2880 * svg/custom/use-on-g-containing-foreignObject-and-image.svg: Added.
2881 * svg/custom/use-on-disallowed-foreign-object-5-expected.checksum: Added.
2882 * svg/custom/use-on-disallowed-foreign-object-5-expected.png: Added.
2883 * svg/custom/use-on-disallowed-foreign-object-5-expected.txt: Added.
2884 * svg/custom/use-on-disallowed-foreign-object-5.svg: Added.
2885 * svg/custom/use-on-disallowed-foreign-object-6-expected.checksum: Added.
2886 * svg/custom/use-on-disallowed-foreign-object-6-expected.png: Added.
2887 * svg/custom/use-on-disallowed-foreign-object-6-expected.txt: Added.
2888 * svg/custom/use-on-disallowed-foreign-object-6.svg: Added.
2890 2007-07-15 Nikolas Zimmermann <zimmermann@kde.org>
2894 Land new test result, after scroll offsets are now respected again.
2896 * svg/custom/invisible-text-after-scrolling-expected.checksum:
2897 * svg/custom/invisible-text-after-scrolling-expected.png:
2899 2007-07-15 Nikolas Zimmermann <zimmermann@kde.org>
2903 Update all test results after the RenderSVGRoot renderName change.
2904 Added testcases: svg/custom/inline-svg-in-xhtml.xml, svg/custom/absolute-sized-svg-in-xhtml.xhtml
2906 * svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
2907 * svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
2908 * svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
2909 * svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
2910 * svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
2911 * svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
2912 * svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
2913 * svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
2914 * svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
2915 * svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
2916 * svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
2917 * svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
2918 * svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
2919 * svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
2920 * svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
2921 * svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
2922 * svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
2923 * svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
2924 * svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
2925 * svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
2926 * svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
2927 * svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
2928 * svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
2929 * svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
2930 * svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
2931 * svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
2932 * svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
2933 * svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
2934 * svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
2935 * svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
2936 * svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
2937 * svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
2938 * svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
2939 * svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
2940 * svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
2941 * svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
2942 * svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
2943 * svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
2944 * svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
2945 * svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
2946 * svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
2947 * svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
2948 * svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
2949 * svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
2950 * svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
2951 * svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
2952 * svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
2953 * svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
2954 * svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
2955 * svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
2956 * svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
2957 * svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
2958 * svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
2959 * svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
2960 * svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt:
2961 * svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
2962 * svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
2963 * svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
2964 * svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
2965 * svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
2966 * svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
2967 * svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
2968 * svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
2969 * svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
2970 * svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
2971 * svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
2972 * svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
2973 * svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
2974 * svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
2975 * svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
2976 * svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
2977 * svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
2978 * svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
2979 * svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
2980 * svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
2981 * svg/W3C-SVG-1.1/coords-viewattr-01-b-expected.txt:
2982 * svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.txt:
2983 * svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
2984 * svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
2985 * svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
2986 * svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
2987 * svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
2988 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
2989 * svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
2990 * svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
2991 * svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
2992 * svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
2993 * svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
2994 * svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
2995 * svg/W3C-SVG-1.1/filters-image-01-b-expected.txt:
2996 * svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
2997 * svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
2998 * svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt:
2999 * svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
3000 * svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
3001 * svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
3002 * svg/W3C-SVG-1.1/fonts-desc-02-t-expected.txt:
3003 * svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
3004 * svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
3005 * svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
3006 * svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
3007 * svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
3008 * svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
3009 * svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
3010 * svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
3011 * svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
3012 * svg/W3C-SVG-1.1/fonts-glyph-04-t-expected.txt:
3013 * svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
3014 * svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
3015 * svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
3016 * svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
3017 * svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
3018 * svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
3019 * svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
3020 * svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
3021 * svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
3022 * svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
3023 * svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
3024 * svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
3025 * svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
3026 * svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
3027 * svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
3028 * svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
3029 * svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
3030 * svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
3031 * svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
3032 * svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
3033 * svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
3034 * svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
3035 * svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
3036 * svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
3037 * svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
3038 * svg/W3C-SVG-1.1/metadata-example-01-b-expected.txt:
3039 * svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
3040 * svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
3041 * svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
3042 * svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
3043 * svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
3044 * svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
3045 * svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
3046 * svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
3047 * svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
3048 * svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
3049 * svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
3050 * svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
3051 * svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
3052 * svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
3053 * svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
3054 * svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
3055 * svg/W3C-SVG-1.1/paths-data-03-f-expected.txt:
3056 * svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
3057 * svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
3058 * svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
3059 * svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
3060 * svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
3061 * svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
3062 * svg/W3C-SVG-1.1/paths-data-10-t-expected.txt:
3063 * svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
3064 * svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
3065 * svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
3066 * svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
3067 * svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
3068 * svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
3069 * svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
3070 * svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
3071 * svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
3072 * svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
3073 * svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
3074 * svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
3075 * svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
3076 * svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
3077 * svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
3078 * svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
3079 * svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
3080 * svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
3081 * svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
3082 * svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
3083 * svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
3084 * svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
3085 * svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
3086 * svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
3087 * svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
3088 * svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
3089 * svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
3090 * svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
3091 * svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
3092 * svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
3093 * svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
3094 * svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
3095 * svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
3096 * svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
3097 * svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
3098 * svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
3099 * svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
3100 * svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
3101 * svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
3102 * svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
3103 * svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
3104 * svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
3105 * svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
3106 * svg/W3C-SVG-1.1/shapes-polyline-01-t-expected.txt:
3107 * svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
3108 * svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
3109 * svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
3110 * svg/W3C-SVG-1.1/struct-cond-02-t-expected.txt:
3111 * svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
3112 * svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
3113 * svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
3114 * svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
3115 * svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
3116 * svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
3117 * svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
3118 * svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
3119 * svg/W3C-SVG-1.1/struct-frag-01-t-expected.txt:
3120 * svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
3121 * svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
3122 * svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
3123 * svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
3124 * svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
3125 * svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
3126 * svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
3127 * svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
3128 * svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
3129 * svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
3130 * svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
3131 * svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
3132 * svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
3133 * svg/W3C-SVG-1.1/struct-image-06-t-expected.txt:
3134 * svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
3135 * svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
3136 * svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
3137 * svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
3138 * svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
3139 * svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
3140 * svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
3141 * svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
3142 * svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
3143 * svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
3144 * svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
3145 * svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
3146 * svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
3147 * svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
3148 * svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
3149 * svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
3150 * svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
3151 * svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
3152 * svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
3153 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
3154 * svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
3155 * svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
3156 * svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
3157 * svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
3158 * svg/W3C-SVG-1.1/text-fonts-01-t-expected.txt:
3159 * svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
3160 * svg/W3C-SVG-1.1/text-intro-05-t-expected.txt:
3161 * svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
3162 * svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
3163 * svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
3164 * svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
3165 * svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
3166 * svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
3167 * svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
3168 * svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
3169 * svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
3170 * svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
3171 * svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
3172 * svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt:
3173 * svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
3174 * svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
3175 * svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
3176 * svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
3177 * svg/batik/text/longTextOnPath-expected.txt:
3178 * svg/batik/text/textAnchor-expected.txt:
3179 * svg/batik/text/textAnchor2-expected.txt:
3180 * svg/batik/text/textAnchor3-expected.txt:
3181 * svg/batik/text/textBiDi-expected.txt:
3182 * svg/batik/text/textDecoration2-expected.txt:
3183 * svg/batik/text/textEffect-expected.txt:
3184 * svg/batik/text/textEffect2-expected.txt:
3185 * svg/batik/text/textEffect3-expected.txt:
3186 * svg/batik/text/textFeatures-expected.txt:
3187 * svg/batik/text/textGlyphOrientationHorizontal-expected.txt:
3188 * svg/batik/text/textLayout-expected.txt:
3189 * svg/batik/text/textLayout2-expected.txt:
3190 * svg/batik/text/textOnPath-expected.txt:
3191 * svg/batik/text/textOnPath2-expected.txt:
3192 * svg/batik/text/textOnPath3-expected.txt:
3193 * svg/batik/text/textOnPathSpaces-expected.txt:
3194 * svg/batik/text/textPCDATA-expected.txt:
3195 * svg/batik/text/textPosition-expected.txt:
3196 * svg/batik/text/textPosition2-expected.txt:
3197 * svg/batik/text/textProperties-expected.txt:
3198 * svg/batik/text/textProperties2-expected.txt:
3199 * svg/batik/text/textStyles-expected.txt:
3200 * svg/batik/text/verticalText-expected.txt:
3201 * svg/batik/text/verticalTextOnPath-expected.txt:
3202 * svg/batik/text/xmlSpace-expected.txt:
3203 * svg/carto.net/button-expected.txt:
3204 * svg/carto.net/colourpicker-expected.txt:
3205 * svg/carto.net/combobox-expected.txt:
3206 * svg/carto.net/scrollbar-expected.txt:
3207 * svg/carto.net/selectionlist-expected.txt:
3208 * svg/carto.net/slider-expected.txt:
3209 * svg/carto.net/tabgroup-expected.txt:
3210 * svg/carto.net/textbox-expected.txt:
3211 * svg/carto.net/window-expected.txt:
3212 * svg/custom/SVGMatrix-interface-expected.txt:
3213 * svg/custom/SVGNumber-interface-expected.txt:
3214 * svg/custom/SVGPoint-interface-expected.txt:
3215 * svg/custom/SVGPoint-matrixTransform-expected.txt:
3216 * svg/custom/SVGRect-interface-expected.txt:
3217 * svg/custom/absolute-sized-svg-in-xhtml-expected.checksum: Added.
3218 * svg/custom/absolute-sized-svg-in-xhtml-expected.png: Added.
3219 * svg/custom/absolute-sized-svg-in-xhtml-expected.txt: Added.
3220 * svg/custom/absolute-sized-svg-in-xhtml.xhtml: Added.
3221 * svg/custom/attribute-namespace-check-expected.txt:
3222 * svg/custom/baseval-animval-equality-expected.txt:
3223 * svg/custom/circular-marker-reference-1-expected.txt:
3224 * svg/custom/circular-marker-reference-2-expected.txt:
3225 * svg/custom/circular-marker-reference-3-expected.txt:
3226 * svg/custom/circular-marker-reference-4-expected.txt:
3227 * svg/custom/class-selector-expected.txt:
3228 * svg/custom/clip-path-child-changes-expected.txt:
3229 * svg/custom/clip-path-href-changes-expected.txt:
3230 * svg/custom/clip-path-units-changes-expected.txt:
3231 * svg/custom/clip-path-with-transform-expected.txt:
3232 * svg/custom/conditional-processing-outside-switch-expected.txt:
3233 * svg/custom/control-points-for-S-and-T-expected.txt:
3234 * svg/custom/coords-relative-units-transforms-expected.txt:
3235 * svg/custom/create-metadata-element-expected.txt:
3236 * svg/custom/createelement-expected.txt:
3237 * svg/custom/css-pixels-dpi-expected.txt:
3238 * svg/custom/dasharrayOrigin-expected.txt:
3239 * svg/custom/deep-dynamic-updates-expected.txt:
3240 * svg/custom/display-none-expected.txt:
3241 * svg/custom/dynamic-empty-path-expected.txt:
3242 * svg/custom/dynamic-svg-document-creation-expected.txt:
3243 * svg/custom/dynamic-viewBox-expected.txt:
3244 * svg/custom/empty-merge-expected.txt:
3245 * svg/custom/evt-onload-expected.txt:
3246 * svg/custom/feComponentTransfer-Discrete-expected.txt:
3247 * svg/custom/feComponentTransfer-Gamma-expected.txt:
3248 * svg/custom/feComponentTransfer-Linear-expected.txt:
3249 * svg/custom/feComponentTransfer-Table-expected.txt:
3250 * svg/custom/feDisplacementMap-01-expected.txt:
3251 * svg/custom/fill-SVGPaint-interface-expected.txt:
3252 * svg/custom/fill-fallback-expected.txt:
3253 * svg/custom/fill-update-expected.txt:
3254 * svg/custom/filter-source-alpha-expected.txt:
3255 * svg/custom/focus-ring-expected.checksum:
3256 * svg/custom/focus-ring-expected.png:
3257 * svg/custom/focus-ring-expected.txt:
3258 * svg/custom/focus-ring.svg:
3259 * svg/custom/foreign-object-skew-expected.txt:
3260 * svg/custom/fractional-rects-expected.txt:
3261 * svg/custom/getPresentationAttribute-expected.txt:
3262 * svg/custom/getTransformToElement-expected.txt:
3263 * svg/custom/getsvgdocument-expected.txt:
3264 * svg/custom/gradient-add-stops-expected.txt:
3265 * svg/custom/gradient-attr-update-expected.txt:
3266 * svg/custom/gradient-cycle-detection-expected.txt:
3267 * svg/custom/gradient-deep-referencing-expected.txt:
3268 * svg/custom/gradient-rotated-bbox-expected.txt:
3269 * svg/custom/gradient-stop-corner-cases-expected.txt:
3270 * svg/custom/gradient-stop-style-change-expected.txt:
3271 * svg/custom/gradient-stroke-width-expected.txt:
3272 * svg/custom/grayscale-gradient-mask-expected.txt:
3273 * svg/custom/hit-test-unclosed-subpaths-expected.txt:
3274 * svg/custom/hit-test-with-br-expected.txt:
3275 * svg/custom/hover-default-fill-expected.txt:
3276 * svg/custom/image-clipped-hit-expected.txt:
3277 * svg/custom/image-parent-translation-expected.txt:
3278 * svg/custom/image-small-width-height-expected.checksum:
3279 * svg/custom/image-small-width-height-expected.txt:
3280 * svg/custom/image-with-transform-clip-filter-expected.checksum:
3281 * svg/custom/image-with-transform-clip-filter-expected.png:
3282 * svg/custom/image-with-transform-clip-filter-expected.txt:
3283 * svg/custom/image-with-transform-clip-filter.svg:
3284 * svg/custom/inline-svg-in-xhtml-expected.checksum: Added.
3285 * svg/custom/inline-svg-in-xhtml-expected.png: Added.
3286 * svg/custom/inline-svg-in-xhtml-expected.txt: Added.
3287 * svg/custom/inline-svg-in-xhtml.xml: Added.
3288 * svg/custom/inner-percent-expected.txt:
3289 * svg/custom/inner-svg-hit-test-expected.txt:
3290 * svg/custom/invalid-css-expected.txt:
3291 * svg/custom/invalid-fill-expected.txt:
3292 * svg/custom/invalid-fill-hex-expected.txt:
3293 * svg/custom/invalid-transforms-expected.txt:
3294 * svg/custom/invisible-text-after-scrolling-expected.txt:
3295 * svg/custom/js-late-clipPath-and-object-creation-expected.txt:
3296 * svg/custom/js-late-clipPath-creation-expected.txt:
3297 * svg/custom/js-late-gradient-and-object-creation-expected.txt:
3298 * svg/custom/js-late-gradient-creation-expected.txt:
3299 * svg/custom/js-late-marker-and-object-creation-expected.txt:
3300 * svg/custom/js-late-marker-creation-expected.txt:
3301 * svg/custom/js-late-mask-and-object-creation-expected.txt:
3302 * svg/custom/js-late-mask-creation-expected.txt:
3303 * svg/custom/js-late-pattern-and-object-creation-expected.txt:
3304 * svg/custom/js-late-pattern-creation-expected.txt:
3305 * svg/custom/js-update-bounce-expected.txt:
3306 * svg/custom/js-update-container-expected.txt:
3307 * svg/custom/js-update-container2-expected.txt:
3308 * svg/custom/js-update-gradient-expected.txt:
3309 * svg/custom/js-update-path-changes-expected.txt:
3310 * svg/custom/js-update-path-removal-expected.txt:
3311 * svg/custom/js-update-pattern-child-expected.txt:
3312 * svg/custom/js-update-pattern-expected.txt:
3313 * svg/custom/js-update-polygon-changes-expected.txt:
3314 * svg/custom/js-update-polygon-removal-expected.txt:
3315 * svg/custom/js-update-stop-expected.txt:
3316 * svg/custom/js-update-style-expected.txt:
3317 * svg/custom/js-update-transform-addition-expected.txt:
3318 * svg/custom/js-update-transform-changes-expected.txt:
3319 * svg/custom/junk-data-expected.checksum:
3320 * svg/custom/junk-data-expected.png:
3321 * svg/custom/junk-data-expected.txt:
3322 * svg/custom/junk-data.svg:
3323 * svg/custom/large-bounding-box-percents-expected.txt:
3324 * svg/custom/marker-changes-expected.txt:
3325 * svg/custom/marker-child-changes-expected.txt:
3326 * svg/custom/marker-default-width-height-expected.txt:
3327 * svg/custom/marker-overflow-clip-expected.txt:
3328 * svg/custom/marker-viewBox-changes-expected.txt:
3329 * svg/custom/mask-changes-expected.txt:
3330 * svg/custom/mask-child-changes-expected.txt:
3331 * svg/custom/mask-excessive-malloc-expected.txt:
3332 * svg/custom/mask-inside-defs-expected.txt:
3333 * svg/custom/missing-xlink-expected.checksum:
3334 * svg/custom/missing-xlink-expected.png:
3335 * svg/custom/missing-xlink-expected.txt:
3336 * svg/custom/missing-xlink.svg:
3337 * svg/custom/non-circular-marker-reference-expected.txt:
3338 * svg/custom/non-opaque-filters-expected.txt:
3339 * svg/custom/path-bad-data-expected.txt:
3340 * svg/custom/path-textPath-simulation-expected.txt:
3341 * svg/custom/path-update-expected.txt:
3342 * svg/custom/pattern-cycle-detection-expected.txt:
3343 * svg/custom/pattern-deep-referencing-expected.txt:
3344 * svg/custom/pattern-in-defs-expected.txt:
3345 * svg/custom/pattern-y-offset-expected.txt:
3346 * svg/custom/percentage-of-html-parent-expected.txt:
3347 * svg/custom/percentage-rect-expected.txt:
3348 * svg/custom/percentage-rect2-expected.txt:
3349 * svg/custom/pointer-events-image-expected.txt:
3350 * svg/custom/pointer-events-path-expected.txt:
3351 * svg/custom/pointer-events-text-expected.txt:
3352 * svg/custom/poly-identify-expected.txt:
3353 * svg/custom/polyline-hittest-expected.txt:
3354 * svg/custom/polyline-invalid-points-expected.txt:
3355 * svg/custom/polyline-setattribute-points-null-expected.txt:
3356 * svg/custom/preserve-aspect-ratio-syntax-expected.txt:
3357 * svg/custom/prevent-default-expected.txt:
3358 * svg/custom/recursive-clippath-expected.txt:
3359 * svg/custom/rgbcolor-syntax-expected.txt:
3360 * svg/custom/rootelement-expected.txt:
3361 * svg/custom/rounded-rects-expected.txt:
3362 * svg/custom/scroll-hit-test-expected.txt:
3363 * svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.txt:
3364 * svg/custom/second-inline-text-expected.txt:
3365 * svg/custom/shapes-supporting-markers-expected.txt:
3366 * svg/custom/sheet-title-expected.txt:
3367 * svg/custom/simpleCDF-expected.txt:
3368 * svg/custom/stroke-fallback-expected.txt:
3369 * svg/custom/struct-use-09-b-expected.txt: