1 2006-04-25 Geoffrey Garen <ggaren@apple.com>
5 Test for the DOM properties supported by object, embed, attribute:
6 * fast/dom/plugin-attributes-enumeration-expected.txt: Added.
7 * fast/dom/plugin-attributes-enumeration.html: Added.
9 Test for setting attributes through DOM properties:
10 * plugins/embed-attributes-setting-expected.txt: Added.
11 * plugins/embed-attributes-setting.html: Added.
13 Test for the special attribute-to-style mappings on embed.
14 * plugins/embed-attributes-style-expected.txt: Added.
15 * plugins/embed-attributes-style.html: Added.
17 2006-04-25 Beth Dakin <bdakin@apple.com>
21 Layout test for <rdar://problem/4518632> getComputedStyle returns
22 'auto' for dimensions like 'margin-left'
24 * fast/css/marginComputedStyle-expected.checksum: Added.
25 * fast/css/marginComputedStyle-expected.png: Added.
26 * fast/css/marginComputedStyle-expected.txt: Added.
27 * fast/css/marginComputedStyle.html: Added.
29 2006-04-26 Mitz Pettel <opendarwin.org@mitzpettel.com>
31 Reviewed by darin. Landed by eseidel.
33 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8452
34 mangleme(0x58c22e11): Random crashes
36 * fast/frames/empty-cols-attribute-expected.checksum: Added.
37 * fast/frames/empty-cols-attribute-expected.png: Added.
38 * fast/frames/empty-cols-attribute-expected.txt: Added.
39 * fast/frames/empty-cols-attribute.html: Added.
41 2006-04-26 Oliver Hunt <ojh16@student.canterbury.ac.nz>
43 Reviewed by eseidel. Landed by eseidel.
45 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
46 * svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
47 * svg/custom/feComponentTransfer-Discrete.svg: Added.
48 * svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
49 * svg/custom/feComponentTransfer-Gamma.svg: Added.
50 * svg/custom/feComponentTransfer-Linear-expected.txt: Added.
51 * svg/custom/feComponentTransfer-Linear.svg: Added.
52 * svg/custom/feComponentTransfer-Table-expected.txt: Added.
53 * svg/custom/feComponentTransfer-Table.svg: Added.
55 2006-04-25 Eric Seidel <eseidel@apple.com>
59 Fix reproducible crasher in HTML parsing code.
60 http://bugzilla.opendarwin.org/show_bug.cgi?id=7137
62 * fast/parser/remove-current-node-parent-expected.txt: Added.
63 * fast/parser/remove-current-node-parent.html: Added.
65 2006-04-24 Eric Seidel <eseidel@apple.com>
69 <rdar://problem/4129744> [REGRESSION]CrashTracer: ..400 crashes at com.apple.WebCore: DOM::NodeImpl::createRendererIfNeeded + 44
71 * fast/dom/remove-style-element-expected.txt: Added.
72 * fast/dom/remove-style-element.html: Added.
74 2006-04-23 Geoffrey Garen <ggaren@apple.com>
78 * fast/dom/prototype-chain-expected.txt: Updated now that 'JS' is
79 no longer used as a prefix when serializing DOM elements to string.
80 * fast/events/event-view-toString.html: ditto
82 2006-04-24 Beth Dakin <bdakin@apple.com>
86 Layout test for <rdar://problem/4513383> REGRESSION: Crash in
87 WebCore::shouldEmitTabBeforeNode() when iterating through document
90 * fast/text/textIteratorNilRenderer-expected.checksum: Added.
91 * fast/text/textIteratorNilRenderer-expected.png: Added.
92 * fast/text/textIteratorNilRenderer-expected.txt: Added.
93 * fast/text/textIteratorNilRenderer.html: Added.
95 2006-04-23 Rob Buis <buis@kde.org>
97 Reviewed by hyatt. Landed by eseidel.
99 Tests for invalid svg css properties.
101 * svg/custom/invalid-css.svg: Added.
103 2006-04-21 Jon Shier <jshier@iastate.edu>
105 Reviewed by ggaren. Landed by eseidel.
107 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8511
108 onerror JS property does not register listener properly
110 * fast/dom/onerror-img-expected.txt: Added.
111 * fast/dom/onerror-img.html: Added.
113 2006-04-22 Eric Seidel <eseidel@apple.com>
117 Reproducible crasher with <li value=1234567890 type=A>
118 http://bugzilla.opendarwin.org/show_bug.cgi?id=8542
120 * fast/lists/alpha-list-wrap-expected.checksum: Added.
121 * fast/lists/alpha-list-wrap-expected.png: Added.
122 * fast/lists/alpha-list-wrap-expected.txt: Added.
123 * fast/lists/alpha-list-wrap.html: Added.
124 * fast/lists/li-style-alpha-huge-value-crash-expected.checksum: Added.
125 * fast/lists/li-style-alpha-huge-value-crash-expected.png: Added.
126 * fast/lists/li-style-alpha-huge-value-crash-expected.txt: Added.
127 * fast/lists/li-style-alpha-huge-value-crash.html: Added.
129 2006-04-22 Geoffrey Garen <ggaren@apple.com>
133 - Updated prototype chain expectation since DOMElement no longer
136 * fast/dom/prototype-chain-expected.txt:
138 2006-04-22 Beth Dakin <bdakin@apple.com>
142 Layout test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6141
143 DOMCSSPrimitiveValue is always returning values in pixels when
144 using getComputedStyle:
146 * fast/css/getFloatValueForUnit-expected.checksum: Added.
147 * fast/css/getFloatValueForUnit-expected.png: Added.
148 * fast/css/getFloatValueForUnit-expected.txt: Added.
149 * fast/css/getFloatValueForUnit.html: Added.
151 2006-04-21 Geoffrey Garen <ggaren@apple.com>
152 - Layout test for whether the error event bubbles.
154 * fast/events/onerror-bubbling-expected.txt: Added.
155 * fast/events/onerror-bubbling.html: Added.
157 2006-04-21 Geoffrey Garen <ggaren@apple.com>
159 - Layout test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8510
160 submit event doesn't bubble - it's supposed to.
162 * fast/events/onsubmit-bubbling-expected.txt: Added.
163 * fast/events/onsubmit-bubbling.html: Added.
165 2006-04-21 Geoffrey Garen <ggaren@apple.com>
167 Layout test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8509
168 javascript:document.importNode(null)
170 * fast/dom/importNode-null-expected.txt: Added.
171 * fast/dom/importNode-null.html: Added.
173 2006-04-21 Adele Peterson <adele@apple.com>
177 Test for: http://bugzilla.opendarwin.org/show_bug.cgi?id=8213
178 REGRESSION: Can't tab out of text field if iframe comes after it
180 * fast/forms/tabbing-input-iframe-expected.checksum: Added.
181 * fast/forms/tabbing-input-iframe-expected.png: Added.
182 * fast/forms/tabbing-input-iframe-expected.txt: Added.
183 * fast/forms/tabbing-input-iframe.html: Added.
185 2006-04-21 Beth Dakin <bdakin@apple.com>
187 Adding a few more background-size tests that include background-
190 * fast/backgrounds/size/backgroundSize17-expected.checksum: Added.
191 * fast/backgrounds/size/backgroundSize17-expected.png: Added.
192 * fast/backgrounds/size/backgroundSize17-expected.txt: Added.
193 * fast/backgrounds/size/backgroundSize17.html: Added.
194 * fast/backgrounds/size/backgroundSize18-expected.checksum: Added.
195 * fast/backgrounds/size/backgroundSize18-expected.png: Added.
196 * fast/backgrounds/size/backgroundSize18-expected.txt: Added.
197 * fast/backgrounds/size/backgroundSize18.html: Added.
198 * fast/backgrounds/size/backgroundSize19-expected.checksum: Added.
199 * fast/backgrounds/size/backgroundSize19-expected.png: Added.
200 * fast/backgrounds/size/backgroundSize19-expected.txt: Added.
201 * fast/backgrounds/size/backgroundSize19.html: Added.
202 * fast/backgrounds/size/resources/flower.jpg: Added.
204 2006-04-20 Geoffrey Garen <ggaren@apple.com>
206 Tests for global constants related to CSSRule, CSSValue, Event, and
209 * fast/dom/constants-expected.txt: Added.
210 * fast/dom/constants.html: Added.
211 * fast/dom/prototype-chain-expected.txt:
212 * fast/dom/resources/stylesheet.css: Added.
213 * fast/dom/xmlhttprequest-get-expected.txt:
215 2006-04-21 Beth Dakin <bdakin@apple.com>
219 Moved all of the background tests into background directory, and
220 added test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8495
221 REGRESSION: Sidebar on cnn.com is hosed
223 * fast/backgrounds/repeat: Added.
224 * fast/backgrounds/repeat/noRepeatCorrectClip-expected.checksum: Added.
225 * fast/backgrounds/repeat/noRepeatCorrectClip-expected.png: Added.
226 * fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt: Added.
227 * fast/backgrounds/repeat/noRepeatCorrectClip.html: Added.
228 * fast/backgrounds/repeat/resources: Added.
229 * fast/backgrounds/repeat/resources/nav.blue.gif: Added.
230 * fast/backgrounds/size: Added.
231 * fast/backgrounds/size/backgroundSize01-expected.checksum: Added.
232 * fast/backgrounds/size/backgroundSize01-expected.png: Added.
233 * fast/backgrounds/size/backgroundSize01-expected.txt: Added.
234 * fast/backgrounds/size/backgroundSize01.html: Added.
235 * fast/backgrounds/size/backgroundSize02-expected.checksum: Added.
236 * fast/backgrounds/size/backgroundSize02-expected.png: Added.
237 * fast/backgrounds/size/backgroundSize02-expected.txt: Added.
238 * fast/backgrounds/size/backgroundSize02.html: Added.
239 * fast/backgrounds/size/backgroundSize03-expected.checksum: Added.
240 * fast/backgrounds/size/backgroundSize03-expected.png: Added.
241 * fast/backgrounds/size/backgroundSize03-expected.txt: Added.
242 * fast/backgrounds/size/backgroundSize03.html: Added.
243 * fast/backgrounds/size/backgroundSize04-expected.checksum: Added.
244 * fast/backgrounds/size/backgroundSize04-expected.png: Added.
245 * fast/backgrounds/size/backgroundSize04-expected.txt: Added.
246 * fast/backgrounds/size/backgroundSize04.html: Added.
247 * fast/backgrounds/size/backgroundSize05-expected.checksum: Added.
248 * fast/backgrounds/size/backgroundSize05-expected.png: Added.
249 * fast/backgrounds/size/backgroundSize05-expected.txt: Added.
250 * fast/backgrounds/size/backgroundSize05.html: Added.
251 * fast/backgrounds/size/backgroundSize06-expected.checksum: Added.
252 * fast/backgrounds/size/backgroundSize06-expected.png: Added.
253 * fast/backgrounds/size/backgroundSize06-expected.txt: Added.
254 * fast/backgrounds/size/backgroundSize06.html: Added.
255 * fast/backgrounds/size/backgroundSize07-expected.checksum: Added.
256 * fast/backgrounds/size/backgroundSize07-expected.png: Added.
257 * fast/backgrounds/size/backgroundSize07-expected.txt: Added.
258 * fast/backgrounds/size/backgroundSize07.html: Added.
259 * fast/backgrounds/size/backgroundSize08-expected.checksum: Added.
260 * fast/backgrounds/size/backgroundSize08-expected.png: Added.
261 * fast/backgrounds/size/backgroundSize08-expected.txt: Added.
262 * fast/backgrounds/size/backgroundSize08.html: Added.
263 * fast/backgrounds/size/backgroundSize09-expected.checksum: Added.
264 * fast/backgrounds/size/backgroundSize09-expected.png: Added.
265 * fast/backgrounds/size/backgroundSize09-expected.txt: Added.
266 * fast/backgrounds/size/backgroundSize09.html: Added.
267 * fast/backgrounds/size/backgroundSize10-expected.checksum: Added.
268 * fast/backgrounds/size/backgroundSize10-expected.png: Added.
269 * fast/backgrounds/size/backgroundSize10-expected.txt: Added.
270 * fast/backgrounds/size/backgroundSize10.html: Added.
271 * fast/backgrounds/size/backgroundSize11-expected.checksum: Added.
272 * fast/backgrounds/size/backgroundSize11-expected.png: Added.
273 * fast/backgrounds/size/backgroundSize11-expected.txt: Added.
274 * fast/backgrounds/size/backgroundSize11.html: Added.
275 * fast/backgrounds/size/backgroundSize12-expected.checksum: Added.
276 * fast/backgrounds/size/backgroundSize12-expected.png: Added.
277 * fast/backgrounds/size/backgroundSize12-expected.txt: Added.
278 * fast/backgrounds/size/backgroundSize12.html: Added.
279 * fast/backgrounds/size/backgroundSize13-expected.checksum: Added.
280 * fast/backgrounds/size/backgroundSize13-expected.png: Added.
281 * fast/backgrounds/size/backgroundSize13-expected.txt: Added.
282 * fast/backgrounds/size/backgroundSize13.html: Added.
283 * fast/backgrounds/size/backgroundSize14-expected.checksum: Added.
284 * fast/backgrounds/size/backgroundSize14-expected.png: Added.
285 * fast/backgrounds/size/backgroundSize14-expected.txt: Added.
286 * fast/backgrounds/size/backgroundSize14.html: Added.
287 * fast/backgrounds/size/backgroundSize15-expected.checksum: Added.
288 * fast/backgrounds/size/backgroundSize15-expected.png: Added.
289 * fast/backgrounds/size/backgroundSize15-expected.txt: Added.
290 * fast/backgrounds/size/backgroundSize15.html: Added.
291 * fast/backgrounds/size/backgroundSize16-expected.checksum: Added.
292 * fast/backgrounds/size/backgroundSize16-expected.png: Added.
293 * fast/backgrounds/size/backgroundSize16-expected.txt: Added.
294 * fast/backgrounds/size/backgroundSize16.html: Added.
295 * fast/backgrounds/size/resources: Added.
296 * fast/backgrounds/size/resources/bikes.bmp: Added.
297 * fast/css/backgroundSize01-expected.checksum: Removed.
298 * fast/css/backgroundSize01-expected.png: Removed.
299 * fast/css/backgroundSize01-expected.txt: Removed.
300 * fast/css/backgroundSize01.html: Removed.
301 * fast/css/backgroundSize02-expected.checksum: Removed.
302 * fast/css/backgroundSize02-expected.png: Removed.
303 * fast/css/backgroundSize02-expected.txt: Removed.
304 * fast/css/backgroundSize02.html: Removed.
305 * fast/css/backgroundSize03-expected.checksum: Removed.
306 * fast/css/backgroundSize03-expected.png: Removed.
307 * fast/css/backgroundSize03-expected.txt: Removed.
308 * fast/css/backgroundSize03.html: Removed.
309 * fast/css/backgroundSize04-expected.checksum: Removed.
310 * fast/css/backgroundSize04-expected.png: Removed.
311 * fast/css/backgroundSize04-expected.txt: Removed.
312 * fast/css/backgroundSize04.html: Removed.
313 * fast/css/backgroundSize05-expected.checksum: Removed.
314 * fast/css/backgroundSize05-expected.png: Removed.
315 * fast/css/backgroundSize05-expected.txt: Removed.
316 * fast/css/backgroundSize05.html: Removed.
317 * fast/css/backgroundSize06-expected.checksum: Removed.
318 * fast/css/backgroundSize06-expected.png: Removed.
319 * fast/css/backgroundSize06-expected.txt: Removed.
320 * fast/css/backgroundSize06.html: Removed.
321 * fast/css/backgroundSize07-expected.checksum: Removed.
322 * fast/css/backgroundSize07-expected.png: Removed.
323 * fast/css/backgroundSize07-expected.txt: Removed.
324 * fast/css/backgroundSize07.html: Removed.
325 * fast/css/backgroundSize08-expected.checksum: Removed.
326 * fast/css/backgroundSize08-expected.png: Removed.
327 * fast/css/backgroundSize08-expected.txt: Removed.
328 * fast/css/backgroundSize08.html: Removed.
329 * fast/css/backgroundSize09-expected.checksum: Removed.
330 * fast/css/backgroundSize09-expected.png: Removed.
331 * fast/css/backgroundSize09-expected.txt: Removed.
332 * fast/css/backgroundSize09.html: Removed.
333 * fast/css/backgroundSize10-expected.checksum: Removed.
334 * fast/css/backgroundSize10-expected.png: Removed.
335 * fast/css/backgroundSize10-expected.txt: Removed.
336 * fast/css/backgroundSize10.html: Removed.
337 * fast/css/backgroundSize11-expected.checksum: Removed.
338 * fast/css/backgroundSize11-expected.png: Removed.
339 * fast/css/backgroundSize11-expected.txt: Removed.
340 * fast/css/backgroundSize11.html: Removed.
341 * fast/css/backgroundSize12-expected.checksum: Removed.
342 * fast/css/backgroundSize12-expected.png: Removed.
343 * fast/css/backgroundSize12-expected.txt: Removed.
344 * fast/css/backgroundSize12.html: Removed.
345 * fast/css/backgroundSize13-expected.checksum: Removed.
346 * fast/css/backgroundSize13-expected.png: Removed.
347 * fast/css/backgroundSize13-expected.txt: Removed.
348 * fast/css/backgroundSize13.html: Removed.
349 * fast/css/backgroundSize14-expected.checksum: Removed.
350 * fast/css/backgroundSize14-expected.png: Removed.
351 * fast/css/backgroundSize14-expected.txt: Removed.
352 * fast/css/backgroundSize14.html: Removed.
353 * fast/css/backgroundSize15-expected.checksum: Removed.
354 * fast/css/backgroundSize15-expected.png: Removed.
355 * fast/css/backgroundSize15-expected.txt: Removed.
356 * fast/css/backgroundSize15.html: Removed.
357 * fast/css/backgroundSize16-expected.checksum: Removed.
358 * fast/css/backgroundSize16-expected.png: Removed.
359 * fast/css/backgroundSize16-expected.txt: Removed.
360 * fast/css/backgroundSize16.html: Removed.
361 * fast/css/resources/bikes.bmp: Removed.
363 2006-04-20 Adele Peterson <adele@apple.com>
365 Updated test results for:
366 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=8276
367 REGRESSION (NativeTextField): Pasting a Finder item into a text field results in
368 a file: URL being pasted instead of just the file name
369 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=8283
370 REGRESSION: File's path doesn't appear after dragging file into input field
372 * editing/pasteboard/drop-text-without-selection-expected.txt:
373 * fast/forms/input-paste-undo-expected.txt:
374 * fast/forms/input-truncate-newline-expected.txt:
375 * fast/forms/plaintext-mode-2-expected.txt:
377 2006-04-20 Adele Peterson <adele@apple.com>
379 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8273
380 REGRESSION: Read only input text field renders at the wrong height when value attribute is not present
382 * fast/forms/input-readonly-empty-expected.checksum: Added.
383 * fast/forms/input-readonly-empty-expected.png: Added.
384 * fast/forms/input-readonly-empty-expected.txt: Added.
385 * fast/forms/input-readonly-empty.html: Added.
387 2006-04-19 Adele Peterson <adele@apple.com>
389 Updated test to use webkit-block-placeholder instead of khtml-block-placeholder.
391 * editing/inserting/insert-div-010.html:
393 2006-04-19 Adele Peterson <adele@apple.com>
395 Updating test results that were incorrectly checked in
396 when many of the table test results changed recently due to Color
399 * tables/mozilla/bugs/bug625-expected.checksum:
400 * tables/mozilla/bugs/bug625-expected.png:
401 * tables/mozilla/bugs/bug625-expected.txt:
403 2006-04-19 Adele Peterson <adele@apple.com>
405 Updated results after rolling out optimizations in setInnerText and setInnerHTML.
407 * fast/events/updateLayoutForHitTest-expected.txt:
408 * fast/forms/input-text-paste-maxlength-expected.txt:
409 * fast/text/attributed-substring-from-range-expected.txt:
411 2006-04-19 Adele Peterson <adele@apple.com>
413 Updated results for: http://bugzilla.opendarwin.org/show_bug.cgi?id=8297
414 REGRESSION: Input element extends outside of DIV element at http://www.macdock.com/
416 * editing/selection/3690703-2-expected.checksum:
417 * editing/selection/3690703-2-expected.png:
418 * editing/selection/3690703-2-expected.txt:
419 * editing/selection/3690703-expected.checksum:
420 * editing/selection/3690703-expected.png:
421 * editing/selection/3690703-expected.txt:
422 * editing/selection/3690719-expected.checksum:
423 * editing/selection/3690719-expected.png:
424 * editing/selection/3690719-expected.txt:
425 * fast/forms/input-appearance-minWidth-expected.checksum:
426 * fast/forms/input-appearance-minWidth-expected.png:
427 * fast/forms/input-appearance-minWidth-expected.txt:
428 * fast/forms/input-appearance-width-expected.checksum:
429 * fast/forms/input-appearance-width-expected.png:
430 * fast/forms/input-appearance-width-expected.txt:
431 * fast/forms/input-double-click-selection-gap-bug-expected.checksum:
432 * fast/replaced/width100percent-expected.checksum:
433 * fast/replaced/width100percent-expected.png:
434 * fast/replaced/width100percent-expected.txt:
435 * tables/mozilla/bugs/bug1188-expected.checksum:
436 * tables/mozilla/bugs/bug1188-expected.png:
437 * tables/mozilla/bugs/bug1188-expected.txt:
438 * tables/mozilla/bugs/bug12384-expected.checksum:
439 * tables/mozilla/bugs/bug12384-expected.png:
440 * tables/mozilla/bugs/bug12384-expected.txt:
441 * tables/mozilla/bugs/bug18359-expected.checksum:
442 * tables/mozilla/bugs/bug18359-expected.png:
443 * tables/mozilla/bugs/bug18359-expected.txt:
444 * tables/mozilla/bugs/bug55545-expected.checksum:
445 * tables/mozilla/bugs/bug55545-expected.png:
446 * tables/mozilla/bugs/bug55545-expected.txt:
447 * tables/mozilla/bugs/bug7342-expected.checksum:
448 * tables/mozilla/bugs/bug7342-expected.png:
449 * tables/mozilla/bugs/bug7342-expected.txt:
450 * tables/mozilla_expected_failures/bugs/bug2479-2-expected.checksum:
451 * tables/mozilla_expected_failures/bugs/bug2479-2-expected.png:
452 * tables/mozilla_expected_failures/bugs/bug2479-2-expected.txt:
454 2006-04-19 Adele Peterson <adele@apple.com>
456 Tests for change to make readonly text fields have dimmed borders.
458 * fast/forms/input-appearance-readonly-expected.checksum:
459 * fast/forms/input-appearance-readonly-expected.png:
460 * fast/forms/input-readonly-dimmed-expected.checksum: Added.
461 * fast/forms/input-readonly-dimmed-expected.png: Added.
462 * fast/forms/input-readonly-dimmed-expected.txt: Added.
463 * fast/forms/input-readonly-dimmed.html: Added.
465 2006-04-19 Mitz Pettel <opendarwin.org@mitzpettel.com>
467 Reviewed by Eric, landed by ap.
469 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8469
470 CRASH: WebCore::CSSParser::parseDashboardRegions when attr() is passed
472 * fast/css/dashboard-regions-attr-crash-expected.txt
473 * fast/css/dashboard-regions-attr-crash.html
475 2006-04-17 Rob Buis <buis@kde.org>
477 Reviewed by eseidel. Landed by eseidel.
479 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
480 * svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
481 * svg/custom/tref-update-expected.txt: Added.
482 * svg/custom/tref-update.svg: Added.
484 2006-04-18 Darin Adler <darin@apple.com>
488 - updated some results that were affected by recent changes
490 There are some other failures that might be reflecting actual
491 bugs; these seem fine though.
493 * fast/events/updateLayoutForHitTest-expected.checksum:
494 * fast/events/updateLayoutForHitTest-expected.png:
495 * fast/events/updateLayoutForHitTest-expected.txt:
496 Updated because the 4 clicks done in this test now seem to be
497 behaving as a triple-click and selecting some text.
499 * fast/forms/input-appearance-maxlength-expected.txt:
500 * fast/forms/input-paste-undo-expected.txt:
501 * fast/text/attributed-substring-from-range-expected.txt:
502 Unimportant changes to the editing delegate calls.
504 2006-04-18 Eric Seidel <eseidel@apple.com>
508 <rdar://problem/4067864> REGRESSION (125-407): JavaScript failure on PeopleSoft REN Server
510 * fast/js/lexical-lookup-in-function-constructor.html: Added.
511 * fast/js/resources/lexical-lookup-in-function-constructor-child.html: Added.
512 * fast/js/lexical-lookup-in-function-constructor-expected.txt: Added.
514 2006-04-18 Beth Dakin <bdakin@apple.com>
518 Layout tests for http://bugzilla.opendarwin.org/show_bug.cgi?
519 id=8353 CSS3: Implement background-size property
521 * fast/css/backgroundSize01-expected.checksum: Added.
522 * fast/css/backgroundSize01-expected.png: Added.
523 * fast/css/backgroundSize01-expected.txt: Added.
524 * fast/css/backgroundSize01.html: Added.
525 * fast/css/backgroundSize02-expected.checksum: Added.
526 * fast/css/backgroundSize02-expected.png: Added.
527 * fast/css/backgroundSize02-expected.txt: Added.
528 * fast/css/backgroundSize02.html: Added.
529 * fast/css/backgroundSize03-expected.checksum: Added.
530 * fast/css/backgroundSize03-expected.png: Added.
531 * fast/css/backgroundSize03-expected.txt: Added.
532 * fast/css/backgroundSize03.html: Added.
533 * fast/css/backgroundSize04-expected.checksum: Added.
534 * fast/css/backgroundSize04-expected.png: Added.
535 * fast/css/backgroundSize04-expected.txt: Added.
536 * fast/css/backgroundSize04.html: Added.
537 * fast/css/backgroundSize05-expected.checksum: Added.
538 * fast/css/backgroundSize05-expected.png: Added.
539 * fast/css/backgroundSize05-expected.txt: Added.
540 * fast/css/backgroundSize05.html: Added.
541 * fast/css/backgroundSize06-expected.checksum: Added.
542 * fast/css/backgroundSize06-expected.png: Added.
543 * fast/css/backgroundSize06-expected.txt: Added.
544 * fast/css/backgroundSize06.html: Added.
545 * fast/css/backgroundSize07-expected.checksum: Added.
546 * fast/css/backgroundSize07-expected.png: Added.
547 * fast/css/backgroundSize07-expected.txt: Added.
548 * fast/css/backgroundSize07.html: Added.
549 * fast/css/backgroundSize08-expected.checksum: Added.
550 * fast/css/backgroundSize08-expected.png: Added.
551 * fast/css/backgroundSize08-expected.txt: Added.
552 * fast/css/backgroundSize08.html: Added.
553 * fast/css/backgroundSize09-expected.checksum: Added.
554 * fast/css/backgroundSize09-expected.png: Added.
555 * fast/css/backgroundSize09-expected.txt: Added.
556 * fast/css/backgroundSize09.html: Added.
557 * fast/css/backgroundSize10-expected.checksum: Added.
558 * fast/css/backgroundSize10-expected.png: Added.
559 * fast/css/backgroundSize10-expected.txt: Added.
560 * fast/css/backgroundSize10.html: Added.
561 * fast/css/backgroundSize11-expected.checksum: Added.
562 * fast/css/backgroundSize11-expected.png: Added.
563 * fast/css/backgroundSize11-expected.txt: Added.
564 * fast/css/backgroundSize11.html: Added.
565 * fast/css/backgroundSize12-expected.checksum: Added.
566 * fast/css/backgroundSize12-expected.png: Added.
567 * fast/css/backgroundSize12-expected.txt: Added.
568 * fast/css/backgroundSize12.html: Added.
569 * fast/css/backgroundSize13-expected.checksum: Added.
570 * fast/css/backgroundSize13-expected.png: Added.
571 * fast/css/backgroundSize13-expected.txt: Added.
572 * fast/css/backgroundSize13.html: Added.
573 * fast/css/backgroundSize14-expected.checksum: Added.
574 * fast/css/backgroundSize14-expected.png: Added.
575 * fast/css/backgroundSize14-expected.txt: Added.
576 * fast/css/backgroundSize14.html: Added.
577 * fast/css/backgroundSize15-expected.checksum: Added.
578 * fast/css/backgroundSize15-expected.png: Added.
579 * fast/css/backgroundSize15-expected.txt: Added.
580 * fast/css/backgroundSize15.html: Added.
581 * fast/css/backgroundSize16-expected.checksum: Added.
582 * fast/css/backgroundSize16-expected.png: Added.
583 * fast/css/backgroundSize16-expected.txt: Added.
584 * fast/css/backgroundSize16.html: Added.
585 * fast/css/resources/bikes.bmp: Added.
587 2006-04-18 Justin Garcia <justin.garcia@apple.com>
591 * editing/pasteboard/merge-end-3-expected.checksum: Added.
592 * editing/pasteboard/merge-end-3-expected.png: Added.
593 * editing/pasteboard/merge-end-3-expected.txt: Added.
594 * editing/pasteboard/merge-end-3.html: Added.
596 2006-04-17 Adele Peterson <adele@apple.com>
598 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8407
599 REGRESSION (NativeTextField): Leading and trailing spaces trimmed from text field value attribute
601 * fast/forms/input-spaces-expected.checksum: Added.
602 * fast/forms/input-spaces-expected.png: Added.
603 * fast/forms/input-spaces-expected.txt: Added.
604 * fast/forms/input-spaces.html: Added.
606 2006-04-17 Sam Weinig <sam.weinig@gmail.com>
610 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=8142
611 fast/block/float/014.html test should not require live internet connection
613 * fast/block/float/014.html: Use local image
614 * fast/block/float/resources: Added.
615 * fast/block/float/resources/training_thumb.jpg: Added.
617 2006-04-17 Alexey Proskuryakov <ap@nypop.com>
621 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8440
622 iExploder(#3327): Crash in StringImpl::initWithQChar()
624 * fast/parser/number-sign-in-map-name-expected.txt: Added.
625 * fast/parser/number-sign-in-map-name.html: Added.
627 2006-04-17 Adele Peterson <adele@apple.com>
629 Test and updated results for: http://bugzilla.opendarwin.org/show_bug.cgi?id=8269
630 REGRESSION: disabled text field does not display greyed-out text
632 * fast/forms/input-disabled-color-expected.checksum: Added.
633 * fast/forms/input-disabled-color-expected.png: Added.
634 * fast/forms/input-disabled-color-expected.txt: Added.
635 * fast/forms/input-disabled-color.html: Added.
637 This code change affects the color of table borders and inset, outset, and groove borders which affects many tests.
639 * css1/basic/class_as_selector-expected.checksum:
640 * css1/basic/class_as_selector-expected.png:
641 * css1/basic/comments-expected.checksum:
642 * css1/basic/comments-expected.png:
643 * css1/basic/containment-expected.checksum:
644 * css1/basic/containment-expected.png:
645 * css1/basic/contextual_selectors-expected.checksum:
646 * css1/basic/contextual_selectors-expected.png:
647 * css1/basic/grouping-expected.checksum:
648 * css1/basic/grouping-expected.png:
649 * css1/basic/id_as_selector-expected.checksum:
650 * css1/basic/id_as_selector-expected.png:
651 * css1/basic/inheritance-expected.checksum:
652 * css1/basic/inheritance-expected.png:
653 * css1/box_properties/border-expected.checksum:
654 * css1/box_properties/border-expected.png:
655 * css1/box_properties/border_bottom-expected.checksum:
656 * css1/box_properties/border_bottom-expected.png:
657 * css1/box_properties/border_bottom_inline-expected.checksum:
658 * css1/box_properties/border_bottom_inline-expected.png:
659 * css1/box_properties/border_bottom_width-expected.checksum:
660 * css1/box_properties/border_bottom_width-expected.png:
661 * css1/box_properties/border_bottom_width_inline-expected.checksum:
662 * css1/box_properties/border_bottom_width_inline-expected.png:
663 * css1/box_properties/border_color-expected.checksum:
664 * css1/box_properties/border_color-expected.png:
665 * css1/box_properties/border_color_inline-expected.checksum:
666 * css1/box_properties/border_color_inline-expected.png:
667 * css1/box_properties/border_inline-expected.checksum:
668 * css1/box_properties/border_inline-expected.png:
669 * css1/box_properties/border_left-expected.checksum:
670 * css1/box_properties/border_left-expected.png:
671 * css1/box_properties/border_left_inline-expected.checksum:
672 * css1/box_properties/border_left_inline-expected.png:
673 * css1/box_properties/border_left_width-expected.checksum:
674 * css1/box_properties/border_left_width-expected.png:
675 * css1/box_properties/border_left_width_inline-expected.checksum:
676 * css1/box_properties/border_left_width_inline-expected.png:
677 * css1/box_properties/border_right-expected.checksum:
678 * css1/box_properties/border_right-expected.png:
679 * css1/box_properties/border_right_inline-expected.checksum:
680 * css1/box_properties/border_right_inline-expected.png:
681 * css1/box_properties/border_right_width-expected.checksum:
682 * css1/box_properties/border_right_width-expected.png:
683 * css1/box_properties/border_right_width_inline-expected.checksum:
684 * css1/box_properties/border_right_width_inline-expected.png:
685 * css1/box_properties/border_style-expected.checksum:
686 * css1/box_properties/border_style-expected.png:
687 * css1/box_properties/border_style_inline-expected.checksum:
688 * css1/box_properties/border_style_inline-expected.png:
689 * css1/box_properties/border_top-expected.checksum:
690 * css1/box_properties/border_top-expected.png:
691 * css1/box_properties/border_top_inline-expected.checksum:
692 * css1/box_properties/border_top_inline-expected.png:
693 * css1/box_properties/border_top_width-expected.checksum:
694 * css1/box_properties/border_top_width-expected.png:
695 * css1/box_properties/border_top_width_inline-expected.checksum:
696 * css1/box_properties/border_top_width_inline-expected.png:
697 * css1/box_properties/border_width-expected.checksum:
698 * css1/box_properties/border_width-expected.png:
699 * css1/box_properties/border_width_inline-expected.checksum:
700 * css1/box_properties/border_width_inline-expected.png:
701 * css1/box_properties/clear-expected.checksum:
702 * css1/box_properties/clear-expected.png:
703 * css1/box_properties/clear_float-expected.checksum:
704 * css1/box_properties/clear_float-expected.png:
705 * css1/box_properties/float-expected.checksum:
706 * css1/box_properties/float-expected.png:
707 * css1/box_properties/float_elements_in_series-expected.checksum:
708 * css1/box_properties/float_elements_in_series-expected.png:
709 * css1/box_properties/float_margin-expected.checksum:
710 * css1/box_properties/float_margin-expected.png:
711 * css1/box_properties/float_on_text_elements-expected.checksum:
712 * css1/box_properties/float_on_text_elements-expected.png:
713 * css1/box_properties/height-expected.checksum:
714 * css1/box_properties/height-expected.png:
715 * css1/box_properties/margin-expected.checksum:
716 * css1/box_properties/margin-expected.png:
717 * css1/box_properties/margin_bottom-expected.checksum:
718 * css1/box_properties/margin_bottom-expected.png:
719 * css1/box_properties/margin_bottom_inline-expected.checksum:
720 * css1/box_properties/margin_bottom_inline-expected.png:
721 * css1/box_properties/margin_inline-expected.checksum:
722 * css1/box_properties/margin_inline-expected.png:
723 * css1/box_properties/margin_left-expected.checksum:
724 * css1/box_properties/margin_left-expected.png:
725 * css1/box_properties/margin_left_inline-expected.checksum:
726 * css1/box_properties/margin_left_inline-expected.png:
727 * css1/box_properties/margin_right-expected.checksum:
728 * css1/box_properties/margin_right-expected.png:
729 * css1/box_properties/margin_right_inline-expected.checksum:
730 * css1/box_properties/margin_right_inline-expected.png:
731 * css1/box_properties/margin_top-expected.checksum:
732 * css1/box_properties/margin_top-expected.png:
733 * css1/box_properties/margin_top_inline-expected.checksum:
734 * css1/box_properties/margin_top_inline-expected.png:
735 * css1/box_properties/padding-expected.checksum:
736 * css1/box_properties/padding-expected.png:
737 * css1/box_properties/padding_bottom-expected.checksum:
738 * css1/box_properties/padding_bottom-expected.png:
739 * css1/box_properties/padding_bottom_inline-expected.checksum:
740 * css1/box_properties/padding_bottom_inline-expected.png:
741 * css1/box_properties/padding_inline-expected.checksum:
742 * css1/box_properties/padding_inline-expected.png:
743 * css1/box_properties/padding_left-expected.checksum:
744 * css1/box_properties/padding_left-expected.png:
745 * css1/box_properties/padding_left_inline-expected.checksum:
746 * css1/box_properties/padding_left_inline-expected.png:
747 * css1/box_properties/padding_right-expected.checksum:
748 * css1/box_properties/padding_right-expected.png:
749 * css1/box_properties/padding_right_inline-expected.checksum:
750 * css1/box_properties/padding_right_inline-expected.png:
751 * css1/box_properties/padding_top-expected.checksum:
752 * css1/box_properties/padding_top-expected.png:
753 * css1/box_properties/padding_top_inline-expected.checksum:
754 * css1/box_properties/padding_top_inline-expected.png:
755 * css1/box_properties/width-expected.checksum:
756 * css1/box_properties/width-expected.png:
757 * css1/cascade/cascade_order-expected.checksum:
758 * css1/cascade/cascade_order-expected.png:
759 * css1/cascade/important-expected.checksum:
760 * css1/cascade/important-expected.png:
761 * css1/classification/display-expected.checksum:
762 * css1/classification/display-expected.png:
763 * css1/classification/list_style-expected.checksum:
764 * css1/classification/list_style-expected.png:
765 * css1/classification/list_style_image-expected.checksum:
766 * css1/classification/list_style_image-expected.png:
767 * css1/classification/list_style_position-expected.checksum:
768 * css1/classification/list_style_position-expected.png:
769 * css1/classification/list_style_type-expected.checksum:
770 * css1/classification/list_style_type-expected.png:
771 * css1/classification/white_space-expected.checksum:
772 * css1/classification/white_space-expected.png:
773 * css1/color_and_background/background-expected.checksum:
774 * css1/color_and_background/background-expected.png:
775 * css1/color_and_background/background_attachment-expected.checksum:
776 * css1/color_and_background/background_attachment-expected.png:
777 * css1/color_and_background/background_color-expected.checksum:
778 * css1/color_and_background/background_color-expected.png:
779 * css1/color_and_background/background_image-expected.checksum:
780 * css1/color_and_background/background_image-expected.png:
781 * css1/color_and_background/background_position-expected.checksum:
782 * css1/color_and_background/background_position-expected.png:
783 * css1/color_and_background/background_repeat-expected.checksum:
784 * css1/color_and_background/background_repeat-expected.png:
785 * css1/color_and_background/color-expected.checksum:
786 * css1/color_and_background/color-expected.png:
787 * css1/font_properties/font-expected.checksum:
788 * css1/font_properties/font-expected.png:
789 * css1/font_properties/font_family-expected.checksum:
790 * css1/font_properties/font_family-expected.png:
791 * css1/font_properties/font_size-expected.checksum:
792 * css1/font_properties/font_size-expected.png:
793 * css1/font_properties/font_style-expected.checksum:
794 * css1/font_properties/font_style-expected.png:
795 * css1/font_properties/font_variant-expected.checksum:
796 * css1/font_properties/font_variant-expected.png:
797 * css1/font_properties/font_weight-expected.checksum:
798 * css1/font_properties/font_weight-expected.png:
799 * css1/formatting_model/canvas-expected.checksum:
800 * css1/formatting_model/canvas-expected.png:
801 * css1/formatting_model/floating_elements-expected.checksum:
802 * css1/formatting_model/floating_elements-expected.png:
803 * css1/formatting_model/height_of_lines-expected.checksum:
804 * css1/formatting_model/height_of_lines-expected.png:
805 * css1/formatting_model/inline_elements-expected.checksum:
806 * css1/formatting_model/inline_elements-expected.png:
807 * css1/formatting_model/replaced_elements-expected.checksum:
808 * css1/formatting_model/replaced_elements-expected.png:
809 * css1/formatting_model/vertical_formatting-expected.checksum:
810 * css1/formatting_model/vertical_formatting-expected.png:
811 * css1/pseudo/anchor-expected.checksum:
812 * css1/pseudo/anchor-expected.png:
813 * css1/pseudo/firstletter-expected.checksum:
814 * css1/pseudo/firstletter-expected.png:
815 * css1/pseudo/firstline-expected.checksum:
816 * css1/pseudo/firstline-expected.png:
817 * css1/pseudo/multiple_pseudo_elements-expected.checksum:
818 * css1/pseudo/multiple_pseudo_elements-expected.png:
819 * css1/pseudo/pseudo_elements_in_selectors-expected.checksum:
820 * css1/pseudo/pseudo_elements_in_selectors-expected.png:
821 * css1/text_properties/letter_spacing-expected.checksum:
822 * css1/text_properties/letter_spacing-expected.png:
823 * css1/text_properties/line_height-expected.checksum:
824 * css1/text_properties/line_height-expected.png:
825 * css1/text_properties/text_align-expected.checksum:
826 * css1/text_properties/text_align-expected.png:
827 * css1/text_properties/text_decoration-expected.checksum:
828 * css1/text_properties/text_decoration-expected.png:
829 * css1/text_properties/text_indent-expected.checksum:
830 * css1/text_properties/text_indent-expected.png:
831 * css1/text_properties/text_transform-expected.checksum:
832 * css1/text_properties/text_transform-expected.png:
833 * css1/text_properties/vertical_align-expected.checksum:
834 * css1/text_properties/vertical_align-expected.png:
835 * css1/text_properties/word_spacing-expected.checksum:
836 * css1/text_properties/word_spacing-expected.png:
837 * css1/units/color_units-expected.checksum:
838 * css1/units/color_units-expected.png:
839 * css1/units/length_units-expected.checksum:
840 * css1/units/length_units-expected.png:
841 * css1/units/percentage_units-expected.checksum:
842 * css1/units/percentage_units-expected.png:
843 * css1/units/urls-expected.checksum:
844 * css1/units/urls-expected.png:
845 * css2.1/t0804-c5510-padn-00-b-ag-expected.checksum:
846 * css2.1/t0804-c5510-padn-00-b-ag-expected.png:
847 * css2.1/t0805-c5517-brdr-s-00-c-expected.checksum:
848 * css2.1/t0805-c5517-brdr-s-00-c-expected.png:
849 * css2.1/t0805-c5517-ibrdr-s-00-a-expected.checksum:
850 * css2.1/t0805-c5517-ibrdr-s-00-a-expected.png:
851 * css2.1/t0805-c5522-brdr-00-b-expected.checksum:
852 * css2.1/t0805-c5522-brdr-00-b-expected.png:
853 * css2.1/t100801-c544-valgn-02-d-agi-expected.checksum:
854 * css2.1/t100801-c544-valgn-02-d-agi-expected.png:
855 * css2.1/t100801-c544-valgn-03-d-agi-expected.checksum:
856 * css2.1/t100801-c544-valgn-03-d-agi-expected.png:
857 * css2.1/t100801-c544-valgn-04-d-agi-expected.checksum:
858 * css2.1/t100801-c544-valgn-04-d-agi-expected.png:
859 * editing/execCommand/insertHTML-expected.checksum:
860 * editing/execCommand/insertHTML-expected.png:
861 * editing/execCommand/insertHorizontalRule-expected.checksum:
862 * editing/execCommand/insertHorizontalRule-expected.png:
863 * editing/inserting/4278698-expected.checksum:
864 * editing/inserting/4278698-expected.png:
865 * editing/pasteboard/3976872-expected.checksum:
866 * editing/pasteboard/3976872-expected.png:
867 * editing/pasteboard/4076267-2-expected.checksum:
868 * editing/pasteboard/4076267-2-expected.png:
869 * editing/pasteboard/4076267-3-expected.checksum:
870 * editing/pasteboard/4076267-3-expected.png:
871 * editing/pasteboard/4076267-expected.checksum:
872 * editing/pasteboard/4076267-expected.png:
873 * editing/pasteboard/display-block-on-spans-expected.checksum:
874 * editing/pasteboard/display-block-on-spans-expected.png:
875 * editing/pasteboard/drop-text-without-selection-expected.checksum:
876 * editing/pasteboard/drop-text-without-selection-expected.png:
877 * editing/pasteboard/paste-table-001-expected.checksum:
878 * editing/pasteboard/paste-table-001-expected.png:
879 * editing/pasteboard/undoable-fragment-removes-expected.checksum:
880 * editing/pasteboard/undoable-fragment-removes-expected.png:
881 * editing/selection/4402375-expected.checksum:
882 * editing/selection/4402375-expected.png:
883 * editing/selection/6476-expected.checksum:
884 * editing/selection/6476-expected.png:
885 * editing/selection/7152-1-expected.checksum:
886 * editing/selection/7152-1-expected.png:
887 * editing/selection/7152-2-expected.checksum:
888 * editing/selection/7152-2-expected.png:
889 * editing/selection/image-before-linebreak-expected.checksum:
890 * editing/selection/image-before-linebreak-expected.png:
891 * editing/selection/move-by-line-001-expected.checksum:
892 * editing/selection/move-by-line-001-expected.png:
893 * editing/undo/4063751-expected.checksum:
894 * editing/undo/4063751-expected.png:
895 * editing/unsupported-content/table-type-after-expected.checksum:
896 * editing/unsupported-content/table-type-after-expected.png:
897 * editing/unsupported-content/table-type-before-expected.checksum:
898 * editing/unsupported-content/table-type-before-expected.png:
899 * fast/block/basic/018-expected.checksum:
900 * fast/block/basic/018-expected.png:
901 * fast/block/basic/text-indent-rtl-expected.checksum:
902 * fast/block/basic/text-indent-rtl-expected.png:
903 * fast/block/float/015-expected.checksum:
904 * fast/block/float/015-expected.png:
905 * fast/block/float/025-expected.checksum:
906 * fast/block/float/025-expected.png:
907 * fast/block/float/026-expected.checksum:
908 * fast/block/float/026-expected.png:
909 * fast/block/float/027-expected.checksum:
910 * fast/block/float/027-expected.png:
911 * fast/block/float/028-expected.checksum:
912 * fast/block/float/028-expected.png:
913 * fast/block/positioning/height-change-expected.checksum:
914 * fast/block/positioning/height-change-expected.png:
915 * fast/block/positioning/relayout-on-position-change-expected.checksum:
916 * fast/block/positioning/relayout-on-position-change-expected.png:
917 * fast/block/positioning/window-height-change-expected.checksum:
918 * fast/block/positioning/window-height-change-expected.png:
919 * fast/css-generated-content/014-expected.checksum:
920 * fast/css-generated-content/014-expected.png:
921 * fast/css-generated-content/hover-style-change-expected.checksum:
922 * fast/css-generated-content/hover-style-change-expected.png:
923 * fast/css/MarqueeLayoutTest-expected.checksum:
924 * fast/css/MarqueeLayoutTest-expected.png:
925 * fast/css/apple-prefix-expected.checksum:
926 * fast/css/apple-prefix-expected.png:
927 * fast/css/hover-subselector-expected.checksum:
928 * fast/css/hover-subselector-expected.png:
929 * fast/css/rtl-ordering-expected.checksum:
930 * fast/css/rtl-ordering-expected.png:
931 * fast/css/universal-hover-quirk-expected.checksum:
932 * fast/css/universal-hover-quirk-expected.png:
933 * fast/dom/HTMLElement/bdo-expected.checksum:
934 * fast/dom/HTMLElement/bdo-expected.png:
935 * fast/dom/HTMLTableElement/colSpan-expected.checksum:
936 * fast/dom/HTMLTableElement/colSpan-expected.png:
937 * fast/dom/HTMLTableElement/createCaption-expected.checksum:
938 * fast/dom/HTMLTableElement/createCaption-expected.png:
939 * fast/dom/clone-node-dynamic-style-expected.checksum:
940 * fast/dom/clone-node-dynamic-style-expected.png:
941 * fast/dom/isindex-002-expected.checksum:
942 * fast/dom/isindex-002-expected.png:
943 * fast/dom/row-inner-text-expected.checksum:
944 * fast/dom/row-inner-text-expected.png:
945 * fast/dynamic/012-expected.checksum:
946 * fast/dynamic/012-expected.png:
947 * fast/dynamic/013-expected.checksum:
948 * fast/dynamic/013-expected.png:
949 * fast/dynamic/015-expected.checksum:
950 * fast/dynamic/015-expected.png:
951 * fast/encoding/invalid-UTF-8-expected.checksum:
952 * fast/encoding/invalid-UTF-8-expected.png:
953 * fast/encoding/utf-16-big-endian-expected.checksum:
954 * fast/encoding/utf-16-big-endian-expected.png:
955 * fast/encoding/utf-16-little-endian-expected.checksum:
956 * fast/encoding/utf-16-little-endian-expected.png:
957 * fast/events/event-sender-mouse-moved-expected.checksum:
958 * fast/events/event-sender-mouse-moved-expected.png:
959 * fast/forms/001-expected.checksum:
960 * fast/forms/001-expected.png:
961 * fast/forms/006-expected.checksum:
962 * fast/forms/006-expected.png:
963 * fast/forms/007-expected.checksum:
964 * fast/forms/007-expected.png:
965 * fast/forms/button-default-title-expected.checksum:
966 * fast/forms/button-default-title-expected.png:
967 * fast/forms/button-inner-block-reuse-expected.checksum:
968 * fast/forms/button-inner-block-reuse-expected.png:
969 * fast/forms/input-appearance-disabled-expected.checksum:
970 * fast/forms/input-appearance-disabled-expected.png:
971 * fast/forms/input-appearance-disabled-expected.txt:
972 * fast/forms/input-value-expected.checksum:
973 * fast/forms/input-value-expected.png:
974 * fast/forms/visual-hebrew-text-field-expected.checksum:
975 * fast/forms/visual-hebrew-text-field-expected.png:
976 * fast/lists/004-expected.checksum:
977 * fast/lists/004-expected.png:
978 * fast/lists/markers-in-selection-expected.checksum:
979 * fast/lists/markers-in-selection-expected.png:
980 * fast/lists/olstart-expected.checksum:
981 * fast/lists/olstart-expected.png:
982 * fast/overflow/002-expected.checksum:
983 * fast/overflow/002-expected.png:
984 * fast/overflow/overflow-rtl-inline-scrollbar-expected.checksum:
985 * fast/overflow/overflow-rtl-inline-scrollbar-expected.png:
986 * fast/overflow/overflow-text-hit-testing-expected.checksum:
987 * fast/overflow/overflow-text-hit-testing-expected.png:
988 * fast/parser/entities-in-xhtml-expected.checksum:
989 * fast/parser/entities-in-xhtml-expected.png:
990 * fast/repaint/flexible-box-overflow-expected.checksum:
991 * fast/repaint/flexible-box-overflow-expected.png:
992 * fast/repaint/flexible-box-overflow-horizontal-expected.checksum:
993 * fast/repaint/flexible-box-overflow-horizontal-expected.png:
994 * fast/repaint/inline-block-overflow-expected.checksum:
995 * fast/repaint/inline-block-overflow-expected.png:
996 * fast/repaint/layer-outline-expected.checksum:
997 * fast/repaint/layer-outline-expected.png:
998 * fast/repaint/layer-outline-horizontal-expected.checksum:
999 * fast/repaint/layer-outline-horizontal-expected.png:
1000 * fast/repaint/text-shadow-expected.checksum:
1001 * fast/repaint/text-shadow-expected.png:
1002 * fast/repaint/text-shadow-horizontal-expected.checksum:
1003 * fast/repaint/text-shadow-horizontal-expected.png:
1004 * fast/replaced/005-expected.checksum:
1005 * fast/replaced/005-expected.png:
1006 * fast/replaced/inline-box-wrapper-handover-expected.checksum:
1007 * fast/replaced/inline-box-wrapper-handover-expected.png:
1008 * fast/selectors/032-expected.checksum:
1009 * fast/selectors/032-expected.png:
1010 * fast/selectors/077-expected.checksum:
1011 * fast/selectors/077-expected.png:
1012 * fast/selectors/077b-expected.checksum:
1013 * fast/selectors/077b-expected.png:
1014 * fast/selectors/078b-expected.checksum:
1015 * fast/selectors/078b-expected.png:
1016 * fast/table/003-expected.checksum:
1017 * fast/table/003-expected.png:
1018 * fast/table/004-expected.checksum:
1019 * fast/table/004-expected.png:
1020 * fast/table/006-expected.checksum:
1021 * fast/table/006-expected.png:
1022 * fast/table/007-expected.checksum:
1023 * fast/table/007-expected.png:
1024 * fast/table/009-expected.checksum:
1025 * fast/table/009-expected.png:
1026 * fast/table/017-expected.checksum:
1027 * fast/table/017-expected.png:
1028 * fast/table/018-expected.checksum:
1029 * fast/table/018-expected.png:
1030 * fast/table/020-expected.checksum:
1031 * fast/table/020-expected.png:
1032 * fast/table/029-expected.checksum:
1033 * fast/table/029-expected.png:
1034 * fast/table/030-expected.checksum:
1035 * fast/table/030-expected.png:
1036 * fast/table/035-expected.checksum:
1037 * fast/table/035-expected.png:
1038 * fast/table/038-expected.checksum:
1039 * fast/table/038-expected.png:
1040 * fast/table/039-expected.checksum:
1041 * fast/table/039-expected.png:
1042 * fast/table/040-expected.checksum:
1043 * fast/table/040-expected.png:
1044 * fast/table/041-expected.checksum:
1045 * fast/table/041-expected.png:
1046 * fast/table/add-before-anonymous-child-expected.checksum:
1047 * fast/table/add-before-anonymous-child-expected.png:
1048 * fast/table/border-collapsing/rtl-border-collapsing-expected.checksum:
1049 * fast/table/border-collapsing/rtl-border-collapsing-expected.png:
1050 * fast/table/edge-offsets-expected.checksum:
1051 * fast/table/edge-offsets-expected.png:
1052 * fast/table/empty-table-percent-height-expected.checksum:
1053 * fast/table/empty-table-percent-height-expected.png:
1054 * fast/table/giantRowspan-expected.checksum:
1055 * fast/table/giantRowspan-expected.png:
1056 * fast/table/large-width-expected.checksum:
1057 * fast/table/large-width-expected.png:
1058 * fast/table/multiple-percent-height-rows-expected.checksum:
1059 * fast/table/multiple-percent-height-rows-expected.png:
1060 * fast/table/nobr-expected.checksum:
1061 * fast/table/nobr-expected.png:
1062 * fast/table/overflowHidden-expected.checksum:
1063 * fast/table/overflowHidden-expected.png:
1064 * fast/table/percent-heights-expected.checksum:
1065 * fast/table/percent-heights-expected.png:
1066 * fast/table/rowindex-expected.checksum:
1067 * fast/table/rowindex-expected.png:
1068 * fast/table/rowspan-paint-order-expected.checksum:
1069 * fast/table/rowspan-paint-order-expected.png:
1070 * fast/table/spanOverlapRepaint-expected.checksum:
1071 * fast/table/spanOverlapRepaint-expected.png:
1072 * fast/text/atsui-kerning-and-ligatures-expected.checksum:
1073 * fast/text/atsui-kerning-and-ligatures-expected.png:
1074 * fast/text/atsui-multiple-renderers-expected.checksum:
1075 * fast/text/atsui-multiple-renderers-expected.png:
1076 * fast/text/atsui-pointtooffset-calls-cg-expected.checksum:
1077 * fast/text/atsui-pointtooffset-calls-cg-expected.png:
1078 * fast/text/atsui-rtl-override-selection-expected.checksum:
1079 * fast/text/atsui-rtl-override-selection-expected.png:
1080 * fast/text/atsui-small-caps-punctuation-size-expected.checksum:
1081 * fast/text/atsui-small-caps-punctuation-size-expected.png:
1082 * fast/text/atsui-spacing-features-expected.checksum:
1083 * fast/text/atsui-spacing-features-expected.png:
1084 * fast/text/basic/001-expected.checksum:
1085 * fast/text/basic/001-expected.png:
1086 * fast/text/basic/006-expected.checksum:
1087 * fast/text/basic/006-expected.png:
1088 * fast/text/basic/007-expected.checksum:
1089 * fast/text/basic/007-expected.png:
1090 * fast/text/basic/015-expected.checksum:
1091 * fast/text/basic/015-expected.png:
1092 * fast/text/cg-vs-atsui-expected.checksum:
1093 * fast/text/cg-vs-atsui-expected.png:
1094 * fast/text/in-rendered-text-rtl-expected.checksum:
1095 * fast/text/in-rendered-text-rtl-expected.png:
1096 * fast/text/international/003-expected.checksum:
1097 * fast/text/international/003-expected.png:
1098 * fast/text/international/bidi-LDB-2-CSS-expected.checksum:
1099 * fast/text/international/bidi-LDB-2-CSS-expected.png:
1100 * fast/text/international/bidi-LDB-2-HTML-expected.checksum:
1101 * fast/text/international/bidi-LDB-2-HTML-expected.png:
1102 * fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum:
1103 * fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
1104 * fast/text/international/bidi-european-terminators-expected.checksum:
1105 * fast/text/international/bidi-european-terminators-expected.png:
1106 * fast/text/international/bidi-ignored-for-first-child-inline-expected.checksum:
1107 * fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
1108 * fast/text/international/bidi-innertext-expected.checksum:
1109 * fast/text/international/bidi-innertext-expected.png:
1110 * fast/text/should-use-atsui-expected.checksum:
1111 * fast/text/should-use-atsui-expected.png:
1112 * fast/text/whitespace/027-expected.checksum:
1113 * fast/text/whitespace/027-expected.png:
1114 * fast/text/whitespace/pre-wrap-overflow-selection-expected.checksum:
1115 * fast/text/whitespace/pre-wrap-overflow-selection-expected.png:
1116 * fast/text/whitespace/pre-wrap-spaces-after-newline-expected.checksum:
1117 * fast/text/whitespace/pre-wrap-spaces-after-newline-expected.png:
1118 * tables/mozilla/bugs/45621-expected.checksum:
1119 * tables/mozilla/bugs/45621-expected.png:
1120 * tables/mozilla/bugs/bug10009-expected.checksum:
1121 * tables/mozilla/bugs/bug10009-expected.png:
1122 * tables/mozilla/bugs/bug10036-expected.checksum:
1123 * tables/mozilla/bugs/bug10036-expected.png:
1124 * tables/mozilla/bugs/bug10039-expected.checksum:
1125 * tables/mozilla/bugs/bug10039-expected.png:
1126 * tables/mozilla/bugs/bug101201-expected.checksum:
1127 * tables/mozilla/bugs/bug101201-expected.png:
1128 * tables/mozilla/bugs/bug1055-1-expected.checksum:
1129 * tables/mozilla/bugs/bug1055-1-expected.png:
1130 * tables/mozilla/bugs/bug10565-expected.checksum:
1131 * tables/mozilla/bugs/bug10565-expected.png:
1132 * tables/mozilla/bugs/bug1067-2-expected.checksum:
1133 * tables/mozilla/bugs/bug1067-2-expected.png:
1134 * tables/mozilla/bugs/bug106795-expected.checksum:
1135 * tables/mozilla/bugs/bug106795-expected.png:
1136 * tables/mozilla/bugs/bug106816-expected.checksum:
1137 * tables/mozilla/bugs/bug106816-expected.png:
1138 * tables/mozilla/bugs/bug108340-expected.checksum:
1139 * tables/mozilla/bugs/bug108340-expected.png:
1140 * tables/mozilla/bugs/bug109043-expected.checksum:
1141 * tables/mozilla/bugs/bug109043-expected.png:
1142 * tables/mozilla/bugs/bug110566-expected.checksum:
1143 * tables/mozilla/bugs/bug110566-expected.png:
1144 * tables/mozilla/bugs/bug113235-1-expected.checksum:
1145 * tables/mozilla/bugs/bug113235-1-expected.png:
1146 * tables/mozilla/bugs/bug113235-3-expected.checksum:
1147 * tables/mozilla/bugs/bug113235-3-expected.png:
1148 * tables/mozilla/bugs/bug113424-expected.checksum:
1149 * tables/mozilla/bugs/bug113424-expected.png:
1150 * tables/mozilla/bugs/bug11384q-expected.checksum:
1151 * tables/mozilla/bugs/bug11384q-expected.png:
1152 * tables/mozilla/bugs/bug1188-expected.checksum:
1153 * tables/mozilla/bugs/bug1188-expected.png:
1154 * tables/mozilla/bugs/bug11944-expected.checksum:
1155 * tables/mozilla/bugs/bug11944-expected.png:
1156 * tables/mozilla/bugs/bug119786-expected.checksum:
1157 * tables/mozilla/bugs/bug119786-expected.png:
1158 * tables/mozilla/bugs/bug12008-expected.checksum:
1159 * tables/mozilla/bugs/bug12008-expected.png:
1160 * tables/mozilla/bugs/bug1220-expected.checksum:
1161 * tables/mozilla/bugs/bug1220-expected.png:
1162 * tables/mozilla/bugs/bug1224-expected.checksum:
1163 * tables/mozilla/bugs/bug1224-expected.png:
1164 * tables/mozilla/bugs/bug12268-expected.checksum:
1165 * tables/mozilla/bugs/bug12268-expected.png:
1166 * tables/mozilla/bugs/bug12384-expected.checksum:
1167 * tables/mozilla/bugs/bug12384-expected.png:
1168 * tables/mozilla/bugs/bug1261-expected.checksum:
1169 * tables/mozilla/bugs/bug1261-expected.png:
1170 * tables/mozilla/bugs/bug12709-expected.checksum:
1171 * tables/mozilla/bugs/bug12709-expected.png:
1172 * tables/mozilla/bugs/bug128229-expected.checksum:
1173 * tables/mozilla/bugs/bug128229-expected.png:
1174 * tables/mozilla/bugs/bug12908-1-expected.checksum:
1175 * tables/mozilla/bugs/bug12908-1-expected.png:
1176 * tables/mozilla/bugs/bug12910-expected.checksum:
1177 * tables/mozilla/bugs/bug12910-expected.png:
1178 * tables/mozilla/bugs/bug1302-expected.checksum:
1179 * tables/mozilla/bugs/bug1302-expected.png:
1180 * tables/mozilla/bugs/bug131020-2-expected.checksum:
1181 * tables/mozilla/bugs/bug131020-2-expected.png:
1182 * tables/mozilla/bugs/bug131020-expected.checksum:
1183 * tables/mozilla/bugs/bug131020-expected.png:
1184 * tables/mozilla/bugs/bug13118-expected.checksum:
1185 * tables/mozilla/bugs/bug13118-expected.png:
1186 * tables/mozilla/bugs/bug13169-expected.checksum:
1187 * tables/mozilla/bugs/bug13169-expected.png:
1188 * tables/mozilla/bugs/bug1318-expected.checksum:
1189 * tables/mozilla/bugs/bug1318-expected.png:
1190 * tables/mozilla/bugs/bug13196-expected.checksum:
1191 * tables/mozilla/bugs/bug13196-expected.png:
1192 * tables/mozilla/bugs/bug133756-2-expected.checksum:
1193 * tables/mozilla/bugs/bug133756-2-expected.png:
1194 * tables/mozilla/bugs/bug133948-expected.checksum:
1195 * tables/mozilla/bugs/bug133948-expected.png:
1196 * tables/mozilla/bugs/bug13484-expected.checksum:
1197 * tables/mozilla/bugs/bug13484-expected.png:
1198 * tables/mozilla/bugs/bug139524-4-expected.checksum:
1199 * tables/mozilla/bugs/bug139524-4-expected.png:
1200 * tables/mozilla/bugs/bug1474-expected.checksum:
1201 * tables/mozilla/bugs/bug1474-expected.png:
1202 * tables/mozilla/bugs/bug149275-1-expected.checksum:
1203 * tables/mozilla/bugs/bug149275-1-expected.png:
1204 * tables/mozilla/bugs/bug149275-2-expected.checksum:
1205 * tables/mozilla/bugs/bug149275-2-expected.png:
1206 * tables/mozilla/bugs/bug14929-expected.checksum:
1207 * tables/mozilla/bugs/bug14929-expected.png:
1208 * tables/mozilla/bugs/bug15247-expected.checksum:
1209 * tables/mozilla/bugs/bug15247-expected.png:
1210 * tables/mozilla/bugs/bug15933-expected.checksum:
1211 * tables/mozilla/bugs/bug15933-expected.png:
1212 * tables/mozilla/bugs/bug16012-expected.checksum:
1213 * tables/mozilla/bugs/bug16012-expected.png:
1214 * tables/mozilla/bugs/bug16252-expected.checksum:
1215 * tables/mozilla/bugs/bug16252-expected.png:
1216 * tables/mozilla/bugs/bug17168-expected.checksum:
1217 * tables/mozilla/bugs/bug17168-expected.png:
1218 * tables/mozilla/bugs/bug175455-4-expected.checksum:
1219 * tables/mozilla/bugs/bug175455-4-expected.png:
1220 * tables/mozilla/bugs/bug17548-expected.checksum:
1221 * tables/mozilla/bugs/bug17548-expected.png:
1222 * tables/mozilla/bugs/bug17587-expected.checksum:
1223 * tables/mozilla/bugs/bug17587-expected.png:
1224 * tables/mozilla/bugs/bug1800-expected.checksum:
1225 * tables/mozilla/bugs/bug1800-expected.png:
1226 * tables/mozilla/bugs/bug1802-expected.checksum:
1227 * tables/mozilla/bugs/bug1802-expected.png:
1228 * tables/mozilla/bugs/bug1802s-expected.checksum:
1229 * tables/mozilla/bugs/bug1802s-expected.png:
1230 * tables/mozilla/bugs/bug1809-expected.checksum:
1231 * tables/mozilla/bugs/bug1809-expected.png:
1232 * tables/mozilla/bugs/bug1818-1-expected.checksum:
1233 * tables/mozilla/bugs/bug1818-1-expected.png:
1234 * tables/mozilla/bugs/bug1818-2-expected.checksum:
1235 * tables/mozilla/bugs/bug1818-2-expected.png:
1236 * tables/mozilla/bugs/bug1818-3-expected.checksum:
1237 * tables/mozilla/bugs/bug1818-3-expected.png:
1238 * tables/mozilla/bugs/bug1818-4-expected.checksum:
1239 * tables/mozilla/bugs/bug1818-4-expected.png:
1240 * tables/mozilla/bugs/bug1828-expected.checksum:
1241 * tables/mozilla/bugs/bug1828-expected.png:
1242 * tables/mozilla/bugs/bug18359-expected.checksum:
1243 * tables/mozilla/bugs/bug18359-expected.png:
1244 * tables/mozilla/bugs/bug18558-expected.checksum:
1245 * tables/mozilla/bugs/bug18558-expected.png:
1246 * tables/mozilla/bugs/bug18955-expected.checksum:
1247 * tables/mozilla/bugs/bug18955-expected.png:
1248 * tables/mozilla/bugs/bug19061-1-expected.checksum:
1249 * tables/mozilla/bugs/bug19061-1-expected.png:
1250 * tables/mozilla/bugs/bug19061-2-expected.checksum:
1251 * tables/mozilla/bugs/bug19061-2-expected.png:
1252 * tables/mozilla/bugs/bug19356-expected.checksum:
1253 * tables/mozilla/bugs/bug19356-expected.png:
1254 * tables/mozilla/bugs/bug194024-expected.checksum:
1255 * tables/mozilla/bugs/bug194024-expected.png:
1256 * tables/mozilla/bugs/bug19599-expected.checksum:
1257 * tables/mozilla/bugs/bug19599-expected.png:
1258 * tables/mozilla/bugs/bug2050-expected.checksum:
1259 * tables/mozilla/bugs/bug2050-expected.png:
1260 * tables/mozilla/bugs/bug2065-expected.checksum:
1261 * tables/mozilla/bugs/bug2065-expected.png:
1262 * tables/mozilla/bugs/bug20804-expected.checksum:
1263 * tables/mozilla/bugs/bug20804-expected.png:
1264 * tables/mozilla/bugs/bug21299-expected.checksum:
1265 * tables/mozilla/bugs/bug21299-expected.png:
1266 * tables/mozilla/bugs/bug21918-expected.checksum:
1267 * tables/mozilla/bugs/bug21918-expected.png:
1268 * tables/mozilla/bugs/bug219693-1-expected.checksum:
1269 * tables/mozilla/bugs/bug219693-1-expected.png:
1270 * tables/mozilla/bugs/bug219693-2-expected.checksum:
1271 * tables/mozilla/bugs/bug219693-2-expected.png:
1272 * tables/mozilla/bugs/bug220536-expected.checksum:
1273 * tables/mozilla/bugs/bug220536-expected.png:
1274 * tables/mozilla/bugs/bug221784-1-expected.checksum:
1275 * tables/mozilla/bugs/bug221784-1-expected.png:
1276 * tables/mozilla/bugs/bug221784-2-expected.checksum:
1277 * tables/mozilla/bugs/bug221784-2-expected.png:
1278 * tables/mozilla/bugs/bug2267-expected.checksum:
1279 * tables/mozilla/bugs/bug2267-expected.png:
1280 * tables/mozilla/bugs/bug2296-expected.checksum:
1281 * tables/mozilla/bugs/bug2296-expected.png:
1282 * tables/mozilla/bugs/bug23235-expected.checksum:
1283 * tables/mozilla/bugs/bug23235-expected.png:
1284 * tables/mozilla/bugs/bug24200-expected.checksum:
1285 * tables/mozilla/bugs/bug24200-expected.png:
1286 * tables/mozilla/bugs/bug24503-expected.checksum:
1287 * tables/mozilla/bugs/bug24503-expected.png:
1288 * tables/mozilla/bugs/bug24627-expected.checksum:
1289 * tables/mozilla/bugs/bug24627-expected.png:
1290 * tables/mozilla/bugs/bug24661-expected.checksum:
1291 * tables/mozilla/bugs/bug24661-expected.png:
1292 * tables/mozilla/bugs/bug2479-3-expected.checksum:
1293 * tables/mozilla/bugs/bug2479-3-expected.png:
1294 * tables/mozilla/bugs/bug24880-expected.checksum:
1295 * tables/mozilla/bugs/bug24880-expected.png:
1296 * tables/mozilla/bugs/bug25004-expected.checksum:
1297 * tables/mozilla/bugs/bug25004-expected.png:
1298 * tables/mozilla/bugs/bug25086-expected.checksum:
1299 * tables/mozilla/bugs/bug25086-expected.png:
1300 * tables/mozilla/bugs/bug2516-expected.checksum:
1301 * tables/mozilla/bugs/bug2516-expected.png:
1302 * tables/mozilla/bugs/bug25663-expected.checksum:
1303 * tables/mozilla/bugs/bug25663-expected.png:
1304 * tables/mozilla/bugs/bug2585-expected.checksum:
1305 * tables/mozilla/bugs/bug2585-expected.png:
1306 * tables/mozilla/bugs/bug26553-expected.checksum:
1307 * tables/mozilla/bugs/bug26553-expected.png:
1308 * tables/mozilla/bugs/bug2684-expected.checksum:
1309 * tables/mozilla/bugs/bug2684-expected.png:
1310 * tables/mozilla/bugs/bug27038-2-expected.checksum:
1311 * tables/mozilla/bugs/bug27038-2-expected.png:
1312 * tables/mozilla/bugs/bug2757-expected.checksum:
1313 * tables/mozilla/bugs/bug2757-expected.png:
1314 * tables/mozilla/bugs/bug2773-expected.checksum:
1315 * tables/mozilla/bugs/bug2773-expected.png:
1316 * tables/mozilla/bugs/bug278385-expected.checksum:
1317 * tables/mozilla/bugs/bug278385-expected.png:
1318 * tables/mozilla/bugs/bug27993-1-expected.checksum:
1319 * tables/mozilla/bugs/bug27993-1-expected.png:
1320 * tables/mozilla/bugs/bug2886-expected.checksum:
1321 * tables/mozilla/bugs/bug2886-expected.png:
1322 * tables/mozilla/bugs/bug28928-expected.checksum:
1323 * tables/mozilla/bugs/bug28928-expected.png:
1324 * tables/mozilla/bugs/bug29058-1-expected.checksum:
1325 * tables/mozilla/bugs/bug29058-1-expected.png:
1326 * tables/mozilla/bugs/bug29058-3-expected.checksum:
1327 * tables/mozilla/bugs/bug29058-3-expected.png:
1328 * tables/mozilla/bugs/bug29157-expected.checksum:
1329 * tables/mozilla/bugs/bug29157-expected.png:
1330 * tables/mozilla/bugs/bug29326-expected.checksum:
1331 * tables/mozilla/bugs/bug29326-expected.png:
1332 * tables/mozilla/bugs/bug29429-expected.checksum:
1333 * tables/mozilla/bugs/bug29429-expected.png:
1334 * tables/mozilla/bugs/bug2962-expected.checksum:
1335 * tables/mozilla/bugs/bug2962-expected.png:
1336 * tables/mozilla/bugs/bug2981-2-expected.checksum:
1337 * tables/mozilla/bugs/bug2981-2-expected.png:
1338 * tables/mozilla/bugs/bug30273-expected.checksum:
1339 * tables/mozilla/bugs/bug30273-expected.png:
1340 * tables/mozilla/bugs/bug30332-1-expected.checksum:
1341 * tables/mozilla/bugs/bug30332-1-expected.png:
1342 * tables/mozilla/bugs/bug30332-2-expected.checksum:
1343 * tables/mozilla/bugs/bug30332-2-expected.png:
1344 * tables/mozilla/bugs/bug30418-expected.checksum:
1345 * tables/mozilla/bugs/bug30418-expected.png:
1346 * tables/mozilla/bugs/bug30559-expected.checksum:
1347 * tables/mozilla/bugs/bug30559-expected.png:
1348 * tables/mozilla/bugs/bug30692-expected.checksum:
1349 * tables/mozilla/bugs/bug30692-expected.png:
1350 * tables/mozilla/bugs/bug3103-expected.checksum:
1351 * tables/mozilla/bugs/bug3103-expected.png:
1352 * tables/mozilla/bugs/bug3191-expected.checksum:
1353 * tables/mozilla/bugs/bug3191-expected.png:
1354 * tables/mozilla/bugs/bug32205-2-expected.checksum:
1355 * tables/mozilla/bugs/bug32205-2-expected.png:
1356 * tables/mozilla/bugs/bug32205-3-expected.checksum:
1357 * tables/mozilla/bugs/bug32205-3-expected.png:
1358 * tables/mozilla/bugs/bug32205-5-expected.checksum:
1359 * tables/mozilla/bugs/bug32205-5-expected.png:
1360 * tables/mozilla/bugs/bug3260-expected.checksum:
1361 * tables/mozilla/bugs/bug3260-expected.png:
1362 * tables/mozilla/bugs/bug3263-expected.checksum:
1363 * tables/mozilla/bugs/bug3263-expected.png:
1364 * tables/mozilla/bugs/bug32841-expected.checksum:
1365 * tables/mozilla/bugs/bug32841-expected.png:
1366 * tables/mozilla/bugs/bug3309-2-expected.checksum:
1367 * tables/mozilla/bugs/bug3309-2-expected.png:
1368 * tables/mozilla/bugs/bug33137-expected.checksum:
1369 * tables/mozilla/bugs/bug33137-expected.png:
1370 * tables/mozilla/bugs/bug34176-expected.checksum:
1371 * tables/mozilla/bugs/bug34176-expected.png:
1372 * tables/mozilla/bugs/bug3454-expected.checksum:
1373 * tables/mozilla/bugs/bug3454-expected.png:
1374 * tables/mozilla/bugs/bug35662-expected.checksum:
1375 * tables/mozilla/bugs/bug35662-expected.png:
1376 * tables/mozilla/bugs/bug3718-expected.checksum:
1377 * tables/mozilla/bugs/bug3718-expected.png:
1378 * tables/mozilla/bugs/bug38916-expected.checksum:
1379 * tables/mozilla/bugs/bug38916-expected.png:
1380 * tables/mozilla/bugs/bug39209-expected.checksum:
1381 * tables/mozilla/bugs/bug39209-expected.png:
1382 * tables/mozilla/bugs/bug3977-expected.checksum:
1383 * tables/mozilla/bugs/bug3977-expected.png:
1384 * tables/mozilla/bugs/bug40828-expected.checksum:
1385 * tables/mozilla/bugs/bug40828-expected.png:
1386 * tables/mozilla/bugs/bug4093-expected.checksum:
1387 * tables/mozilla/bugs/bug4093-expected.png:
1388 * tables/mozilla/bugs/bug41890-expected.checksum:
1389 * tables/mozilla/bugs/bug41890-expected.png:
1390 * tables/mozilla/bugs/bug42187-expected.checksum:
1391 * tables/mozilla/bugs/bug42187-expected.png:
1392 * tables/mozilla/bugs/bug42443-expected.checksum:
1393 * tables/mozilla/bugs/bug42443-expected.png:
1394 * tables/mozilla/bugs/bug4284-expected.checksum:
1395 * tables/mozilla/bugs/bug4284-expected.png:
1396 * tables/mozilla/bugs/bug43204-expected.checksum:
1397 * tables/mozilla/bugs/bug43204-expected.png:
1398 * tables/mozilla/bugs/bug4385-expected.checksum:
1399 * tables/mozilla/bugs/bug4385-expected.png:
1400 * tables/mozilla/bugs/bug43854-1-expected.checksum:
1401 * tables/mozilla/bugs/bug43854-1-expected.png:
1402 * tables/mozilla/bugs/bug4427-expected.checksum:
1403 * tables/mozilla/bugs/bug4427-expected.png:
1404 * tables/mozilla/bugs/bug4429-expected.checksum:
1405 * tables/mozilla/bugs/bug4429-expected.png:
1406 * tables/mozilla/bugs/bug44505-expected.checksum:
1407 * tables/mozilla/bugs/bug44505-expected.png:
1408 * tables/mozilla/bugs/bug44523-expected.checksum:
1409 * tables/mozilla/bugs/bug44523-expected.png:
1410 * tables/mozilla/bugs/bug4501-expected.checksum:
1411 * tables/mozilla/bugs/bug4501-expected.png:
1412 * tables/mozilla/bugs/bug4520-expected.checksum:
1413 * tables/mozilla/bugs/bug4520-expected.png:
1414 * tables/mozilla/bugs/bug4523-expected.checksum:
1415 * tables/mozilla/bugs/bug4523-expected.png:
1416 * tables/mozilla/bugs/bug45486-expected.checksum:
1417 * tables/mozilla/bugs/bug45486-expected.png:
1418 * tables/mozilla/bugs/bug4576-expected.checksum:
1419 * tables/mozilla/bugs/bug4576-expected.png:
1420 * tables/mozilla/bugs/bug46268-1-expected.checksum:
1421 * tables/mozilla/bugs/bug46268-1-expected.png:
1422 * tables/mozilla/bugs/bug46268-2-expected.checksum:
1423 * tables/mozilla/bugs/bug46268-2-expected.png:
1424 * tables/mozilla/bugs/bug46268-3-expected.checksum:
1425 * tables/mozilla/bugs/bug46268-3-expected.png:
1426 * tables/mozilla/bugs/bug46268-5-expected.checksum:
1427 * tables/mozilla/bugs/bug46268-5-expected.png:
1428 * tables/mozilla/bugs/bug46268-expected.checksum:
1429 * tables/mozilla/bugs/bug46268-expected.png:
1430 * tables/mozilla/bugs/bug46368-1-expected.checksum:
1431 * tables/mozilla/bugs/bug46368-1-expected.png:
1432 * tables/mozilla/bugs/bug46368-2-expected.checksum:
1433 * tables/mozilla/bugs/bug46368-2-expected.png:
1434 * tables/mozilla/bugs/bug46623-1-expected.checksum:
1435 * tables/mozilla/bugs/bug46623-1-expected.png:
1436 * tables/mozilla/bugs/bug46623-2-expected.checksum:
1437 * tables/mozilla/bugs/bug46623-2-expected.png:
1438 * tables/mozilla/bugs/bug46924-expected.checksum:
1439 * tables/mozilla/bugs/bug46924-expected.png:
1440 * tables/mozilla/bugs/bug46944-expected.checksum:
1441 * tables/mozilla/bugs/bug46944-expected.png:
1442 * tables/mozilla/bugs/bug4739-expected.checksum:
1443 * tables/mozilla/bugs/bug4739-expected.png:
1444 * tables/mozilla/bugs/bug47432-expected.checksum:
1445 * tables/mozilla/bugs/bug47432-expected.png:
1446 * tables/mozilla/bugs/bug48028-1-expected.checksum:
1447 * tables/mozilla/bugs/bug48028-1-expected.png:
1448 * tables/mozilla/bugs/bug48028-2-expected.checksum:
1449 * tables/mozilla/bugs/bug48028-2-expected.png:
1450 * tables/mozilla/bugs/bug50695-1-expected.checksum:
1451 * tables/mozilla/bugs/bug50695-1-expected.png:
1452 * tables/mozilla/bugs/bug51037-expected.checksum:
1453 * tables/mozilla/bugs/bug51037-expected.png:
1454 * tables/mozilla/bugs/bug51140-expected.checksum:
1455 * tables/mozilla/bugs/bug51140-expected.png:
1456 * tables/mozilla/bugs/bug5188-expected.checksum:
1457 * tables/mozilla/bugs/bug5188-expected.png:
1458 * tables/mozilla/bugs/bug53690-1-expected.checksum:
1459 * tables/mozilla/bugs/bug53690-1-expected.png:
1460 * tables/mozilla/bugs/bug53690-2-expected.checksum:
1461 * tables/mozilla/bugs/bug53690-2-expected.png:
1462 * tables/mozilla/bugs/bug53891-expected.checksum:
1463 * tables/mozilla/bugs/bug53891-expected.png:
1464 * tables/mozilla/bugs/bug54450-expected.checksum:
1465 * tables/mozilla/bugs/bug54450-expected.png:
1466 * tables/mozilla/bugs/bug55694-expected.checksum:
1467 * tables/mozilla/bugs/bug55694-expected.png:
1468 * tables/mozilla/bugs/bug56201-expected.checksum:
1469 * tables/mozilla/bugs/bug56201-expected.png:
1470 * tables/mozilla/bugs/bug56563-expected.checksum:
1471 * tables/mozilla/bugs/bug56563-expected.png:
1472 * tables/mozilla/bugs/bug57300-expected.checksum:
1473 * tables/mozilla/bugs/bug57300-expected.png:
1474 * tables/mozilla/bugs/bug57378-expected.checksum:
1475 * tables/mozilla/bugs/bug57378-expected.png:
1476 * tables/mozilla/bugs/bug57828-expected.checksum:
1477 * tables/mozilla/bugs/bug57828-expected.png:
1478 * tables/mozilla/bugs/bug5797-expected.checksum:
1479 * tables/mozilla/bugs/bug5797-expected.png:
1480 * tables/mozilla/bugs/bug5798-expected.checksum:
1481 * tables/mozilla/bugs/bug5798-expected.png:
1482 * tables/mozilla/bugs/bug5799-expected.checksum:
1483 * tables/mozilla/bugs/bug5799-expected.png:
1484 * tables/mozilla/bugs/bug5835-expected.checksum:
1485 * tables/mozilla/bugs/bug5835-expected.png:
1486 * tables/mozilla/bugs/bug5838-expected.checksum:
1487 * tables/mozilla/bugs/bug5838-expected.png:
1488 * tables/mozilla/bugs/bug58402-1-expected.checksum:
1489 * tables/mozilla/bugs/bug58402-1-expected.png:
1490 * tables/mozilla/bugs/bug59354-expected.checksum:
1491 * tables/mozilla/bugs/bug59354-expected.png:
1492 * tables/mozilla/bugs/bug60013-expected.checksum:
1493 * tables/mozilla/bugs/bug60013-expected.png:
1494 * tables/mozilla/bugs/bug60749-expected.checksum:
1495 * tables/mozilla/bugs/bug60749-expected.png:
1496 * tables/mozilla/bugs/bug60804-expected.checksum:
1497 * tables/mozilla/bugs/bug60804-expected.png:
1498 * tables/mozilla/bugs/bug60807-expected.checksum:
1499 * tables/mozilla/bugs/bug60807-expected.png:
1500 * tables/mozilla/bugs/bug60992-expected.checksum:
1501 * tables/mozilla/bugs/bug60992-expected.png:
1502 * tables/mozilla/bugs/bug6184-expected.checksum:
1503 * tables/mozilla/bugs/bug6184-expected.png:
1504 * tables/mozilla/bugs/bug625-expected.checksum:
1505 * tables/mozilla/bugs/bug625-expected.png:
1506 * tables/mozilla/bugs/bug625-expected.txt:
1507 * tables/mozilla/bugs/bug6304-expected.checksum:
1508 * tables/mozilla/bugs/bug6304-expected.png:
1509 * tables/mozilla/bugs/bug647-expected.checksum:
1510 * tables/mozilla/bugs/bug647-expected.png:
1511 * tables/mozilla/bugs/bug6674-expected.checksum:
1512 * tables/mozilla/bugs/bug6674-expected.png:
1513 * tables/mozilla/bugs/bug67915-1-expected.checksum:
1514 * tables/mozilla/bugs/bug67915-1-expected.png:
1515 * tables/mozilla/bugs/bug68998-expected.checksum:
1516 * tables/mozilla/bugs/bug68998-expected.png:
1517 * tables/mozilla/bugs/bug69187-expected.checksum:
1518 * tables/mozilla/bugs/bug69187-expected.png:
1519 * tables/mozilla/bugs/bug69382-1-expected.checksum:
1520 * tables/mozilla/bugs/bug69382-1-expected.png:
1521 * tables/mozilla/bugs/bug69382-2-expected.checksum:
1522 * tables/mozilla/bugs/bug69382-2-expected.png:
1523 * tables/mozilla/bugs/bug7112-1-expected.checksum:
1524 * tables/mozilla/bugs/bug7112-1-expected.png:
1525 * tables/mozilla/bugs/bug7112-2-expected.checksum:
1526 * tables/mozilla/bugs/bug7112-2-expected.png:
1527 * tables/mozilla/bugs/bug7121-1-expected.checksum:
1528 * tables/mozilla/bugs/bug7121-1-expected.png:
1529 * tables/mozilla/bugs/bug727-expected.checksum:
1530 * tables/mozilla/bugs/bug727-expected.png:
1531 * tables/mozilla/bugs/bug73321-expected.checksum:
1532 * tables/mozilla/bugs/bug73321-expected.png:
1533 * tables/mozilla/bugs/bug7342-expected.checksum:
1534 * tables/mozilla/bugs/bug7342-expected.png:
1535 * tables/mozilla/bugs/bug7471-expected.checksum:
1536 * tables/mozilla/bugs/bug7471-expected.png:
1537 * tables/mozilla/bugs/bug7714-expected.checksum:
1538 * tables/mozilla/bugs/bug7714-expected.png:
1539 * tables/mozilla/bugs/bug78162-expected.checksum:
1540 * tables/mozilla/bugs/bug78162-expected.png:
1541 * tables/mozilla/bugs/bug81934-expected.checksum:
1542 * tables/mozilla/bugs/bug81934-expected.png:
1543 * tables/mozilla/bugs/bug82946-1-expected.checksum:
1544 * tables/mozilla/bugs/bug82946-1-expected.png:
1545 * tables/mozilla/bugs/bug8381-expected.checksum:
1546 * tables/mozilla/bugs/bug8381-expected.png:
1547 * tables/mozilla/bugs/bug86708-expected.checksum:
1548 * tables/mozilla/bugs/bug86708-expected.png:
1549 * tables/mozilla/bugs/bug88035-1-expected.checksum:
1550 * tables/mozilla/bugs/bug88035-1-expected.png:
1551 * tables/mozilla/bugs/bug88035-2-expected.checksum:
1552 * tables/mozilla/bugs/bug88035-2-expected.png:
1553 * tables/mozilla/bugs/bug8858-expected.checksum:
1554 * tables/mozilla/bugs/bug8858-expected.png:
1555 * tables/mozilla/bugs/bug8950-expected.checksum:
1556 * tables/mozilla/bugs/bug8950-expected.png:
1557 * tables/mozilla/bugs/bug9123-1-expected.checksum:
1558 * tables/mozilla/bugs/bug9123-1-expected.png:
1559 * tables/mozilla/bugs/bug9123-2-expected.checksum:
1560 * tables/mozilla/bugs/bug9123-2-expected.png:
1561 * tables/mozilla/bugs/bug92143-expected.checksum:
1562 * tables/mozilla/bugs/bug92143-expected.png:
1563 * tables/mozilla/bugs/bug92647-2-expected.checksum:
1564 * tables/mozilla/bugs/bug92647-2-expected.png:
1565 * tables/mozilla/bugs/bug9271-1-expected.checksum:
1566 * tables/mozilla/bugs/bug9271-1-expected.png:
1567 * tables/mozilla/bugs/bug9271-2-expected.checksum:
1568 * tables/mozilla/bugs/bug9271-2-expected.png:
1569 * tables/mozilla/bugs/bug965-expected.checksum:
1570 * tables/mozilla/bugs/bug965-expected.png:
1571 * tables/mozilla/bugs/bug97138-expected.checksum:
1572 * tables/mozilla/bugs/bug97138-expected.png:
1573 * tables/mozilla/bugs/bug98196-expected.checksum:
1574 * tables/mozilla/bugs/bug98196-expected.png:
1575 * tables/mozilla/bugs/bug9879-1-expected.checksum:
1576 * tables/mozilla/bugs/bug9879-1-expected.png:
1577 * tables/mozilla/bugs/bug99923-expected.checksum:
1578 * tables/mozilla/bugs/bug99923-expected.png:
1579 * tables/mozilla/collapsing_borders/bug41262-4-expected.checksum:
1580 * tables/mozilla/collapsing_borders/bug41262-4-expected.png:
1581 * tables/mozilla/core/bloomberg-expected.checksum:
1582 * tables/mozilla/core/bloomberg-expected.png:
1583 * tables/mozilla/core/borders-expected.checksum:
1584 * tables/mozilla/core/borders-expected.png:
1585 * tables/mozilla/core/captions-expected.checksum:
1586 * tables/mozilla/core/captions-expected.png:
1587 * tables/mozilla/core/cell_heights-expected.checksum:
1588 * tables/mozilla/core/cell_heights-expected.png:
1589 * tables/mozilla/core/col_span-expected.checksum:
1590 * tables/mozilla/core/col_span-expected.png:
1591 * tables/mozilla/core/col_widths_auto_auto-expected.checksum:
1592 * tables/mozilla/core/col_widths_auto_auto-expected.png:
1593 * tables/mozilla/core/col_widths_auto_autoFix-expected.checksum:
1594 * tables/mozilla/core/col_widths_auto_autoFix-expected.png:
1595 * tables/mozilla/core/col_widths_auto_autoFixPer-expected.checksum:
1596 * tables/mozilla/core/col_widths_auto_autoFixPer-expected.png:
1597 * tables/mozilla/core/col_widths_auto_autoPer-expected.checksum:
1598 * tables/mozilla/core/col_widths_auto_autoPer-expected.png:
1599 * tables/mozilla/core/col_widths_auto_fix-expected.checksum:
1600 * tables/mozilla/core/col_widths_auto_fix-expected.png:
1601 * tables/mozilla/core/col_widths_auto_fixPer-expected.checksum:
1602 * tables/mozilla/core/col_widths_auto_fixPer-expected.png:
1603 * tables/mozilla/core/col_widths_auto_per-expected.checksum:
1604 * tables/mozilla/core/col_widths_auto_per-expected.png:
1605 * tables/mozilla/core/col_widths_fix_auto-expected.checksum:
1606 * tables/mozilla/core/col_widths_fix_auto-expected.png:
1607 * tables/mozilla/core/col_widths_fix_autoFix-expected.checksum:
1608 * tables/mozilla/core/col_widths_fix_autoFix-expected.png:
1609 * tables/mozilla/core/col_widths_fix_autoPer-expected.checksum:
1610 * tables/mozilla/core/col_widths_fix_autoPer-expected.png:
1611 * tables/mozilla/core/col_widths_fix_fix-expected.checksum:
1612 * tables/mozilla/core/col_widths_fix_fix-expected.png:
1613 * tables/mozilla/core/col_widths_fix_fixPer-expected.checksum:
1614 * tables/mozilla/core/col_widths_fix_fixPer-expected.png:
1615 * tables/mozilla/core/col_widths_fix_per-expected.checksum:
1616 * tables/mozilla/core/col_widths_fix_per-expected.png:
1617 * tables/mozilla/core/margins-expected.checksum:
1618 * tables/mozilla/core/margins-expected.png:
1619 * tables/mozilla/core/misc-expected.checksum:
1620 * tables/mozilla/core/misc-expected.png:
1621 * tables/mozilla/core/nested1-expected.checksum:
1622 * tables/mozilla/core/nested1-expected.png:
1623 * tables/mozilla/core/one_row-expected.checksum:
1624 * tables/mozilla/core/one_row-expected.png:
1625 * tables/mozilla/core/row_span-expected.checksum:
1626 * tables/mozilla/core/row_span-expected.png:
1627 * tables/mozilla/core/table_frame-expected.checksum:
1628 * tables/mozilla/core/table_frame-expected.png:
1629 * tables/mozilla/core/table_heights-expected.checksum:
1630 * tables/mozilla/core/table_heights-expected.png:
1631 * tables/mozilla/core/table_widths-expected.checksum:
1632 * tables/mozilla/core/table_widths-expected.png:
1633 * tables/mozilla/dom/appendCol2-expected.checksum:
1634 * tables/mozilla/dom/appendCol2-expected.png:
1635 * tables/mozilla/dom/appendRowsExpand1-expected.checksum:
1636 * tables/mozilla/dom/appendRowsExpand1-expected.png:
1637 * tables/mozilla/dom/appendTbodyExpand1-expected.checksum:
1638 * tables/mozilla/dom/appendTbodyExpand1-expected.png:
1639 * tables/mozilla/dom/deleteCellsRebuild1-expected.checksum:
1640 * tables/mozilla/dom/deleteCellsRebuild1-expected.png:
1641 * tables/mozilla/dom/deleteCellsShrink1-expected.checksum:
1642 * tables/mozilla/dom/deleteCellsShrink1-expected.png:
1643 * tables/mozilla/dom/deleteCellsShrink2-expected.checksum:
1644 * tables/mozilla/dom/deleteCellsShrink2-expected.png:
1645 * tables/mozilla/dom/deleteCol1-expected.checksum:
1646 * tables/mozilla/dom/deleteCol1-expected.png:
1647 * tables/mozilla/dom/deleteCol2-expected.checksum:
1648 * tables/mozilla/dom/deleteCol2-expected.png:
1649 * tables/mozilla/dom/deleteCol3-expected.checksum:
1650 * tables/mozilla/dom/deleteCol3-expected.png:
1651 * tables/mozilla/dom/deleteColGroup1-expected.checksum:
1652 * tables/mozilla/dom/deleteColGroup1-expected.png:
1653 * tables/mozilla/dom/deleteColGroup2-expected.checksum:
1654 * tables/mozilla/dom/deleteColGroup2-expected.png:
1655 * tables/mozilla/dom/deleteRowsRebuild1-expected.checksum:
1656 * tables/mozilla/dom/deleteRowsRebuild1-expected.png:
1657 * tables/mozilla/dom/deleteRowsShrink1-expected.checksum:
1658 * tables/mozilla/dom/deleteRowsShrink1-expected.png:
1659 * tables/mozilla/dom/deleteTbodyExpand1-expected.checksum:
1660 * tables/mozilla/dom/deleteTbodyExpand1-expected.png:
1661 * tables/mozilla/dom/deleteTbodyRebuild1-expected.checksum:
1662 * tables/mozilla/dom/deleteTbodyRebuild1-expected.png:
1663 * tables/mozilla/dom/insertCellsExpand1-expected.checksum:
1664 * tables/mozilla/dom/insertCellsExpand1-expected.png:
1665 * tables/mozilla/dom/insertCellsExpand2-expected.checksum:
1666 * tables/mozilla/dom/insertCellsExpand2-expected.png:
1667 * tables/mozilla/dom/insertCellsRebuild1-expected.checksum:
1668 * tables/mozilla/dom/insertCellsRebuild1-expected.png:
1669 * tables/mozilla/dom/insertCellsRebuild2-expected.checksum:
1670 * tables/mozilla/dom/insertCellsRebuild2-expected.png:
1671 * tables/mozilla/dom/insertColGroups1-expected.checksum:
1672 * tables/mozilla/dom/insertColGroups1-expected.png:
1673 * tables/mozilla/dom/insertColGroups2-expected.checksum:
1674 * tables/mozilla/dom/insertColGroups2-expected.png:
1675 * tables/mozilla/dom/insertCols1-expected.checksum:
1676 * tables/mozilla/dom/insertCols1-expected.png:
1677 * tables/mozilla/dom/insertCols2-expected.checksum:
1678 * tables/mozilla/dom/insertCols2-expected.png:
1679 * tables/mozilla/dom/insertCols3-expected.checksum:
1680 * tables/mozilla/dom/insertCols3-expected.png:
1681 * tables/mozilla/dom/insertCols4-expected.checksum:
1682 * tables/mozilla/dom/insertCols4-expected.png:
1683 * tables/mozilla/dom/insertCols5-expected.checksum:
1684 * tables/mozilla/dom/insertCols5-expected.png:
1685 * tables/mozilla/dom/insertRowsExpand1-expected.checksum:
1686 * tables/mozilla/dom/insertRowsExpand1-expected.png:
1687 * tables/mozilla/dom/insertRowsRebuild1-expected.checksum:
1688 * tables/mozilla/dom/insertRowsRebuild1-expected.png:
1689 * tables/mozilla/dom/tableDom-expected.checksum:
1690 * tables/mozilla/dom/tableDom-expected.png:
1691 * tables/mozilla/marvin/body_col-expected.checksum:
1692 * tables/mozilla/marvin/body_col-expected.png:
1693 * tables/mozilla/marvin/col_span-expected.checksum:
1694 * tables/mozilla/marvin/col_span-expected.png:
1695 * tables/mozilla/marvin/colgroup_align_center-expected.checksum:
1696 * tables/mozilla/marvin/colgroup_align_center-expected.png:
1697 * tables/mozilla/marvin/colgroup_align_justify-expected.checksum:
1698 * tables/mozilla/marvin/colgroup_align_justify-expected.png:
1699 * tables/mozilla/marvin/colgroup_align_left-expected.checksum:
1700 * tables/mozilla/marvin/colgroup_align_left-expected.png:
1701 * tables/mozilla/marvin/colgroup_align_right-expected.checksum:
1702 * tables/mozilla/marvin/colgroup_align_right-expected.png:
1703 * tables/mozilla/marvin/colgroup_span-expected.checksum:
1704 * tables/mozilla/marvin/colgroup_span-expected.png:
1705 * tables/mozilla/marvin/colgroup_valign_baseline-expected.checksum:
1706 * tables/mozilla/marvin/colgroup_valign_baseline-expected.png:
1707 * tables/mozilla/marvin/colgroup_valign_bottom-expected.checksum:
1708 * tables/mozilla/marvin/colgroup_valign_bottom-expected.png:
1709 * tables/mozilla/marvin/colgroup_valign_middle-expected.checksum:
1710 * tables/mozilla/marvin/colgroup_valign_middle-expected.png:
1711 * tables/mozilla/marvin/colgroup_valign_top-expected.checksum:
1712 * tables/mozilla/marvin/colgroup_valign_top-expected.png:
1713 * tables/mozilla/marvin/table_frame_border-expected.checksum:
1714 * tables/mozilla/marvin/table_frame_border-expected.png:
1715 * tables/mozilla/marvin/table_frame_box-expected.checksum:
1716 * tables/mozilla/marvin/table_frame_box-expected.png:
1717 * tables/mozilla/marvin/table_overflow_hidden_td-expected.checksum:
1718 * tables/mozilla/marvin/table_overflow_hidden_td-expected.png:
1719 * tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.checksum:
1720 * tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.png:
1721 * tables/mozilla/marvin/table_row_align_center-expected.checksum:
1722 * tables/mozilla/marvin/table_row_align_center-expected.png:
1723 * tables/mozilla/marvin/table_row_align_left-expected.checksum:
1724 * tables/mozilla/marvin/table_row_align_left-expected.png:
1725 * tables/mozilla/marvin/table_row_align_right-expected.checksum:
1726 * tables/mozilla/marvin/table_row_align_right-expected.png:
1727 * tables/mozilla/marvin/table_rules_all-expected.checksum:
1728 * tables/mozilla/marvin/table_rules_all-expected.png:
1729 * tables/mozilla/marvin/tables_bgcolor_aqua-expected.checksum:
1730 * tables/mozilla/marvin/tables_bgcolor_aqua-expected.png:
1731 * tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.checksum:
1732 * tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.png:
1733 * tables/mozilla/marvin/tables_bgcolor_black-expected.checksum:
1734 * tables/mozilla/marvin/tables_bgcolor_black-expected.png:
1735 * tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.checksum:
1736 * tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.png:
1737 * tables/mozilla/marvin/tables_bgcolor_blue-expected.checksum:
1738 * tables/mozilla/marvin/tables_bgcolor_blue-expected.png:
1739 * tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.checksum:
1740 * tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.png:
1741 * tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.checksum:
1742 * tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.png:
1743 * tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.checksum:
1744 * tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.png:
1745 * tables/mozilla/marvin/tables_bgcolor_gray-expected.checksum:
1746 * tables/mozilla/marvin/tables_bgcolor_gray-expected.png:
1747 * tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.checksum:
1748 * tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.png:
1749 * tables/mozilla/marvin/tables_bgcolor_green-expected.checksum:
1750 * tables/mozilla/marvin/tables_bgcolor_green-expected.png:
1751 * tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.checksum:
1752 * tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.png:
1753 * tables/mozilla/marvin/tables_bgcolor_lime-expected.checksum:
1754 * tables/mozilla/marvin/tables_bgcolor_lime-expected.png:
1755 * tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.checksum:
1756 * tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.png:
1757 * tables/mozilla/marvin/tables_bgcolor_maroon-expected.checksum:
1758 * tables/mozilla/marvin/tables_bgcolor_maroon-expected.png:
1759 * tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.checksum:
1760 * tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.png:
1761 * tables/mozilla/marvin/tables_bgcolor_navy-expected.checksum:
1762 * tables/mozilla/marvin/tables_bgcolor_navy-expected.png:
1763 * tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.checksum:
1764 * tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.png:
1765 * tables/mozilla/marvin/tables_bgcolor_olive-expected.checksum:
1766 * tables/mozilla/marvin/tables_bgcolor_olive-expected.png:
1767 * tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.checksum:
1768 * tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.png:
1769 * tables/mozilla/marvin/tables_bgcolor_purple-expected.checksum:
1770 * tables/mozilla/marvin/tables_bgcolor_purple-expected.png:
1771 * tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.checksum:
1772 * tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.png:
1773 * tables/mozilla/marvin/tables_bgcolor_red-expected.checksum:
1774 * tables/mozilla/marvin/tables_bgcolor_red-expected.png:
1775 * tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.checksum:
1776 * tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.png:
1777 * tables/mozilla/marvin/tables_bgcolor_silver-expected.checksum:
1778 * tables/mozilla/marvin/tables_bgcolor_silver-expected.png:
1779 * tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.checksum:
1780 * tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.png:
1781 * tables/mozilla/marvin/tables_bgcolor_teal-expected.checksum:
1782 * tables/mozilla/marvin/tables_bgcolor_teal-expected.png:
1783 * tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.checksum:
1784 * tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.png:
1785 * tables/mozilla/marvin/tables_bgcolor_white-expected.checksum:
1786 * tables/mozilla/marvin/tables_bgcolor_white-expected.png:
1787 * tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.checksum:
1788 * tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.png:
1789 * tables/mozilla/marvin/tables_bgcolor_yellow-expected.checksum:
1790 * tables/mozilla/marvin/tables_bgcolor_yellow-expected.png:
1791 * tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.checksum:
1792 * tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.png:
1793 * tables/mozilla/marvin/tables_border_1-expected.checksum:
1794 * tables/mozilla/marvin/tables_border_1-expected.png:
1795 * tables/mozilla/marvin/tables_border_2-expected.checksum:
1796 * tables/mozilla/marvin/tables_border_2-expected.png:
1797 * tables/mozilla/marvin/tables_border_3-expected.checksum:
1798 * tables/mozilla/marvin/tables_border_3-expected.png:
1799 * tables/mozilla/marvin/tables_caption_align_bot-expected.checksum:
1800 * tables/mozilla/marvin/tables_caption_align_bot-expected.png:
1801 * tables/mozilla/marvin/tables_caption_align_top-expected.checksum:
1802 * tables/mozilla/marvin/tables_caption_align_top-expected.png:
1803 * tables/mozilla/marvin/tables_cellpadding-expected.checksum:
1804 * tables/mozilla/marvin/tables_cellpadding-expected.png:
1805 * tables/mozilla/marvin/tables_cellpadding_pct-expected.checksum:
1806 * tables/mozilla/marvin/tables_cellpadding_pct-expected.png:
1807 * tables/mozilla/marvin/tables_class-expected.checksum:
1808 * tables/mozilla/marvin/tables_class-expected.png:
1809 * tables/mozilla/marvin/tables_id-expected.checksum:
1810 * tables/mozilla/marvin/tables_id-expected.png:
1811 * tables/mozilla/marvin/tables_row_th_nowrap-expected.checksum:
1812 * tables/mozilla/marvin/tables_row_th_nowrap-expected.png:
1813 * tables/mozilla/marvin/tables_style-expected.checksum:
1814 * tables/mozilla/marvin/tables_style-expected.png:
1815 * tables/mozilla/marvin/tables_td_align_center-expected.checksum:
1816 * tables/mozilla/marvin/tables_td_align_center-expected.png:
1817 * tables/mozilla/marvin/tables_td_align_left-expected.checksum:
1818 * tables/mozilla/marvin/tables_td_align_left-expected.png:
1819 * tables/mozilla/marvin/tables_td_align_right-expected.checksum:
1820 * tables/mozilla/marvin/tables_td_align_right-expected.png:
1821 * tables/mozilla/marvin/tables_td_colspan-expected.checksum:
1822 * tables/mozilla/marvin/tables_td_colspan-expected.png:
1823 * tables/mozilla/marvin/tables_td_height-expected.checksum:
1824 * tables/mozilla/marvin/tables_td_height-expected.png:
1825 * tables/mozilla/marvin/tables_td_nowrap-expected.checksum:
1826 * tables/mozilla/marvin/tables_td_nowrap-expected.png:
1827 * tables/mozilla/marvin/tables_td_rowspan-expected.checksum:
1828 * tables/mozilla/marvin/tables_td_rowspan-expected.png:
1829 * tables/mozilla/marvin/tables_td_width-expected.checksum:
1830 * tables/mozilla/marvin/tables_td_width-expected.png:
1831 * tables/mozilla/marvin/tables_th_align_center-expected.checksum:
1832 * tables/mozilla/marvin/tables_th_align_center-expected.png:
1833 * tables/mozilla/marvin/tables_th_align_left-expected.checksum:
1834 * tables/mozilla/marvin/tables_th_align_left-expected.png:
1835 * tables/mozilla/marvin/tables_th_align_right-expected.checksum:
1836 * tables/mozilla/marvin/tables_th_align_right-expected.png:
1837 * tables/mozilla/marvin/tables_th_colspan-expected.checksum:
1838 * tables/mozilla/marvin/tables_th_colspan-expected.png:
1839 * tables/mozilla/marvin/tables_th_height-expected.checksum:
1840 * tables/mozilla/marvin/tables_th_height-expected.png:
1841 * tables/mozilla/marvin/tables_th_rowspan-expected.checksum:
1842 * tables/mozilla/marvin/tables_th_rowspan-expected.png:
1843 * tables/mozilla/marvin/tables_th_width-expected.checksum:
1844 * tables/mozilla/marvin/tables_th_width-expected.png:
1845 * tables/mozilla/marvin/tbody_align_center-expected.checksum:
1846 * tables/mozilla/marvin/tbody_align_center-expected.png:
1847 * tables/mozilla/marvin/tbody_align_char-expected.checksum:
1848 * tables/mozilla/marvin/tbody_align_char-expected.png:
1849 * tables/mozilla/marvin/tbody_align_justify-expected.checksum:
1850 * tables/mozilla/marvin/tbody_align_justify-expected.png:
1851 * tables/mozilla/marvin/tbody_align_left-expected.checksum:
1852 * tables/mozilla/marvin/tbody_align_left-expected.png:
1853 * tables/mozilla/marvin/tbody_align_right-expected.checksum:
1854 * tables/mozilla/marvin/tbody_align_right-expected.png:
1855 * tables/mozilla/marvin/tbody_char-expected.checksum:
1856 * tables/mozilla/marvin/tbody_char-expected.png:
1857 * tables/mozilla/marvin/tbody_valign_baseline-expected.checksum:
1858 * tables/mozilla/marvin/tbody_valign_baseline-expected.png:
1859 * tables/mozilla/marvin/tbody_valign_bottom-expected.checksum:
1860 * tables/mozilla/marvin/tbody_valign_bottom-expected.png:
1861 * tables/mozilla/marvin/tbody_valign_middle-expected.checksum:
1862 * tables/mozilla/marvin/tbody_valign_middle-expected.png:
1863 * tables/mozilla/marvin/tbody_valign_top-expected.checksum:
1864 * tables/mozilla/marvin/tbody_valign_top-expected.png:
1865 * tables/mozilla/marvin/td_valign_baseline-expected.checksum:
1866 * tables/mozilla/marvin/td_valign_baseline-expected.png:
1867 * tables/mozilla/marvin/td_valign_bottom-expected.checksum:
1868 * tables/mozilla/marvin/td_valign_bottom-expected.png:
1869 * tables/mozilla/marvin/td_valign_middle-expected.checksum:
1870 * tables/mozilla/marvin/td_valign_middle-expected.png:
1871 * tables/mozilla/marvin/td_valign_top-expected.checksum:
1872 * tables/mozilla/marvin/td_valign_top-expected.png:
1873 * tables/mozilla/marvin/tfoot_align_center-expected.checksum:
1874 * tables/mozilla/marvin/tfoot_align_center-expected.png:
1875 * tables/mozilla/marvin/tfoot_align_char-expected.checksum:
1876 * tables/mozilla/marvin/tfoot_align_char-expected.png:
1877 * tables/mozilla/marvin/tfoot_align_justify-expected.checksum:
1878 * tables/mozilla/marvin/tfoot_align_justify-expected.png:
1879 * tables/mozilla/marvin/tfoot_align_left-expected.checksum:
1880 * tables/mozilla/marvin/tfoot_align_left-expected.png:
1881 * tables/mozilla/marvin/tfoot_align_right-expected.checksum:
1882 * tables/mozilla/marvin/tfoot_align_right-expected.png:
1883 * tables/mozilla/marvin/tfoot_char-expected.checksum:
1884 * tables/mozilla/marvin/tfoot_char-expected.png:
1885 * tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum:
1886 * tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
1887 * tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum:
1888 * tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
1889 * tables/mozilla/marvin/tfoot_valign_middle-expected.checksum:
1890 * tables/mozilla/marvin/tfoot_valign_middle-expected.png:
1891 * tables/mozilla/marvin/tfoot_valign_top-expected.checksum:
1892 * tables/mozilla/marvin/tfoot_valign_top-expected.png:
1893 * tables/mozilla/marvin/th_valign_baseline-expected.checksum:
1894 * tables/mozilla/marvin/th_valign_baseline-expected.png:
1895 * tables/mozilla/marvin/th_valign_bottom-expected.checksum:
1896 * tables/mozilla/marvin/th_valign_bottom-expected.png:
1897 * tables/mozilla/marvin/th_valign_middle-expected.checksum:
1898 * tables/mozilla/marvin/th_valign_middle-expected.png:
1899 * tables/mozilla/marvin/th_valign_top-expected.checksum:
1900 * tables/mozilla/marvin/th_valign_top-expected.png:
1901 * tables/mozilla/marvin/thead_align_center-expected.checksum:
1902 * tables/mozilla/marvin/thead_align_center-expected.png:
1903 * tables/mozilla/marvin/thead_align_char-expected.checksum:
1904 * tables/mozilla/marvin/thead_align_char-expected.png:
1905 * tables/mozilla/marvin/thead_align_justify-expected.checksum:
1906 * tables/mozilla/marvin/thead_align_justify-expected.png:
1907 * tables/mozilla/marvin/thead_align_left-expected.checksum:
1908 * tables/mozilla/marvin/thead_align_left-expected.png:
1909 * tables/mozilla/marvin/thead_align_right-expected.checksum:
1910 * tables/mozilla/marvin/thead_align_right-expected.png:
1911 * tables/mozilla/marvin/thead_char-expected.checksum:
1912 * tables/mozilla/marvin/thead_char-expected.png:
1913 * tables/mozilla/marvin/thead_valign_baseline-expected.checksum:
1914 * tables/mozilla/marvin/thead_valign_baseline-expected.png:
1915 * tables/mozilla/marvin/thead_valign_bottom-expected.checksum:
1916 * tables/mozilla/marvin/thead_valign_bottom-expected.png:
1917 * tables/mozilla/marvin/thead_valign_middle-expected.checksum:
1918 * tables/mozilla/marvin/thead_valign_middle-expected.png:
1919 * tables/mozilla/marvin/thead_valign_top-expected.checksum:
1920 * tables/mozilla/marvin/thead_valign_top-expected.png:
1921 * tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.checksum:
1922 * tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.png:
1923 * tables/mozilla/marvin/tr_bgcolor_black-expected.checksum:
1924 * tables/mozilla/marvin/tr_bgcolor_black-expected.png:
1925 * tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.checksum:
1926 * tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.png:
1927 * tables/mozilla/marvin/tr_bgcolor_blue-expected.checksum:
1928 * tables/mozilla/marvin/tr_bgcolor_blue-expected.png:
1929 * tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.checksum:
1930 * tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.png:
1931 * tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.checksum:
1932 * tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.png:
1933 * tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.checksum:
1934 * tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.png:
1935 * tables/mozilla/marvin/tr_bgcolor_gray-expected.checksum:
1936 * tables/mozilla/marvin/tr_bgcolor_gray-expected.png:
1937 * tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.checksum:
1938 * tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.png:
1939 * tables/mozilla/marvin/tr_bgcolor_green-expected.checksum:
1940 * tables/mozilla/marvin/tr_bgcolor_green-expected.png:
1941 * tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.checksum:
1942 * tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.png:
1943 * tables/mozilla/marvin/tr_bgcolor_lime-expected.checksum:
1944 * tables/mozilla/marvin/tr_bgcolor_lime-expected.png:
1945 * tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.checksum:
1946 * tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.png:
1947 * tables/mozilla/marvin/tr_bgcolor_maroon-expected.checksum:
1948 * tables/mozilla/marvin/tr_bgcolor_maroon-expected.png:
1949 * tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.checksum:
1950 * tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.png:
1951 * tables/mozilla/marvin/tr_bgcolor_navy-expected.checksum:
1952 * tables/mozilla/marvin/tr_bgcolor_navy-expected.png:
1953 * tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.checksum:
1954 * tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.png:
1955 * tables/mozilla/marvin/tr_bgcolor_olive-expected.checksum:
1956 * tables/mozilla/marvin/tr_bgcolor_olive-expected.png:
1957 * tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.checksum:
1958 * tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.png:
1959 * tables/mozilla/marvin/tr_bgcolor_purple-expected.checksum:
1960 * tables/mozilla/marvin/tr_bgcolor_purple-expected.png:
1961 * tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.checksum:
1962 * tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.png:
1963 * tables/mozilla/marvin/tr_bgcolor_red-expected.checksum:
1964 * tables/mozilla/marvin/tr_bgcolor_red-expected.png:
1965 * tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.checksum:
1966 * tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.png:
1967 * tables/mozilla/marvin/tr_bgcolor_silver-expected.checksum:
1968 * tables/mozilla/marvin/tr_bgcolor_silver-expected.png:
1969 * tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.checksum:
1970 * tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.png:
1971 * tables/mozilla/marvin/tr_bgcolor_teal-expected.checksum:
1972 * tables/mozilla/marvin/tr_bgcolor_teal-expected.png:
1973 * tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.checksum:
1974 * tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.png:
1975 * tables/mozilla/marvin/tr_bgcolor_white-expected.checksum:
1976 * tables/mozilla/marvin/tr_bgcolor_white-expected.png:
1977 * tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.checksum:
1978 * tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.png:
1979 * tables/mozilla/marvin/tr_bgcolor_yellow-expected.checksum:
1980 * tables/mozilla/marvin/tr_bgcolor_yellow-expected.png:
1981 * tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.checksum:
1982 * tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.png:
1983 * tables/mozilla/marvin/tr_valign_baseline-expected.checksum:
1984 * tables/mozilla/marvin/tr_valign_baseline-expected.png:
1985 * tables/mozilla/marvin/tr_valign_bottom-expected.checksum:
1986 * tables/mozilla/marvin/tr_valign_bottom-expected.png:
1987 * tables/mozilla/marvin/tr_valign_middle-expected.checksum:
1988 * tables/mozilla/marvin/tr_valign_middle-expected.png:
1989 * tables/mozilla/marvin/tr_valign_top-expected.checksum:
1990 * tables/mozilla/marvin/tr_valign_top-expected.png:
1991 * tables/mozilla/marvin/x_caption_align_bottom-expected.checksum:
1992 * tables/mozilla/marvin/x_caption_align_bottom-expected.png:
1993 * tables/mozilla/marvin/x_caption_align_top-expected.checksum:
1994 * tables/mozilla/marvin/x_caption_align_top-expected.png:
1995 * tables/mozilla/marvin/x_caption_class-expected.checksum:
1996 * tables/mozilla/marvin/x_caption_class-expected.png:
1997 * tables/mozilla/marvin/x_caption_id-expected.checksum:
1998 * tables/mozilla/marvin/x_caption_id-expected.png:
1999 * tables/mozilla/marvin/x_caption_style-expected.checksum:
2000 * tables/mozilla/marvin/x_caption_style-expected.png:
2001 * tables/mozilla/marvin/x_col_align_center-expected.checksum:
2002 * tables/mozilla/marvin/x_col_align_center-expected.png:
2003 * tables/mozilla/marvin/x_col_align_char-expected.checksum:
2004 * tables/mozilla/marvin/x_col_align_char-expected.png:
2005 * tables/mozilla/marvin/x_col_align_justify-expected.checksum:
2006 * tables/mozilla/marvin/x_col_align_justify-expected.png:
2007 * tables/mozilla/marvin/x_col_align_left-expected.checksum:
2008 * tables/mozilla/marvin/x_col_align_left-expected.png:
2009 * tables/mozilla/marvin/x_col_align_right-expected.checksum:
2010 * tables/mozilla/marvin/x_col_align_right-expected.png:
2011 * tables/mozilla/marvin/x_col_span-expected.checksum:
2012 * tables/mozilla/marvin/x_col_span-expected.png:
2013 * tables/mozilla/marvin/x_col_valign_baseline-expected.checksum:
2014 * tables/mozilla/marvin/x_col_valign_baseline-expected.png:
2015 * tables/mozilla/marvin/x_col_valign_bottom-expected.checksum:
2016 * tables/mozilla/marvin/x_col_valign_bottom-expected.png:
2017 * tables/mozilla/marvin/x_col_valign_middle-expected.checksum:
2018 * tables/mozilla/marvin/x_col_valign_middle-expected.png:
2019 * tables/mozilla/marvin/x_col_valign_top-expected.checksum:
2020 * tables/mozilla/marvin/x_col_valign_top-expected.png:
2021 * tables/mozilla/marvin/x_col_width_pct-expected.checksum:
2022 * tables/mozilla/marvin/x_col_width_pct-expected.png:
2023 * tables/mozilla/marvin/x_col_width_px-expected.checksum:
2024 * tables/mozilla/marvin/x_col_width_px-expected.png:
2025 * tables/mozilla/marvin/x_col_width_rel-expected.checksum:
2026 * tables/mozilla/marvin/x_col_width_rel-expected.png:
2027 * tables/mozilla/marvin/x_colgroup_align_center-expected.checksum:
2028 * tables/mozilla/marvin/x_colgroup_align_center-expected.png:
2029 * tables/mozilla/marvin/x_colgroup_align_char-expected.checksum:
2030 * tables/mozilla/marvin/x_colgroup_align_char-expected.png:
2031 * tables/mozilla/marvin/x_colgroup_align_justify-expected.checksum:
2032 * tables/mozilla/marvin/x_colgroup_align_justify-expected.png:
2033 * tables/mozilla/marvin/x_colgroup_align_left-expected.checksum:
2034 * tables/mozilla/marvin/x_colgroup_align_left-expected.png:
2035 * tables/mozilla/marvin/x_colgroup_align_right-expected.checksum:
2036 * tables/mozilla/marvin/x_colgroup_align_right-expected.png:
2037 * tables/mozilla/marvin/x_colgroup_span-expected.checksum:
2038 * tables/mozilla/marvin/x_colgroup_span-expected.png:
2039 * tables/mozilla/marvin/x_colgroup_valign_baseline-expected.checksum:
2040 * tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png:
2041 * tables/mozilla/marvin/x_colgroup_valign_bottom-expected.checksum:
2042 * tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png:
2043 * tables/mozilla/marvin/x_colgroup_valign_middle-expected.checksum:
2044 * tables/mozilla/marvin/x_colgroup_valign_middle-expected.png:
2045 * tables/mozilla/marvin/x_colgroup_valign_top-expected.checksum:
2046 * tables/mozilla/marvin/x_colgroup_valign_top-expected.png:
2047 * tables/mozilla/marvin/x_colgroup_width_rel-expected.checksum:
2048 * tables/mozilla/marvin/x_colgroup_width_rel-expected.png:
2049 * tables/mozilla/marvin/x_table_align_center-expected.checksum:
2050 * tables/mozilla/marvin/x_table_align_center-expected.png:
2051 * tables/mozilla/marvin/x_table_align_left-expected.checksum:
2052 * tables/mozilla/marvin/x_table_align_left-expected.png:
2053 * tables/mozilla/marvin/x_table_align_right-expected.checksum:
2054 * tables/mozilla/marvin/x_table_align_right-expected.png:
2055 * tables/mozilla/marvin/x_table_bgcolor_name-expected.checksum:
2056 * tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
2057 * tables/mozilla/marvin/x_table_bgcolor_rgb-expected.checksum:
2058 * tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
2059 * tables/mozilla/marvin/x_table_border-expected.checksum:
2060 * tables/mozilla/marvin/x_table_border-expected.png:
2061 * tables/mozilla/marvin/x_table_border_px-expected.checksum:
2062 * tables/mozilla/marvin/x_table_border_px-expected.png:
2063 * tables/mozilla/marvin/x_table_cellpadding-expected.checksum:
2064 * tables/mozilla/marvin/x_table_cellpadding-expected.png:
2065 * tables/mozilla/marvin/x_table_cellpadding_pct-expected.checksum:
2066 * tables/mozilla/marvin/x_table_cellpadding_pct-expected.png:
2067 * tables/mozilla/marvin/x_table_cellspacing-expected.checksum:
2068 * tables/mozilla/marvin/x_table_cellspacing-expected.png:
2069 * tables/mozilla/marvin/x_table_cellspacing_pct-expected.checksum:
2070 * tables/mozilla/marvin/x_table_cellspacing_pct-expected.png:
2071 * tables/mozilla/marvin/x_table_class-expected.checksum:
2072 * tables/mozilla/marvin/x_table_class-expected.png:
2073 * tables/mozilla/marvin/x_table_id-expected.checksum:
2074 * tables/mozilla/marvin/x_table_id-expected.png:
2075 * tables/mozilla/marvin/x_table_width_pct-expected.checksum:
2076 * tables/mozilla/marvin/x_table_width_pct-expected.png:
2077 * tables/mozilla/marvin/x_table_width_px-expected.checksum:
2078 * tables/mozilla/marvin/x_table_width_px-expected.png:
2079 * tables/mozilla/marvin/x_tbody_align_center-expected.checksum:
2080 * tables/mozilla/marvin/x_tbody_align_center-expected.png:
2081 * tables/mozilla/marvin/x_tbody_align_char-expected.checksum:
2082 * tables/mozilla/marvin/x_tbody_align_char-expected.png:
2083 * tables/mozilla/marvin/x_tbody_align_justify-expected.checksum:
2084 * tables/mozilla/marvin/x_tbody_align_justify-expected.png:
2085 * tables/mozilla/marvin/x_tbody_align_left-expected.checksum:
2086 * tables/mozilla/marvin/x_tbody_align_left-expected.png:
2087 * tables/mozilla/marvin/x_tbody_align_right-expected.checksum:
2088 * tables/mozilla/marvin/x_tbody_align_right-expected.png:
2089 * tables/mozilla/marvin/x_tbody_class-expected.checksum:
2090 * tables/mozilla/marvin/x_tbody_class-expected.png:
2091 * tables/mozilla/marvin/x_tbody_id-expected.checksum:
2092 * tables/mozilla/marvin/x_tbody_id-expected.png:
2093 * tables/mozilla/marvin/x_tbody_style-expected.checksum:
2094 * tables/mozilla/marvin/x_tbody_style-expected.png:
2095 * tables/mozilla/marvin/x_tbody_valign_baseline-expected.checksum:
2096 * tables/mozilla/marvin/x_tbody_valign_baseline-expected.png:
2097 * tables/mozilla/marvin/x_tbody_valign_bottom-expected.checksum:
2098 * tables/mozilla/marvin/x_tbody_valign_bottom-expected.png:
2099 * tables/mozilla/marvin/x_tbody_valign_middle-expected.checksum:
2100 * tables/mozilla/marvin/x_tbody_valign_middle-expected.png:
2101 * tables/mozilla/marvin/x_tbody_valign_top-expected.checksum:
2102 * tables/mozilla/marvin/x_tbody_valign_top-expected.png:
2103 * tables/mozilla/marvin/x_td_align_center-expected.checksum:
2104 * tables/mozilla/marvin/x_td_align_center-expected.png:
2105 * tables/mozilla/marvin/x_td_align_char-expected.checksum:
2106 * tables/mozilla/marvin/x_td_align_char-expected.png:
2107 * tables/mozilla/marvin/x_td_align_justify-expected.checksum:
2108 * tables/mozilla/marvin/x_td_align_justify-expected.png:
2109 * tables/mozilla/marvin/x_td_align_left-expected.checksum:
2110 * tables/mozilla/marvin/x_td_align_left-expected.png:
2111 * tables/mozilla/marvin/x_td_align_right-expected.checksum:
2112 * tables/mozilla/marvin/x_td_align_right-expected.png:
2113 * tables/mozilla/marvin/x_td_bgcolor_name-expected.checksum:
2114 * tables/mozilla/marvin/x_td_bgcolor_name-expected.png:
2115 * tables/mozilla/marvin/x_td_bgcolor_rgb-expected.checksum:
2116 * tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png:
2117 * tables/mozilla/marvin/x_td_class-expected.checksum:
2118 * tables/mozilla/marvin/x_td_class-expected.png:
2119 * tables/mozilla/marvin/x_td_colspan-expected.checksum:
2120 * tables/mozilla/marvin/x_td_colspan-expected.png:
2121 * tables/mozilla/marvin/x_td_height-expected.checksum:
2122 * tables/mozilla/marvin/x_td_height-expected.png:
2123 * tables/mozilla/marvin/x_td_id-expected.checksum:
2124 * tables/mozilla/marvin/x_td_id-expected.png:
2125 * tables/mozilla/marvin/x_td_nowrap-expected.checksum:
2126 * tables/mozilla/marvin/x_td_nowrap-expected.png:
2127 * tables/mozilla/marvin/x_td_rowspan-expected.checksum:
2128 * tables/mozilla/marvin/x_td_rowspan-expected.png:
2129 * tables/mozilla/marvin/x_td_style-expected.checksum:
2130 * tables/mozilla/marvin/x_td_style-expected.png:
2131 * tables/mozilla/marvin/x_td_valign_baseline-expected.checksum:
2132 * tables/mozilla/marvin/x_td_valign_baseline-expected.png:
2133 * tables/mozilla/marvin/x_td_valign_bottom-expected.checksum:
2134 * tables/mozilla/marvin/x_td_valign_bottom-expected.png:
2135 * tables/mozilla/marvin/x_td_valign_middle-expected.checksum:
2136 * tables/mozilla/marvin/x_td_valign_middle-expected.png:
2137 * tables/mozilla/marvin/x_td_valign_top-expected.checksum:
2138 * tables/mozilla/marvin/x_td_valign_top-expected.png:
2139 * tables/mozilla/marvin/x_td_width-expected.checksum:
2140 * tables/mozilla/marvin/x_td_width-expected.png:
2141 * tables/mozilla/marvin/x_tfoot_align_center-expected.checksum:
2142 * tables/mozilla/marvin/x_tfoot_align_center-expected.png:
2143 * tables/mozilla/marvin/x_tfoot_align_char-expected.checksum:
2144 * tables/mozilla/marvin/x_tfoot_align_char-expected.png:
2145 * tables/mozilla/marvin/x_tfoot_align_justify-expected.checksum:
2146 * tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
2147 * tables/mozilla/marvin/x_tfoot_align_left-expected.checksum:
2148 * tables/mozilla/marvin/x_tfoot_align_left-expected.png:
2149 * tables/mozilla/marvin/x_tfoot_align_right-expected.checksum:
2150 * tables/mozilla/marvin/x_tfoot_align_right-expected.png:
2151 * tables/mozilla/marvin/x_tfoot_class-expected.checksum:
2152 * tables/mozilla/marvin/x_tfoot_class-expected.png:
2153 * tables/mozilla/marvin/x_tfoot_id-expected.checksum:
2154 * tables/mozilla/marvin/x_tfoot_id-expected.png:
2155 * tables/mozilla/marvin/x_tfoot_style-expected.checksum:
2156 * tables/mozilla/marvin/x_tfoot_style-expected.png:
2157 * tables/mozilla/marvin/x_tfoot_valign_baseline-expected.checksum:
2158 * tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png:
2159 * tables/mozilla/marvin/x_tfoot_valign_bottom-expected.checksum:
2160 * tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png:
2161 * tables/mozilla/marvin/x_tfoot_valign_middle-expected.checksum:
2162 * tables/mozilla/marvin/x_tfoot_valign_middle-expected.png:
2163 * tables/mozilla/marvin/x_tfoot_valign_top-expected.checksum:
2164 * tables/mozilla/marvin/x_tfoot_valign_top-expected.png:
2165 * tables/mozilla/marvin/x_th_align_center-expected.checksum:
2166 * tables/mozilla/marvin/x_th_align_center-expected.png:
2167 * tables/mozilla/marvin/x_th_align_char-expected.checksum:
2168 * tables/mozilla/marvin/x_th_align_char-expected.png:
2169 * tables/mozilla/marvin/x_th_align_justify-expected.checksum:
2170 * tables/mozilla/marvin/x_th_align_justify-expected.png:
2171 * tables/mozilla/marvin/x_th_align_left-expected.checksum:
2172 * tables/mozilla/marvin/x_th_align_left-expected.png:
2173 * tables/mozilla/marvin/x_th_align_right-expected.checksum:
2174 * tables/mozilla/marvin/x_th_align_right-expected.png:
2175 * tables/mozilla/marvin/x_th_bgcolor_name-expected.checksum:
2176 * tables/mozilla/marvin/x_th_bgcolor_name-expected.png:
2177 * tables/mozilla/marvin/x_th_bgcolor_rgb-expected.checksum:
2178 * tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png:
2179 * tables/mozilla/marvin/x_th_class-expected.checksum:
2180 * tables/mozilla/marvin/x_th_class-expected.png:
2181 * tables/mozilla/marvin/x_th_colspan-expected.checksum:
2182 * tables/mozilla/marvin/x_th_colspan-expected.png:
2183 * tables/mozilla/marvin/x_th_height-expected.checksum:
2184 * tables/mozilla/marvin/x_th_height-expected.png:
2185 * tables/mozilla/marvin/x_th_id-expected.checksum:
2186 * tables/mozilla/marvin/x_th_id-expected.png:
2187 * tables/mozilla/marvin/x_th_nowrap-expected.checksum:
2188 * tables/mozilla/marvin/x_th_nowrap-expected.png:
2189 * tables/mozilla/marvin/x_th_rowspan-expected.checksum:
2190 * tables/mozilla/marvin/x_th_rowspan-expected.png:
2191 * tables/mozilla/marvin/x_th_style-expected.checksum:
2192 * tables/mozilla/marvin/x_th_style-expected.png:
2193 * tables/mozilla/marvin/x_th_valign_baseline-expected.checksum:
2194 * tables/mozilla/marvin/x_th_valign_baseline-expected.png:
2195 * tables/mozilla/marvin/x_th_valign_bottom-expected.checksum:
2196 * tables/mozilla/marvin/x_th_valign_bottom-expected.png:
2197 * tables/mozilla/marvin/x_th_valign_middle-expected.checksum:
2198 * tables/mozilla/marvin/x_th_valign_middle-expected.png:
2199 * tables/mozilla/marvin/x_th_valign_top-expected.checksum:
2200 * tables/mozilla/marvin/x_th_valign_top-expected.png:
2201 * tables/mozilla/marvin/x_th_width-expected.checksum:
2202 * tables/mozilla/marvin/x_th_width-expected.png:
2203 * tables/mozilla/marvin/x_thead_align_center-expected.checksum:
2204 * tables/mozilla/marvin/x_thead_align_center-expected.png:
2205 * tables/mozilla/marvin/x_thead_align_char-expected.checksum:
2206 * tables/mozilla/marvin/x_thead_align_char-expected.png:
2207 * tables/mozilla/marvin/x_thead_align_justify-expected.checksum:
2208 * tables/mozilla/marvin/x_thead_align_justify-expected.png:
2209 * tables/mozilla/marvin/x_thead_align_left-expected.checksum:
2210 * tables/mozilla/marvin/x_thead_align_left-expected.png:
2211 * tables/mozilla/marvin/x_thead_align_right-expected.checksum:
2212 * tables/mozilla/marvin/x_thead_align_right-expected.png:
2213 * tables/mozilla/marvin/x_thead_class-expected.checksum:
2214 * tables/mozilla/marvin/x_thead_class-expected.png:
2215 * tables/mozilla/marvin/x_thead_id-expected.checksum:
2216 * tables/mozilla/marvin/x_thead_id-expected.png:
2217 * tables/mozilla/marvin/x_thead_style-expected.checksum:
2218 * tables/mozilla/marvin/x_thead_style-expected.png:
2219 * tables/mozilla/marvin/x_thead_valign_baseline-expected.checksum:
2220 * tables/mozilla/marvin/x_thead_valign_baseline-expected.png:
2221 * tables/mozilla/marvin/x_thead_valign_bottom-expected.checksum:
2222 * tables/mozilla/marvin/x_thead_valign_bottom-expected.png:
2223 * tables/mozilla/marvin/x_thead_valign_middle-expected.checksum:
2224 * tables/mozilla/marvin/x_thead_valign_middle-expected.png:
2225 * tables/mozilla/marvin/x_thead_valign_top-expected.checksum:
2226 * tables/mozilla/marvin/x_thead_valign_top-expected.png:
2227 * tables/mozilla/marvin/x_tr_align_center-expected.checksum:
2228 * tables/mozilla/marvin/x_tr_align_center-expected.png:
2229 * tables/mozilla/marvin/x_tr_align_char-expected.checksum:
2230 * tables/mozilla/marvin/x_tr_align_char-expected.png:
2231 * tables/mozilla/marvin/x_tr_align_justify-expected.checksum:
2232 * tables/mozilla/marvin/x_tr_align_justify-expected.png:
2233 * tables/mozilla/marvin/x_tr_align_left-expected.checksum:
2234 * tables/mozilla/marvin/x_tr_align_left-expected.png:
2235 * tables/mozilla/marvin/x_tr_align_right-expected.checksum:
2236 * tables/mozilla/marvin/x_tr_align_right-expected.png:
2237 * tables/mozilla/marvin/x_tr_bgcolor_name-expected.checksum:
2238 * tables/mozilla/marvin/x_tr_bgcolor_name-expected.png:
2239 * tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.checksum:
2240 * tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png:
2241 * tables/mozilla/marvin/x_tr_class-expected.checksum:
2242 * tables/mozilla/marvin/x_tr_class-expected.png:
2243 * tables/mozilla/marvin/x_tr_id-expected.checksum:
2244 * tables/mozilla/marvin/x_tr_id-expected.png:
2245 * tables/mozilla/marvin/x_tr_style-expected.checksum:
2246 * tables/mozilla/marvin/x_tr_style-expected.png:
2247 * tables/mozilla/marvin/x_tr_valign_baseline-expected.checksum:
2248 * tables/mozilla/marvin/x_tr_valign_baseline-expected.png:
2249 * tables/mozilla/marvin/x_tr_valign_bottom-expected.checksum:
2250 * tables/mozilla/marvin/x_tr_valign_bottom-expected.png:
2251 * tables/mozilla/marvin/x_tr_valign_middle-expected.checksum:
2252 * tables/mozilla/marvin/x_tr_valign_middle-expected.png:
2253 * tables/mozilla/marvin/x_tr_valign_top-expected.checksum:
2254 * tables/mozilla/marvin/x_tr_valign_top-expected.png:
2255 * tables/mozilla/other/body_col-expected.checksum:
2256 * tables/mozilla/other/body_col-expected.png:
2257 * tables/mozilla/other/cell_widths-expected.checksum:
2258 * tables/mozilla/other/cell_widths-expected.png:
2259 * tables/mozilla/other/cellspacing-expected.checksum:
2260 * tables/mozilla/other/cellspacing-expected.png:
2261 * tables/mozilla/other/nested2-expected.checksum:
2262 * tables/mozilla/other/nested2-expected.png:
2263 * tables/mozilla/other/nestedTables-expected.checksum:
2264 * tables/mozilla/other/nestedTables-expected.png:
2265 * tables/mozilla/other/padding-expected.checksum:
2266 * tables/mozilla/other/padding-expected.png:
2267 * tables/mozilla/other/test3-expected.checksum:
2268 * tables/mozilla/other/test3-expected.png:
2269 * tables/mozilla/other/test6-expected.checksum:
2270 * tables/mozilla/other/test6-expected.png:
2271 * tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum:
2272 * tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
2273 * tables/mozilla/other/wa_table_tr_align-expected.checksum:
2274 * tables/mozilla/other/wa_table_tr_align-expected.png:
2275 * tables/mozilla_expected_failures/bugs/97619-expected.checksum:
2276 * tables/mozilla_expected_failures/bugs/97619-expected.png:
2277 * tables/mozilla_expected_failures/bugs/bug1010-expected.checksum:
2278 * tables/mozilla_expected_failures/bugs/bug1010-expected.png:
2279 * tables/mozilla_expected_failures/bugs/bug101759-expected.checksum:
2280 * tables/mozilla_expected_failures/bugs/bug101759-expected.png:
2281 * tables/mozilla_expected_failures/bugs/bug10216-expected.checksum:
2282 * tables/mozilla_expected_failures/bugs/bug10216-expected.png:
2283 * tables/mozilla_expected_failures/bugs/bug1055-2-expected.checksum:
2284 * tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
2285 * tables/mozilla_expected_failures/bugs/bug106336-expected.checksum:
2286 * tables/mozilla_expected_failures/bugs/bug106336-expected.png:
2287 * tables/mozilla_expected_failures/bugs/bug1128-expected.checksum:
2288 * tables/mozilla_expected_failures/bugs/bug1128-expected.png:
2289 * tables/mozilla_expected_failures/bugs/bug11384s-expected.checksum:
2290 * tables/mozilla_expected_failures/bugs/bug11384s-expected.png:
2291 * tables/mozilla_expected_failures/bugs/bug1164-expected.checksum:
2292 * tables/mozilla_expected_failures/bugs/bug1164-expected.png:
2293 * tables/mozilla_expected_failures/bugs/bug11945-expected.checksum:
2294 * tables/mozilla_expected_failures/bugs/bug11945-expected.png:
2295 * tables/mozilla_expected_failures/bugs/bug1262-expected.checksum:
2296 * tables/mozilla_expected_failures/bugs/bug1262-expected.png:
2297 * tables/mozilla_expected_failures/bugs/bug131020-3-expected.checksum:
2298 * tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
2299 * tables/mozilla_expected_failures/bugs/bug14007-2-expected.checksum:
2300 * tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
2301 * tables/mozilla_expected_failures/bugs/bug14323-expected.checksum:
2302 * tables/mozilla_expected_failures/bugs/bug14323-expected.png:
2303 * tables/mozilla_expected_failures/bugs/bug14489-expected.checksum:
2304 * tables/mozilla_expected_failures/bugs/bug14489-expected.png:
2305 * tables/mozilla_expected_failures/bugs/bug1647-expected.checksum:
2306 * tables/mozilla_expected_failures/bugs/bug1647-expected.png:
2307 * tables/mozilla_expected_failures/bugs/bug18440-expected.checksum:
2308 * tables/mozilla_expected_failures/bugs/bug18440-expected.png:
2309 * tables/mozilla_expected_failures/bugs/bug18770-expected.checksum:
2310 * tables/mozilla_expected_failures/bugs/bug18770-expected.png:
2311 * tables/mozilla_expected_failures/bugs/bug19526-expected.checksum:
2312 * tables/mozilla_expected_failures/bugs/bug19526-expected.png:
2313 * tables/mozilla_expected_failures/bugs/bug21518-expected.checksum:
2314 * tables/mozilla_expected_failures/bugs/bug21518-expected.png:
2315 * tables/mozilla_expected_failures/bugs/bug220653-expected.checksum:
2316 * tables/mozilla_expected_failures/bugs/bug220653-expected.png:
2317 * tables/mozilla_expected_failures/bugs/bug22122-expected.checksum:
2318 * tables/mozilla_expected_failures/bugs/bug22122-expected.png:
2319 * tables/mozilla_expected_failures/bugs/bug22246-2-expected.checksum:
2320 * tables/mozilla_expected_failures/bugs/bug22246-2-expected.png:
2321 * tables/mozilla_expected_failures/bugs/bug22246-2a-expected.checksum:
2322 * tables/mozilla_expected_failures/bugs/bug22246-2a-expected.png:
2323 * tables/mozilla_expected_failures/bugs/bug22246-3-expected.checksum:
2324 * tables/mozilla_expected_failures/bugs/bug22246-3-expected.png:
2325 * tables/mozilla_expected_failures/bugs/bug22246-3a-expected.checksum:
2326 * tables/mozilla_expected_failures/bugs/bug22246-3a-expected.png:
2327 * tables/mozilla_expected_failures/bugs/bug222846-expected.checksum:
2328 * tables/mozilla_expected_failures/bugs/bug222846-expected.png:
2329 * tables/mozilla_expected_failures/bugs/bug23847-expected.checksum:
2330 * tables/mozilla_expected_failures/bugs/bug23847-expected.png:
2331 * tables/mozilla_expected_failures/bugs/bug24880-1-expected.checksum:
2332 * tables/mozilla_expected_failures/bugs/bug24880-1-expected.png:
2333 * tables/mozilla_expected_failures/bugs/bug25707-expected.checksum:
2334 * tables/mozilla_expected_failures/bugs/bug25707-expected.png:
2335 * tables/mozilla_expected_failures/bugs/bug27993-2-expected.checksum:
2336 * tables/mozilla_expected_failures/bugs/bug27993-2-expected.png:
2337 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.checksum:
2338 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
2339 * tables/mozilla_expected_failures/bugs/bug3105-expected.checksum:
2340 * tables/mozilla_expected_failures/bugs/bug3105-expected.png:
2341 * tables/mozilla_expected_failures/bugs/bug3166-8-expected.checksum:
2342 * tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
2343 * tables/mozilla_expected_failures/bugs/bug32205-1-expected.checksum:
2344 * tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
2345 * tables/mozilla_expected_failures/bugs/bug32205-4-expected.checksum:
2346 * tables/mozilla_expected_failures/bugs/bug32205-4-expected.png:
2347 * tables/mozilla_expected_failures/bugs/bug42043-expected.checksum:
2348 * tables/mozilla_expected_failures/bugs/bug42043-expected.png:
2349 * tables/mozilla_expected_failures/bugs/bug4294-expected.checksum:
2350 * tables/mozilla_expected_failures/bugs/bug4294-expected.png:
2351 * tables/mozilla_expected_failures/bugs/bug46268-4-expected.checksum:
2352 * tables/mozilla_expected_failures/bugs/bug46268-4-expected.png:
2353 * tables/mozilla_expected_failures/bugs/bug51000-expected.checksum:
2354 * tables/mozilla_expected_failures/bugs/bug51000-expected.png:
2355 * tables/mozilla_expected_failures/bugs/bug56024-expected.checksum:
2356 * tables/mozilla_expected_failures/bugs/bug56024-expected.png:
2357 * tables/mozilla_expected_failures/bugs/bug58402-2-expected.checksum:
2358 * tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
2359 * tables/mozilla_expected_failures/bugs/bug59252-expected.checksum:
2360 * tables/mozilla_expected_failures/bugs/bug59252-expected.png:
2361 * tables/mozilla_expected_failures/bugs/bug61042-1-expected.checksum:
2362 * tables/mozilla_expected_failures/bugs/bug61042-1-expected.png:
2363 * tables/mozilla_expected_failures/bugs/bug61042-2-expected.checksum:
2364 * tables/mozilla_expected_failures/bugs/bug61042-2-expected.png:
2365 * tables/mozilla_expected_failures/bugs/bug65372-expected.checksum:
2366 * tables/mozilla_expected_failures/bugs/bug65372-expected.png:
2367 * tables/mozilla_expected_failures/bugs/bug67915-2-expected.checksum:
2368 * tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
2369 * tables/mozilla_expected_failures/bugs/bug6933-expected.checksum:
2370 * tables/mozilla_expected_failures/bugs/bug6933-expected.png:
2371 * tables/mozilla_expected_failures/bugs/bug7113-expected.checksum:
2372 * tables/mozilla_expected_failures/bugs/bug7113-expected.png:
2373 * tables/mozilla_expected_failures/bugs/bug72393-expected.checksum:
2374 * tables/mozilla_expected_failures/bugs/bug72393-expected.png:
2375 * tables/mozilla_expected_failures/bugs/bug7243-expected.checksum:
2376 * tables/mozilla_expected_failures/bugs/bug7243-expected.png:
2377 * tables/mozilla_expected_failures/bugs/bug73629-expected.checksum:
2378 * tables/mozilla_expected_failures/bugs/bug73629-expected.png:
2379 * tables/mozilla_expected_failures/bugs/bug80762-2-expected.checksum:
2380 * tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
2381 * tables/mozilla_expected_failures/bugs/bug8499-expected.checksum:
2382 * tables/mozilla_expected_failures/bugs/bug8499-expected.png:
2383 * tables/mozilla_expected_failures/bugs/bug89315-expected.checksum:
2384 * tables/mozilla_expected_failures/bugs/bug89315-expected.png:
2385 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.checksum:
2386 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
2387 * tables/mozilla_expected_failures/bugs/bug9879-1-expected.checksum:
2388 * tables/mozilla_expected_failures/bugs/bug9879-1-expected.png:
2389 * tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.checksum:
2390 * tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
2391 * tables/mozilla_expected_failures/core/backgrounds-expected.checksum:
2392 * tables/mozilla_expected_failures/core/backgrounds-expected.png:
2393 * tables/mozilla_expected_failures/core/col_span2-expected.checksum:
2394 * tables/mozilla_expected_failures/core/col_span2-expected.png:
2395 * tables/mozilla_expected_failures/core/cols1-expected.checksum:
2396 * tables/mozilla_expected_failures/core/cols1-expected.png:
2397 * tables/mozilla_expected_failures/core/columns-expected.checksum:
2398 * tables/mozilla_expected_failures/core/columns-expected.png:
2399 * tables/mozilla_expected_failures/core/conflicts-expected.checksum:
2400 * tables/mozilla_expected_failures/core/conflicts-expected.png:
2401 * tables/mozilla_expected_failures/core/table_rules-expected.checksum:
2402 * tables/mozilla_expected_failures/core/table_rules-expected.png:
2403 * tables/mozilla_expected_failures/dom/appendCells1-expected.checksum:
2404 * tables/mozilla_expected_failures/dom/appendCells1-expected.png:
2405 * tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.checksum:
2406 * tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.png:
2407 * tables/mozilla_expected_failures/dom/appendCol1-expected.checksum:
2408 * tables/mozilla_expected_failures/dom/appendCol1-expected.png:
2409 * tables/mozilla_expected_failures/dom/appendColGroup1-expected.checksum:
2410 * tables/mozilla_expected_failures/dom/appendColGroup1-expected.png:
2411 * tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.checksum:
2412 * tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png:
2413 * tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.checksum:
2414 * tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png:
2415 * tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.checksum:
2416 * tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.png:
2417 * tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.checksum:
2418 * tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.png:
2419 * tables/mozilla_expected_failures/marvin/table_frame_above-expected.checksum:
2420 * tables/mozilla_expected_failures/marvin/table_frame_above-expected.png:
2421 * tables/mozilla_expected_failures/marvin/table_frame_below-expected.checksum:
2422 * tables/mozilla_expected_failures/marvin/table_frame_below-expected.png:
2423 * tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.checksum:
2424 * tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png:
2425 * tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.checksum:
2426 * tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png:
2427 * tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.checksum:
2428 * tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png:
2429 * tables/mozilla_expected_failures/marvin/table_frame_void-expected.checksum:
2430 * tables/mozilla_expected_failures/marvin/table_frame_void-expected.png:
2431 * tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.checksum:
2432 * tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png:
2433 * tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.checksum:
2434 * tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png:
2435 * tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.checksum:
2436 * tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png:
2437 * tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.checksum:
2438 * tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png:
2439 * tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.checksum:
2440 * tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png:
2441 * tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.checksum:
2442 * tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png:
2443 * tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.checksum:
2444 * tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png:
2445 * tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.checksum:
2446 * tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png:
2447 * tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.checksum:
2448 * tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
2449 * tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.checksum:
2450 * tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
2451 * tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.checksum:
2452 * tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.png:
2453 * tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.checksum:
2454 * tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.png:
2455 * tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.checksum:
2456 * tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.png:
2457 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.checksum:
2458 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png:
2459 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.checksum:
2460 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png:
2461 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.checksum:
2462 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png:
2463 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.checksum:
2464 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
2465 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.checksum:
2466 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png:
2467 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.checksum:
2468 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png:
2469 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.checksum:
2470 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png:
2471 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.checksum:
2472 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
2473 * tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.checksum:
2474 * tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.png:
2475 * tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.checksum:
2476 * tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.png:
2477 * tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.checksum:
2478 * tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.png:
2479 * tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.checksum:
2480 * tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.png:
2481 * tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.checksum:
2482 * tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.png:
2483 * tables/mozilla_expected_failures/marvin/table_rules_cols-expected.checksum:
2484 * tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
2485 * tables/mozilla_expected_failures/marvin/table_rules_none-expected.checksum:
2486 * tables/mozilla_expected_failures/marvin/table_rules_none-expected.png:
2487 * tables/mozilla_expected_failures/marvin/table_rules_rows-expected.checksum:
2488 * tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png:
2489 * tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.checksum:
2490 * tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png:
2491 * tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.checksum:
2492 * tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png:
2493 * tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.checksum:
2494 * tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png:
2495 * tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.checksum:
2496 * tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png:
2497 * tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.checksum:
2498 * tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png:
2499 * tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.checksum:
2500 * tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.png:
2501 * tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.checksum:
2502 * tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.png:
2503 * tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.checksum:
2504 * tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png:
2505 * tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.checksum:
2506 * tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png:
2507 * tables/mozilla_expected_failures/marvin/x_table_rules_groups-expected.checksum:
2508 * tables/mozilla_expected_failures/marvin/x_table_rules_groups-expected.png:
2509 * tables/mozilla_expected_failures/marvin/x_table_rules_none-expected.checksum:
2510 * tables/mozilla_expected_failures/marvin/x_table_rules_none-expected.png:
2511 * tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.checksum:
2512 * tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png:
2513 * tables/mozilla_expected_failures/other/empty_cells-expected.checksum:
2514 * tables/mozilla_expected_failures/other/empty_cells-expected.png:
2515 * tables/mozilla_expected_failures/other/test4-expected.checksum:
2516 * tables/mozilla_expected_failures/other/test4-expected.png:
2518 2006-04-17 Justin Garcia <justin.garcia@apple.com>
2522 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8402>
2523 Fix interchange newline handling and avoid use of test rendering info
2525 * editing/pasteboard/interchange-newline-1-expected.checksum: Added.
2526 * editing/pasteboard/interchange-newline-1-expected.png: Added.
2527 * editing/pasteboard/interchange-newline-1-expected.txt: Added.
2528 * editing/pasteboard/interchange-newline-1.html: Added.
2529 * editing/pasteboard/interchange-newline-2-expected.checksum: Added.
2530 * editing/pasteboard/interchange-newline-2-expected.png: Added.
2531 * editing/pasteboard/interchange-newline-2-expected.txt: Added.
2532 * editing/pasteboard/interchange-newline-2.html: Added.
2533 * editing/pasteboard/interchange-newline-3-expected.checksum: Added.
2534 * editing/pasteboard/interchange-newline-3-expected.png: Added.
2535 * editing/pasteboard/interchange-newline-3-expected.txt: Added.
2536 * editing/pasteboard/interchange-newline-3.html: Added.
2538 2006-04-16 Mitz Pettel <opendarwin.org@mitzpettel.com>
2542 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8408
2543 Paint the highlight behind selected list markers
2545 * editing/selection/extend-by-word-002-expected.checksum: Updated.
2546 * editing/selection/extend-by-word-002-expected.png: Updated.
2547 * fast/lists/markers-in-selection-expected.checksum: Added.
2548 * fast/lists/markers-in-selection-expected.png: Added.
2549 * fast/lists/markers-in-selection-expected.txt: Added.
2550 * fast/lists/markers-in-selection.html: Added.
2552 2006-04-16 Mitz Pettel <opendarwin.org@mitzpettel.com>
2556 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8420
2557 iExploder(#12): Assertion failure in RenderContainer::removeChildNode
2559 * fast/forms/button-inner-block-reuse-expected.checksum: Added.
2560 * fast/forms/button-inner-block-reuse-expected.png: Added.
2561 * fast/forms/button-inner-block-reuse-expected.txt: Added.
2562 * fast/forms/button-inner-block-reuse.html: Added.
2564 2006-04-16 Mitz Pettel <opendarwin.org@mitzpettel.com>
2568 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8394
2569 Editable region does not accept dropped text if there is no selection
2571 * editing/pasteboard/drop-text-without-selection-expected.checksum: Added.
2572 * editing/pasteboard/drop-text-without-selection-expected.png: Added.
2573 * editing/pasteboard/drop-text-without-selection-expected.txt: Added.
2574 * editing/pasteboard/drop-text-without-selection.html: Added.
2576 2006-04-15 Darin Adler <darin@apple.com>
2578 - more results for tests landed without pixel-test results
2580 * fast/text/whitespace/pre-newline-box-test-expected.checksum: Added.
2581 * fast/text/whitespace/pre-newline-box-test-expected.png: Added.
2583 2006-04-15 Darin Adler <darin@apple.com>
2585 - added some results for some tests people added without expected results
2587 * svg/custom/class-selector-expected.txt: Added.
2588 * svg/custom/class-selector-expected.checksum: Added.
2589 * svg/custom/class-selector-expected.png: Added.
2590 * editing/selection/extend-by-sentence-001-expected.checksum: Added.
2591 * editing/selection/extend-by-sentence-001-expected.png: Added.
2592 * fast/dom/Element/null-offset-parent-expected.checksum: Added.
2593 * fast/dom/Element/null-offset-parent-expected.png: Added.
2595 2006-04-15 Darin Adler <darin@apple.com>
2597 - updated a layout test result for Hyatt's prefix change
2599 * fast/inspector/style-expected.txt: Some background properties now
2600 have the "-webkit" prefix.
2602 2006-04-12 Geoffrey Garen <ggaren@apple.com>
2604 Layout test for document.defaultView
2606 * fast/dom/defaultView-expected.txt: Added.
2607 * fast/dom/defaultView.html: Added.
2608 * fast/events/event-view-toString-expected.txt: Updated to reflect new
2609 prototype chain for defaultView.
2611 2006-04-12 Geoffrey Garen <ggaren@apple.com>
2613 Layout test to ensure that the window object gets cleared during a
2614 navigation. I caused a regression in that area when working in window
2617 * fast/loader/resources/window-clearing2.html: Added.
2618 * fast/loader/window-clearing.html: Added.
2620 2006-04-13 Alexey Proskuryakov <ap@nypop.com>
2622 Test created by Maciej.
2624 Tests that Latin-1 is handled as windows-1252
2625 (see http://bugzilla.opendarwin.org/show_bug.cgi?id=7602). Some existing tests
2626 already did cover this, but only indirectly.
2628 * fast/encoding/latin1-winlatin-expected.txt: Added.
2629 * fast/encoding/latin1-winlatin.html: Added.
2631 2006-04-12 Justin Garcia <justin.garcia@apple.com>
2633 Reviewed by harrison
2635 Layout test for the changes made to VisiblePosition::init in r13825.
2637 * editing/selection/unrendered-space.html
2638 * editing/selection/unrendered-space-expected.png
2639 * editing/selection/unrendered-space-expected.checksum
2640 * editing/selection/unrendered-space-expected.txt
2642 2006-04-12 Adele Peterson <adele@apple.com>
2644 Test for setSelectionRange bug in text fields.
2646 * fast/forms/input-delete-expected.txt: Added.
2647 * fast/forms/input-delete.html: Added.
2649 2006-04-12 Mitz Pettel <opendarwin.org@mitzpettel.com>
2653 - updated test results for http://bugzilla.opendarwin.org/show_bug.cgi?id=4855
2654 List item's bullets fail to redraw correctly after their style is set with JavaScript
2656 * css1/basic/class_as_selector-expected.txt:
2657 * css1/basic/containment-expected.txt:
2658 * css1/basic/contextual_selectors-expected.txt:
2659 * css1/basic/id_as_selector-expected.txt:
2660 * css1/box_properties/border_bottom-expected.txt:
2661 * css1/box_properties/border_left-expected.txt:
2662 * css1/box_properties/border_right_inline-expected.txt:
2663 * css1/box_properties/border_top-expected.txt:
2664 * css1/box_properties/clear_float-expected.txt:
2665 * css1/box_properties/margin-expected.txt:
2666 * css1/box_properties/margin_bottom-expected.txt:
2667 * css1/box_properties/margin_left-expected.txt:
2668 * css1/box_properties/margin_right-expected.txt:
2669 * css1/box_properties/margin_top-expected.txt:
2670 * css1/box_properties/padding_left-expected.txt:
2671 * css1/box_properties/padding_right-expected.txt:
2672 * css1/cascade/cascade_order-expected.txt:
2673 * css1/classification/display-expected.txt:
2674 * css1/classification/list_style-expected.txt:
2675 * css1/classification/list_style_image-expected.txt:
2676 * css1/classification/list_style_position-expected.txt:
2677 * css1/classification/list_style_type-expected.txt:
2678 * css1/conformance/forward_compatible_parsing-expected.txt:
2679 * css1/pseudo/anchor-expected.txt:
2680 * css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
2681 * css2.1/t0505-c16-descendant-01-e-expected.txt:
2682 * css2.1/t050803-c14-classes-00-e-expected.txt:
2683 * css2.1/t0509-c15-ids-01-e-expected.txt:
2684 * css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
2685 * css2.1/t0805-c5519-brdr-r-02-e-expected.txt:
2686 * css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
2687 * css2.1/t0805-c5521-brdr-l-02-e-expected.txt:
2688 * css2.1/t1205-c561-list-displ-00-b-expected.txt:
2689 * css2.1/t1205-c563-list-type-00-b-expected.txt:
2690 * css2.1/t1205-c563-list-type-01-b-expected.txt:
2691 * css2.1/t1205-c564-list-img-00-b-g-expected.txt:
2692 * css2.1/t1205-c565-list-pos-00-b-expected.txt:
2693 * css2.1/t1205-c566-list-stl-00-e-ag-expected.txt:
2694 * css2.1/t1205-c566-list-stl-01-c-g-expected.txt:
2695 * editing/deleting/delete-listitem-002-expected.txt:
2696 * editing/execCommand/insertHTML-expected.txt:
2697 * editing/pasteboard/paste-4039777-fix-expected.txt:
2698 * editing/pasteboard/paste-list-001-expected.txt:
2699 * editing/selection/extend-by-word-002-expected.txt:
2700 * editing/selection/move-by-line-002-expected.txt:
2701 * editing/selection/select-all-iframe-expected.txt:
2702 * editing/selection/selectNode-expected.txt:
2703 * editing/selection/selectNodeContents-expected.txt:
2704 * editing/unsupported-content/list-type-after-expected.txt:
2705 * editing/unsupported-content/list-type-before-expected.txt:
2706 * fast/block/float/014-expected.txt:
2707 * fast/css-generated-content/009-expected.txt:
2708 * fast/css/001-expected.txt:
2709 * fast/css/001-expected.png:
2710 * fast/css/001-expected.checksum:
2711 * fast/css/continuationCrash-expected.txt:
2712 * fast/css/list-outline-expected.txt:
2713 * fast/doctypes/001-expected.txt:
2714 * fast/doctypes/002-expected.txt:
2715 * fast/doctypes/003-expected.txt:
2716 * fast/doctypes/004-expected.txt:
2717 * fast/dom/window-onFocus-expected.txt:
2718 * fast/forms/form-hides-table-expected.txt:
2719 * fast/forms/plaintext-mode-2-expected.txt:
2720 * fast/lists/001-expected.checksum:
2721 * fast/lists/001-expected.png:
2722 * fast/lists/001-expected.txt:
2723 * fast/lists/002-expected.txt:
2724 * fast/lists/003-expected.txt:
2725 * fast/lists/004-expected.txt:
2726 * fast/lists/005-expected.txt:
2727 * fast/lists/006-expected.txt:
2728 * fast/lists/007-expected.txt:
2729 * fast/lists/008-expected.txt:
2730 * fast/lists/009-expected.txt:
2731 * fast/lists/drag-into-marker-expected.txt:
2732 * fast/lists/li-br-expected.txt:
2733 * fast/lists/ol-display-types-expected.txt:
2734 * fast/lists/olstart-expected.txt:
2735 * fast/lists/scrolled-marker-paint-expected.txt:
2736 * fast/overflow/overflow-rtl-expected.txt:
2737 * fast/parser/entities-in-xhtml-expected.txt:
2738 * fast/selectors/001-expected.txt:
2739 * fast/selectors/013-expected.txt:
2740 * fast/selectors/015-expected.txt:
2741 * fast/selectors/166-expected.txt:
2742 * fast/table/018-expected.txt:
2743 * fast/table/form-with-table-style-expected.txt:
2744 * fast/text/whitespace/tab-character-basics-expected.txt:
2745 * fast/tokenizer/004-expected.txt:
2746 * tables/mozilla/bugs/bug23235-expected.txt:
2747 * tables/mozilla/bugs/bug30692-expected.txt:
2748 * tables/mozilla/bugs/bug3191-expected.txt:
2749 * tables/mozilla/bugs/bug32205-2-expected.txt:
2750 * tables/mozilla/marvin/backgr_index-expected.txt:
2751 * tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
2752 * tables/mozilla/marvin/x_table-expected.txt:
2753 * tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
2754 * tables/mozilla/other/wa_table_tr_align-expected.txt:
2755 * tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
2756 * tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
2757 * tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
2759 2006-04-12 David Harrison <harrison@apple.com>
2761 <rdar://problem/4386640> AX: AXPreviousSentenceStartTextMarkerForTextMarker does not respect paragraph boundary
2762 <rdar://problem/4414575> AX: Dictionary popup cannot find some words on Dictionary.app
2764 * editing/editing.js:
2765 Add sentence navigation/selection.
2767 * editing/selection/extend-by-sentence-001-expected.txt: Added.
2768 * editing/selection/extend-by-sentence-001.html: Added.
2769 Test for both <rdar://problem/4386640> and <rdar://problem/4414575>.
2771 * fast/dom/inner-text-001-expected.txt: Added.
2772 * fast/dom/inner-text-001.html: Added.
2773 Tests innerText on a variety of elements.
2775 * fast/dom/HTMLObjectElement/form/test1-expected.txt:
2776 * fast/events/mouseclick-target-and-positioning-expected.txt:
2777 * fast/forms/button-in-forms-collection-expected.txt:
2778 * fast/forms/focus-control-to-page-expected.txt:
2779 * fast/forms/focus-expected.txt:
2780 * fast/forms/textarea-hard-linewrap-expected.txt:
2781 * fast/forms/textarea-setvalue-submit-expected.txt:
2782 * fast/loader/loadInProgress-expected.txt:
2783 Updated for innerText changes that emit newlines for more kinds of blocks.
2785 2006-04-12 Justin Garcia <justin.garcia@apple.com>
2789 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8335>
2790 Implement execCommand(InsertHorizontalRule)
2792 * editing/deleting/merge-unrendered-space.html:
2793 * editing/execCommand/insertHorizontalRule-expected.checksum: Added.
2794 * editing/execCommand/insertHorizontalRule-expected.png: Added.
2795 * editing/execCommand/insertHorizontalRule-expected.txt: Added.
2796 * editing/execCommand/insertHorizontalRule.html: Added.
2798 2006-04-11 Justin Garcia <justin.garcia@apple.com>
2800 Reviewed by harrison
2802 Added to test changes:
2803 * editing/pasteboard/merge-end-1-expected.checksum: Added.
2804 * editing/pasteboard/merge-end-1-expected.png: Added.
2805 * editing/pasteboard/merge-end-1-expected.txt: Added.
2806 * editing/pasteboard/merge-end-1.html: Added.
2807 * editing/pasteboard/merge-end-2-expected.checksum: Added.
2808 * editing/pasteboard/merge-end-2-expected.png: Added.
2809 * editing/pasteboard/merge-end-2-expected.txt: Added.
2810 * editing/pasteboard/merge-end-2.html: Added.
2812 Use the editing library so the test can be run in slow motion.
2813 * editing/deleting/merge-unrendered-space.html:
2815 Merges after pasted content no longer happen unnecessarily. These
2816 tests used to do unnecessary merges that happened to move nodes
2817 that served as selection endpoints, which cleared the selection.
2818 So, you'll see changes to the selection change delegate calls.
2819 * editing/pasteboard/8145-2-expected.txt:
2820 * editing/pasteboard/paste-line-endings-010-expected.txt:
2821 * editing/pasteboard/paste-text-008-expected.txt:
2822 * editing/pasteboard/paste-text-009-expected.txt:
2824 2006-04-11 Justin Garcia <justin.garcia@apple.com>
2826 Reviewed by harrison
2828 * editing/deleting/merge-unrendered-space-expected.checksum: Added.
2829 * editing/deleting/merge-unrendered-space-expected.png: Added.
2830 * editing/deleting/merge-unrendered-space-expected.txt: Added.
2831 * editing/deleting/merge-unrendered-space.html: Added.
2833 2006-04-10 Alexey Proskuryakov <ap@nypop.com>
2837 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=8157
2838 Make HTTP tests using Perl use .pl extension
2840 * http/tests/incremental/slow-utf8-text.pl: Added (renamed from .text).
2841 * http/tests/incremental/slow-utf8-text.text: Removed.
2842 * http/tests/incremental/split-hex-entities.pl: Added (renamed from .html).
2843 * http/tests/incremental/split-hex-entities.html: Removed.
2844 * http/tests/incremental/.htaccess: Removed.
2846 2006-04-10 Darin Adler <darin@apple.com>
2848 * fast/dom/gc-4-expected.txt: Add one blank line (test result was failing).
2850 2006-04-10 Darin Adler <darin@apple.com>
2852 - one more test change for http://bugzilla.opendarwin.org/show_bug.cgi?id=4884
2853 Canvas element breaks when RenderObject creation is deferred by external CSS
2855 * fast/dom/gc-4.html: Test had a bug where it used <canvas>
2856 without a </canvas> tag. Changed test to include a </canvas> tag.
2858 2006-04-10 Darin Adler <darin@apple.com>
2860 - regenerated pixel results because many may be affected by
2861 the fix for bug 8100
2863 2006-04-09 Alexey Proskuryakov <ap@nypop.com>
2867 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7877
2868 XMLHttpRequest ignores username/password passed to open()
2870 * http/tests/xmlhttprequest/basic-auth-expected.txt: Added.
2871 * http/tests/xmlhttprequest/basic-auth.html: Added.
2872 * http/tests/xmlhttprequest/resources/basic-auth.php: Added.
2874 2006-04-09 Darin Adler <darin@apple.com>
2878 - test changes for http://bugzilla.opendarwin.org/show_bug.cgi?id=4884
2879 Canvas element breaks when RenderObject creation is deferred by external CSS
2881 * fast/canvas/canvas-before-css-expected.checksum: Added.
2882 * fast/canvas/canvas-before-css-expected.png: Added.
2883 * fast/canvas/canvas-before-css-expected.txt: Added.
2884 * fast/canvas/canvas-before-css.html: Added.
2886 * fast/canvas/image-object-in-canvas.html: Test had a bug where it used <canvas>
2887 without a </canvas> tag. Changed test to include a </canvas> tag.
2889 * fast/canvas/patternfill-repeat-expected.txt: Updated for name change from
2890 RenderCanvasImage to RenderHTMLCanvas.
2891 * fast/canvas/image-object-in-canvas-expected.txt: Ditto.
2892 * fast/canvas/fillrect_gradient-expected.txt: Ditto.
2893 * fast/canvas/quadraticCurveTo-expected.txt: Ditto.
2895 2006-04-09 Rob Buis <buis@kde.org>
2897 Reviewed by eseidel. Landed by eseidel.
2899 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6930
2900 % width/height on nested <svg> tags do not work
2902 * svg/custom/inner-percent-expected.txt: Added.
2903 * svg/custom/inner-percent.svg: Added.
2905 2006-04-08 Darin Adler <darin@apple.com>
2909 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=7622
2910 REGRESSION: New text fields should compute maxlength considering composed character sequences
2912 * fast/forms/input-text-maxlength-expected.checksum: Added.
2913 * fast/forms/input-text-maxlength-expected.png: Added.
2914 * fast/forms/input-text-maxlength-expected.txt: Added.
2915 * fast/forms/input-text-maxlength.html: Added.
2916 * fast/forms/input-text-paste-maxlength-expected.checksum: Added.
2917 * fast/forms/input-text-paste-maxlength-expected.png: Added.
2918 * fast/forms/input-text-paste-maxlength-expected.txt: Added.
2919 * fast/forms/input-text-paste-maxlength.html: Added.
2921 2006-04-08 Alexey Proskuryakov <ap@nypop.com>
2925 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8264
2926 toLowerCase and toUpperCase don't honor special mappings
2928 * fast/js/resources/string-capitalization.js: Added.
2929 * fast/js/string-capitalization-expected.txt: Added.
2930 * fast/js/string-capitalization.html: Added.
2932 2006-04-07 Darin Adler <darin@apple.com>
2936 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8134
2937 REGRESSION: dragging down from the middle of a text field does not select to end of field
2939 * fast/forms/input-text-drag-down-expected.checksum: Added.
2940 * fast/forms/input-text-drag-down-expected.png: Added.
2941 * fast/forms/input-text-drag-down-expected.txt: Added.
2942 * fast/forms/input-text-drag-down.html: Added.
2944 2006-04-07 Darin Adler <darin@apple.com>
2948 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8134
2949 REGRESSION: dragging down from the middle of a text field does not select to end of field
2951 * fast/forms/input-text-drag-down-expected.checksum: Added.
2952 * fast/forms/input-text-drag-down-expected.png: Added.
2953 * fast/forms/input-text-drag-down-expected.txt: Added.
2954 * fast/forms/input-text-drag-down.html: Added.
2956 2006-04-07 Maciej Stachowiak <mjs@apple.com>
2960 Test case for this fix:
2962 - fixed REGRESSION: offsetParent on element with no offset parent crashes
2964 * fast/dom/Element/null-offset-parent.html: Added.
2966 2006-04-07 Justin Garcia <justin.garcia@apple.com>
2970 * fast/forms/input-maxlength-2-expected.checksum: Added.
2971 * fast/forms/input-maxlength-2-expected.png: Added.
2972 * fast/forms/input-maxlength-2-expected.txt: Added.
2973 * fast/forms/input-maxlength-2.html: Added.
2975 2006-04-07 Justin Garcia <justin.garcia@apple.com>
2977 Reviewed by harrison
2978 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8250>
2979 REGRESSION: Interchange newlines aren't passed with the khtmlBeforeTextInsertedEvent
2981 * fast/forms/8250-expected.checksum: Added.
2982 * fast/forms/8250-expected.png: Added.
2983 * fast/forms/8250-expected.txt: Added.
2984 * fast/forms/8250.html: Added.
2986 2006-04-07 Justin Garcia <justin.garcia@apple.com>
2989 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8219>
2990 REGRESSION: Two extra newlines added when pasting a single styled line into a plaintext-only region
2992 Updated to relfect fix:
2993 * editing/pasteboard/8145-1-expected.checksum:
2994 * editing/pasteboard/8145-1-expected.png:
2995 * editing/pasteboard/8145-1-expected.txt:
2996 * editing/pasteboard/8145-1.html:
2998 2006-04-07 Justin Garcia <justin.garcia@apple.com>
3000 Reviewed by harrison
3002 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8145>
3003 REGRESSION: Pasting text from TextEdit with a bold word into text field results in crash
3005 * editing/pasteboard/8145-1-expected.checksum: Added.
3006 * editing/pasteboard/8145-1-expected.png: Added.
3007 * editing/pasteboard/8145-1-expected.txt: Added.
3008 * editing/pasteboard/8145-1.html: Added.
3009 * editing/pasteboard/8145-2-expected.checksum: Added.
3010 * editing/pasteboard/8145-2-expected.png: Added.
3011 * editing/pasteboard/8145-2-expected.txt: Added.
3012 * editing/pasteboard/8145-2.html: Added.
3013 * editing/pasteboard/8145-3-expected.checksum: Added.
3014 * editing/pasteboard/8145-3-expected.png: Added.
3015 * editing/pasteboard/8145-3-expected.txt: Added.
3016 * editing/pasteboard/8145-3.html: Added.
3017 * fast/forms/plaintext-mode-1-expected.txt:
3018 * fast/forms/plaintext-mode-1.html:
3020 2006-04-07 Maciej Stachowiak <mjs@apple.com>
3024 Added test case for incidental fix from this change:
3026 - Convert Element JS bindings to be almost completely autogenerated
3027 http://bugzilla.opendarwin.org/show_bug.cgi?id=8227
3029 * fast/dom/Element/dimension-properties-unrendered-expected.txt: Added.
3030 * fast/dom/Element/dimension-properties-unrendered.html: Added.
3031 * fast/dom/Element/resources/dimension-properties-unrendered.js: Added.
3033 2006-04-06 Beth Dakin <bdakin@apple.com>
3037 Layout test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8203
3038 This fix also changes the layout of two existing tests.
3040 * fast/forms/input-appearance-minWidth-expected.checksum:
3041 * fast/forms/input-appearance-minWidth-expected.png:
3042 * fast/forms/input-appearance-minWidth-expected.txt:
3043 * fast/forms/minWidthPercent-expected.checksum: Added.
3044 * fast/forms/minWidthPercent-expected.png: Added.
3045 * fast/forms/minWidthPercent-expected.txt: Added.
3046 * fast/forms/minWidthPercent.html: Added.
3047 * fast/replaced/width100percent-expected.checksum:
3048 * fast/replaced/width100percent-expected.png:
3049 * fast/replaced/width100percent-expected.txt:
3051 2006-04-05 Darin Adler <darin@apple.com>
3053 - regenerated test results
3055 * fast/forms/input-table-expected.txt: Regenerated. Seems right, matches Gecko.
3057 * fast/forms/form-element-geometry-expected.png: Regenerated.
3058 * fast/forms/form-element-geometry-expected.checksum: Regenerated.
3060 2006-04-05 Darin Adler <darin@apple.com>
3062 - bug http://bugzilla.opendarwin.org/show_bug.cgi?id=8187 seems to have disappeared
3064 * fast/forms/input-truncate-newline-expected.txt: Restored good expected results.
3066 2006-04-05 Darin Adler <darin@apple.com>
3070 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8111
3071 REGRESSION (NativeTextField): first click in form field on weather.com leaves focus
3074 - updated results for improved dumping of selection location in DumpRenderTree
3076 * fast/forms/input-text-self-emptying-click-expected.checksum: Added.
3077 * fast/forms/input-text-self-emptying-click-expected.png: Added.
3078 * fast/forms/input-text-self-emptying-click-expected.txt: Added.
3079 * fast/forms/input-text-self-emptying-click.html: Added.
3081 * editing/selection/3690703-2-expected.txt: Updated.
3082 * fast/forms/input-appearance-focus-expected.txt: Updated.
3083 * fast/forms/input-appearance-readonly-expected.txt: Updated.
3084 * fast/forms/input-appearance-selection-expected.txt: Updated.
3085 * fast/forms/input-paste-undo-expected.txt: Updated.
3086 * fast/forms/input-text-double-click-expected.txt: Updated.
3087 * fast/forms/input-text-option-delete-expected.txt: Updated.
3088 * fast/forms/input-text-scroll-left-on-blur-expected.txt: Updated.
3089 * fast/forms/plaintext-mode-2-expected.txt: Updated.
3091 2006-04-05 Mitz Pettel <opendarwin.org@mitzpettel.com>
3093 Reviewed and landed by Maciej.
3095 - updated test result for http://bugzilla.opendarwin.org/show_bug.cgi?id=8184
3096 REGRESSION (r13655): Layer outline not clipped where it should be
3098 * fast/clip/outline-overflowClip-expected.txt: Reverted to the correct
3101 2006-04-04 Rob Buis <buis@kde.org>
3103 Reviewed by Eric, landed by Maciej.
3105 * svg/custom/class-selector.svg: Added.
3107 2006-04-04 Maciej Stachowiak <mjs@apple.com>
3111 Update prototype chain for the following fix:
3113 - autogenerate bindings for all of the methods and properties of Document
3114 http://bugzilla.opendarwin.org/show_bug.cgi?id=8163
3116 * fast/dom/prototype-chain-expected.txt:
3118 2006-04-05 Justin Garcia <justin.garcia@apple.com>
3122 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8198>
3123 Hitting an assert on undo paste
3125 * editing/pasteboard/undoable-fragment-removes-expected.checksum: Added.
3126 * editing/pasteboard/undoable-fragment-removes-expected.png: Added.
3127 * editing/pasteboard/undoable-fragment-removes-expected.txt: Added.
3128 * editing/pasteboard/undoable-fragment-removes.html: Added.
3130 2006-04-05 Alexey Proskuryakov <ap@nypop.com>
3134 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8110
3135 Define navigator.vendorSub (bcms.gov.uk doesn't allow access to login page)
3137 * fast/dom/navigator-vendorSub-expected.txt: Added.
3138 * fast/dom/navigator-vendorSub.html: Added.
3140 2006-04-04 Darin Adler <darin@apple.com>
3142 Reviewed by Justin and Adele.
3144 * fast/forms/plaintext-mode-2-expected.txt: Updated because there's no longer
3145 and extra <div> element added.
3147 2006-04-04 Adele Peterson <adele@apple.com>
3149 - Tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=8158
3150 REGRESSION: Clicking past RTL text in a new text field puts the caret on the wrong side of the text
3152 * editing/selection/caret-rtl-expected.checksum: Added.
3153 * editing/selection/caret-rtl-expected.png: Added.
3154 * editing/selection/caret-rtl-expected.txt: Added.
3155 * editing/selection/caret-rtl.html: Added.
3156 * editing/selection/caret-rtl-2-expected.checksum: Added.
3157 * editing/selection/caret-rtl-2-expected.png: Added.
3158 * editing/selection/caret-rtl-2-expected.txt: Added.
3159 * editing/selection/caret-rtl-2.html: Added.
3161 2006-04-04 Adele Peterson <adele@apple.com>
3164 * fast/forms/input-truncate-newline-expected.txt
3167 http://bugzilla.opendarwin.org/show_bug.cgi?id=8187
3168 input-truncate-newline layout test fails when run as part of larger set of tests
3170 2006-04-04 Adele Peterson <adele@apple.com>
3173 http://bugzilla.opendarwin.org/show_bug.cgi?id=8092
3174 REGRESSION (NativeTextField): table contents misaligned in Netflix queue
3176 http://bugzilla.opendarwin.org/show_bug.cgi?id=8141
3177 REGRESSION: Native text field fails to wrap inside table
3179 http://bugzilla.opendarwin.org/show_bug.cgi?id=8072
3180 REGRESSION: text fields at connect.apple.com spill out of the containing box
3182 * fast/forms/input-table-expected.checksum: Added.
3183 * fast/forms/input-table-expected.png: Added.
3184 * fast/forms/input-table-expected.txt: Added.
3185 * fast/forms/input-table.html: Added.
3187 2006-04-04 Justin Garcia <justin.garcia@apple.com>
3191 <http://bugzilla.opendarwin.org/show_bug.cgi?id=6608>
3192 REGRESSION: Line disappears when deleting
3195 * editing/deleting/merge-different-styles-expected.checksum: Added.
3196 * editing/deleting/merge-different-styles-expected.png: Added.
3197 * editing/deleting/merge-different-styles-expected.txt: Added.
3198 * editing/deleting/merge-different-styles.html: Added.
3199 * editing/deleting/merge-no-br-expected.checksum: Added.
3200 * editing/deleting/merge-no-br-expected.png: Added.
3201 * editing/deleting/merge-no-br-expected.txt: Added.
3202 * editing/deleting/merge-no-br.html: Added.
3203 * editing/deleting/merge-whitespace-pre-expected.checksum: Added.
3204 * editing/deleting/merge-whitespace-pre-expected.png: Added.
3205 * editing/deleting/merge-whitespace-pre-expected.txt: Added.
3206 * editing/deleting/merge-whitespace-pre.html: Added.
3208 Fixes (not enough style on nodes for the fixes to be reflected in pixel results):
3209 * editing/deleting/delete-block-merge-contents-005-expected.txt:
3210 * editing/deleting/delete-block-merge-contents-006-expected.txt:
3211 * editing/deleting/delete-block-merge-contents-008-expected.txt:
3213 Equivalent render trees:
3214 * editing/deleting/delete-3857753-fix-expected.txt:
3215 * editing/inserting/insert-div-026-expected.txt:
3217 Forgot to checkin these new expected results after fixing the DRT bug:
3218 * fast/lists/drag-into-marker-expected.checksum:
3219 * fast/lists/drag-into-marker-expected.png:
3220 * fast/lists/drag-into-marker-expected.txt:
3222 2006-04-03 Alexey Proskuryakov <ap@nypop.com>
3226 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=7118
3227 Property values with extra items do not get treated as invalid (they should)
3229 * fast/block/margin-collapse/103-expected.checksum: Corrected the results.
3230 * fast/block/margin-collapse/103-expected.png:
3231 * fast/block/margin-collapse/103-expected.txt:
3232 * fast/css/invalidation-errors-2-expected.checksum: Added.
3233 * fast/css/invalidation-errors-2-expected.png: Added.
3234 * fast/css/invalidation-errors-2-expected.txt: Added.
3235 * fast/css/invalidation-errors-2.html: Added.
3236 * fast/css/invalidation-errors-3-expected.checksum: Added.
3237 * fast/css/invalidation-errors-3-expected.png: Added.
3238 * fast/css/invalidation-errors-3-expected.txt: Added.
3239 * fast/css/invalidation-errors-3.html: Added.
3240 * fast/css/invalidation-errors-expected.checksum: Added.
3241 * fast/css/invalidation-errors-expected.png: Added.
3242 * fast/css/invalidation-errors-expected.txt: Added.
3243 * fast/css/invalidation-errors.html: Added.
3245 2006-04-03 Darin Adler <darin@apple.com>
3247 - add a test of RTL to the test for bug 8106
3249 * fast/forms/input-text-scroll-left-on-blur-expected.png: Updated.
3250 * fast/forms/input-text-scroll-left-on-blur-expected.txt: Updated.
3251 * fast/forms/input-text-scroll-left-on-blur-expected.checksum: Updated.
3252 * fast/forms/input-text-scroll-left-on-blur.html: Updated.
3254 2006-04-03 Justin Garcia <justin.garcia@apple.com>
3256 Reviewed by harrison
3258 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8117>
3259 REGRESSION (NativeTextField): Drag and drop text within a text input field modifies page
3260 <http://bugzilla.opendarwin.org/show_bug.cgi?id=7567>
3261 A drag and drop in DumpRenderTree copies the source, instead of cutting it
3263 * editing/pasteboard/drag-drop-modifies-page-expected.checksum: Added.
3264 * editing/pasteboard/drag-drop-modifies-page-expected.png: Added.
3265 * editing/pasteboard/drag-drop-modifies-page-expected.txt: Added.
3266 * editing/pasteboard/drag-drop-modifies-page.html: Added.
3269 * fast/lists/drag-onto-marker.html:
3270 * fast/lists/drag-onto-marker-expected.txt:
3271 * fast/lists/drag-onto-marker-expected.png:
3272 * fast/lists/drag-onto-marker-expected.checksum:
3274 2006-04-03 Beth Dakin <bdakin@apple.com>
3276 Layout test for <rdar://problem/4495644> crash when mousing over
3277 links at nationalrealestateinvestors.com in
3278 WebCore::RenderBlock::findNextLineBreak
3280 * fast/inline/dirtyLinesForInline-expected.checksum: Added.
3281 * fast/inline/dirtyLinesForInline-expected.png: Added.
3282 * fast/inline/dirtyLinesForInline-expected.txt: Added.
3283 * fast/inline/dirtyLinesForInline.html: Added.
3285 2006-04-03 Mitz Pettel <opendarwin.org@mitzpettel.com>
3289 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8085
3290 REGRESSION: Main menu positioned incorrectly on eia.org and fedex.com/us
3292 * fast/dom/Element/offsetTop-table-cell-expected.txt: Added.
3293 * fast/dom/Element/offsetTop-table-cell.html: Added.
3295 2006-04-03 Mitz Pettel <opendarwin.org@mitzpettel.com>
3299 - Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=7943
3300 Layer outline does not repaint
3302 * fast/repaint/inline-block-overflow-expected.png: Added.
3303 * fast/repaint/layer-outline-expected.checksum: Added.
3304 * fast/repaint/layer-outline-expected.png: Added.
3305 * fast/repaint/layer-outline-expected.txt: Added.
3306 * fast/repaint/layer-outline-horizontal-expected.checksum: Added.
3307 * fast/repaint/layer-outline-horizontal-expected.png: Added.
3308 * fast/repaint/layer-outline-horizontal-expected.txt: Added.
3309 * fast/repaint/layer-outline-horizontal.html: Added.
3310 * fast/repaint/layer-outline.html: Added.
3312 2006-04-03 Adele Peterson <adele@apple.com>
3316 - Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8104
3317 REGRESSION (NativeTextField): New text fields should not allow pasting newlines
3319 * fast/forms/input-truncate-newline-expected.txt: Added.
3320 * fast/forms/input-truncate-newline.html: Added.
3322 2006-04-03 Alexey Proskuryakov <ap@nypop.com>
3326 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8099
3327 REGRESSION: XMLHttpRequest lowercase post requests broken
3329 * http/tests/xmlhttprequest/methods-lower-case-expected.txt: Added.
3330 * http/tests/xmlhttprequest/methods-lower-case.html: Added.
3332 2006-04-02 Trey Matteson <trey@usa.net>
3336 Adding tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=8121
3337 REGRESSION: 404s are not displayed
3338 and http://bugzilla.opendarwin.org/show_bug.cgi?id=7739
3339 REGRESSION: Assertion failure loading acid2 test in -[WebCoreFrameBridge installInFrame:]
3341 In addition I tweaked the httpd conf file to allow us to exec perl CGI scripts.
3343 * http/conf/httpd.conf:
3344 * http/tests/misc/error404-expected.checksum: Added.
3345 * http/tests/misc/error404-expected.png: Added.
3346 * http/tests/misc/error404-expected.txt: Added.
3347 * http/tests/misc/error404.pl: Added.
3348 * http/tests/misc/iframe404-expected.checksum: Added.
3349 * http/tests/misc/iframe404-expected.png: Added.
3350 * http/tests/misc/iframe404-expected.txt: Added.
3351 * http/tests/misc/iframe404.html: Added.
3353 2006-04-02 Maciej Stachowiak <mjs@apple.com>
3358 - fixed <rdar://problem/4198619> REGRESSION: tabbing through links fails after hitting text field w/ sys's "tab to all controls" off
3359 - fixed <rdar://problem/4463760> REGRESSION: Can't tab from old text field (like password fields) to new text field (6811)
3360 (http://bugzilla.opendarwin.org/show_bug.cgi?id=6811)