1 2006-05-05 Alexey Proskuryakov <ap@nypop.com>
5 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8626
6 Strict mode erroneously triggered by a broken comment
8 * fast/parser/broken-comments-vs-parsing-mode-expected.checksum: Added.
9 * fast/parser/broken-comments-vs-parsing-mode-expected.png: Added.
10 * fast/parser/broken-comments-vs-parsing-mode-expected.txt: Added.
11 * fast/parser/broken-comments-vs-parsing-mode.html: Added.
13 2006-05-05 Darin Adler <darin@apple.com>
15 - test update for http://bugzilla.opendarwin.org/show_bug.cgi?id=8722
16 IE compatibility fix in date parsing
18 * fast/js/kde/resources/Date.js: Added test cases that George Staikos provided
19 that test dates with day values of 0, 55, and 452.
21 2006-05-05 Matt Gough <matt@softchaos.com>
25 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8563>
27 Tests that the name, publicID and systemID are all read correctly
28 and that the doctype object preserves the case of the
29 components from the source html:
30 * fast/doctypes/005-case-preserving.html: Added.
31 * fast/doctypes/005-case-preserving-expected.txt: Added.
33 2006-05-04 Mitz Pettel <opendarwin.org@mitzpettel.com>
37 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8594
38 REGRESSION: Exception on closing a page containing (just) an mp3
40 * plugins/pluginDocumentView-deallocated-dataSource-expected.txt: Added.
41 * plugins/pluginDocumentView-deallocated-dataSource.html: Added.
42 * plugins/resources: Added.
43 * plugins/resources/orange.mov: Added.
45 2006-05-04 Justin Garcia <justin.garcia@apple.com>
49 Pasted content would end up inside the block that contained the end of
50 the selection that was pasted into and not the block that contained
51 the start of the selection that was pasted into:
52 * editing/pasteboard/merge-end-5-expected.checksum: Added.
53 * editing/pasteboard/merge-end-5-expected.png: Added.
54 * editing/pasteboard/merge-end-5-expected.txt: Added.
55 * editing/pasteboard/merge-end-5.html: Added.
57 Inserting a paragraph separator was splitting and cloning the body element
58 if the html element was editable:
59 * editing/inserting/editable-html-element-expected.checksum: Added.
60 * editing/inserting/editable-html-element-expected.png: Added.
61 * editing/inserting/editable-html-element-expected.txt: Added.
62 * editing/inserting/editable-html-element.html: Added.
64 Since we now sometimes merge backward (from content already in the
65 document to just inserted content) during the end merge, the node that
66 contains the old caret is removed more often during paste. The editing
67 delegate notifications in these tests reflect this:
68 * editing/pasteboard/paste-line-endings-007-expected.txt:
69 * editing/pasteboard/paste-line-endings-008-expected.txt:
70 * editing/pasteboard/paste-line-endings-009-expected.txt:
72 Now demonstrates a bug where the html element is focused, but its contents
74 * editing/selection/focus_editable_html-expected.checksum:
75 * editing/selection/focus_editable_html-expected.png:
76 * editing/selection/focus_editable_html-expected.txt:
77 * editing/selection/focus_editable_html.html:
79 2006-05-04 Beth Dakin <bdakin@apple.com>
83 Updated pixel results for http://bugzilla.opendarwin.org/
84 show_bug.cgi?id=8732 Backgrounds with background-size and
85 background-origin do not always lay out correctly
87 * fast/backgrounds/size/backgroundSize10-expected.checksum:
88 * fast/backgrounds/size/backgroundSize10-expected.png:
89 * fast/backgrounds/size/backgroundSize12-expected.checksum:
90 * fast/backgrounds/size/backgroundSize12-expected.png:
91 * fast/backgrounds/size/backgroundSize18-expected.checksum:
92 * fast/backgrounds/size/backgroundSize18-expected.png:
93 * fast/backgrounds/size/backgroundSize19-expected.checksum:
94 * fast/backgrounds/size/backgroundSize19-expected.png:
96 2006-05-03 Darin Adler <darin@apple.com>
100 - tests for http://bugzilla.opendarwin.org/show_bug.cgi?id=8159
101 REGRESSION: Clicking outside new text field focuses the field
103 * fast/forms/input-text-click-inside-expected.png: Added.
104 * fast/forms/input-text-click-inside-expected.txt: Added.
105 * fast/forms/input-text-click-inside-expected.checksum: Added.
106 * fast/forms/input-text-click-inside.html: Added.
107 * fast/forms/input-text-click-outside-expected.png: Added.
108 * fast/forms/input-text-click-outside-expected.txt: Added.
109 * fast/forms/input-text-click-outside-expected.checksum: Added.
110 * fast/forms/input-text-click-outside.html: Added.
111 Test clicks both inside and outside an input element.
113 * editing/selection/contenteditable-click-inside-expected.png: Added.
114 * editing/selection/contenteditable-click-inside-expected.txt: Added.
115 * editing/selection/contenteditable-click-inside-expected.checksum: Added.
116 * editing/selection/contenteditable-click-inside.html: Added.
117 * editing/selection/contenteditable-click-outside-expected.png: Added.
118 * editing/selection/contenteditable-click-outside-expected.txt: Added.
119 * editing/selection/contenteditable-click-outside-expected.checksum: Added.
120 * editing/selection/contenteditable-click-outside.html: Added.
121 Added a test for the same situation, but with a div element set
122 to have editable content.
124 * editing/inserting/insert-3851164-fix-expected.txt:
125 * editing/inserting/insert-3851164-fix.html:
126 * editing/inserting/insert-3907422-fix-expected.txt:
127 * editing/inserting/insert-3907422-fix.html:
128 * editing/pasteboard/paste-text-011-expected.txt:
129 * editing/pasteboard/paste-text-011.html:
130 Update some tests that were relying on a bug that would cause a
131 Select All in a document that contained a single content-editable
132 element select the contents of that element.
134 * fast/lists/drag-into-marker-expected.checksum:
135 * fast/lists/drag-into-marker-expected.png:
136 * fast/lists/drag-into-marker-expected.txt:
137 * fast/lists/drag-into-marker.html:
138 Changed test so that it no longer tests what happens when you drag to a marker
139 that is outside the content-editable element. We may still want to make that
140 case behave as before, but that's a separate issue.
142 * editing/pasteboard/drop-text-without-selection-expected.txt:
143 * editing/pasteboard/merge-start-blockquote-expected.txt:
144 * editing/pasteboard/merge-start-list-expected.txt:
145 * editing/selection/select-all-iframe-expected.txt:
146 * fast/events/div-focus-expected.txt:
147 * fast/events/drag-outside-window-expected.txt:
148 * fast/forms/focus-control-to-page-expected.txt:
149 * fast/forms/input-changing-value-expected.txt:
150 * fast/forms/input-maxlength-2-expected.txt:
151 * fast/forms/input-paste-undo-expected.txt:
152 * fast/forms/input-text-paste-maxlength-expected.txt:
153 * fast/forms/input-truncate-newline-expected.txt:
154 * fast/forms/plaintext-mode-2-expected.txt:
155 * fast/text/textIteratorNilRenderer-expected.txt:
156 Update tests where the DOM range endpoints passed to the delegate are slightly
157 different, but equivalent and still OK.
159 * editing/pasteboard/paste-4039777-fix-expected.txt:
160 Updated tests where the resulting tree is slightly different, but still OK.
162 * editing/unsupported-content/list-delete-002-expected.checksum:
163 * editing/unsupported-content/list-delete-002-expected.png:
164 * editing/unsupported-content/list-delete-002-expected.txt:
165 Update test where the new code eliminates an unwanted extra space that we
166 got with the old code.
168 * editing/deleting/delete-4038408-fix-expected.txt:
169 * editing/deleting/delete-4038408-fix.html:
170 * editing/input/text-input-controller-expected.txt:
171 * editing/input/text-input-controller.html:
172 * fast/forms/attributed-strings-expected.txt:
173 * fast/forms/attributed-strings.html:
174 Update tests that were relying on the behavior of Select All putting the
175 selection inside a content-editable element if that element was the first
176 in the body; the patch breaks that behavior.
178 * fast/events/updateLayoutForHitTest-expected.checksum:
179 * fast/events/updateLayoutForHitTest-expected.png:
180 Update a test that no longer shows a visible selection.
182 * editing/selection/3690703-2-expected.checksum:
183 * editing/selection/3690703-2-expected.png:
184 * editing/selection/3690703-2-expected.txt:
185 * editing/selection/3690703-expected.checksum:
186 * editing/selection/3690703-expected.png:
187 * editing/selection/3690703-expected.txt:
188 Updated results for these tests, which have examples of form elements
189 inside a content-editable area. The old results were wrong; the new results
190 are not much better, but are OK.
192 - update some other misc. pixel-test results
194 * fast/inspector/style-expected.checksum:
195 * fast/inspector/style-expected.png:
196 Updated since the name changed to include "-webkit-".
198 * fast/overflow/childFocusRingClip-expected.checksum:
199 * fast/overflow/childFocusRingClip-expected.png:
200 Updated results that now seem to show correct clipping of the focus ring.
202 * fast/frames/empty-cols-attribute-expected.checksum:
203 * fast/frames/empty-cols-attribute-expected.png: Added.
204 Checksum was wrong, png was missing.
206 * fast/parser/001-expected.checksum:
207 * fast/parser/001-expected.png:
208 Checksum and png were incorrect -- changed a while back.
210 * plugins/embed-attributes-style-expected.checksum: Added.
211 * plugins/embed-attributes-style-expected.png: Added.
212 Added pixel-test results for tests that don't have them.
214 2006-05-02 Justin Garcia <justin.garcia@apple.com>
218 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8704>
219 Fix a few end merge bugs
220 <rdar://problem/4424044>
221 REGRESSION: Extra line appears when typing
223 Added a function so that selection changes can participate in slow-motion-mode:
224 * editing/editing.js:
225 Extra newlines were added:
226 * editing/inserting/paragraph-separator-01-expected.checksum: Added.
227 * editing/inserting/paragraph-separator-01-expected.png: Added.
228 * editing/inserting/paragraph-separator-01-expected.txt: Added.
229 * editing/inserting/paragraph-separator-01.html: Added.
230 * editing/inserting/paragraph-separator-02-expected.checksum: Added.
231 * editing/inserting/paragraph-separator-02-expected.png: Added.
232 * editing/inserting/paragraph-separator-02-expected.txt: Added.
233 * editing/inserting/paragraph-separator-02.html: Added.
234 A preserved newline was turned into a nbsp:
235 * editing/inserting/paragraph-separator-03-expected.checksum: Added.
236 * editing/inserting/paragraph-separator-03-expected.png: Added.
237 * editing/inserting/paragraph-separator-03-expected.txt: Added.
238 * editing/inserting/paragraph-separator-03.html: Added.
239 End merge didn't happen:
240 * editing/pasteboard/merge-end-4-expected.checksum: Added.
241 * editing/pasteboard/merge-end-4-expected.png: Added.
242 * editing/pasteboard/merge-end-4-expected.txt: Added.
243 * editing/pasteboard/merge-end-4.html: Added.
244 Content was pulled out of these special elements:
245 * editing/pasteboard/merge-end-blockquote-expected.checksum: Added.
246 * editing/pasteboard/merge-end-blockquote-expected.png: Added.
247 * editing/pasteboard/merge-end-blockquote-expected.txt: Added.
248 * editing/pasteboard/merge-end-blockquote.html: Added.
249 * editing/pasteboard/merge-end-list-expected.checksum: Added.
250 * editing/pasteboard/merge-end-list-expected.png: Added.
251 * editing/pasteboard/merge-end-list-expected.txt: Added.
252 * editing/pasteboard/merge-end-list.html: Added.
253 * editing/pasteboard/merge-end-table-expected.checksum: Added.
254 * editing/pasteboard/merge-end-table-expected.png: Added.
255 * editing/pasteboard/merge-end-table-expected.txt: Added.
256 * editing/pasteboard/merge-end-table.html: Added.
258 2006-05-02 Anders Carlsson <andersca@mac.com>
260 Reviewed by Dave Hyatt.
262 Test case for http://bugzilla.opendarwin.org/show_bug.cgi?id=8688
263 file URLs aren't being serialized correctly when using window.location
265 * fast/js/window-location-href-file-urls-expected.txt: Added.
266 * fast/js/window-location-href-file-urls.html: Added.
268 2006-04-28 Justin Garcia <justin.garcia@apple.com>
272 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8653>
273 Remove a use of hasMoreThanOneBlock
275 Deleting didn't merge because of code that stopped the merge whenever
276 the end of the selection to delete was in a fully selected line.
277 * editing/deleting/merge-endOfParagraph-expected.checksum: Added.
278 * editing/deleting/merge-endOfParagraph-expected.png: Added.
279 * editing/deleting/merge-endOfParagraph-expected.txt: Added.
280 * editing/deleting/merge-endOfParagraph.html: Added.
282 Two testcases where paste did not request a merge from deletion, but should have.
283 * editing/pasteboard/merge-after-delete-1-expected.checksum: Added.
284 * editing/pasteboard/merge-after-delete-1-expected.png: Added.
285 * editing/pasteboard/merge-after-delete-1-expected.txt: Added.
286 * editing/pasteboard/merge-after-delete-1.html: Added.
287 * editing/pasteboard/merge-after-delete-2-expected.checksum: Added.
288 * editing/pasteboard/merge-after-delete-2-expected.png: Added.
289 * editing/pasteboard/merge-after-delete-2-expected.txt: Added.
290 * editing/pasteboard/merge-after-delete-2.html: Added.
292 Code that prevents nesting incoming blocks in the block being pasted into
293 could reverse the order of pasted paragraphs.
294 * editing/pasteboard/prevent-block-nesting-01-expected.checksum: Added.
295 * editing/pasteboard/prevent-block-nesting-01-expected.png: Added.
296 * editing/pasteboard/prevent-block-nesting-01-expected.txt: Added.
297 * editing/pasteboard/prevent-block-nesting-01.html: Added.
299 2006-04-28 Alexey Proskuryakov <ap@nypop.com>
303 - http://bugzilla.opendarwin.org/show_bug.cgi?id=5855
304 REGRESSION: revert SGML comment parsing fix (comment parsing causes most of usbank.com page to be missing)
306 * fast/css/acid2.html: Updated to the current version of the test, which no longer includes
307 SGML comment parsing.
308 * fast/css/acid2-pixel.html: Ditto.
309 * http/tests/misc/acid2-pixel.html: Ditto.
310 * http/tests/misc/acid2.html: Ditto.
311 * fast/parser/comments-expected.checksum: The results of this test now match WinIE.
312 * fast/parser/comments-expected.png:
313 * fast/parser/comments-expected.txt:
314 * fast/parser/comments.html:
316 2006-04-28 Mitz Pettel <opendarwin.org@mitzpettel.com>
318 Reviewed by hyatt, landed by ap.
320 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6769
321 REGRESSION: Incomplete repaint when a cell's extra bottom margin grows
323 * fast/repaint/table-extra-bottom-grow-expected.checksum: Added.
324 * fast/repaint/table-extra-bottom-grow-expected.png: Added.
325 * fast/repaint/table-extra-bottom-grow-expected.txt: Added.
326 * fast/repaint/table-extra-bottom-grow.html: Added.
327 * fast/repaint/table-cell-moved-expected.checksum: Removed excessive painting.
328 * fast/repaint/table-cell-moved-expected.png: Ditto.
329 * fast/repaint/bugzilla-6278-expected.checksum: Ditto.
330 * fast/repaint/bugzilla-6278-expected.png: Ditto.
332 2006-04-28 Eric Seidel <eseidel@apple.com>
334 Reviewed by andersca.
336 WebKit should accept */*+xml as XML.
337 http://bugzilla.opendarwin.org/show_bug.cgi?id=5998
339 * http/tests/xmlhttprequest/supported-xml-content-types-expected.txt: Added.
340 * http/tests/xmlhttprequest/supported-xml-content-types.cgi: Added.
341 * http/tests/xmlhttprequest/supported-xml-content-types.html: Added.
343 2006-04-27 Geoffrey Garen <ggaren@apple.com>
345 - Updated to remove diff shmutz:
347 * fast/dom/Window/window-special-properties-expected.txt:
348 * fast/dom/Window/window-special-properties.html:
350 - Test for global window properties like window.HTMLDocument:
352 * fast/dom/global-constructors-expected.txt: Added.
353 * fast/dom/global-constructors.html: Added.
355 2006-04-27 Mitz Pettel <opendarwin.org@mitzpettel.com>
359 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8607>
360 Automate repaint tests
362 * fast/repaint/backgroundSizeRepaint-expected.checksum: Added.
363 * fast/repaint/backgroundSizeRepaint-expected.png: Added.
364 * fast/repaint/backgroundSizeRepaint-expected.txt: Added.
365 * fast/repaint/backgroundSizeRepaint.html: Added.
366 * fast/repaint/border-repaint-glitch-expected.checksum: Added.
367 * fast/repaint/border-repaint-glitch-expected.png: Added.
368 * fast/repaint/border-repaint-glitch-expected.txt: Added.
369 * fast/repaint/border-repaint-glitch.html: Added.
370 * fast/repaint/bugzilla-3509-expected.checksum: Added.
371 * fast/repaint/bugzilla-3509-expected.png: Added.
372 * fast/repaint/bugzilla-3509-expected.txt: Added.
373 * fast/repaint/bugzilla-3509.html: Added.
374 * fast/repaint/bugzilla-5699-expected.checksum: Added.
375 * fast/repaint/bugzilla-5699-expected.png: Added.
376 * fast/repaint/bugzilla-5699-expected.txt: Added.
377 * fast/repaint/bugzilla-5699.html: Added.
378 * fast/repaint/bugzilla-6278-expected.checksum: Added.
379 * fast/repaint/bugzilla-6278-expected.png: Added.
380 * fast/repaint/bugzilla-6278-expected.txt: Added.
381 * fast/repaint/bugzilla-6278.html: Added.
382 * fast/repaint/bugzilla-6388-expected.checksum: Added.
383 * fast/repaint/bugzilla-6388-expected.png: Added.
384 * fast/repaint/bugzilla-6388-expected.txt: Added.
385 * fast/repaint/bugzilla-6388.html: Added.
386 * fast/repaint/bugzilla-6473-expected.checksum: Added.
387 * fast/repaint/bugzilla-6473-expected.png: Added.
388 * fast/repaint/bugzilla-6473-expected.txt: Added.
389 * fast/repaint/bugzilla-6473.html: Added.
390 * fast/repaint/bugzilla-7235-expected.checksum: Added.
391 * fast/repaint/bugzilla-7235-expected.png: Added.
392 * fast/repaint/bugzilla-7235-expected.txt: Added.
393 * fast/repaint/bugzilla-7235.html: Added.
394 * fast/repaint/inline-outline-repaint-expected.checksum: Added.
395 * fast/repaint/inline-outline-repaint-expected.png: Added.
396 * fast/repaint/inline-outline-repaint-expected.txt: Added.
397 * fast/repaint/inline-outline-repaint.html: Added.
398 * fast/repaint/outline-repaint-glitch-expected.checksum: Added.
399 * fast/repaint/outline-repaint-glitch-expected.png: Added.
400 * fast/repaint/outline-repaint-glitch-expected.txt: Added.
401 * fast/repaint/outline-repaint-glitch.html: Added.
402 * fast/repaint/repaint-resized-overflow-expected.checksum: Added.
403 * fast/repaint/repaint-resized-overflow-expected.png: Added.
404 * fast/repaint/repaint-resized-overflow-expected.txt: Added.
405 * fast/repaint/repaint-resized-overflow.html: Added.
406 * fast/repaint/repaint.js: Added.
407 * fast/repaint/resources: Added.
408 * fast/repaint/resources/apple.jpg: Added.
409 * fast/repaint/table-cell-move-expected.checksum: Added.
410 * fast/repaint/table-cell-move-expected.png: Added.
411 * fast/repaint/table-cell-move-expected.txt: Added.
412 * fast/repaint/table-cell-move.html: Added.
414 2006-04-27 Justin Garcia <justin.garcia@apple.com>
418 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8624>
419 Placeholders aren't always removed during paste
420 <rdar://problem/4059807>
421 Seed: Mail: pasting quoted content sometimes adds a phantom newline
423 If a webkit-block-placeholder has been introduced by a bug in deletion,
424 we shouldn't remove it during paste if it is now acting as a linebreak.
425 * editing/pasteboard/bad-placeholder-expected.checksum: Added.
426 * editing/pasteboard/bad-placeholder-expected.png: Added.
427 * editing/pasteboard/bad-placeholder-expected.txt: Added.
428 * editing/pasteboard/bad-placeholder.html: Added.
429 Generic placeholder brs should be removed if they are displaced by pasted content.
430 * editing/pasteboard/displaced-generic-placeholder-expected.checksum: Added.
431 * editing/pasteboard/displaced-generic-placeholder-expected.png: Added.
432 * editing/pasteboard/displaced-generic-placeholder-expected.txt: Added.
433 * editing/pasteboard/displaced-generic-placeholder.html: Added.
434 So should placeholder brs with our special class on them.
435 * editing/pasteboard/displaced-placeholder-expected.checksum: Added.
436 * editing/pasteboard/displaced-placeholder-expected.png: Added.
437 * editing/pasteboard/displaced-placeholder-expected.txt: Added.
438 * editing/pasteboard/displaced-placeholder.html: Added.
439 Removed an unnecessary collapsed br.
440 * editing/pasteboard/paste-text-010-expected.txt:
441 Two fixes, an extra line was present after pasting with an interchange newline.
442 * editing/pasteboard/paste-text-016-expected.checksum: Added.
443 * editing/pasteboard/paste-text-016-expected.png: Added.
444 * editing/pasteboard/paste-text-016-expected.txt: Added.
445 * editing/pasteboard/paste-text-017-expected.checksum: Added.
446 * editing/pasteboard/paste-text-017-expected.png: Added.
447 * editing/pasteboard/paste-text-017-expected.txt: Added.
448 The code that interprets the incoming br as a br in strict mode had a bug.
449 * editing/pasteboard/quirks-mode-br-1-expected.checksum: Added.
450 * editing/pasteboard/quirks-mode-br-1-expected.png: Added.
451 * editing/pasteboard/quirks-mode-br-1-expected.txt: Added.
452 * editing/pasteboard/quirks-mode-br-1.html: Added.
453 The linePlaceholder removal was negating the work to interpret the last
454 incoming br as a br in strict mode.
455 * editing/pasteboard/quirks-mode-br-2-expected.checksum: Added.
456 * editing/pasteboard/quirks-mode-br-2-expected.png: Added.
457 * editing/pasteboard/quirks-mode-br-2-expected.txt: Added.
458 * editing/pasteboard/quirks-mode-br-2.html: Added.
459 Don't let collapsed brs become rendered as a result of the paste operation.
460 * editing/pasteboard/unrendered-br-expected.checksum: Added.
461 * editing/pasteboard/unrendered-br-expected.png: Added.
462 * editing/pasteboard/unrendered-br-expected.txt: Added.
463 * editing/pasteboard/unrendered-br.html: Added.
465 2006-04-25 Tim Omernick <timo@apple.com>
469 Test case for <rdar://problem/4068375> Flash inserted via innerHTML Fails to Show when
470 CSS Display Style is Toggled via Javascript
472 * plugins/inner-html-display-none.html: Added.
473 * plugins/inner-html-display-none-expected.txt: Added.
475 2006-04-26 Justin Garcia <justin.garcia@apple.com>
479 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8459>
480 REGRESSION: Content lost during a delete/merge of whitespace:pre text
482 Updated to mention the bug that this testcase still demonstrates.
483 Leaving it disabled until the bug (8592) is fixed:
484 * editing/deleting/merge-whitespace-pre.html-disabled:
486 Illustrates why prune should ascend using the render tree:
487 * editing/deleting/pruning-after-merge-1-expected.checksum: Added.
488 * editing/deleting/pruning-after-merge-1-expected.png: Added.
489 * editing/deleting/pruning-after-merge-1-expected.txt: Added.
490 * editing/deleting/pruning-after-merge-1.html: Added.
492 2006-04-26 Geoffrey Garen <ggaren@apple.com>
494 Reviewed by OMG DETHBAKIN.
496 * fast/dom/prototype-chain-expected.txt: Fix up prototype chain now
497 that Node is autogenerated.
500 2006-04-25 Justin Garcia <justin.garcia@apple.com>
504 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8583>
505 Moving paste code around and some small fixes
507 Disabling until the bug it illustrates is fixed (8459):
508 * editing/deleting/merge-whitespace-pre.html: Removed.
509 * editing/deleting/merge-whitespace-pre.html-disabled: Added.
511 This illustrates the need to do mergeEnd in the opposite direction:
512 * editing/pasteboard/merge-end-borders-expected.checksum: Added.
513 * editing/pasteboard/merge-end-borders-expected.png: Added.
514 * editing/pasteboard/merge-end-borders-expected.txt: Added.
515 * editing/pasteboard/merge-end-borders.html: Added.
517 These illustrate the need to do the special case checks for list content and Mail
518 blockquote content at the top of shouldMergeStart:
519 * editing/pasteboard/merge-start-blockquote-expected.checksum: Added.
520 * editing/pasteboard/merge-start-blockquote-expected.png: Added.
521 * editing/pasteboard/merge-start-blockquote-expected.txt: Added.
522 * editing/pasteboard/merge-start-blockquote.html: Added.
523 * editing/pasteboard/merge-start-list-expected.checksum: Added.
524 * editing/pasteboard/merge-start-list-expected.png: Added.
525 * editing/pasteboard/merge-start-list-expected.txt: Added.
526 * editing/pasteboard/merge-start-list.html: Added.
528 In these tests, the caret was blown away because it was in content that
529 participated in the end merge. Now the end merge happens in the opposite
530 direction (incoming content is what is moved when merging paragraphs), so
531 the caret is no longer blown away:
532 * editing/pasteboard/paste-line-endings-007-expected.txt:
533 * editing/pasteboard/paste-line-endings-008-expected.txt:
534 * editing/pasteboard/paste-line-endings-009-expected.txt:
535 * editing/pasteboard/paste-text-002-expected.txt:
537 Acceptable change to a complicated paste-a-selection-over-itself:
538 * editing/pasteboard/paste-text-003-expected.checksum:
539 * editing/pasteboard/paste-text-003-expected.png:
540 * editing/pasteboard/paste-text-003-expected.txt:
542 2006-04-25 Geoffrey Garen <ggaren@apple.com>
546 Test for the DOM properties supported by object, embed, attribute:
547 * fast/dom/plugin-attributes-enumeration-expected.txt: Added.
548 * fast/dom/plugin-attributes-enumeration.html: Added.
550 Test for setting attributes through DOM properties:
551 * plugins/embed-attributes-setting-expected.txt: Added.
552 * plugins/embed-attributes-setting.html: Added.
554 Test for the special attribute-to-style mappings on embed.
555 * plugins/embed-attributes-style-expected.txt: Added.
556 * plugins/embed-attributes-style.html: Added.
558 2006-04-25 Beth Dakin <bdakin@apple.com>
562 Layout test for <rdar://problem/4518632> getComputedStyle returns
563 'auto' for dimensions like 'margin-left'
565 * fast/css/marginComputedStyle-expected.checksum: Added.
566 * fast/css/marginComputedStyle-expected.png: Added.
567 * fast/css/marginComputedStyle-expected.txt: Added.
568 * fast/css/marginComputedStyle.html: Added.
570 2006-04-26 Mitz Pettel <opendarwin.org@mitzpettel.com>
572 Reviewed by darin. Landed by eseidel.
574 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8452
575 mangleme(0x58c22e11): Random crashes
577 * fast/frames/empty-cols-attribute-expected.checksum: Added.
578 * fast/frames/empty-cols-attribute-expected.png: Added.
579 * fast/frames/empty-cols-attribute-expected.txt: Added.
580 * fast/frames/empty-cols-attribute.html: Added.
582 2006-04-26 Oliver Hunt <ojh16@student.canterbury.ac.nz>
584 Reviewed by eseidel. Landed by eseidel.
586 * svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
587 * svg/custom/feComponentTransfer-Discrete-expected.txt: Added.
588 * svg/custom/feComponentTransfer-Discrete.svg: Added.
589 * svg/custom/feComponentTransfer-Gamma-expected.txt: Added.
590 * svg/custom/feComponentTransfer-Gamma.svg: Added.
591 * svg/custom/feComponentTransfer-Linear-expected.txt: Added.
592 * svg/custom/feComponentTransfer-Linear.svg: Added.
593 * svg/custom/feComponentTransfer-Table-expected.txt: Added.
594 * svg/custom/feComponentTransfer-Table.svg: Added.
596 2006-04-25 Eric Seidel <eseidel@apple.com>
600 Fix reproducible crasher in HTML parsing code.
601 http://bugzilla.opendarwin.org/show_bug.cgi?id=7137
603 * fast/parser/remove-current-node-parent-expected.txt: Added.
604 * fast/parser/remove-current-node-parent.html: Added.
606 2006-04-24 Eric Seidel <eseidel@apple.com>
610 <rdar://problem/4129744> [REGRESSION]CrashTracer: ..400 crashes at com.apple.WebCore: DOM::NodeImpl::createRendererIfNeeded + 44
612 * fast/dom/remove-style-element-expected.txt: Added.
613 * fast/dom/remove-style-element.html: Added.
615 2006-04-23 Geoffrey Garen <ggaren@apple.com>
619 * fast/dom/prototype-chain-expected.txt: Updated now that 'JS' is
620 no longer used as a prefix when serializing DOM elements to string.
621 * fast/events/event-view-toString.html: ditto
623 2006-04-24 Beth Dakin <bdakin@apple.com>
627 Layout test for <rdar://problem/4513383> REGRESSION: Crash in
628 WebCore::shouldEmitTabBeforeNode() when iterating through document
631 * fast/text/textIteratorNilRenderer-expected.checksum: Added.
632 * fast/text/textIteratorNilRenderer-expected.png: Added.
633 * fast/text/textIteratorNilRenderer-expected.txt: Added.
634 * fast/text/textIteratorNilRenderer.html: Added.
636 2006-04-23 Rob Buis <buis@kde.org>
638 Reviewed by hyatt. Landed by eseidel.
640 Tests for invalid svg css properties.
642 * svg/custom/invalid-css.svg: Added.
644 2006-04-21 Jon Shier <jshier@iastate.edu>
646 Reviewed by ggaren. Landed by eseidel.
648 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8511
649 onerror JS property does not register listener properly
651 * fast/dom/onerror-img-expected.txt: Added.
652 * fast/dom/onerror-img.html: Added.
654 2006-04-22 Eric Seidel <eseidel@apple.com>
658 Reproducible crasher with <li value=1234567890 type=A>
659 http://bugzilla.opendarwin.org/show_bug.cgi?id=8542
661 * fast/lists/alpha-list-wrap-expected.checksum: Added.
662 * fast/lists/alpha-list-wrap-expected.png: Added.
663 * fast/lists/alpha-list-wrap-expected.txt: Added.
664 * fast/lists/alpha-list-wrap.html: Added.
665 * fast/lists/li-style-alpha-huge-value-crash-expected.checksum: Added.
666 * fast/lists/li-style-alpha-huge-value-crash-expected.png: Added.
667 * fast/lists/li-style-alpha-huge-value-crash-expected.txt: Added.
668 * fast/lists/li-style-alpha-huge-value-crash.html: Added.
670 2006-04-22 Geoffrey Garen <ggaren@apple.com>
674 - Updated prototype chain expectation since DOMElement no longer
677 * fast/dom/prototype-chain-expected.txt:
679 2006-04-22 Beth Dakin <bdakin@apple.com>
683 Layout test for http://bugzilla.opendarwin.org/show_bug.cgi?id=6141
684 DOMCSSPrimitiveValue is always returning values in pixels when
685 using getComputedStyle:
687 * fast/css/getFloatValueForUnit-expected.checksum: Added.
688 * fast/css/getFloatValueForUnit-expected.png: Added.
689 * fast/css/getFloatValueForUnit-expected.txt: Added.
690 * fast/css/getFloatValueForUnit.html: Added.
692 2006-04-21 Geoffrey Garen <ggaren@apple.com>
693 - Layout test for whether the error event bubbles.
695 * fast/events/onerror-bubbling-expected.txt: Added.
696 * fast/events/onerror-bubbling.html: Added.
698 2006-04-21 Geoffrey Garen <ggaren@apple.com>
700 - Layout test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8510
701 submit event doesn't bubble - it's supposed to.
703 * fast/events/onsubmit-bubbling-expected.txt: Added.
704 * fast/events/onsubmit-bubbling.html: Added.
706 2006-04-21 Geoffrey Garen <ggaren@apple.com>
708 Layout test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8509
709 javascript:document.importNode(null)
711 * fast/dom/importNode-null-expected.txt: Added.
712 * fast/dom/importNode-null.html: Added.
714 2006-04-21 Adele Peterson <adele@apple.com>
718 Test for: http://bugzilla.opendarwin.org/show_bug.cgi?id=8213
719 REGRESSION: Can't tab out of text field if iframe comes after it
721 * fast/forms/tabbing-input-iframe-expected.checksum: Added.
722 * fast/forms/tabbing-input-iframe-expected.png: Added.
723 * fast/forms/tabbing-input-iframe-expected.txt: Added.
724 * fast/forms/tabbing-input-iframe.html: Added.
726 2006-04-21 Beth Dakin <bdakin@apple.com>
728 Adding a few more background-size tests that include background-
731 * fast/backgrounds/size/backgroundSize17-expected.checksum: Added.
732 * fast/backgrounds/size/backgroundSize17-expected.png: Added.
733 * fast/backgrounds/size/backgroundSize17-expected.txt: Added.
734 * fast/backgrounds/size/backgroundSize17.html: Added.
735 * fast/backgrounds/size/backgroundSize18-expected.checksum: Added.
736 * fast/backgrounds/size/backgroundSize18-expected.png: Added.
737 * fast/backgrounds/size/backgroundSize18-expected.txt: Added.
738 * fast/backgrounds/size/backgroundSize18.html: Added.
739 * fast/backgrounds/size/backgroundSize19-expected.checksum: Added.
740 * fast/backgrounds/size/backgroundSize19-expected.png: Added.
741 * fast/backgrounds/size/backgroundSize19-expected.txt: Added.
742 * fast/backgrounds/size/backgroundSize19.html: Added.
743 * fast/backgrounds/size/resources/flower.jpg: Added.
745 2006-04-20 Geoffrey Garen <ggaren@apple.com>
747 Tests for global constants related to CSSRule, CSSValue, Event, and
750 * fast/dom/constants-expected.txt: Added.
751 * fast/dom/constants.html: Added.
752 * fast/dom/prototype-chain-expected.txt:
753 * fast/dom/resources/stylesheet.css: Added.
754 * fast/dom/xmlhttprequest-get-expected.txt:
756 2006-04-21 Beth Dakin <bdakin@apple.com>
760 Moved all of the background tests into background directory, and
761 added test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8495
762 REGRESSION: Sidebar on cnn.com is hosed
764 * fast/backgrounds/repeat: Added.
765 * fast/backgrounds/repeat/noRepeatCorrectClip-expected.checksum: Added.
766 * fast/backgrounds/repeat/noRepeatCorrectClip-expected.png: Added.
767 * fast/backgrounds/repeat/noRepeatCorrectClip-expected.txt: Added.
768 * fast/backgrounds/repeat/noRepeatCorrectClip.html: Added.
769 * fast/backgrounds/repeat/resources: Added.
770 * fast/backgrounds/repeat/resources/nav.blue.gif: Added.
771 * fast/backgrounds/size: Added.
772 * fast/backgrounds/size/backgroundSize01-expected.checksum: Added.
773 * fast/backgrounds/size/backgroundSize01-expected.png: Added.
774 * fast/backgrounds/size/backgroundSize01-expected.txt: Added.
775 * fast/backgrounds/size/backgroundSize01.html: Added.
776 * fast/backgrounds/size/backgroundSize02-expected.checksum: Added.
777 * fast/backgrounds/size/backgroundSize02-expected.png: Added.
778 * fast/backgrounds/size/backgroundSize02-expected.txt: Added.
779 * fast/backgrounds/size/backgroundSize02.html: Added.
780 * fast/backgrounds/size/backgroundSize03-expected.checksum: Added.
781 * fast/backgrounds/size/backgroundSize03-expected.png: Added.
782 * fast/backgrounds/size/backgroundSize03-expected.txt: Added.
783 * fast/backgrounds/size/backgroundSize03.html: Added.
784 * fast/backgrounds/size/backgroundSize04-expected.checksum: Added.
785 * fast/backgrounds/size/backgroundSize04-expected.png: Added.
786 * fast/backgrounds/size/backgroundSize04-expected.txt: Added.
787 * fast/backgrounds/size/backgroundSize04.html: Added.
788 * fast/backgrounds/size/backgroundSize05-expected.checksum: Added.
789 * fast/backgrounds/size/backgroundSize05-expected.png: Added.
790 * fast/backgrounds/size/backgroundSize05-expected.txt: Added.
791 * fast/backgrounds/size/backgroundSize05.html: Added.
792 * fast/backgrounds/size/backgroundSize06-expected.checksum: Added.
793 * fast/backgrounds/size/backgroundSize06-expected.png: Added.
794 * fast/backgrounds/size/backgroundSize06-expected.txt: Added.
795 * fast/backgrounds/size/backgroundSize06.html: Added.
796 * fast/backgrounds/size/backgroundSize07-expected.checksum: Added.
797 * fast/backgrounds/size/backgroundSize07-expected.png: Added.
798 * fast/backgrounds/size/backgroundSize07-expected.txt: Added.
799 * fast/backgrounds/size/backgroundSize07.html: Added.
800 * fast/backgrounds/size/backgroundSize08-expected.checksum: Added.
801 * fast/backgrounds/size/backgroundSize08-expected.png: Added.
802 * fast/backgrounds/size/backgroundSize08-expected.txt: Added.
803 * fast/backgrounds/size/backgroundSize08.html: Added.
804 * fast/backgrounds/size/backgroundSize09-expected.checksum: Added.
805 * fast/backgrounds/size/backgroundSize09-expected.png: Added.
806 * fast/backgrounds/size/backgroundSize09-expected.txt: Added.
807 * fast/backgrounds/size/backgroundSize09.html: Added.
808 * fast/backgrounds/size/backgroundSize10-expected.checksum: Added.
809 * fast/backgrounds/size/backgroundSize10-expected.png: Added.
810 * fast/backgrounds/size/backgroundSize10-expected.txt: Added.
811 * fast/backgrounds/size/backgroundSize10.html: Added.
812 * fast/backgrounds/size/backgroundSize11-expected.checksum: Added.
813 * fast/backgrounds/size/backgroundSize11-expected.png: Added.
814 * fast/backgrounds/size/backgroundSize11-expected.txt: Added.
815 * fast/backgrounds/size/backgroundSize11.html: Added.
816 * fast/backgrounds/size/backgroundSize12-expected.checksum: Added.
817 * fast/backgrounds/size/backgroundSize12-expected.png: Added.
818 * fast/backgrounds/size/backgroundSize12-expected.txt: Added.
819 * fast/backgrounds/size/backgroundSize12.html: Added.
820 * fast/backgrounds/size/backgroundSize13-expected.checksum: Added.
821 * fast/backgrounds/size/backgroundSize13-expected.png: Added.
822 * fast/backgrounds/size/backgroundSize13-expected.txt: Added.
823 * fast/backgrounds/size/backgroundSize13.html: Added.
824 * fast/backgrounds/size/backgroundSize14-expected.checksum: Added.
825 * fast/backgrounds/size/backgroundSize14-expected.png: Added.
826 * fast/backgrounds/size/backgroundSize14-expected.txt: Added.
827 * fast/backgrounds/size/backgroundSize14.html: Added.
828 * fast/backgrounds/size/backgroundSize15-expected.checksum: Added.
829 * fast/backgrounds/size/backgroundSize15-expected.png: Added.
830 * fast/backgrounds/size/backgroundSize15-expected.txt: Added.
831 * fast/backgrounds/size/backgroundSize15.html: Added.
832 * fast/backgrounds/size/backgroundSize16-expected.checksum: Added.
833 * fast/backgrounds/size/backgroundSize16-expected.png: Added.
834 * fast/backgrounds/size/backgroundSize16-expected.txt: Added.
835 * fast/backgrounds/size/backgroundSize16.html: Added.
836 * fast/backgrounds/size/resources: Added.
837 * fast/backgrounds/size/resources/bikes.bmp: Added.
838 * fast/css/backgroundSize01-expected.checksum: Removed.
839 * fast/css/backgroundSize01-expected.png: Removed.
840 * fast/css/backgroundSize01-expected.txt: Removed.
841 * fast/css/backgroundSize01.html: Removed.
842 * fast/css/backgroundSize02-expected.checksum: Removed.
843 * fast/css/backgroundSize02-expected.png: Removed.
844 * fast/css/backgroundSize02-expected.txt: Removed.
845 * fast/css/backgroundSize02.html: Removed.
846 * fast/css/backgroundSize03-expected.checksum: Removed.
847 * fast/css/backgroundSize03-expected.png: Removed.
848 * fast/css/backgroundSize03-expected.txt: Removed.
849 * fast/css/backgroundSize03.html: Removed.
850 * fast/css/backgroundSize04-expected.checksum: Removed.
851 * fast/css/backgroundSize04-expected.png: Removed.
852 * fast/css/backgroundSize04-expected.txt: Removed.
853 * fast/css/backgroundSize04.html: Removed.
854 * fast/css/backgroundSize05-expected.checksum: Removed.
855 * fast/css/backgroundSize05-expected.png: Removed.
856 * fast/css/backgroundSize05-expected.txt: Removed.
857 * fast/css/backgroundSize05.html: Removed.
858 * fast/css/backgroundSize06-expected.checksum: Removed.
859 * fast/css/backgroundSize06-expected.png: Removed.
860 * fast/css/backgroundSize06-expected.txt: Removed.
861 * fast/css/backgroundSize06.html: Removed.
862 * fast/css/backgroundSize07-expected.checksum: Removed.
863 * fast/css/backgroundSize07-expected.png: Removed.
864 * fast/css/backgroundSize07-expected.txt: Removed.
865 * fast/css/backgroundSize07.html: Removed.
866 * fast/css/backgroundSize08-expected.checksum: Removed.
867 * fast/css/backgroundSize08-expected.png: Removed.
868 * fast/css/backgroundSize08-expected.txt: Removed.
869 * fast/css/backgroundSize08.html: Removed.
870 * fast/css/backgroundSize09-expected.checksum: Removed.
871 * fast/css/backgroundSize09-expected.png: Removed.
872 * fast/css/backgroundSize09-expected.txt: Removed.
873 * fast/css/backgroundSize09.html: Removed.
874 * fast/css/backgroundSize10-expected.checksum: Removed.
875 * fast/css/backgroundSize10-expected.png: Removed.
876 * fast/css/backgroundSize10-expected.txt: Removed.
877 * fast/css/backgroundSize10.html: Removed.
878 * fast/css/backgroundSize11-expected.checksum: Removed.
879 * fast/css/backgroundSize11-expected.png: Removed.
880 * fast/css/backgroundSize11-expected.txt: Removed.
881 * fast/css/backgroundSize11.html: Removed.
882 * fast/css/backgroundSize12-expected.checksum: Removed.
883 * fast/css/backgroundSize12-expected.png: Removed.
884 * fast/css/backgroundSize12-expected.txt: Removed.
885 * fast/css/backgroundSize12.html: Removed.
886 * fast/css/backgroundSize13-expected.checksum: Removed.
887 * fast/css/backgroundSize13-expected.png: Removed.
888 * fast/css/backgroundSize13-expected.txt: Removed.
889 * fast/css/backgroundSize13.html: Removed.
890 * fast/css/backgroundSize14-expected.checksum: Removed.
891 * fast/css/backgroundSize14-expected.png: Removed.
892 * fast/css/backgroundSize14-expected.txt: Removed.
893 * fast/css/backgroundSize14.html: Removed.
894 * fast/css/backgroundSize15-expected.checksum: Removed.
895 * fast/css/backgroundSize15-expected.png: Removed.
896 * fast/css/backgroundSize15-expected.txt: Removed.
897 * fast/css/backgroundSize15.html: Removed.
898 * fast/css/backgroundSize16-expected.checksum: Removed.
899 * fast/css/backgroundSize16-expected.png: Removed.
900 * fast/css/backgroundSize16-expected.txt: Removed.
901 * fast/css/backgroundSize16.html: Removed.
902 * fast/css/resources/bikes.bmp: Removed.
904 2006-04-20 Adele Peterson <adele@apple.com>
906 Updated test results for:
907 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=8276
908 REGRESSION (NativeTextField): Pasting a Finder item into a text field results in
909 a file: URL being pasted instead of just the file name
910 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=8283
911 REGRESSION: File's path doesn't appear after dragging file into input field
913 * editing/pasteboard/drop-text-without-selection-expected.txt:
914 * fast/forms/input-paste-undo-expected.txt:
915 * fast/forms/input-truncate-newline-expected.txt:
916 * fast/forms/plaintext-mode-2-expected.txt:
918 2006-04-20 Adele Peterson <adele@apple.com>
920 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8273
921 REGRESSION: Read only input text field renders at the wrong height when value attribute is not present
923 * fast/forms/input-readonly-empty-expected.checksum: Added.
924 * fast/forms/input-readonly-empty-expected.png: Added.
925 * fast/forms/input-readonly-empty-expected.txt: Added.
926 * fast/forms/input-readonly-empty.html: Added.
928 2006-04-19 Adele Peterson <adele@apple.com>
930 Updated test to use webkit-block-placeholder instead of khtml-block-placeholder.
932 * editing/inserting/insert-div-010.html:
934 2006-04-19 Adele Peterson <adele@apple.com>
936 Updating test results that were incorrectly checked in
937 when many of the table test results changed recently due to Color
940 * tables/mozilla/bugs/bug625-expected.checksum:
941 * tables/mozilla/bugs/bug625-expected.png:
942 * tables/mozilla/bugs/bug625-expected.txt:
944 2006-04-19 Adele Peterson <adele@apple.com>
946 Updated results after rolling out optimizations in setInnerText and setInnerHTML.
948 * fast/events/updateLayoutForHitTest-expected.txt:
949 * fast/forms/input-text-paste-maxlength-expected.txt:
950 * fast/text/attributed-substring-from-range-expected.txt:
952 2006-04-19 Adele Peterson <adele@apple.com>
954 Updated results for: http://bugzilla.opendarwin.org/show_bug.cgi?id=8297
955 REGRESSION: Input element extends outside of DIV element at http://www.macdock.com/
957 * editing/selection/3690703-2-expected.checksum:
958 * editing/selection/3690703-2-expected.png:
959 * editing/selection/3690703-2-expected.txt:
960 * editing/selection/3690703-expected.checksum:
961 * editing/selection/3690703-expected.png:
962 * editing/selection/3690703-expected.txt:
963 * editing/selection/3690719-expected.checksum:
964 * editing/selection/3690719-expected.png:
965 * editing/selection/3690719-expected.txt:
966 * fast/forms/input-appearance-minWidth-expected.checksum:
967 * fast/forms/input-appearance-minWidth-expected.png:
968 * fast/forms/input-appearance-minWidth-expected.txt:
969 * fast/forms/input-appearance-width-expected.checksum:
970 * fast/forms/input-appearance-width-expected.png:
971 * fast/forms/input-appearance-width-expected.txt:
972 * fast/forms/input-double-click-selection-gap-bug-expected.checksum:
973 * fast/replaced/width100percent-expected.checksum:
974 * fast/replaced/width100percent-expected.png:
975 * fast/replaced/width100percent-expected.txt:
976 * tables/mozilla/bugs/bug1188-expected.checksum:
977 * tables/mozilla/bugs/bug1188-expected.png:
978 * tables/mozilla/bugs/bug1188-expected.txt:
979 * tables/mozilla/bugs/bug12384-expected.checksum:
980 * tables/mozilla/bugs/bug12384-expected.png:
981 * tables/mozilla/bugs/bug12384-expected.txt:
982 * tables/mozilla/bugs/bug18359-expected.checksum:
983 * tables/mozilla/bugs/bug18359-expected.png:
984 * tables/mozilla/bugs/bug18359-expected.txt:
985 * tables/mozilla/bugs/bug55545-expected.checksum:
986 * tables/mozilla/bugs/bug55545-expected.png:
987 * tables/mozilla/bugs/bug55545-expected.txt:
988 * tables/mozilla/bugs/bug7342-expected.checksum:
989 * tables/mozilla/bugs/bug7342-expected.png:
990 * tables/mozilla/bugs/bug7342-expected.txt:
991 * tables/mozilla_expected_failures/bugs/bug2479-2-expected.checksum:
992 * tables/mozilla_expected_failures/bugs/bug2479-2-expected.png:
993 * tables/mozilla_expected_failures/bugs/bug2479-2-expected.txt:
995 2006-04-19 Adele Peterson <adele@apple.com>
997 Tests for change to make readonly text fields have dimmed borders.
999 * fast/forms/input-appearance-readonly-expected.checksum:
1000 * fast/forms/input-appearance-readonly-expected.png:
1001 * fast/forms/input-readonly-dimmed-expected.checksum: Added.
1002 * fast/forms/input-readonly-dimmed-expected.png: Added.
1003 * fast/forms/input-readonly-dimmed-expected.txt: Added.
1004 * fast/forms/input-readonly-dimmed.html: Added.
1006 2006-04-19 Mitz Pettel <opendarwin.org@mitzpettel.com>
1008 Reviewed by Eric, landed by ap.
1010 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8469
1011 CRASH: WebCore::CSSParser::parseDashboardRegions when attr() is passed
1013 * fast/css/dashboard-regions-attr-crash-expected.txt
1014 * fast/css/dashboard-regions-attr-crash.html
1016 2006-04-17 Rob Buis <buis@kde.org>
1018 Reviewed by eseidel. Landed by eseidel.
1020 * svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
1021 * svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
1022 * svg/custom/tref-update-expected.txt: Added.
1023 * svg/custom/tref-update.svg: Added.
1025 2006-04-18 Darin Adler <darin@apple.com>
1029 - updated some results that were affected by recent changes
1031 There are some other failures that might be reflecting actual
1032 bugs; these seem fine though.
1034 * fast/events/updateLayoutForHitTest-expected.checksum:
1035 * fast/events/updateLayoutForHitTest-expected.png:
1036 * fast/events/updateLayoutForHitTest-expected.txt:
1037 Updated because the 4 clicks done in this test now seem to be
1038 behaving as a triple-click and selecting some text.
1040 * fast/forms/input-appearance-maxlength-expected.txt:
1041 * fast/forms/input-paste-undo-expected.txt:
1042 * fast/text/attributed-substring-from-range-expected.txt:
1043 Unimportant changes to the editing delegate calls.
1045 2006-04-18 Eric Seidel <eseidel@apple.com>
1049 <rdar://problem/4067864> REGRESSION (125-407): JavaScript failure on PeopleSoft REN Server
1051 * fast/js/lexical-lookup-in-function-constructor.html: Added.
1052 * fast/js/resources/lexical-lookup-in-function-constructor-child.html: Added.
1053 * fast/js/lexical-lookup-in-function-constructor-expected.txt: Added.
1055 2006-04-18 Beth Dakin <bdakin@apple.com>
1059 Layout tests for http://bugzilla.opendarwin.org/show_bug.cgi?
1060 id=8353 CSS3: Implement background-size property
1062 * fast/css/backgroundSize01-expected.checksum: Added.
1063 * fast/css/backgroundSize01-expected.png: Added.
1064 * fast/css/backgroundSize01-expected.txt: Added.
1065 * fast/css/backgroundSize01.html: Added.
1066 * fast/css/backgroundSize02-expected.checksum: Added.
1067 * fast/css/backgroundSize02-expected.png: Added.
1068 * fast/css/backgroundSize02-expected.txt: Added.
1069 * fast/css/backgroundSize02.html: Added.
1070 * fast/css/backgroundSize03-expected.checksum: Added.
1071 * fast/css/backgroundSize03-expected.png: Added.
1072 * fast/css/backgroundSize03-expected.txt: Added.
1073 * fast/css/backgroundSize03.html: Added.
1074 * fast/css/backgroundSize04-expected.checksum: Added.
1075 * fast/css/backgroundSize04-expected.png: Added.
1076 * fast/css/backgroundSize04-expected.txt: Added.
1077 * fast/css/backgroundSize04.html: Added.
1078 * fast/css/backgroundSize05-expected.checksum: Added.
1079 * fast/css/backgroundSize05-expected.png: Added.
1080 * fast/css/backgroundSize05-expected.txt: Added.
1081 * fast/css/backgroundSize05.html: Added.
1082 * fast/css/backgroundSize06-expected.checksum: Added.
1083 * fast/css/backgroundSize06-expected.png: Added.
1084 * fast/css/backgroundSize06-expected.txt: Added.
1085 * fast/css/backgroundSize06.html: Added.
1086 * fast/css/backgroundSize07-expected.checksum: Added.
1087 * fast/css/backgroundSize07-expected.png: Added.
1088 * fast/css/backgroundSize07-expected.txt: Added.
1089 * fast/css/backgroundSize07.html: Added.
1090 * fast/css/backgroundSize08-expected.checksum: Added.
1091 * fast/css/backgroundSize08-expected.png: Added.
1092 * fast/css/backgroundSize08-expected.txt: Added.
1093 * fast/css/backgroundSize08.html: Added.
1094 * fast/css/backgroundSize09-expected.checksum: Added.
1095 * fast/css/backgroundSize09-expected.png: Added.
1096 * fast/css/backgroundSize09-expected.txt: Added.
1097 * fast/css/backgroundSize09.html: Added.
1098 * fast/css/backgroundSize10-expected.checksum: Added.
1099 * fast/css/backgroundSize10-expected.png: Added.
1100 * fast/css/backgroundSize10-expected.txt: Added.
1101 * fast/css/backgroundSize10.html: Added.
1102 * fast/css/backgroundSize11-expected.checksum: Added.
1103 * fast/css/backgroundSize11-expected.png: Added.
1104 * fast/css/backgroundSize11-expected.txt: Added.
1105 * fast/css/backgroundSize11.html: Added.
1106 * fast/css/backgroundSize12-expected.checksum: Added.
1107 * fast/css/backgroundSize12-expected.png: Added.
1108 * fast/css/backgroundSize12-expected.txt: Added.
1109 * fast/css/backgroundSize12.html: Added.
1110 * fast/css/backgroundSize13-expected.checksum: Added.
1111 * fast/css/backgroundSize13-expected.png: Added.
1112 * fast/css/backgroundSize13-expected.txt: Added.
1113 * fast/css/backgroundSize13.html: Added.
1114 * fast/css/backgroundSize14-expected.checksum: Added.
1115 * fast/css/backgroundSize14-expected.png: Added.
1116 * fast/css/backgroundSize14-expected.txt: Added.
1117 * fast/css/backgroundSize14.html: Added.
1118 * fast/css/backgroundSize15-expected.checksum: Added.
1119 * fast/css/backgroundSize15-expected.png: Added.
1120 * fast/css/backgroundSize15-expected.txt: Added.
1121 * fast/css/backgroundSize15.html: Added.
1122 * fast/css/backgroundSize16-expected.checksum: Added.
1123 * fast/css/backgroundSize16-expected.png: Added.
1124 * fast/css/backgroundSize16-expected.txt: Added.
1125 * fast/css/backgroundSize16.html: Added.
1126 * fast/css/resources/bikes.bmp: Added.
1128 2006-04-18 Justin Garcia <justin.garcia@apple.com>
1130 Reviewed by harrison
1132 * editing/pasteboard/merge-end-3-expected.checksum: Added.
1133 * editing/pasteboard/merge-end-3-expected.png: Added.
1134 * editing/pasteboard/merge-end-3-expected.txt: Added.
1135 * editing/pasteboard/merge-end-3.html: Added.
1137 2006-04-17 Adele Peterson <adele@apple.com>
1139 Test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8407
1140 REGRESSION (NativeTextField): Leading and trailing spaces trimmed from text field value attribute
1142 * fast/forms/input-spaces-expected.checksum: Added.
1143 * fast/forms/input-spaces-expected.png: Added.
1144 * fast/forms/input-spaces-expected.txt: Added.
1145 * fast/forms/input-spaces.html: Added.
1147 2006-04-17 Sam Weinig <sam.weinig@gmail.com>
1151 - fix http://bugzilla.opendarwin.org/show_bug.cgi?id=8142
1152 fast/block/float/014.html test should not require live internet connection
1154 * fast/block/float/014.html: Use local image
1155 * fast/block/float/resources: Added.
1156 * fast/block/float/resources/training_thumb.jpg: Added.
1158 2006-04-17 Alexey Proskuryakov <ap@nypop.com>
1162 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8440
1163 iExploder(#3327): Crash in StringImpl::initWithQChar()
1165 * fast/parser/number-sign-in-map-name-expected.txt: Added.
1166 * fast/parser/number-sign-in-map-name.html: Added.
1168 2006-04-17 Adele Peterson <adele@apple.com>
1170 Test and updated results for: http://bugzilla.opendarwin.org/show_bug.cgi?id=8269
1171 REGRESSION: disabled text field does not display greyed-out text
1173 * fast/forms/input-disabled-color-expected.checksum: Added.
1174 * fast/forms/input-disabled-color-expected.png: Added.
1175 * fast/forms/input-disabled-color-expected.txt: Added.
1176 * fast/forms/input-disabled-color.html: Added.
1178 This code change affects the color of table borders and inset, outset, and groove borders which affects many tests.
1180 * css1/basic/class_as_selector-expected.checksum:
1181 * css1/basic/class_as_selector-expected.png:
1182 * css1/basic/comments-expected.checksum:
1183 * css1/basic/comments-expected.png:
1184 * css1/basic/containment-expected.checksum:
1185 * css1/basic/containment-expected.png:
1186 * css1/basic/contextual_selectors-expected.checksum:
1187 * css1/basic/contextual_selectors-expected.png:
1188 * css1/basic/grouping-expected.checksum:
1189 * css1/basic/grouping-expected.png:
1190 * css1/basic/id_as_selector-expected.checksum:
1191 * css1/basic/id_as_selector-expected.png:
1192 * css1/basic/inheritance-expected.checksum:
1193 * css1/basic/inheritance-expected.png:
1194 * css1/box_properties/border-expected.checksum:
1195 * css1/box_properties/border-expected.png:
1196 * css1/box_properties/border_bottom-expected.checksum:
1197 * css1/box_properties/border_bottom-expected.png:
1198 * css1/box_properties/border_bottom_inline-expected.checksum:
1199 * css1/box_properties/border_bottom_inline-expected.png:
1200 * css1/box_properties/border_bottom_width-expected.checksum:
1201 * css1/box_properties/border_bottom_width-expected.png:
1202 * css1/box_properties/border_bottom_width_inline-expected.checksum:
1203 * css1/box_properties/border_bottom_width_inline-expected.png:
1204 * css1/box_properties/border_color-expected.checksum:
1205 * css1/box_properties/border_color-expected.png:
1206 * css1/box_properties/border_color_inline-expected.checksum:
1207 * css1/box_properties/border_color_inline-expected.png:
1208 * css1/box_properties/border_inline-expected.checksum:
1209 * css1/box_properties/border_inline-expected.png:
1210 * css1/box_properties/border_left-expected.checksum:
1211 * css1/box_properties/border_left-expected.png:
1212 * css1/box_properties/border_left_inline-expected.checksum:
1213 * css1/box_properties/border_left_inline-expected.png:
1214 * css1/box_properties/border_left_width-expected.checksum:
1215 * css1/box_properties/border_left_width-expected.png:
1216 * css1/box_properties/border_left_width_inline-expected.checksum:
1217 * css1/box_properties/border_left_width_inline-expected.png:
1218 * css1/box_properties/border_right-expected.checksum:
1219 * css1/box_properties/border_right-expected.png:
1220 * css1/box_properties/border_right_inline-expected.checksum:
1221 * css1/box_properties/border_right_inline-expected.png:
1222 * css1/box_properties/border_right_width-expected.checksum:
1223 * css1/box_properties/border_right_width-expected.png:
1224 * css1/box_properties/border_right_width_inline-expected.checksum:
1225 * css1/box_properties/border_right_width_inline-expected.png:
1226 * css1/box_properties/border_style-expected.checksum:
1227 * css1/box_properties/border_style-expected.png:
1228 * css1/box_properties/border_style_inline-expected.checksum:
1229 * css1/box_properties/border_style_inline-expected.png:
1230 * css1/box_properties/border_top-expected.checksum:
1231 * css1/box_properties/border_top-expected.png:
1232 * css1/box_properties/border_top_inline-expected.checksum:
1233 * css1/box_properties/border_top_inline-expected.png:
1234 * css1/box_properties/border_top_width-expected.checksum:
1235 * css1/box_properties/border_top_width-expected.png:
1236 * css1/box_properties/border_top_width_inline-expected.checksum:
1237 * css1/box_properties/border_top_width_inline-expected.png:
1238 * css1/box_properties/border_width-expected.checksum:
1239 * css1/box_properties/border_width-expected.png:
1240 * css1/box_properties/border_width_inline-expected.checksum:
1241 * css1/box_properties/border_width_inline-expected.png:
1242 * css1/box_properties/clear-expected.checksum:
1243 * css1/box_properties/clear-expected.png:
1244 * css1/box_properties/clear_float-expected.checksum:
1245 * css1/box_properties/clear_float-expected.png:
1246 * css1/box_properties/float-expected.checksum:
1247 * css1/box_properties/float-expected.png:
1248 * css1/box_properties/float_elements_in_series-expected.checksum:
1249 * css1/box_properties/float_elements_in_series-expected.png:
1250 * css1/box_properties/float_margin-expected.checksum:
1251 * css1/box_properties/float_margin-expected.png:
1252 * css1/box_properties/float_on_text_elements-expected.checksum:
1253 * css1/box_properties/float_on_text_elements-expected.png:
1254 * css1/box_properties/height-expected.checksum:
1255 * css1/box_properties/height-expected.png:
1256 * css1/box_properties/margin-expected.checksum:
1257 * css1/box_properties/margin-expected.png:
1258 * css1/box_properties/margin_bottom-expected.checksum:
1259 * css1/box_properties/margin_bottom-expected.png:
1260 * css1/box_properties/margin_bottom_inline-expected.checksum:
1261 * css1/box_properties/margin_bottom_inline-expected.png:
1262 * css1/box_properties/margin_inline-expected.checksum:
1263 * css1/box_properties/margin_inline-expected.png:
1264 * css1/box_properties/margin_left-expected.checksum:
1265 * css1/box_properties/margin_left-expected.png:
1266 * css1/box_properties/margin_left_inline-expected.checksum:
1267 * css1/box_properties/margin_left_inline-expected.png:
1268 * css1/box_properties/margin_right-expected.checksum:
1269 * css1/box_properties/margin_right-expected.png:
1270 * css1/box_properties/margin_right_inline-expected.checksum:
1271 * css1/box_properties/margin_right_inline-expected.png:
1272 * css1/box_properties/margin_top-expected.checksum:
1273 * css1/box_properties/margin_top-expected.png:
1274 * css1/box_properties/margin_top_inline-expected.checksum:
1275 * css1/box_properties/margin_top_inline-expected.png:
1276 * css1/box_properties/padding-expected.checksum:
1277 * css1/box_properties/padding-expected.png:
1278 * css1/box_properties/padding_bottom-expected.checksum:
1279 * css1/box_properties/padding_bottom-expected.png:
1280 * css1/box_properties/padding_bottom_inline-expected.checksum:
1281 * css1/box_properties/padding_bottom_inline-expected.png:
1282 * css1/box_properties/padding_inline-expected.checksum:
1283 * css1/box_properties/padding_inline-expected.png:
1284 * css1/box_properties/padding_left-expected.checksum:
1285 * css1/box_properties/padding_left-expected.png:
1286 * css1/box_properties/padding_left_inline-expected.checksum:
1287 * css1/box_properties/padding_left_inline-expected.png:
1288 * css1/box_properties/padding_right-expected.checksum:
1289 * css1/box_properties/padding_right-expected.png:
1290 * css1/box_properties/padding_right_inline-expected.checksum:
1291 * css1/box_properties/padding_right_inline-expected.png:
1292 * css1/box_properties/padding_top-expected.checksum:
1293 * css1/box_properties/padding_top-expected.png:
1294 * css1/box_properties/padding_top_inline-expected.checksum:
1295 * css1/box_properties/padding_top_inline-expected.png:
1296 * css1/box_properties/width-expected.checksum:
1297 * css1/box_properties/width-expected.png:
1298 * css1/cascade/cascade_order-expected.checksum:
1299 * css1/cascade/cascade_order-expected.png:
1300 * css1/cascade/important-expected.checksum:
1301 * css1/cascade/important-expected.png:
1302 * css1/classification/display-expected.checksum:
1303 * css1/classification/display-expected.png:
1304 * css1/classification/list_style-expected.checksum:
1305 * css1/classification/list_style-expected.png:
1306 * css1/classification/list_style_image-expected.checksum:
1307 * css1/classification/list_style_image-expected.png:
1308 * css1/classification/list_style_position-expected.checksum:
1309 * css1/classification/list_style_position-expected.png:
1310 * css1/classification/list_style_type-expected.checksum:
1311 * css1/classification/list_style_type-expected.png:
1312 * css1/classification/white_space-expected.checksum:
1313 * css1/classification/white_space-expected.png:
1314 * css1/color_and_background/background-expected.checksum:
1315 * css1/color_and_background/background-expected.png:
1316 * css1/color_and_background/background_attachment-expected.checksum:
1317 * css1/color_and_background/background_attachment-expected.png:
1318 * css1/color_and_background/background_color-expected.checksum:
1319 * css1/color_and_background/background_color-expected.png:
1320 * css1/color_and_background/background_image-expected.checksum:
1321 * css1/color_and_background/background_image-expected.png:
1322 * css1/color_and_background/background_position-expected.checksum:
1323 * css1/color_and_background/background_position-expected.png:
1324 * css1/color_and_background/background_repeat-expected.checksum:
1325 * css1/color_and_background/background_repeat-expected.png:
1326 * css1/color_and_background/color-expected.checksum:
1327 * css1/color_and_background/color-expected.png:
1328 * css1/font_properties/font-expected.checksum:
1329 * css1/font_properties/font-expected.png:
1330 * css1/font_properties/font_family-expected.checksum:
1331 * css1/font_properties/font_family-expected.png:
1332 * css1/font_properties/font_size-expected.checksum:
1333 * css1/font_properties/font_size-expected.png:
1334 * css1/font_properties/font_style-expected.checksum:
1335 * css1/font_properties/font_style-expected.png:
1336 * css1/font_properties/font_variant-expected.checksum:
1337 * css1/font_properties/font_variant-expected.png:
1338 * css1/font_properties/font_weight-expected.checksum:
1339 * css1/font_properties/font_weight-expected.png:
1340 * css1/formatting_model/canvas-expected.checksum:
1341 * css1/formatting_model/canvas-expected.png:
1342 * css1/formatting_model/floating_elements-expected.checksum:
1343 * css1/formatting_model/floating_elements-expected.png:
1344 * css1/formatting_model/height_of_lines-expected.checksum:
1345 * css1/formatting_model/height_of_lines-expected.png:
1346 * css1/formatting_model/inline_elements-expected.checksum:
1347 * css1/formatting_model/inline_elements-expected.png:
1348 * css1/formatting_model/replaced_elements-expected.checksum:
1349 * css1/formatting_model/replaced_elements-expected.png:
1350 * css1/formatting_model/vertical_formatting-expected.checksum:
1351 * css1/formatting_model/vertical_formatting-expected.png:
1352 * css1/pseudo/anchor-expected.checksum:
1353 * css1/pseudo/anchor-expected.png:
1354 * css1/pseudo/firstletter-expected.checksum:
1355 * css1/pseudo/firstletter-expected.png:
1356 * css1/pseudo/firstline-expected.checksum:
1357 * css1/pseudo/firstline-expected.png:
1358 * css1/pseudo/multiple_pseudo_elements-expected.checksum:
1359 * css1/pseudo/multiple_pseudo_elements-expected.png:
1360 * css1/pseudo/pseudo_elements_in_selectors-expected.checksum:
1361 * css1/pseudo/pseudo_elements_in_selectors-expected.png:
1362 * css1/text_properties/letter_spacing-expected.checksum:
1363 * css1/text_properties/letter_spacing-expected.png:
1364 * css1/text_properties/line_height-expected.checksum:
1365 * css1/text_properties/line_height-expected.png:
1366 * css1/text_properties/text_align-expected.checksum:
1367 * css1/text_properties/text_align-expected.png:
1368 * css1/text_properties/text_decoration-expected.checksum:
1369 * css1/text_properties/text_decoration-expected.png:
1370 * css1/text_properties/text_indent-expected.checksum:
1371 * css1/text_properties/text_indent-expected.png:
1372 * css1/text_properties/text_transform-expected.checksum:
1373 * css1/text_properties/text_transform-expected.png:
1374 * css1/text_properties/vertical_align-expected.checksum:
1375 * css1/text_properties/vertical_align-expected.png:
1376 * css1/text_properties/word_spacing-expected.checksum:
1377 * css1/text_properties/word_spacing-expected.png:
1378 * css1/units/color_units-expected.checksum:
1379 * css1/units/color_units-expected.png:
1380 * css1/units/length_units-expected.checksum:
1381 * css1/units/length_units-expected.png:
1382 * css1/units/percentage_units-expected.checksum:
1383 * css1/units/percentage_units-expected.png:
1384 * css1/units/urls-expected.checksum:
1385 * css1/units/urls-expected.png:
1386 * css2.1/t0804-c5510-padn-00-b-ag-expected.checksum:
1387 * css2.1/t0804-c5510-padn-00-b-ag-expected.png:
1388 * css2.1/t0805-c5517-brdr-s-00-c-expected.checksum:
1389 * css2.1/t0805-c5517-brdr-s-00-c-expected.png:
1390 * css2.1/t0805-c5517-ibrdr-s-00-a-expected.checksum:
1391 * css2.1/t0805-c5517-ibrdr-s-00-a-expected.png:
1392 * css2.1/t0805-c5522-brdr-00-b-expected.checksum:
1393 * css2.1/t0805-c5522-brdr-00-b-expected.png:
1394 * css2.1/t100801-c544-valgn-02-d-agi-expected.checksum:
1395 * css2.1/t100801-c544-valgn-02-d-agi-expected.png:
1396 * css2.1/t100801-c544-valgn-03-d-agi-expected.checksum:
1397 * css2.1/t100801-c544-valgn-03-d-agi-expected.png:
1398 * css2.1/t100801-c544-valgn-04-d-agi-expected.checksum:
1399 * css2.1/t100801-c544-valgn-04-d-agi-expected.png:
1400 * editing/execCommand/insertHTML-expected.checksum:
1401 * editing/execCommand/insertHTML-expected.png:
1402 * editing/execCommand/insertHorizontalRule-expected.checksum:
1403 * editing/execCommand/insertHorizontalRule-expected.png:
1404 * editing/inserting/4278698-expected.checksum:
1405 * editing/inserting/4278698-expected.png:
1406 * editing/pasteboard/3976872-expected.checksum:
1407 * editing/pasteboard/3976872-expected.png:
1408 * editing/pasteboard/4076267-2-expected.checksum:
1409 * editing/pasteboard/4076267-2-expected.png:
1410 * editing/pasteboard/4076267-3-expected.checksum:
1411 * editing/pasteboard/4076267-3-expected.png:
1412 * editing/pasteboard/4076267-expected.checksum:
1413 * editing/pasteboard/4076267-expected.png:
1414 * editing/pasteboard/display-block-on-spans-expected.checksum:
1415 * editing/pasteboard/display-block-on-spans-expected.png:
1416 * editing/pasteboard/drop-text-without-selection-expected.checksum:
1417 * editing/pasteboard/drop-text-without-selection-expected.png:
1418 * editing/pasteboard/paste-table-001-expected.checksum:
1419 * editing/pasteboard/paste-table-001-expected.png:
1420 * editing/pasteboard/undoable-fragment-removes-expected.checksum:
1421 * editing/pasteboard/undoable-fragment-removes-expected.png:
1422 * editing/selection/4402375-expected.checksum:
1423 * editing/selection/4402375-expected.png:
1424 * editing/selection/6476-expected.checksum:
1425 * editing/selection/6476-expected.png:
1426 * editing/selection/7152-1-expected.checksum:
1427 * editing/selection/7152-1-expected.png:
1428 * editing/selection/7152-2-expected.checksum:
1429 * editing/selection/7152-2-expected.png:
1430 * editing/selection/image-before-linebreak-expected.checksum:
1431 * editing/selection/image-before-linebreak-expected.png:
1432 * editing/selection/move-by-line-001-expected.checksum:
1433 * editing/selection/move-by-line-001-expected.png:
1434 * editing/undo/4063751-expected.checksum:
1435 * editing/undo/4063751-expected.png:
1436 * editing/unsupported-content/table-type-after-expected.checksum:
1437 * editing/unsupported-content/table-type-after-expected.png:
1438 * editing/unsupported-content/table-type-before-expected.checksum:
1439 * editing/unsupported-content/table-type-before-expected.png:
1440 * fast/block/basic/018-expected.checksum:
1441 * fast/block/basic/018-expected.png:
1442 * fast/block/basic/text-indent-rtl-expected.checksum:
1443 * fast/block/basic/text-indent-rtl-expected.png:
1444 * fast/block/float/015-expected.checksum:
1445 * fast/block/float/015-expected.png:
1446 * fast/block/float/025-expected.checksum:
1447 * fast/block/float/025-expected.png:
1448 * fast/block/float/026-expected.checksum:
1449 * fast/block/float/026-expected.png:
1450 * fast/block/float/027-expected.checksum:
1451 * fast/block/float/027-expected.png:
1452 * fast/block/float/028-expected.checksum:
1453 * fast/block/float/028-expected.png:
1454 * fast/block/positioning/height-change-expected.checksum:
1455 * fast/block/positioning/height-change-expected.png:
1456 * fast/block/positioning/relayout-on-position-change-expected.checksum:
1457 * fast/block/positioning/relayout-on-position-change-expected.png:
1458 * fast/block/positioning/window-height-change-expected.checksum:
1459 * fast/block/positioning/window-height-change-expected.png:
1460 * fast/css-generated-content/014-expected.checksum:
1461 * fast/css-generated-content/014-expected.png:
1462 * fast/css-generated-content/hover-style-change-expected.checksum:
1463 * fast/css-generated-content/hover-style-change-expected.png:
1464 * fast/css/MarqueeLayoutTest-expected.checksum:
1465 * fast/css/MarqueeLayoutTest-expected.png:
1466 * fast/css/apple-prefix-expected.checksum:
1467 * fast/css/apple-prefix-expected.png:
1468 * fast/css/hover-subselector-expected.checksum:
1469 * fast/css/hover-subselector-expected.png:
1470 * fast/css/rtl-ordering-expected.checksum:
1471 * fast/css/rtl-ordering-expected.png:
1472 * fast/css/universal-hover-quirk-expected.checksum:
1473 * fast/css/universal-hover-quirk-expected.png:
1474 * fast/dom/HTMLElement/bdo-expected.checksum:
1475 * fast/dom/HTMLElement/bdo-expected.png:
1476 * fast/dom/HTMLTableElement/colSpan-expected.checksum:
1477 * fast/dom/HTMLTableElement/colSpan-expected.png:
1478 * fast/dom/HTMLTableElement/createCaption-expected.checksum:
1479 * fast/dom/HTMLTableElement/createCaption-expected.png:
1480 * fast/dom/clone-node-dynamic-style-expected.checksum:
1481 * fast/dom/clone-node-dynamic-style-expected.png:
1482 * fast/dom/isindex-002-expected.checksum:
1483 * fast/dom/isindex-002-expected.png:
1484 * fast/dom/row-inner-text-expected.checksum:
1485 * fast/dom/row-inner-text-expected.png:
1486 * fast/dynamic/012-expected.checksum:
1487 * fast/dynamic/012-expected.png:
1488 * fast/dynamic/013-expected.checksum:
1489 * fast/dynamic/013-expected.png:
1490 * fast/dynamic/015-expected.checksum:
1491 * fast/dynamic/015-expected.png:
1492 * fast/encoding/invalid-UTF-8-expected.checksum:
1493 * fast/encoding/invalid-UTF-8-expected.png:
1494 * fast/encoding/utf-16-big-endian-expected.checksum:
1495 * fast/encoding/utf-16-big-endian-expected.png:
1496 * fast/encoding/utf-16-little-endian-expected.checksum:
1497 * fast/encoding/utf-16-little-endian-expected.png:
1498 * fast/events/event-sender-mouse-moved-expected.checksum:
1499 * fast/events/event-sender-mouse-moved-expected.png:
1500 * fast/forms/001-expected.checksum:
1501 * fast/forms/001-expected.png:
1502 * fast/forms/006-expected.checksum:
1503 * fast/forms/006-expected.png:
1504 * fast/forms/007-expected.checksum:
1505 * fast/forms/007-expected.png:
1506 * fast/forms/button-default-title-expected.checksum:
1507 * fast/forms/button-default-title-expected.png:
1508 * fast/forms/button-inner-block-reuse-expected.checksum:
1509 * fast/forms/button-inner-block-reuse-expected.png:
1510 * fast/forms/input-appearance-disabled-expected.checksum:
1511 * fast/forms/input-appearance-disabled-expected.png:
1512 * fast/forms/input-appearance-disabled-expected.txt:
1513 * fast/forms/input-value-expected.checksum:
1514 * fast/forms/input-value-expected.png:
1515 * fast/forms/visual-hebrew-text-field-expected.checksum:
1516 * fast/forms/visual-hebrew-text-field-expected.png:
1517 * fast/lists/004-expected.checksum:
1518 * fast/lists/004-expected.png:
1519 * fast/lists/markers-in-selection-expected.checksum:
1520 * fast/lists/markers-in-selection-expected.png:
1521 * fast/lists/olstart-expected.checksum:
1522 * fast/lists/olstart-expected.png:
1523 * fast/overflow/002-expected.checksum:
1524 * fast/overflow/002-expected.png:
1525 * fast/overflow/overflow-rtl-inline-scrollbar-expected.checksum:
1526 * fast/overflow/overflow-rtl-inline-scrollbar-expected.png:
1527 * fast/overflow/overflow-text-hit-testing-expected.checksum:
1528 * fast/overflow/overflow-text-hit-testing-expected.png:
1529 * fast/parser/entities-in-xhtml-expected.checksum:
1530 * fast/parser/entities-in-xhtml-expected.png:
1531 * fast/repaint/flexible-box-overflow-expected.checksum:
1532 * fast/repaint/flexible-box-overflow-expected.png:
1533 * fast/repaint/flexible-box-overflow-horizontal-expected.checksum:
1534 * fast/repaint/flexible-box-overflow-horizontal-expected.png:
1535 * fast/repaint/inline-block-overflow-expected.checksum:
1536 * fast/repaint/inline-block-overflow-expected.png:
1537 * fast/repaint/layer-outline-expected.checksum:
1538 * fast/repaint/layer-outline-expected.png:
1539 * fast/repaint/layer-outline-horizontal-expected.checksum:
1540 * fast/repaint/layer-outline-horizontal-expected.png:
1541 * fast/repaint/text-shadow-expected.checksum:
1542 * fast/repaint/text-shadow-expected.png:
1543 * fast/repaint/text-shadow-horizontal-expected.checksum:
1544 * fast/repaint/text-shadow-horizontal-expected.png:
1545 * fast/replaced/005-expected.checksum:
1546 * fast/replaced/005-expected.png:
1547 * fast/replaced/inline-box-wrapper-handover-expected.checksum:
1548 * fast/replaced/inline-box-wrapper-handover-expected.png:
1549 * fast/selectors/032-expected.checksum:
1550 * fast/selectors/032-expected.png:
1551 * fast/selectors/077-expected.checksum:
1552 * fast/selectors/077-expected.png:
1553 * fast/selectors/077b-expected.checksum:
1554 * fast/selectors/077b-expected.png:
1555 * fast/selectors/078b-expected.checksum:
1556 * fast/selectors/078b-expected.png:
1557 * fast/table/003-expected.checksum:
1558 * fast/table/003-expected.png:
1559 * fast/table/004-expected.checksum:
1560 * fast/table/004-expected.png:
1561 * fast/table/006-expected.checksum:
1562 * fast/table/006-expected.png:
1563 * fast/table/007-expected.checksum:
1564 * fast/table/007-expected.png:
1565 * fast/table/009-expected.checksum:
1566 * fast/table/009-expected.png:
1567 * fast/table/017-expected.checksum:
1568 * fast/table/017-expected.png:
1569 * fast/table/018-expected.checksum:
1570 * fast/table/018-expected.png:
1571 * fast/table/020-expected.checksum:
1572 * fast/table/020-expected.png:
1573 * fast/table/029-expected.checksum:
1574 * fast/table/029-expected.png:
1575 * fast/table/030-expected.checksum:
1576 * fast/table/030-expected.png:
1577 * fast/table/035-expected.checksum:
1578 * fast/table/035-expected.png:
1579 * fast/table/038-expected.checksum:
1580 * fast/table/038-expected.png:
1581 * fast/table/039-expected.checksum:
1582 * fast/table/039-expected.png:
1583 * fast/table/040-expected.checksum:
1584 * fast/table/040-expected.png:
1585 * fast/table/041-expected.checksum:
1586 * fast/table/041-expected.png:
1587 * fast/table/add-before-anonymous-child-expected.checksum:
1588 * fast/table/add-before-anonymous-child-expected.png:
1589 * fast/table/border-collapsing/rtl-border-collapsing-expected.checksum:
1590 * fast/table/border-collapsing/rtl-border-collapsing-expected.png:
1591 * fast/table/edge-offsets-expected.checksum:
1592 * fast/table/edge-offsets-expected.png:
1593 * fast/table/empty-table-percent-height-expected.checksum:
1594 * fast/table/empty-table-percent-height-expected.png:
1595 * fast/table/giantRowspan-expected.checksum:
1596 * fast/table/giantRowspan-expected.png:
1597 * fast/table/large-width-expected.checksum:
1598 * fast/table/large-width-expected.png:
1599 * fast/table/multiple-percent-height-rows-expected.checksum:
1600 * fast/table/multiple-percent-height-rows-expected.png:
1601 * fast/table/nobr-expected.checksum:
1602 * fast/table/nobr-expected.png:
1603 * fast/table/overflowHidden-expected.checksum:
1604 * fast/table/overflowHidden-expected.png:
1605 * fast/table/percent-heights-expected.checksum:
1606 * fast/table/percent-heights-expected.png:
1607 * fast/table/rowindex-expected.checksum:
1608 * fast/table/rowindex-expected.png:
1609 * fast/table/rowspan-paint-order-expected.checksum:
1610 * fast/table/rowspan-paint-order-expected.png:
1611 * fast/table/spanOverlapRepaint-expected.checksum:
1612 * fast/table/spanOverlapRepaint-expected.png:
1613 * fast/text/atsui-kerning-and-ligatures-expected.checksum:
1614 * fast/text/atsui-kerning-and-ligatures-expected.png:
1615 * fast/text/atsui-multiple-renderers-expected.checksum:
1616 * fast/text/atsui-multiple-renderers-expected.png:
1617 * fast/text/atsui-pointtooffset-calls-cg-expected.checksum:
1618 * fast/text/atsui-pointtooffset-calls-cg-expected.png:
1619 * fast/text/atsui-rtl-override-selection-expected.checksum:
1620 * fast/text/atsui-rtl-override-selection-expected.png:
1621 * fast/text/atsui-small-caps-punctuation-size-expected.checksum:
1622 * fast/text/atsui-small-caps-punctuation-size-expected.png:
1623 * fast/text/atsui-spacing-features-expected.checksum:
1624 * fast/text/atsui-spacing-features-expected.png:
1625 * fast/text/basic/001-expected.checksum:
1626 * fast/text/basic/001-expected.png:
1627 * fast/text/basic/006-expected.checksum:
1628 * fast/text/basic/006-expected.png:
1629 * fast/text/basic/007-expected.checksum:
1630 * fast/text/basic/007-expected.png:
1631 * fast/text/basic/015-expected.checksum:
1632 * fast/text/basic/015-expected.png:
1633 * fast/text/cg-vs-atsui-expected.checksum:
1634 * fast/text/cg-vs-atsui-expected.png:
1635 * fast/text/in-rendered-text-rtl-expected.checksum:
1636 * fast/text/in-rendered-text-rtl-expected.png:
1637 * fast/text/international/003-expected.checksum:
1638 * fast/text/international/003-expected.png:
1639 * fast/text/international/bidi-LDB-2-CSS-expected.checksum:
1640 * fast/text/international/bidi-LDB-2-CSS-expected.png:
1641 * fast/text/international/bidi-LDB-2-HTML-expected.checksum:
1642 * fast/text/international/bidi-LDB-2-HTML-expected.png:
1643 * fast/text/international/bidi-LDB-2-formatting-characters-expected.checksum:
1644 * fast/text/international/bidi-LDB-2-formatting-characters-expected.png:
1645 * fast/text/international/bidi-european-terminators-expected.checksum:
1646 * fast/text/international/bidi-european-terminators-expected.png:
1647 * fast/text/international/bidi-ignored-for-first-child-inline-expected.checksum:
1648 * fast/text/international/bidi-ignored-for-first-child-inline-expected.png:
1649 * fast/text/international/bidi-innertext-expected.checksum:
1650 * fast/text/international/bidi-innertext-expected.png:
1651 * fast/text/should-use-atsui-expected.checksum:
1652 * fast/text/should-use-atsui-expected.png:
1653 * fast/text/whitespace/027-expected.checksum:
1654 * fast/text/whitespace/027-expected.png:
1655 * fast/text/whitespace/pre-wrap-overflow-selection-expected.checksum:
1656 * fast/text/whitespace/pre-wrap-overflow-selection-expected.png:
1657 * fast/text/whitespace/pre-wrap-spaces-after-newline-expected.checksum:
1658 * fast/text/whitespace/pre-wrap-spaces-after-newline-expected.png:
1659 * tables/mozilla/bugs/45621-expected.checksum:
1660 * tables/mozilla/bugs/45621-expected.png:
1661 * tables/mozilla/bugs/bug10009-expected.checksum:
1662 * tables/mozilla/bugs/bug10009-expected.png:
1663 * tables/mozilla/bugs/bug10036-expected.checksum:
1664 * tables/mozilla/bugs/bug10036-expected.png:
1665 * tables/mozilla/bugs/bug10039-expected.checksum:
1666 * tables/mozilla/bugs/bug10039-expected.png:
1667 * tables/mozilla/bugs/bug101201-expected.checksum:
1668 * tables/mozilla/bugs/bug101201-expected.png:
1669 * tables/mozilla/bugs/bug1055-1-expected.checksum:
1670 * tables/mozilla/bugs/bug1055-1-expected.png:
1671 * tables/mozilla/bugs/bug10565-expected.checksum:
1672 * tables/mozilla/bugs/bug10565-expected.png:
1673 * tables/mozilla/bugs/bug1067-2-expected.checksum:
1674 * tables/mozilla/bugs/bug1067-2-expected.png:
1675 * tables/mozilla/bugs/bug106795-expected.checksum:
1676 * tables/mozilla/bugs/bug106795-expected.png:
1677 * tables/mozilla/bugs/bug106816-expected.checksum:
1678 * tables/mozilla/bugs/bug106816-expected.png:
1679 * tables/mozilla/bugs/bug108340-expected.checksum:
1680 * tables/mozilla/bugs/bug108340-expected.png:
1681 * tables/mozilla/bugs/bug109043-expected.checksum:
1682 * tables/mozilla/bugs/bug109043-expected.png:
1683 * tables/mozilla/bugs/bug110566-expected.checksum:
1684 * tables/mozilla/bugs/bug110566-expected.png:
1685 * tables/mozilla/bugs/bug113235-1-expected.checksum:
1686 * tables/mozilla/bugs/bug113235-1-expected.png:
1687 * tables/mozilla/bugs/bug113235-3-expected.checksum:
1688 * tables/mozilla/bugs/bug113235-3-expected.png:
1689 * tables/mozilla/bugs/bug113424-expected.checksum:
1690 * tables/mozilla/bugs/bug113424-expected.png:
1691 * tables/mozilla/bugs/bug11384q-expected.checksum:
1692 * tables/mozilla/bugs/bug11384q-expected.png:
1693 * tables/mozilla/bugs/bug1188-expected.checksum:
1694 * tables/mozilla/bugs/bug1188-expected.png:
1695 * tables/mozilla/bugs/bug11944-expected.checksum:
1696 * tables/mozilla/bugs/bug11944-expected.png:
1697 * tables/mozilla/bugs/bug119786-expected.checksum:
1698 * tables/mozilla/bugs/bug119786-expected.png:
1699 * tables/mozilla/bugs/bug12008-expected.checksum:
1700 * tables/mozilla/bugs/bug12008-expected.png:
1701 * tables/mozilla/bugs/bug1220-expected.checksum:
1702 * tables/mozilla/bugs/bug1220-expected.png:
1703 * tables/mozilla/bugs/bug1224-expected.checksum:
1704 * tables/mozilla/bugs/bug1224-expected.png:
1705 * tables/mozilla/bugs/bug12268-expected.checksum:
1706 * tables/mozilla/bugs/bug12268-expected.png:
1707 * tables/mozilla/bugs/bug12384-expected.checksum:
1708 * tables/mozilla/bugs/bug12384-expected.png:
1709 * tables/mozilla/bugs/bug1261-expected.checksum:
1710 * tables/mozilla/bugs/bug1261-expected.png:
1711 * tables/mozilla/bugs/bug12709-expected.checksum:
1712 * tables/mozilla/bugs/bug12709-expected.png:
1713 * tables/mozilla/bugs/bug128229-expected.checksum:
1714 * tables/mozilla/bugs/bug128229-expected.png:
1715 * tables/mozilla/bugs/bug12908-1-expected.checksum:
1716 * tables/mozilla/bugs/bug12908-1-expected.png:
1717 * tables/mozilla/bugs/bug12910-expected.checksum:
1718 * tables/mozilla/bugs/bug12910-expected.png:
1719 * tables/mozilla/bugs/bug1302-expected.checksum:
1720 * tables/mozilla/bugs/bug1302-expected.png:
1721 * tables/mozilla/bugs/bug131020-2-expected.checksum:
1722 * tables/mozilla/bugs/bug131020-2-expected.png:
1723 * tables/mozilla/bugs/bug131020-expected.checksum:
1724 * tables/mozilla/bugs/bug131020-expected.png:
1725 * tables/mozilla/bugs/bug13118-expected.checksum:
1726 * tables/mozilla/bugs/bug13118-expected.png:
1727 * tables/mozilla/bugs/bug13169-expected.checksum:
1728 * tables/mozilla/bugs/bug13169-expected.png:
1729 * tables/mozilla/bugs/bug1318-expected.checksum:
1730 * tables/mozilla/bugs/bug1318-expected.png:
1731 * tables/mozilla/bugs/bug13196-expected.checksum:
1732 * tables/mozilla/bugs/bug13196-expected.png:
1733 * tables/mozilla/bugs/bug133756-2-expected.checksum:
1734 * tables/mozilla/bugs/bug133756-2-expected.png:
1735 * tables/mozilla/bugs/bug133948-expected.checksum:
1736 * tables/mozilla/bugs/bug133948-expected.png:
1737 * tables/mozilla/bugs/bug13484-expected.checksum:
1738 * tables/mozilla/bugs/bug13484-expected.png:
1739 * tables/mozilla/bugs/bug139524-4-expected.checksum:
1740 * tables/mozilla/bugs/bug139524-4-expected.png:
1741 * tables/mozilla/bugs/bug1474-expected.checksum:
1742 * tables/mozilla/bugs/bug1474-expected.png:
1743 * tables/mozilla/bugs/bug149275-1-expected.checksum:
1744 * tables/mozilla/bugs/bug149275-1-expected.png:
1745 * tables/mozilla/bugs/bug149275-2-expected.checksum:
1746 * tables/mozilla/bugs/bug149275-2-expected.png:
1747 * tables/mozilla/bugs/bug14929-expected.checksum:
1748 * tables/mozilla/bugs/bug14929-expected.png:
1749 * tables/mozilla/bugs/bug15247-expected.checksum:
1750 * tables/mozilla/bugs/bug15247-expected.png:
1751 * tables/mozilla/bugs/bug15933-expected.checksum:
1752 * tables/mozilla/bugs/bug15933-expected.png:
1753 * tables/mozilla/bugs/bug16012-expected.checksum:
1754 * tables/mozilla/bugs/bug16012-expected.png:
1755 * tables/mozilla/bugs/bug16252-expected.checksum:
1756 * tables/mozilla/bugs/bug16252-expected.png:
1757 * tables/mozilla/bugs/bug17168-expected.checksum:
1758 * tables/mozilla/bugs/bug17168-expected.png:
1759 * tables/mozilla/bugs/bug175455-4-expected.checksum:
1760 * tables/mozilla/bugs/bug175455-4-expected.png:
1761 * tables/mozilla/bugs/bug17548-expected.checksum:
1762 * tables/mozilla/bugs/bug17548-expected.png:
1763 * tables/mozilla/bugs/bug17587-expected.checksum:
1764 * tables/mozilla/bugs/bug17587-expected.png:
1765 * tables/mozilla/bugs/bug1800-expected.checksum:
1766 * tables/mozilla/bugs/bug1800-expected.png:
1767 * tables/mozilla/bugs/bug1802-expected.checksum:
1768 * tables/mozilla/bugs/bug1802-expected.png:
1769 * tables/mozilla/bugs/bug1802s-expected.checksum:
1770 * tables/mozilla/bugs/bug1802s-expected.png:
1771 * tables/mozilla/bugs/bug1809-expected.checksum:
1772 * tables/mozilla/bugs/bug1809-expected.png:
1773 * tables/mozilla/bugs/bug1818-1-expected.checksum:
1774 * tables/mozilla/bugs/bug1818-1-expected.png:
1775 * tables/mozilla/bugs/bug1818-2-expected.checksum:
1776 * tables/mozilla/bugs/bug1818-2-expected.png:
1777 * tables/mozilla/bugs/bug1818-3-expected.checksum:
1778 * tables/mozilla/bugs/bug1818-3-expected.png:
1779 * tables/mozilla/bugs/bug1818-4-expected.checksum:
1780 * tables/mozilla/bugs/bug1818-4-expected.png:
1781 * tables/mozilla/bugs/bug1828-expected.checksum:
1782 * tables/mozilla/bugs/bug1828-expected.png:
1783 * tables/mozilla/bugs/bug18359-expected.checksum:
1784 * tables/mozilla/bugs/bug18359-expected.png:
1785 * tables/mozilla/bugs/bug18558-expected.checksum:
1786 * tables/mozilla/bugs/bug18558-expected.png:
1787 * tables/mozilla/bugs/bug18955-expected.checksum:
1788 * tables/mozilla/bugs/bug18955-expected.png:
1789 * tables/mozilla/bugs/bug19061-1-expected.checksum:
1790 * tables/mozilla/bugs/bug19061-1-expected.png:
1791 * tables/mozilla/bugs/bug19061-2-expected.checksum:
1792 * tables/mozilla/bugs/bug19061-2-expected.png:
1793 * tables/mozilla/bugs/bug19356-expected.checksum:
1794 * tables/mozilla/bugs/bug19356-expected.png:
1795 * tables/mozilla/bugs/bug194024-expected.checksum:
1796 * tables/mozilla/bugs/bug194024-expected.png:
1797 * tables/mozilla/bugs/bug19599-expected.checksum:
1798 * tables/mozilla/bugs/bug19599-expected.png:
1799 * tables/mozilla/bugs/bug2050-expected.checksum:
1800 * tables/mozilla/bugs/bug2050-expected.png:
1801 * tables/mozilla/bugs/bug2065-expected.checksum:
1802 * tables/mozilla/bugs/bug2065-expected.png:
1803 * tables/mozilla/bugs/bug20804-expected.checksum:
1804 * tables/mozilla/bugs/bug20804-expected.png:
1805 * tables/mozilla/bugs/bug21299-expected.checksum:
1806 * tables/mozilla/bugs/bug21299-expected.png:
1807 * tables/mozilla/bugs/bug21918-expected.checksum:
1808 * tables/mozilla/bugs/bug21918-expected.png:
1809 * tables/mozilla/bugs/bug219693-1-expected.checksum:
1810 * tables/mozilla/bugs/bug219693-1-expected.png:
1811 * tables/mozilla/bugs/bug219693-2-expected.checksum:
1812 * tables/mozilla/bugs/bug219693-2-expected.png:
1813 * tables/mozilla/bugs/bug220536-expected.checksum:
1814 * tables/mozilla/bugs/bug220536-expected.png:
1815 * tables/mozilla/bugs/bug221784-1-expected.checksum:
1816 * tables/mozilla/bugs/bug221784-1-expected.png:
1817 * tables/mozilla/bugs/bug221784-2-expected.checksum:
1818 * tables/mozilla/bugs/bug221784-2-expected.png:
1819 * tables/mozilla/bugs/bug2267-expected.checksum:
1820 * tables/mozilla/bugs/bug2267-expected.png:
1821 * tables/mozilla/bugs/bug2296-expected.checksum:
1822 * tables/mozilla/bugs/bug2296-expected.png:
1823 * tables/mozilla/bugs/bug23235-expected.checksum:
1824 * tables/mozilla/bugs/bug23235-expected.png:
1825 * tables/mozilla/bugs/bug24200-expected.checksum:
1826 * tables/mozilla/bugs/bug24200-expected.png:
1827 * tables/mozilla/bugs/bug24503-expected.checksum:
1828 * tables/mozilla/bugs/bug24503-expected.png:
1829 * tables/mozilla/bugs/bug24627-expected.checksum:
1830 * tables/mozilla/bugs/bug24627-expected.png:
1831 * tables/mozilla/bugs/bug24661-expected.checksum:
1832 * tables/mozilla/bugs/bug24661-expected.png:
1833 * tables/mozilla/bugs/bug2479-3-expected.checksum:
1834 * tables/mozilla/bugs/bug2479-3-expected.png:
1835 * tables/mozilla/bugs/bug24880-expected.checksum:
1836 * tables/mozilla/bugs/bug24880-expected.png:
1837 * tables/mozilla/bugs/bug25004-expected.checksum:
1838 * tables/mozilla/bugs/bug25004-expected.png:
1839 * tables/mozilla/bugs/bug25086-expected.checksum:
1840 * tables/mozilla/bugs/bug25086-expected.png:
1841 * tables/mozilla/bugs/bug2516-expected.checksum:
1842 * tables/mozilla/bugs/bug2516-expected.png:
1843 * tables/mozilla/bugs/bug25663-expected.checksum:
1844 * tables/mozilla/bugs/bug25663-expected.png:
1845 * tables/mozilla/bugs/bug2585-expected.checksum:
1846 * tables/mozilla/bugs/bug2585-expected.png:
1847 * tables/mozilla/bugs/bug26553-expected.checksum:
1848 * tables/mozilla/bugs/bug26553-expected.png:
1849 * tables/mozilla/bugs/bug2684-expected.checksum:
1850 * tables/mozilla/bugs/bug2684-expected.png:
1851 * tables/mozilla/bugs/bug27038-2-expected.checksum:
1852 * tables/mozilla/bugs/bug27038-2-expected.png:
1853 * tables/mozilla/bugs/bug2757-expected.checksum:
1854 * tables/mozilla/bugs/bug2757-expected.png:
1855 * tables/mozilla/bugs/bug2773-expected.checksum:
1856 * tables/mozilla/bugs/bug2773-expected.png:
1857 * tables/mozilla/bugs/bug278385-expected.checksum:
1858 * tables/mozilla/bugs/bug278385-expected.png:
1859 * tables/mozilla/bugs/bug27993-1-expected.checksum:
1860 * tables/mozilla/bugs/bug27993-1-expected.png:
1861 * tables/mozilla/bugs/bug2886-expected.checksum:
1862 * tables/mozilla/bugs/bug2886-expected.png:
1863 * tables/mozilla/bugs/bug28928-expected.checksum:
1864 * tables/mozilla/bugs/bug28928-expected.png:
1865 * tables/mozilla/bugs/bug29058-1-expected.checksum:
1866 * tables/mozilla/bugs/bug29058-1-expected.png:
1867 * tables/mozilla/bugs/bug29058-3-expected.checksum:
1868 * tables/mozilla/bugs/bug29058-3-expected.png:
1869 * tables/mozilla/bugs/bug29157-expected.checksum:
1870 * tables/mozilla/bugs/bug29157-expected.png:
1871 * tables/mozilla/bugs/bug29326-expected.checksum:
1872 * tables/mozilla/bugs/bug29326-expected.png:
1873 * tables/mozilla/bugs/bug29429-expected.checksum:
1874 * tables/mozilla/bugs/bug29429-expected.png:
1875 * tables/mozilla/bugs/bug2962-expected.checksum:
1876 * tables/mozilla/bugs/bug2962-expected.png:
1877 * tables/mozilla/bugs/bug2981-2-expected.checksum:
1878 * tables/mozilla/bugs/bug2981-2-expected.png:
1879 * tables/mozilla/bugs/bug30273-expected.checksum:
1880 * tables/mozilla/bugs/bug30273-expected.png:
1881 * tables/mozilla/bugs/bug30332-1-expected.checksum:
1882 * tables/mozilla/bugs/bug30332-1-expected.png:
1883 * tables/mozilla/bugs/bug30332-2-expected.checksum:
1884 * tables/mozilla/bugs/bug30332-2-expected.png:
1885 * tables/mozilla/bugs/bug30418-expected.checksum:
1886 * tables/mozilla/bugs/bug30418-expected.png:
1887 * tables/mozilla/bugs/bug30559-expected.checksum:
1888 * tables/mozilla/bugs/bug30559-expected.png:
1889 * tables/mozilla/bugs/bug30692-expected.checksum:
1890 * tables/mozilla/bugs/bug30692-expected.png:
1891 * tables/mozilla/bugs/bug3103-expected.checksum:
1892 * tables/mozilla/bugs/bug3103-expected.png:
1893 * tables/mozilla/bugs/bug3191-expected.checksum:
1894 * tables/mozilla/bugs/bug3191-expected.png:
1895 * tables/mozilla/bugs/bug32205-2-expected.checksum:
1896 * tables/mozilla/bugs/bug32205-2-expected.png:
1897 * tables/mozilla/bugs/bug32205-3-expected.checksum:
1898 * tables/mozilla/bugs/bug32205-3-expected.png:
1899 * tables/mozilla/bugs/bug32205-5-expected.checksum:
1900 * tables/mozilla/bugs/bug32205-5-expected.png:
1901 * tables/mozilla/bugs/bug3260-expected.checksum:
1902 * tables/mozilla/bugs/bug3260-expected.png:
1903 * tables/mozilla/bugs/bug3263-expected.checksum:
1904 * tables/mozilla/bugs/bug3263-expected.png:
1905 * tables/mozilla/bugs/bug32841-expected.checksum:
1906 * tables/mozilla/bugs/bug32841-expected.png:
1907 * tables/mozilla/bugs/bug3309-2-expected.checksum:
1908 * tables/mozilla/bugs/bug3309-2-expected.png:
1909 * tables/mozilla/bugs/bug33137-expected.checksum:
1910 * tables/mozilla/bugs/bug33137-expected.png:
1911 * tables/mozilla/bugs/bug34176-expected.checksum:
1912 * tables/mozilla/bugs/bug34176-expected.png:
1913 * tables/mozilla/bugs/bug3454-expected.checksum:
1914 * tables/mozilla/bugs/bug3454-expected.png:
1915 * tables/mozilla/bugs/bug35662-expected.checksum:
1916 * tables/mozilla/bugs/bug35662-expected.png:
1917 * tables/mozilla/bugs/bug3718-expected.checksum:
1918 * tables/mozilla/bugs/bug3718-expected.png:
1919 * tables/mozilla/bugs/bug38916-expected.checksum:
1920 * tables/mozilla/bugs/bug38916-expected.png:
1921 * tables/mozilla/bugs/bug39209-expected.checksum:
1922 * tables/mozilla/bugs/bug39209-expected.png:
1923 * tables/mozilla/bugs/bug3977-expected.checksum:
1924 * tables/mozilla/bugs/bug3977-expected.png:
1925 * tables/mozilla/bugs/bug40828-expected.checksum:
1926 * tables/mozilla/bugs/bug40828-expected.png:
1927 * tables/mozilla/bugs/bug4093-expected.checksum:
1928 * tables/mozilla/bugs/bug4093-expected.png:
1929 * tables/mozilla/bugs/bug41890-expected.checksum:
1930 * tables/mozilla/bugs/bug41890-expected.png:
1931 * tables/mozilla/bugs/bug42187-expected.checksum:
1932 * tables/mozilla/bugs/bug42187-expected.png:
1933 * tables/mozilla/bugs/bug42443-expected.checksum:
1934 * tables/mozilla/bugs/bug42443-expected.png:
1935 * tables/mozilla/bugs/bug4284-expected.checksum:
1936 * tables/mozilla/bugs/bug4284-expected.png:
1937 * tables/mozilla/bugs/bug43204-expected.checksum:
1938 * tables/mozilla/bugs/bug43204-expected.png:
1939 * tables/mozilla/bugs/bug4385-expected.checksum:
1940 * tables/mozilla/bugs/bug4385-expected.png:
1941 * tables/mozilla/bugs/bug43854-1-expected.checksum:
1942 * tables/mozilla/bugs/bug43854-1-expected.png:
1943 * tables/mozilla/bugs/bug4427-expected.checksum:
1944 * tables/mozilla/bugs/bug4427-expected.png:
1945 * tables/mozilla/bugs/bug4429-expected.checksum:
1946 * tables/mozilla/bugs/bug4429-expected.png:
1947 * tables/mozilla/bugs/bug44505-expected.checksum:
1948 * tables/mozilla/bugs/bug44505-expected.png:
1949 * tables/mozilla/bugs/bug44523-expected.checksum:
1950 * tables/mozilla/bugs/bug44523-expected.png:
1951 * tables/mozilla/bugs/bug4501-expected.checksum:
1952 * tables/mozilla/bugs/bug4501-expected.png:
1953 * tables/mozilla/bugs/bug4520-expected.checksum:
1954 * tables/mozilla/bugs/bug4520-expected.png:
1955 * tables/mozilla/bugs/bug4523-expected.checksum:
1956 * tables/mozilla/bugs/bug4523-expected.png:
1957 * tables/mozilla/bugs/bug45486-expected.checksum:
1958 * tables/mozilla/bugs/bug45486-expected.png:
1959 * tables/mozilla/bugs/bug4576-expected.checksum:
1960 * tables/mozilla/bugs/bug4576-expected.png:
1961 * tables/mozilla/bugs/bug46268-1-expected.checksum:
1962 * tables/mozilla/bugs/bug46268-1-expected.png:
1963 * tables/mozilla/bugs/bug46268-2-expected.checksum:
1964 * tables/mozilla/bugs/bug46268-2-expected.png:
1965 * tables/mozilla/bugs/bug46268-3-expected.checksum:
1966 * tables/mozilla/bugs/bug46268-3-expected.png:
1967 * tables/mozilla/bugs/bug46268-5-expected.checksum:
1968 * tables/mozilla/bugs/bug46268-5-expected.png:
1969 * tables/mozilla/bugs/bug46268-expected.checksum:
1970 * tables/mozilla/bugs/bug46268-expected.png:
1971 * tables/mozilla/bugs/bug46368-1-expected.checksum:
1972 * tables/mozilla/bugs/bug46368-1-expected.png:
1973 * tables/mozilla/bugs/bug46368-2-expected.checksum:
1974 * tables/mozilla/bugs/bug46368-2-expected.png:
1975 * tables/mozilla/bugs/bug46623-1-expected.checksum:
1976 * tables/mozilla/bugs/bug46623-1-expected.png:
1977 * tables/mozilla/bugs/bug46623-2-expected.checksum:
1978 * tables/mozilla/bugs/bug46623-2-expected.png:
1979 * tables/mozilla/bugs/bug46924-expected.checksum:
1980 * tables/mozilla/bugs/bug46924-expected.png:
1981 * tables/mozilla/bugs/bug46944-expected.checksum:
1982 * tables/mozilla/bugs/bug46944-expected.png:
1983 * tables/mozilla/bugs/bug4739-expected.checksum:
1984 * tables/mozilla/bugs/bug4739-expected.png:
1985 * tables/mozilla/bugs/bug47432-expected.checksum:
1986 * tables/mozilla/bugs/bug47432-expected.png:
1987 * tables/mozilla/bugs/bug48028-1-expected.checksum:
1988 * tables/mozilla/bugs/bug48028-1-expected.png:
1989 * tables/mozilla/bugs/bug48028-2-expected.checksum:
1990 * tables/mozilla/bugs/bug48028-2-expected.png:
1991 * tables/mozilla/bugs/bug50695-1-expected.checksum:
1992 * tables/mozilla/bugs/bug50695-1-expected.png:
1993 * tables/mozilla/bugs/bug51037-expected.checksum:
1994 * tables/mozilla/bugs/bug51037-expected.png:
1995 * tables/mozilla/bugs/bug51140-expected.checksum:
1996 * tables/mozilla/bugs/bug51140-expected.png:
1997 * tables/mozilla/bugs/bug5188-expected.checksum:
1998 * tables/mozilla/bugs/bug5188-expected.png:
1999 * tables/mozilla/bugs/bug53690-1-expected.checksum:
2000 * tables/mozilla/bugs/bug53690-1-expected.png:
2001 * tables/mozilla/bugs/bug53690-2-expected.checksum:
2002 * tables/mozilla/bugs/bug53690-2-expected.png:
2003 * tables/mozilla/bugs/bug53891-expected.checksum:
2004 * tables/mozilla/bugs/bug53891-expected.png:
2005 * tables/mozilla/bugs/bug54450-expected.checksum:
2006 * tables/mozilla/bugs/bug54450-expected.png:
2007 * tables/mozilla/bugs/bug55694-expected.checksum:
2008 * tables/mozilla/bugs/bug55694-expected.png:
2009 * tables/mozilla/bugs/bug56201-expected.checksum:
2010 * tables/mozilla/bugs/bug56201-expected.png:
2011 * tables/mozilla/bugs/bug56563-expected.checksum:
2012 * tables/mozilla/bugs/bug56563-expected.png:
2013 * tables/mozilla/bugs/bug57300-expected.checksum:
2014 * tables/mozilla/bugs/bug57300-expected.png:
2015 * tables/mozilla/bugs/bug57378-expected.checksum:
2016 * tables/mozilla/bugs/bug57378-expected.png:
2017 * tables/mozilla/bugs/bug57828-expected.checksum:
2018 * tables/mozilla/bugs/bug57828-expected.png:
2019 * tables/mozilla/bugs/bug5797-expected.checksum:
2020 * tables/mozilla/bugs/bug5797-expected.png:
2021 * tables/mozilla/bugs/bug5798-expected.checksum:
2022 * tables/mozilla/bugs/bug5798-expected.png:
2023 * tables/mozilla/bugs/bug5799-expected.checksum:
2024 * tables/mozilla/bugs/bug5799-expected.png:
2025 * tables/mozilla/bugs/bug5835-expected.checksum:
2026 * tables/mozilla/bugs/bug5835-expected.png:
2027 * tables/mozilla/bugs/bug5838-expected.checksum:
2028 * tables/mozilla/bugs/bug5838-expected.png:
2029 * tables/mozilla/bugs/bug58402-1-expected.checksum:
2030 * tables/mozilla/bugs/bug58402-1-expected.png:
2031 * tables/mozilla/bugs/bug59354-expected.checksum:
2032 * tables/mozilla/bugs/bug59354-expected.png:
2033 * tables/mozilla/bugs/bug60013-expected.checksum:
2034 * tables/mozilla/bugs/bug60013-expected.png:
2035 * tables/mozilla/bugs/bug60749-expected.checksum:
2036 * tables/mozilla/bugs/bug60749-expected.png:
2037 * tables/mozilla/bugs/bug60804-expected.checksum:
2038 * tables/mozilla/bugs/bug60804-expected.png:
2039 * tables/mozilla/bugs/bug60807-expected.checksum:
2040 * tables/mozilla/bugs/bug60807-expected.png:
2041 * tables/mozilla/bugs/bug60992-expected.checksum:
2042 * tables/mozilla/bugs/bug60992-expected.png:
2043 * tables/mozilla/bugs/bug6184-expected.checksum:
2044 * tables/mozilla/bugs/bug6184-expected.png:
2045 * tables/mozilla/bugs/bug625-expected.checksum:
2046 * tables/mozilla/bugs/bug625-expected.png:
2047 * tables/mozilla/bugs/bug625-expected.txt:
2048 * tables/mozilla/bugs/bug6304-expected.checksum:
2049 * tables/mozilla/bugs/bug6304-expected.png:
2050 * tables/mozilla/bugs/bug647-expected.checksum:
2051 * tables/mozilla/bugs/bug647-expected.png:
2052 * tables/mozilla/bugs/bug6674-expected.checksum:
2053 * tables/mozilla/bugs/bug6674-expected.png:
2054 * tables/mozilla/bugs/bug67915-1-expected.checksum:
2055 * tables/mozilla/bugs/bug67915-1-expected.png:
2056 * tables/mozilla/bugs/bug68998-expected.checksum:
2057 * tables/mozilla/bugs/bug68998-expected.png:
2058 * tables/mozilla/bugs/bug69187-expected.checksum:
2059 * tables/mozilla/bugs/bug69187-expected.png:
2060 * tables/mozilla/bugs/bug69382-1-expected.checksum:
2061 * tables/mozilla/bugs/bug69382-1-expected.png:
2062 * tables/mozilla/bugs/bug69382-2-expected.checksum:
2063 * tables/mozilla/bugs/bug69382-2-expected.png:
2064 * tables/mozilla/bugs/bug7112-1-expected.checksum:
2065 * tables/mozilla/bugs/bug7112-1-expected.png:
2066 * tables/mozilla/bugs/bug7112-2-expected.checksum:
2067 * tables/mozilla/bugs/bug7112-2-expected.png:
2068 * tables/mozilla/bugs/bug7121-1-expected.checksum:
2069 * tables/mozilla/bugs/bug7121-1-expected.png:
2070 * tables/mozilla/bugs/bug727-expected.checksum:
2071 * tables/mozilla/bugs/bug727-expected.png:
2072 * tables/mozilla/bugs/bug73321-expected.checksum:
2073 * tables/mozilla/bugs/bug73321-expected.png:
2074 * tables/mozilla/bugs/bug7342-expected.checksum:
2075 * tables/mozilla/bugs/bug7342-expected.png:
2076 * tables/mozilla/bugs/bug7471-expected.checksum:
2077 * tables/mozilla/bugs/bug7471-expected.png:
2078 * tables/mozilla/bugs/bug7714-expected.checksum:
2079 * tables/mozilla/bugs/bug7714-expected.png:
2080 * tables/mozilla/bugs/bug78162-expected.checksum:
2081 * tables/mozilla/bugs/bug78162-expected.png:
2082 * tables/mozilla/bugs/bug81934-expected.checksum:
2083 * tables/mozilla/bugs/bug81934-expected.png:
2084 * tables/mozilla/bugs/bug82946-1-expected.checksum:
2085 * tables/mozilla/bugs/bug82946-1-expected.png:
2086 * tables/mozilla/bugs/bug8381-expected.checksum:
2087 * tables/mozilla/bugs/bug8381-expected.png:
2088 * tables/mozilla/bugs/bug86708-expected.checksum:
2089 * tables/mozilla/bugs/bug86708-expected.png:
2090 * tables/mozilla/bugs/bug88035-1-expected.checksum:
2091 * tables/mozilla/bugs/bug88035-1-expected.png:
2092 * tables/mozilla/bugs/bug88035-2-expected.checksum:
2093 * tables/mozilla/bugs/bug88035-2-expected.png:
2094 * tables/mozilla/bugs/bug8858-expected.checksum:
2095 * tables/mozilla/bugs/bug8858-expected.png:
2096 * tables/mozilla/bugs/bug8950-expected.checksum:
2097 * tables/mozilla/bugs/bug8950-expected.png:
2098 * tables/mozilla/bugs/bug9123-1-expected.checksum:
2099 * tables/mozilla/bugs/bug9123-1-expected.png:
2100 * tables/mozilla/bugs/bug9123-2-expected.checksum:
2101 * tables/mozilla/bugs/bug9123-2-expected.png:
2102 * tables/mozilla/bugs/bug92143-expected.checksum:
2103 * tables/mozilla/bugs/bug92143-expected.png:
2104 * tables/mozilla/bugs/bug92647-2-expected.checksum:
2105 * tables/mozilla/bugs/bug92647-2-expected.png:
2106 * tables/mozilla/bugs/bug9271-1-expected.checksum:
2107 * tables/mozilla/bugs/bug9271-1-expected.png:
2108 * tables/mozilla/bugs/bug9271-2-expected.checksum:
2109 * tables/mozilla/bugs/bug9271-2-expected.png:
2110 * tables/mozilla/bugs/bug965-expected.checksum:
2111 * tables/mozilla/bugs/bug965-expected.png:
2112 * tables/mozilla/bugs/bug97138-expected.checksum:
2113 * tables/mozilla/bugs/bug97138-expected.png:
2114 * tables/mozilla/bugs/bug98196-expected.checksum:
2115 * tables/mozilla/bugs/bug98196-expected.png:
2116 * tables/mozilla/bugs/bug9879-1-expected.checksum:
2117 * tables/mozilla/bugs/bug9879-1-expected.png:
2118 * tables/mozilla/bugs/bug99923-expected.checksum:
2119 * tables/mozilla/bugs/bug99923-expected.png:
2120 * tables/mozilla/collapsing_borders/bug41262-4-expected.checksum:
2121 * tables/mozilla/collapsing_borders/bug41262-4-expected.png:
2122 * tables/mozilla/core/bloomberg-expected.checksum:
2123 * tables/mozilla/core/bloomberg-expected.png:
2124 * tables/mozilla/core/borders-expected.checksum:
2125 * tables/mozilla/core/borders-expected.png:
2126 * tables/mozilla/core/captions-expected.checksum:
2127 * tables/mozilla/core/captions-expected.png:
2128 * tables/mozilla/core/cell_heights-expected.checksum:
2129 * tables/mozilla/core/cell_heights-expected.png:
2130 * tables/mozilla/core/col_span-expected.checksum:
2131 * tables/mozilla/core/col_span-expected.png:
2132 * tables/mozilla/core/col_widths_auto_auto-expected.checksum:
2133 * tables/mozilla/core/col_widths_auto_auto-expected.png:
2134 * tables/mozilla/core/col_widths_auto_autoFix-expected.checksum:
2135 * tables/mozilla/core/col_widths_auto_autoFix-expected.png:
2136 * tables/mozilla/core/col_widths_auto_autoFixPer-expected.checksum:
2137 * tables/mozilla/core/col_widths_auto_autoFixPer-expected.png:
2138 * tables/mozilla/core/col_widths_auto_autoPer-expected.checksum:
2139 * tables/mozilla/core/col_widths_auto_autoPer-expected.png:
2140 * tables/mozilla/core/col_widths_auto_fix-expected.checksum:
2141 * tables/mozilla/core/col_widths_auto_fix-expected.png:
2142 * tables/mozilla/core/col_widths_auto_fixPer-expected.checksum:
2143 * tables/mozilla/core/col_widths_auto_fixPer-expected.png:
2144 * tables/mozilla/core/col_widths_auto_per-expected.checksum:
2145 * tables/mozilla/core/col_widths_auto_per-expected.png:
2146 * tables/mozilla/core/col_widths_fix_auto-expected.checksum:
2147 * tables/mozilla/core/col_widths_fix_auto-expected.png:
2148 * tables/mozilla/core/col_widths_fix_autoFix-expected.checksum:
2149 * tables/mozilla/core/col_widths_fix_autoFix-expected.png:
2150 * tables/mozilla/core/col_widths_fix_autoPer-expected.checksum:
2151 * tables/mozilla/core/col_widths_fix_autoPer-expected.png:
2152 * tables/mozilla/core/col_widths_fix_fix-expected.checksum:
2153 * tables/mozilla/core/col_widths_fix_fix-expected.png:
2154 * tables/mozilla/core/col_widths_fix_fixPer-expected.checksum:
2155 * tables/mozilla/core/col_widths_fix_fixPer-expected.png:
2156 * tables/mozilla/core/col_widths_fix_per-expected.checksum:
2157 * tables/mozilla/core/col_widths_fix_per-expected.png:
2158 * tables/mozilla/core/margins-expected.checksum:
2159 * tables/mozilla/core/margins-expected.png:
2160 * tables/mozilla/core/misc-expected.checksum:
2161 * tables/mozilla/core/misc-expected.png:
2162 * tables/mozilla/core/nested1-expected.checksum:
2163 * tables/mozilla/core/nested1-expected.png:
2164 * tables/mozilla/core/one_row-expected.checksum:
2165 * tables/mozilla/core/one_row-expected.png:
2166 * tables/mozilla/core/row_span-expected.checksum:
2167 * tables/mozilla/core/row_span-expected.png:
2168 * tables/mozilla/core/table_frame-expected.checksum:
2169 * tables/mozilla/core/table_frame-expected.png:
2170 * tables/mozilla/core/table_heights-expected.checksum:
2171 * tables/mozilla/core/table_heights-expected.png:
2172 * tables/mozilla/core/table_widths-expected.checksum:
2173 * tables/mozilla/core/table_widths-expected.png:
2174 * tables/mozilla/dom/appendCol2-expected.checksum:
2175 * tables/mozilla/dom/appendCol2-expected.png:
2176 * tables/mozilla/dom/appendRowsExpand1-expected.checksum:
2177 * tables/mozilla/dom/appendRowsExpand1-expected.png:
2178 * tables/mozilla/dom/appendTbodyExpand1-expected.checksum:
2179 * tables/mozilla/dom/appendTbodyExpand1-expected.png:
2180 * tables/mozilla/dom/deleteCellsRebuild1-expected.checksum:
2181 * tables/mozilla/dom/deleteCellsRebuild1-expected.png:
2182 * tables/mozilla/dom/deleteCellsShrink1-expected.checksum:
2183 * tables/mozilla/dom/deleteCellsShrink1-expected.png:
2184 * tables/mozilla/dom/deleteCellsShrink2-expected.checksum:
2185 * tables/mozilla/dom/deleteCellsShrink2-expected.png:
2186 * tables/mozilla/dom/deleteCol1-expected.checksum:
2187 * tables/mozilla/dom/deleteCol1-expected.png:
2188 * tables/mozilla/dom/deleteCol2-expected.checksum:
2189 * tables/mozilla/dom/deleteCol2-expected.png:
2190 * tables/mozilla/dom/deleteCol3-expected.checksum:
2191 * tables/mozilla/dom/deleteCol3-expected.png:
2192 * tables/mozilla/dom/deleteColGroup1-expected.checksum:
2193 * tables/mozilla/dom/deleteColGroup1-expected.png:
2194 * tables/mozilla/dom/deleteColGroup2-expected.checksum:
2195 * tables/mozilla/dom/deleteColGroup2-expected.png:
2196 * tables/mozilla/dom/deleteRowsRebuild1-expected.checksum:
2197 * tables/mozilla/dom/deleteRowsRebuild1-expected.png:
2198 * tables/mozilla/dom/deleteRowsShrink1-expected.checksum:
2199 * tables/mozilla/dom/deleteRowsShrink1-expected.png:
2200 * tables/mozilla/dom/deleteTbodyExpand1-expected.checksum:
2201 * tables/mozilla/dom/deleteTbodyExpand1-expected.png:
2202 * tables/mozilla/dom/deleteTbodyRebuild1-expected.checksum:
2203 * tables/mozilla/dom/deleteTbodyRebuild1-expected.png:
2204 * tables/mozilla/dom/insertCellsExpand1-expected.checksum:
2205 * tables/mozilla/dom/insertCellsExpand1-expected.png:
2206 * tables/mozilla/dom/insertCellsExpand2-expected.checksum:
2207 * tables/mozilla/dom/insertCellsExpand2-expected.png:
2208 * tables/mozilla/dom/insertCellsRebuild1-expected.checksum:
2209 * tables/mozilla/dom/insertCellsRebuild1-expected.png:
2210 * tables/mozilla/dom/insertCellsRebuild2-expected.checksum:
2211 * tables/mozilla/dom/insertCellsRebuild2-expected.png:
2212 * tables/mozilla/dom/insertColGroups1-expected.checksum:
2213 * tables/mozilla/dom/insertColGroups1-expected.png:
2214 * tables/mozilla/dom/insertColGroups2-expected.checksum:
2215 * tables/mozilla/dom/insertColGroups2-expected.png:
2216 * tables/mozilla/dom/insertCols1-expected.checksum:
2217 * tables/mozilla/dom/insertCols1-expected.png:
2218 * tables/mozilla/dom/insertCols2-expected.checksum:
2219 * tables/mozilla/dom/insertCols2-expected.png:
2220 * tables/mozilla/dom/insertCols3-expected.checksum:
2221 * tables/mozilla/dom/insertCols3-expected.png:
2222 * tables/mozilla/dom/insertCols4-expected.checksum:
2223 * tables/mozilla/dom/insertCols4-expected.png:
2224 * tables/mozilla/dom/insertCols5-expected.checksum:
2225 * tables/mozilla/dom/insertCols5-expected.png:
2226 * tables/mozilla/dom/insertRowsExpand1-expected.checksum:
2227 * tables/mozilla/dom/insertRowsExpand1-expected.png:
2228 * tables/mozilla/dom/insertRowsRebuild1-expected.checksum:
2229 * tables/mozilla/dom/insertRowsRebuild1-expected.png:
2230 * tables/mozilla/dom/tableDom-expected.checksum:
2231 * tables/mozilla/dom/tableDom-expected.png:
2232 * tables/mozilla/marvin/body_col-expected.checksum:
2233 * tables/mozilla/marvin/body_col-expected.png:
2234 * tables/mozilla/marvin/col_span-expected.checksum:
2235 * tables/mozilla/marvin/col_span-expected.png:
2236 * tables/mozilla/marvin/colgroup_align_center-expected.checksum:
2237 * tables/mozilla/marvin/colgroup_align_center-expected.png:
2238 * tables/mozilla/marvin/colgroup_align_justify-expected.checksum:
2239 * tables/mozilla/marvin/colgroup_align_justify-expected.png:
2240 * tables/mozilla/marvin/colgroup_align_left-expected.checksum:
2241 * tables/mozilla/marvin/colgroup_align_left-expected.png:
2242 * tables/mozilla/marvin/colgroup_align_right-expected.checksum:
2243 * tables/mozilla/marvin/colgroup_align_right-expected.png:
2244 * tables/mozilla/marvin/colgroup_span-expected.checksum:
2245 * tables/mozilla/marvin/colgroup_span-expected.png:
2246 * tables/mozilla/marvin/colgroup_valign_baseline-expected.checksum:
2247 * tables/mozilla/marvin/colgroup_valign_baseline-expected.png:
2248 * tables/mozilla/marvin/colgroup_valign_bottom-expected.checksum:
2249 * tables/mozilla/marvin/colgroup_valign_bottom-expected.png:
2250 * tables/mozilla/marvin/colgroup_valign_middle-expected.checksum:
2251 * tables/mozilla/marvin/colgroup_valign_middle-expected.png:
2252 * tables/mozilla/marvin/colgroup_valign_top-expected.checksum:
2253 * tables/mozilla/marvin/colgroup_valign_top-expected.png:
2254 * tables/mozilla/marvin/table_frame_border-expected.checksum:
2255 * tables/mozilla/marvin/table_frame_border-expected.png:
2256 * tables/mozilla/marvin/table_frame_box-expected.checksum:
2257 * tables/mozilla/marvin/table_frame_box-expected.png:
2258 * tables/mozilla/marvin/table_overflow_hidden_td-expected.checksum:
2259 * tables/mozilla/marvin/table_overflow_hidden_td-expected.png:
2260 * tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.checksum:
2261 * tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.png:
2262 * tables/mozilla/marvin/table_row_align_center-expected.checksum:
2263 * tables/mozilla/marvin/table_row_align_center-expected.png:
2264 * tables/mozilla/marvin/table_row_align_left-expected.checksum:
2265 * tables/mozilla/marvin/table_row_align_left-expected.png:
2266 * tables/mozilla/marvin/table_row_align_right-expected.checksum:
2267 * tables/mozilla/marvin/table_row_align_right-expected.png:
2268 * tables/mozilla/marvin/table_rules_all-expected.checksum:
2269 * tables/mozilla/marvin/table_rules_all-expected.png:
2270 * tables/mozilla/marvin/tables_bgcolor_aqua-expected.checksum:
2271 * tables/mozilla/marvin/tables_bgcolor_aqua-expected.png:
2272 * tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.checksum:
2273 * tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.png:
2274 * tables/mozilla/marvin/tables_bgcolor_black-expected.checksum:
2275 * tables/mozilla/marvin/tables_bgcolor_black-expected.png:
2276 * tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.checksum:
2277 * tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.png:
2278 * tables/mozilla/marvin/tables_bgcolor_blue-expected.checksum:
2279 * tables/mozilla/marvin/tables_bgcolor_blue-expected.png:
2280 * tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.checksum:
2281 * tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.png:
2282 * tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.checksum:
2283 * tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.png:
2284 * tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.checksum:
2285 * tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.png:
2286 * tables/mozilla/marvin/tables_bgcolor_gray-expected.checksum:
2287 * tables/mozilla/marvin/tables_bgcolor_gray-expected.png:
2288 * tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.checksum:
2289 * tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.png:
2290 * tables/mozilla/marvin/tables_bgcolor_green-expected.checksum:
2291 * tables/mozilla/marvin/tables_bgcolor_green-expected.png:
2292 * tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.checksum:
2293 * tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.png:
2294 * tables/mozilla/marvin/tables_bgcolor_lime-expected.checksum:
2295 * tables/mozilla/marvin/tables_bgcolor_lime-expected.png:
2296 * tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.checksum:
2297 * tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.png:
2298 * tables/mozilla/marvin/tables_bgcolor_maroon-expected.checksum:
2299 * tables/mozilla/marvin/tables_bgcolor_maroon-expected.png:
2300 * tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.checksum:
2301 * tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.png:
2302 * tables/mozilla/marvin/tables_bgcolor_navy-expected.checksum:
2303 * tables/mozilla/marvin/tables_bgcolor_navy-expected.png:
2304 * tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.checksum:
2305 * tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.png:
2306 * tables/mozilla/marvin/tables_bgcolor_olive-expected.checksum:
2307 * tables/mozilla/marvin/tables_bgcolor_olive-expected.png:
2308 * tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.checksum:
2309 * tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.png:
2310 * tables/mozilla/marvin/tables_bgcolor_purple-expected.checksum:
2311 * tables/mozilla/marvin/tables_bgcolor_purple-expected.png:
2312 * tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.checksum:
2313 * tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.png:
2314 * tables/mozilla/marvin/tables_bgcolor_red-expected.checksum:
2315 * tables/mozilla/marvin/tables_bgcolor_red-expected.png:
2316 * tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.checksum:
2317 * tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.png:
2318 * tables/mozilla/marvin/tables_bgcolor_silver-expected.checksum:
2319 * tables/mozilla/marvin/tables_bgcolor_silver-expected.png:
2320 * tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.checksum:
2321 * tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.png:
2322 * tables/mozilla/marvin/tables_bgcolor_teal-expected.checksum:
2323 * tables/mozilla/marvin/tables_bgcolor_teal-expected.png:
2324 * tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.checksum:
2325 * tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.png:
2326 * tables/mozilla/marvin/tables_bgcolor_white-expected.checksum:
2327 * tables/mozilla/marvin/tables_bgcolor_white-expected.png:
2328 * tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.checksum:
2329 * tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.png:
2330 * tables/mozilla/marvin/tables_bgcolor_yellow-expected.checksum:
2331 * tables/mozilla/marvin/tables_bgcolor_yellow-expected.png:
2332 * tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.checksum:
2333 * tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.png:
2334 * tables/mozilla/marvin/tables_border_1-expected.checksum:
2335 * tables/mozilla/marvin/tables_border_1-expected.png:
2336 * tables/mozilla/marvin/tables_border_2-expected.checksum:
2337 * tables/mozilla/marvin/tables_border_2-expected.png:
2338 * tables/mozilla/marvin/tables_border_3-expected.checksum:
2339 * tables/mozilla/marvin/tables_border_3-expected.png:
2340 * tables/mozilla/marvin/tables_caption_align_bot-expected.checksum:
2341 * tables/mozilla/marvin/tables_caption_align_bot-expected.png:
2342 * tables/mozilla/marvin/tables_caption_align_top-expected.checksum:
2343 * tables/mozilla/marvin/tables_caption_align_top-expected.png:
2344 * tables/mozilla/marvin/tables_cellpadding-expected.checksum:
2345 * tables/mozilla/marvin/tables_cellpadding-expected.png:
2346 * tables/mozilla/marvin/tables_cellpadding_pct-expected.checksum:
2347 * tables/mozilla/marvin/tables_cellpadding_pct-expected.png:
2348 * tables/mozilla/marvin/tables_class-expected.checksum:
2349 * tables/mozilla/marvin/tables_class-expected.png:
2350 * tables/mozilla/marvin/tables_id-expected.checksum:
2351 * tables/mozilla/marvin/tables_id-expected.png:
2352 * tables/mozilla/marvin/tables_row_th_nowrap-expected.checksum:
2353 * tables/mozilla/marvin/tables_row_th_nowrap-expected.png:
2354 * tables/mozilla/marvin/tables_style-expected.checksum:
2355 * tables/mozilla/marvin/tables_style-expected.png:
2356 * tables/mozilla/marvin/tables_td_align_center-expected.checksum:
2357 * tables/mozilla/marvin/tables_td_align_center-expected.png:
2358 * tables/mozilla/marvin/tables_td_align_left-expected.checksum:
2359 * tables/mozilla/marvin/tables_td_align_left-expected.png:
2360 * tables/mozilla/marvin/tables_td_align_right-expected.checksum:
2361 * tables/mozilla/marvin/tables_td_align_right-expected.png:
2362 * tables/mozilla/marvin/tables_td_colspan-expected.checksum:
2363 * tables/mozilla/marvin/tables_td_colspan-expected.png:
2364 * tables/mozilla/marvin/tables_td_height-expected.checksum:
2365 * tables/mozilla/marvin/tables_td_height-expected.png:
2366 * tables/mozilla/marvin/tables_td_nowrap-expected.checksum:
2367 * tables/mozilla/marvin/tables_td_nowrap-expected.png:
2368 * tables/mozilla/marvin/tables_td_rowspan-expected.checksum:
2369 * tables/mozilla/marvin/tables_td_rowspan-expected.png:
2370 * tables/mozilla/marvin/tables_td_width-expected.checksum:
2371 * tables/mozilla/marvin/tables_td_width-expected.png:
2372 * tables/mozilla/marvin/tables_th_align_center-expected.checksum:
2373 * tables/mozilla/marvin/tables_th_align_center-expected.png:
2374 * tables/mozilla/marvin/tables_th_align_left-expected.checksum:
2375 * tables/mozilla/marvin/tables_th_align_left-expected.png:
2376 * tables/mozilla/marvin/tables_th_align_right-expected.checksum:
2377 * tables/mozilla/marvin/tables_th_align_right-expected.png:
2378 * tables/mozilla/marvin/tables_th_colspan-expected.checksum:
2379 * tables/mozilla/marvin/tables_th_colspan-expected.png:
2380 * tables/mozilla/marvin/tables_th_height-expected.checksum:
2381 * tables/mozilla/marvin/tables_th_height-expected.png:
2382 * tables/mozilla/marvin/tables_th_rowspan-expected.checksum:
2383 * tables/mozilla/marvin/tables_th_rowspan-expected.png:
2384 * tables/mozilla/marvin/tables_th_width-expected.checksum:
2385 * tables/mozilla/marvin/tables_th_width-expected.png:
2386 * tables/mozilla/marvin/tbody_align_center-expected.checksum:
2387 * tables/mozilla/marvin/tbody_align_center-expected.png:
2388 * tables/mozilla/marvin/tbody_align_char-expected.checksum:
2389 * tables/mozilla/marvin/tbody_align_char-expected.png:
2390 * tables/mozilla/marvin/tbody_align_justify-expected.checksum:
2391 * tables/mozilla/marvin/tbody_align_justify-expected.png:
2392 * tables/mozilla/marvin/tbody_align_left-expected.checksum:
2393 * tables/mozilla/marvin/tbody_align_left-expected.png:
2394 * tables/mozilla/marvin/tbody_align_right-expected.checksum:
2395 * tables/mozilla/marvin/tbody_align_right-expected.png:
2396 * tables/mozilla/marvin/tbody_char-expected.checksum:
2397 * tables/mozilla/marvin/tbody_char-expected.png:
2398 * tables/mozilla/marvin/tbody_valign_baseline-expected.checksum:
2399 * tables/mozilla/marvin/tbody_valign_baseline-expected.png:
2400 * tables/mozilla/marvin/tbody_valign_bottom-expected.checksum:
2401 * tables/mozilla/marvin/tbody_valign_bottom-expected.png:
2402 * tables/mozilla/marvin/tbody_valign_middle-expected.checksum:
2403 * tables/mozilla/marvin/tbody_valign_middle-expected.png:
2404 * tables/mozilla/marvin/tbody_valign_top-expected.checksum:
2405 * tables/mozilla/marvin/tbody_valign_top-expected.png:
2406 * tables/mozilla/marvin/td_valign_baseline-expected.checksum:
2407 * tables/mozilla/marvin/td_valign_baseline-expected.png:
2408 * tables/mozilla/marvin/td_valign_bottom-expected.checksum:
2409 * tables/mozilla/marvin/td_valign_bottom-expected.png:
2410 * tables/mozilla/marvin/td_valign_middle-expected.checksum:
2411 * tables/mozilla/marvin/td_valign_middle-expected.png:
2412 * tables/mozilla/marvin/td_valign_top-expected.checksum:
2413 * tables/mozilla/marvin/td_valign_top-expected.png:
2414 * tables/mozilla/marvin/tfoot_align_center-expected.checksum:
2415 * tables/mozilla/marvin/tfoot_align_center-expected.png:
2416 * tables/mozilla/marvin/tfoot_align_char-expected.checksum:
2417 * tables/mozilla/marvin/tfoot_align_char-expected.png:
2418 * tables/mozilla/marvin/tfoot_align_justify-expected.checksum:
2419 * tables/mozilla/marvin/tfoot_align_justify-expected.png:
2420 * tables/mozilla/marvin/tfoot_align_left-expected.checksum:
2421 * tables/mozilla/marvin/tfoot_align_left-expected.png:
2422 * tables/mozilla/marvin/tfoot_align_right-expected.checksum:
2423 * tables/mozilla/marvin/tfoot_align_right-expected.png:
2424 * tables/mozilla/marvin/tfoot_char-expected.checksum:
2425 * tables/mozilla/marvin/tfoot_char-expected.png:
2426 * tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum:
2427 * tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
2428 * tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum:
2429 * tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
2430 * tables/mozilla/marvin/tfoot_valign_middle-expected.checksum:
2431 * tables/mozilla/marvin/tfoot_valign_middle-expected.png:
2432 * tables/mozilla/marvin/tfoot_valign_top-expected.checksum:
2433 * tables/mozilla/marvin/tfoot_valign_top-expected.png:
2434 * tables/mozilla/marvin/th_valign_baseline-expected.checksum:
2435 * tables/mozilla/marvin/th_valign_baseline-expected.png:
2436 * tables/mozilla/marvin/th_valign_bottom-expected.checksum:
2437 * tables/mozilla/marvin/th_valign_bottom-expected.png:
2438 * tables/mozilla/marvin/th_valign_middle-expected.checksum:
2439 * tables/mozilla/marvin/th_valign_middle-expected.png:
2440 * tables/mozilla/marvin/th_valign_top-expected.checksum:
2441 * tables/mozilla/marvin/th_valign_top-expected.png:
2442 * tables/mozilla/marvin/thead_align_center-expected.checksum:
2443 * tables/mozilla/marvin/thead_align_center-expected.png:
2444 * tables/mozilla/marvin/thead_align_char-expected.checksum:
2445 * tables/mozilla/marvin/thead_align_char-expected.png:
2446 * tables/mozilla/marvin/thead_align_justify-expected.checksum:
2447 * tables/mozilla/marvin/thead_align_justify-expected.png:
2448 * tables/mozilla/marvin/thead_align_left-expected.checksum:
2449 * tables/mozilla/marvin/thead_align_left-expected.png:
2450 * tables/mozilla/marvin/thead_align_right-expected.checksum:
2451 * tables/mozilla/marvin/thead_align_right-expected.png:
2452 * tables/mozilla/marvin/thead_char-expected.checksum:
2453 * tables/mozilla/marvin/thead_char-expected.png:
2454 * tables/mozilla/marvin/thead_valign_baseline-expected.checksum:
2455 * tables/mozilla/marvin/thead_valign_baseline-expected.png:
2456 * tables/mozilla/marvin/thead_valign_bottom-expected.checksum:
2457 * tables/mozilla/marvin/thead_valign_bottom-expected.png:
2458 * tables/mozilla/marvin/thead_valign_middle-expected.checksum:
2459 * tables/mozilla/marvin/thead_valign_middle-expected.png:
2460 * tables/mozilla/marvin/thead_valign_top-expected.checksum:
2461 * tables/mozilla/marvin/thead_valign_top-expected.png:
2462 * tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.checksum:
2463 * tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.png:
2464 * tables/mozilla/marvin/tr_bgcolor_black-expected.checksum:
2465 * tables/mozilla/marvin/tr_bgcolor_black-expected.png:
2466 * tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.checksum:
2467 * tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.png:
2468 * tables/mozilla/marvin/tr_bgcolor_blue-expected.checksum:
2469 * tables/mozilla/marvin/tr_bgcolor_blue-expected.png:
2470 * tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.checksum:
2471 * tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.png:
2472 * tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.checksum:
2473 * tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.png:
2474 * tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.checksum:
2475 * tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.png:
2476 * tables/mozilla/marvin/tr_bgcolor_gray-expected.checksum:
2477 * tables/mozilla/marvin/tr_bgcolor_gray-expected.png:
2478 * tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.checksum:
2479 * tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.png:
2480 * tables/mozilla/marvin/tr_bgcolor_green-expected.checksum:
2481 * tables/mozilla/marvin/tr_bgcolor_green-expected.png:
2482 * tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.checksum:
2483 * tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.png:
2484 * tables/mozilla/marvin/tr_bgcolor_lime-expected.checksum:
2485 * tables/mozilla/marvin/tr_bgcolor_lime-expected.png:
2486 * tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.checksum:
2487 * tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.png:
2488 * tables/mozilla/marvin/tr_bgcolor_maroon-expected.checksum:
2489 * tables/mozilla/marvin/tr_bgcolor_maroon-expected.png:
2490 * tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.checksum:
2491 * tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.png:
2492 * tables/mozilla/marvin/tr_bgcolor_navy-expected.checksum:
2493 * tables/mozilla/marvin/tr_bgcolor_navy-expected.png:
2494 * tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.checksum:
2495 * tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.png:
2496 * tables/mozilla/marvin/tr_bgcolor_olive-expected.checksum:
2497 * tables/mozilla/marvin/tr_bgcolor_olive-expected.png:
2498 * tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.checksum:
2499 * tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.png:
2500 * tables/mozilla/marvin/tr_bgcolor_purple-expected.checksum:
2501 * tables/mozilla/marvin/tr_bgcolor_purple-expected.png:
2502 * tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.checksum:
2503 * tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.png:
2504 * tables/mozilla/marvin/tr_bgcolor_red-expected.checksum:
2505 * tables/mozilla/marvin/tr_bgcolor_red-expected.png:
2506 * tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.checksum:
2507 * tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.png:
2508 * tables/mozilla/marvin/tr_bgcolor_silver-expected.checksum:
2509 * tables/mozilla/marvin/tr_bgcolor_silver-expected.png:
2510 * tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.checksum:
2511 * tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.png:
2512 * tables/mozilla/marvin/tr_bgcolor_teal-expected.checksum:
2513 * tables/mozilla/marvin/tr_bgcolor_teal-expected.png:
2514 * tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.checksum:
2515 * tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.png:
2516 * tables/mozilla/marvin/tr_bgcolor_white-expected.checksum:
2517 * tables/mozilla/marvin/tr_bgcolor_white-expected.png:
2518 * tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.checksum:
2519 * tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.png:
2520 * tables/mozilla/marvin/tr_bgcolor_yellow-expected.checksum:
2521 * tables/mozilla/marvin/tr_bgcolor_yellow-expected.png:
2522 * tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.checksum:
2523 * tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.png:
2524 * tables/mozilla/marvin/tr_valign_baseline-expected.checksum:
2525 * tables/mozilla/marvin/tr_valign_baseline-expected.png:
2526 * tables/mozilla/marvin/tr_valign_bottom-expected.checksum:
2527 * tables/mozilla/marvin/tr_valign_bottom-expected.png:
2528 * tables/mozilla/marvin/tr_valign_middle-expected.checksum:
2529 * tables/mozilla/marvin/tr_valign_middle-expected.png:
2530 * tables/mozilla/marvin/tr_valign_top-expected.checksum:
2531 * tables/mozilla/marvin/tr_valign_top-expected.png:
2532 * tables/mozilla/marvin/x_caption_align_bottom-expected.checksum:
2533 * tables/mozilla/marvin/x_caption_align_bottom-expected.png:
2534 * tables/mozilla/marvin/x_caption_align_top-expected.checksum:
2535 * tables/mozilla/marvin/x_caption_align_top-expected.png:
2536 * tables/mozilla/marvin/x_caption_class-expected.checksum:
2537 * tables/mozilla/marvin/x_caption_class-expected.png:
2538 * tables/mozilla/marvin/x_caption_id-expected.checksum:
2539 * tables/mozilla/marvin/x_caption_id-expected.png:
2540 * tables/mozilla/marvin/x_caption_style-expected.checksum:
2541 * tables/mozilla/marvin/x_caption_style-expected.png:
2542 * tables/mozilla/marvin/x_col_align_center-expected.checksum:
2543 * tables/mozilla/marvin/x_col_align_center-expected.png:
2544 * tables/mozilla/marvin/x_col_align_char-expected.checksum:
2545 * tables/mozilla/marvin/x_col_align_char-expected.png:
2546 * tables/mozilla/marvin/x_col_align_justify-expected.checksum:
2547 * tables/mozilla/marvin/x_col_align_justify-expected.png:
2548 * tables/mozilla/marvin/x_col_align_left-expected.checksum:
2549 * tables/mozilla/marvin/x_col_align_left-expected.png:
2550 * tables/mozilla/marvin/x_col_align_right-expected.checksum:
2551 * tables/mozilla/marvin/x_col_align_right-expected.png:
2552 * tables/mozilla/marvin/x_col_span-expected.checksum:
2553 * tables/mozilla/marvin/x_col_span-expected.png:
2554 * tables/mozilla/marvin/x_col_valign_baseline-expected.checksum:
2555 * tables/mozilla/marvin/x_col_valign_baseline-expected.png:
2556 * tables/mozilla/marvin/x_col_valign_bottom-expected.checksum:
2557 * tables/mozilla/marvin/x_col_valign_bottom-expected.png:
2558 * tables/mozilla/marvin/x_col_valign_middle-expected.checksum:
2559 * tables/mozilla/marvin/x_col_valign_middle-expected.png:
2560 * tables/mozilla/marvin/x_col_valign_top-expected.checksum:
2561 * tables/mozilla/marvin/x_col_valign_top-expected.png:
2562 * tables/mozilla/marvin/x_col_width_pct-expected.checksum:
2563 * tables/mozilla/marvin/x_col_width_pct-expected.png:
2564 * tables/mozilla/marvin/x_col_width_px-expected.checksum:
2565 * tables/mozilla/marvin/x_col_width_px-expected.png:
2566 * tables/mozilla/marvin/x_col_width_rel-expected.checksum:
2567 * tables/mozilla/marvin/x_col_width_rel-expected.png:
2568 * tables/mozilla/marvin/x_colgroup_align_center-expected.checksum:
2569 * tables/mozilla/marvin/x_colgroup_align_center-expected.png:
2570 * tables/mozilla/marvin/x_colgroup_align_char-expected.checksum:
2571 * tables/mozilla/marvin/x_colgroup_align_char-expected.png:
2572 * tables/mozilla/marvin/x_colgroup_align_justify-expected.checksum:
2573 * tables/mozilla/marvin/x_colgroup_align_justify-expected.png:
2574 * tables/mozilla/marvin/x_colgroup_align_left-expected.checksum:
2575 * tables/mozilla/marvin/x_colgroup_align_left-expected.png:
2576 * tables/mozilla/marvin/x_colgroup_align_right-expected.checksum:
2577 * tables/mozilla/marvin/x_colgroup_align_right-expected.png:
2578 * tables/mozilla/marvin/x_colgroup_span-expected.checksum:
2579 * tables/mozilla/marvin/x_colgroup_span-expected.png:
2580 * tables/mozilla/marvin/x_colgroup_valign_baseline-expected.checksum:
2581 * tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png:
2582 * tables/mozilla/marvin/x_colgroup_valign_bottom-expected.checksum:
2583 * tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png:
2584 * tables/mozilla/marvin/x_colgroup_valign_middle-expected.checksum:
2585 * tables/mozilla/marvin/x_colgroup_valign_middle-expected.png:
2586 * tables/mozilla/marvin/x_colgroup_valign_top-expected.checksum:
2587 * tables/mozilla/marvin/x_colgroup_valign_top-expected.png:
2588 * tables/mozilla/marvin/x_colgroup_width_rel-expected.checksum:
2589 * tables/mozilla/marvin/x_colgroup_width_rel-expected.png:
2590 * tables/mozilla/marvin/x_table_align_center-expected.checksum:
2591 * tables/mozilla/marvin/x_table_align_center-expected.png:
2592 * tables/mozilla/marvin/x_table_align_left-expected.checksum:
2593 * tables/mozilla/marvin/x_table_align_left-expected.png:
2594 * tables/mozilla/marvin/x_table_align_right-expected.checksum:
2595 * tables/mozilla/marvin/x_table_align_right-expected.png:
2596 * tables/mozilla/marvin/x_table_bgcolor_name-expected.checksum:
2597 * tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
2598 * tables/mozilla/marvin/x_table_bgcolor_rgb-expected.checksum:
2599 * tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
2600 * tables/mozilla/marvin/x_table_border-expected.checksum:
2601 * tables/mozilla/marvin/x_table_border-expected.png:
2602 * tables/mozilla/marvin/x_table_border_px-expected.checksum:
2603 * tables/mozilla/marvin/x_table_border_px-expected.png:
2604 * tables/mozilla/marvin/x_table_cellpadding-expected.checksum:
2605 * tables/mozilla/marvin/x_table_cellpadding-expected.png:
2606 * tables/mozilla/marvin/x_table_cellpadding_pct-expected.checksum:
2607 * tables/mozilla/marvin/x_table_cellpadding_pct-expected.png:
2608 * tables/mozilla/marvin/x_table_cellspacing-expected.checksum:
2609 * tables/mozilla/marvin/x_table_cellspacing-expected.png:
2610 * tables/mozilla/marvin/x_table_cellspacing_pct-expected.checksum:
2611 * tables/mozilla/marvin/x_table_cellspacing_pct-expected.png:
2612 * tables/mozilla/marvin/x_table_class-expected.checksum:
2613 * tables/mozilla/marvin/x_table_class-expected.png:
2614 * tables/mozilla/marvin/x_table_id-expected.checksum:
2615 * tables/mozilla/marvin/x_table_id-expected.png:
2616 * tables/mozilla/marvin/x_table_width_pct-expected.checksum:
2617 * tables/mozilla/marvin/x_table_width_pct-expected.png:
2618 * tables/mozilla/marvin/x_table_width_px-expected.checksum:
2619 * tables/mozilla/marvin/x_table_width_px-expected.png:
2620 * tables/mozilla/marvin/x_tbody_align_center-expected.checksum:
2621 * tables/mozilla/marvin/x_tbody_align_center-expected.png:
2622 * tables/mozilla/marvin/x_tbody_align_char-expected.checksum:
2623 * tables/mozilla/marvin/x_tbody_align_char-expected.png:
2624 * tables/mozilla/marvin/x_tbody_align_justify-expected.checksum:
2625 * tables/mozilla/marvin/x_tbody_align_justify-expected.png:
2626 * tables/mozilla/marvin/x_tbody_align_left-expected.checksum:
2627 * tables/mozilla/marvin/x_tbody_align_left-expected.png:
2628 * tables/mozilla/marvin/x_tbody_align_right-expected.checksum:
2629 * tables/mozilla/marvin/x_tbody_align_right-expected.png:
2630 * tables/mozilla/marvin/x_tbody_class-expected.checksum:
2631 * tables/mozilla/marvin/x_tbody_class-expected.png:
2632 * tables/mozilla/marvin/x_tbody_id-expected.checksum:
2633 * tables/mozilla/marvin/x_tbody_id-expected.png:
2634 * tables/mozilla/marvin/x_tbody_style-expected.checksum:
2635 * tables/mozilla/marvin/x_tbody_style-expected.png:
2636 * tables/mozilla/marvin/x_tbody_valign_baseline-expected.checksum:
2637 * tables/mozilla/marvin/x_tbody_valign_baseline-expected.png:
2638 * tables/mozilla/marvin/x_tbody_valign_bottom-expected.checksum:
2639 * tables/mozilla/marvin/x_tbody_valign_bottom-expected.png:
2640 * tables/mozilla/marvin/x_tbody_valign_middle-expected.checksum:
2641 * tables/mozilla/marvin/x_tbody_valign_middle-expected.png:
2642 * tables/mozilla/marvin/x_tbody_valign_top-expected.checksum:
2643 * tables/mozilla/marvin/x_tbody_valign_top-expected.png:
2644 * tables/mozilla/marvin/x_td_align_center-expected.checksum:
2645 * tables/mozilla/marvin/x_td_align_center-expected.png:
2646 * tables/mozilla/marvin/x_td_align_char-expected.checksum:
2647 * tables/mozilla/marvin/x_td_align_char-expected.png:
2648 * tables/mozilla/marvin/x_td_align_justify-expected.checksum:
2649 * tables/mozilla/marvin/x_td_align_justify-expected.png:
2650 * tables/mozilla/marvin/x_td_align_left-expected.checksum:
2651 * tables/mozilla/marvin/x_td_align_left-expected.png:
2652 * tables/mozilla/marvin/x_td_align_right-expected.checksum:
2653 * tables/mozilla/marvin/x_td_align_right-expected.png:
2654 * tables/mozilla/marvin/x_td_bgcolor_name-expected.checksum:
2655 * tables/mozilla/marvin/x_td_bgcolor_name-expected.png:
2656 * tables/mozilla/marvin/x_td_bgcolor_rgb-expected.checksum:
2657 * tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png:
2658 * tables/mozilla/marvin/x_td_class-expected.checksum:
2659 * tables/mozilla/marvin/x_td_class-expected.png:
2660 * tables/mozilla/marvin/x_td_colspan-expected.checksum:
2661 * tables/mozilla/marvin/x_td_colspan-expected.png:
2662 * tables/mozilla/marvin/x_td_height-expected.checksum:
2663 * tables/mozilla/marvin/x_td_height-expected.png:
2664 * tables/mozilla/marvin/x_td_id-expected.checksum:
2665 * tables/mozilla/marvin/x_td_id-expected.png:
2666 * tables/mozilla/marvin/x_td_nowrap-expected.checksum:
2667 * tables/mozilla/marvin/x_td_nowrap-expected.png:
2668 * tables/mozilla/marvin/x_td_rowspan-expected.checksum:
2669 * tables/mozilla/marvin/x_td_rowspan-expected.png:
2670 * tables/mozilla/marvin/x_td_style-expected.checksum:
2671 * tables/mozilla/marvin/x_td_style-expected.png:
2672 * tables/mozilla/marvin/x_td_valign_baseline-expected.checksum:
2673 * tables/mozilla/marvin/x_td_valign_baseline-expected.png:
2674 * tables/mozilla/marvin/x_td_valign_bottom-expected.checksum:
2675 * tables/mozilla/marvin/x_td_valign_bottom-expected.png:
2676 * tables/mozilla/marvin/x_td_valign_middle-expected.checksum:
2677 * tables/mozilla/marvin/x_td_valign_middle-expected.png:
2678 * tables/mozilla/marvin/x_td_valign_top-expected.checksum:
2679 * tables/mozilla/marvin/x_td_valign_top-expected.png:
2680 * tables/mozilla/marvin/x_td_width-expected.checksum:
2681 * tables/mozilla/marvin/x_td_width-expected.png:
2682 * tables/mozilla/marvin/x_tfoot_align_center-expected.checksum:
2683 * tables/mozilla/marvin/x_tfoot_align_center-expected.png:
2684 * tables/mozilla/marvin/x_tfoot_align_char-expected.checksum:
2685 * tables/mozilla/marvin/x_tfoot_align_char-expected.png:
2686 * tables/mozilla/marvin/x_tfoot_align_justify-expected.checksum:
2687 * tables/mozilla/marvin/x_tfoot_align_justify-expected.png:
2688 * tables/mozilla/marvin/x_tfoot_align_left-expected.checksum:
2689 * tables/mozilla/marvin/x_tfoot_align_left-expected.png:
2690 * tables/mozilla/marvin/x_tfoot_align_right-expected.checksum:
2691 * tables/mozilla/marvin/x_tfoot_align_right-expected.png:
2692 * tables/mozilla/marvin/x_tfoot_class-expected.checksum:
2693 * tables/mozilla/marvin/x_tfoot_class-expected.png:
2694 * tables/mozilla/marvin/x_tfoot_id-expected.checksum:
2695 * tables/mozilla/marvin/x_tfoot_id-expected.png:
2696 * tables/mozilla/marvin/x_tfoot_style-expected.checksum:
2697 * tables/mozilla/marvin/x_tfoot_style-expected.png:
2698 * tables/mozilla/marvin/x_tfoot_valign_baseline-expected.checksum:
2699 * tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png:
2700 * tables/mozilla/marvin/x_tfoot_valign_bottom-expected.checksum:
2701 * tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png:
2702 * tables/mozilla/marvin/x_tfoot_valign_middle-expected.checksum:
2703 * tables/mozilla/marvin/x_tfoot_valign_middle-expected.png:
2704 * tables/mozilla/marvin/x_tfoot_valign_top-expected.checksum:
2705 * tables/mozilla/marvin/x_tfoot_valign_top-expected.png:
2706 * tables/mozilla/marvin/x_th_align_center-expected.checksum:
2707 * tables/mozilla/marvin/x_th_align_center-expected.png:
2708 * tables/mozilla/marvin/x_th_align_char-expected.checksum:
2709 * tables/mozilla/marvin/x_th_align_char-expected.png:
2710 * tables/mozilla/marvin/x_th_align_justify-expected.checksum:
2711 * tables/mozilla/marvin/x_th_align_justify-expected.png:
2712 * tables/mozilla/marvin/x_th_align_left-expected.checksum:
2713 * tables/mozilla/marvin/x_th_align_left-expected.png:
2714 * tables/mozilla/marvin/x_th_align_right-expected.checksum:
2715 * tables/mozilla/marvin/x_th_align_right-expected.png:
2716 * tables/mozilla/marvin/x_th_bgcolor_name-expected.checksum:
2717 * tables/mozilla/marvin/x_th_bgcolor_name-expected.png:
2718 * tables/mozilla/marvin/x_th_bgcolor_rgb-expected.checksum:
2719 * tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png:
2720 * tables/mozilla/marvin/x_th_class-expected.checksum:
2721 * tables/mozilla/marvin/x_th_class-expected.png:
2722 * tables/mozilla/marvin/x_th_colspan-expected.checksum:
2723 * tables/mozilla/marvin/x_th_colspan-expected.png:
2724 * tables/mozilla/marvin/x_th_height-expected.checksum:
2725 * tables/mozilla/marvin/x_th_height-expected.png:
2726 * tables/mozilla/marvin/x_th_id-expected.checksum:
2727 * tables/mozilla/marvin/x_th_id-expected.png:
2728 * tables/mozilla/marvin/x_th_nowrap-expected.checksum:
2729 * tables/mozilla/marvin/x_th_nowrap-expected.png:
2730 * tables/mozilla/marvin/x_th_rowspan-expected.checksum:
2731 * tables/mozilla/marvin/x_th_rowspan-expected.png:
2732 * tables/mozilla/marvin/x_th_style-expected.checksum:
2733 * tables/mozilla/marvin/x_th_style-expected.png:
2734 * tables/mozilla/marvin/x_th_valign_baseline-expected.checksum:
2735 * tables/mozilla/marvin/x_th_valign_baseline-expected.png:
2736 * tables/mozilla/marvin/x_th_valign_bottom-expected.checksum:
2737 * tables/mozilla/marvin/x_th_valign_bottom-expected.png:
2738 * tables/mozilla/marvin/x_th_valign_middle-expected.checksum:
2739 * tables/mozilla/marvin/x_th_valign_middle-expected.png:
2740 * tables/mozilla/marvin/x_th_valign_top-expected.checksum:
2741 * tables/mozilla/marvin/x_th_valign_top-expected.png:
2742 * tables/mozilla/marvin/x_th_width-expected.checksum:
2743 * tables/mozilla/marvin/x_th_width-expected.png:
2744 * tables/mozilla/marvin/x_thead_align_center-expected.checksum:
2745 * tables/mozilla/marvin/x_thead_align_center-expected.png:
2746 * tables/mozilla/marvin/x_thead_align_char-expected.checksum:
2747 * tables/mozilla/marvin/x_thead_align_char-expected.png:
2748 * tables/mozilla/marvin/x_thead_align_justify-expected.checksum:
2749 * tables/mozilla/marvin/x_thead_align_justify-expected.png:
2750 * tables/mozilla/marvin/x_thead_align_left-expected.checksum:
2751 * tables/mozilla/marvin/x_thead_align_left-expected.png:
2752 * tables/mozilla/marvin/x_thead_align_right-expected.checksum:
2753 * tables/mozilla/marvin/x_thead_align_right-expected.png:
2754 * tables/mozilla/marvin/x_thead_class-expected.checksum:
2755 * tables/mozilla/marvin/x_thead_class-expected.png:
2756 * tables/mozilla/marvin/x_thead_id-expected.checksum:
2757 * tables/mozilla/marvin/x_thead_id-expected.png:
2758 * tables/mozilla/marvin/x_thead_style-expected.checksum:
2759 * tables/mozilla/marvin/x_thead_style-expected.png:
2760 * tables/mozilla/marvin/x_thead_valign_baseline-expected.checksum:
2761 * tables/mozilla/marvin/x_thead_valign_baseline-expected.png:
2762 * tables/mozilla/marvin/x_thead_valign_bottom-expected.checksum:
2763 * tables/mozilla/marvin/x_thead_valign_bottom-expected.png:
2764 * tables/mozilla/marvin/x_thead_valign_middle-expected.checksum:
2765 * tables/mozilla/marvin/x_thead_valign_middle-expected.png:
2766 * tables/mozilla/marvin/x_thead_valign_top-expected.checksum:
2767 * tables/mozilla/marvin/x_thead_valign_top-expected.png:
2768 * tables/mozilla/marvin/x_tr_align_center-expected.checksum:
2769 * tables/mozilla/marvin/x_tr_align_center-expected.png:
2770 * tables/mozilla/marvin/x_tr_align_char-expected.checksum:
2771 * tables/mozilla/marvin/x_tr_align_char-expected.png:
2772 * tables/mozilla/marvin/x_tr_align_justify-expected.checksum:
2773 * tables/mozilla/marvin/x_tr_align_justify-expected.png:
2774 * tables/mozilla/marvin/x_tr_align_left-expected.checksum:
2775 * tables/mozilla/marvin/x_tr_align_left-expected.png:
2776 * tables/mozilla/marvin/x_tr_align_right-expected.checksum:
2777 * tables/mozilla/marvin/x_tr_align_right-expected.png:
2778 * tables/mozilla/marvin/x_tr_bgcolor_name-expected.checksum:
2779 * tables/mozilla/marvin/x_tr_bgcolor_name-expected.png:
2780 * tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.checksum:
2781 * tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png:
2782 * tables/mozilla/marvin/x_tr_class-expected.checksum:
2783 * tables/mozilla/marvin/x_tr_class-expected.png:
2784 * tables/mozilla/marvin/x_tr_id-expected.checksum:
2785 * tables/mozilla/marvin/x_tr_id-expected.png:
2786 * tables/mozilla/marvin/x_tr_style-expected.checksum:
2787 * tables/mozilla/marvin/x_tr_style-expected.png:
2788 * tables/mozilla/marvin/x_tr_valign_baseline-expected.checksum:
2789 * tables/mozilla/marvin/x_tr_valign_baseline-expected.png:
2790 * tables/mozilla/marvin/x_tr_valign_bottom-expected.checksum:
2791 * tables/mozilla/marvin/x_tr_valign_bottom-expected.png:
2792 * tables/mozilla/marvin/x_tr_valign_middle-expected.checksum:
2793 * tables/mozilla/marvin/x_tr_valign_middle-expected.png:
2794 * tables/mozilla/marvin/x_tr_valign_top-expected.checksum:
2795 * tables/mozilla/marvin/x_tr_valign_top-expected.png:
2796 * tables/mozilla/other/body_col-expected.checksum:
2797 * tables/mozilla/other/body_col-expected.png:
2798 * tables/mozilla/other/cell_widths-expected.checksum:
2799 * tables/mozilla/other/cell_widths-expected.png:
2800 * tables/mozilla/other/cellspacing-expected.checksum:
2801 * tables/mozilla/other/cellspacing-expected.png:
2802 * tables/mozilla/other/nested2-expected.checksum:
2803 * tables/mozilla/other/nested2-expected.png:
2804 * tables/mozilla/other/nestedTables-expected.checksum:
2805 * tables/mozilla/other/nestedTables-expected.png:
2806 * tables/mozilla/other/padding-expected.checksum:
2807 * tables/mozilla/other/padding-expected.png:
2808 * tables/mozilla/other/test3-expected.checksum:
2809 * tables/mozilla/other/test3-expected.png:
2810 * tables/mozilla/other/test6-expected.checksum:
2811 * tables/mozilla/other/test6-expected.png:
2812 * tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum:
2813 * tables/mozilla/other/wa_table_thtd_rowspan-expected.png:
2814 * tables/mozilla/other/wa_table_tr_align-expected.checksum:
2815 * tables/mozilla/other/wa_table_tr_align-expected.png:
2816 * tables/mozilla_expected_failures/bugs/97619-expected.checksum:
2817 * tables/mozilla_expected_failures/bugs/97619-expected.png:
2818 * tables/mozilla_expected_failures/bugs/bug1010-expected.checksum:
2819 * tables/mozilla_expected_failures/bugs/bug1010-expected.png:
2820 * tables/mozilla_expected_failures/bugs/bug101759-expected.checksum:
2821 * tables/mozilla_expected_failures/bugs/bug101759-expected.png:
2822 * tables/mozilla_expected_failures/bugs/bug10216-expected.checksum:
2823 * tables/mozilla_expected_failures/bugs/bug10216-expected.png:
2824 * tables/mozilla_expected_failures/bugs/bug1055-2-expected.checksum:
2825 * tables/mozilla_expected_failures/bugs/bug1055-2-expected.png:
2826 * tables/mozilla_expected_failures/bugs/bug106336-expected.checksum:
2827 * tables/mozilla_expected_failures/bugs/bug106336-expected.png:
2828 * tables/mozilla_expected_failures/bugs/bug1128-expected.checksum:
2829 * tables/mozilla_expected_failures/bugs/bug1128-expected.png:
2830 * tables/mozilla_expected_failures/bugs/bug11384s-expected.checksum:
2831 * tables/mozilla_expected_failures/bugs/bug11384s-expected.png:
2832 * tables/mozilla_expected_failures/bugs/bug1164-expected.checksum:
2833 * tables/mozilla_expected_failures/bugs/bug1164-expected.png:
2834 * tables/mozilla_expected_failures/bugs/bug11945-expected.checksum:
2835 * tables/mozilla_expected_failures/bugs/bug11945-expected.png:
2836 * tables/mozilla_expected_failures/bugs/bug1262-expected.checksum:
2837 * tables/mozilla_expected_failures/bugs/bug1262-expected.png:
2838 * tables/mozilla_expected_failures/bugs/bug131020-3-expected.checksum:
2839 * tables/mozilla_expected_failures/bugs/bug131020-3-expected.png:
2840 * tables/mozilla_expected_failures/bugs/bug14007-2-expected.checksum:
2841 * tables/mozilla_expected_failures/bugs/bug14007-2-expected.png:
2842 * tables/mozilla_expected_failures/bugs/bug14323-expected.checksum:
2843 * tables/mozilla_expected_failures/bugs/bug14323-expected.png:
2844 * tables/mozilla_expected_failures/bugs/bug14489-expected.checksum:
2845 * tables/mozilla_expected_failures/bugs/bug14489-expected.png:
2846 * tables/mozilla_expected_failures/bugs/bug1647-expected.checksum:
2847 * tables/mozilla_expected_failures/bugs/bug1647-expected.png:
2848 * tables/mozilla_expected_failures/bugs/bug18440-expected.checksum:
2849 * tables/mozilla_expected_failures/bugs/bug18440-expected.png:
2850 * tables/mozilla_expected_failures/bugs/bug18770-expected.checksum:
2851 * tables/mozilla_expected_failures/bugs/bug18770-expected.png:
2852 * tables/mozilla_expected_failures/bugs/bug19526-expected.checksum:
2853 * tables/mozilla_expected_failures/bugs/bug19526-expected.png:
2854 * tables/mozilla_expected_failures/bugs/bug21518-expected.checksum:
2855 * tables/mozilla_expected_failures/bugs/bug21518-expected.png:
2856 * tables/mozilla_expected_failures/bugs/bug220653-expected.checksum:
2857 * tables/mozilla_expected_failures/bugs/bug220653-expected.png:
2858 * tables/mozilla_expected_failures/bugs/bug22122-expected.checksum:
2859 * tables/mozilla_expected_failures/bugs/bug22122-expected.png:
2860 * tables/mozilla_expected_failures/bugs/bug22246-2-expected.checksum:
2861 * tables/mozilla_expected_failures/bugs/bug22246-2-expected.png:
2862 * tables/mozilla_expected_failures/bugs/bug22246-2a-expected.checksum:
2863 * tables/mozilla_expected_failures/bugs/bug22246-2a-expected.png:
2864 * tables/mozilla_expected_failures/bugs/bug22246-3-expected.checksum:
2865 * tables/mozilla_expected_failures/bugs/bug22246-3-expected.png:
2866 * tables/mozilla_expected_failures/bugs/bug22246-3a-expected.checksum:
2867 * tables/mozilla_expected_failures/bugs/bug22246-3a-expected.png:
2868 * tables/mozilla_expected_failures/bugs/bug222846-expected.checksum:
2869 * tables/mozilla_expected_failures/bugs/bug222846-expected.png:
2870 * tables/mozilla_expected_failures/bugs/bug23847-expected.checksum:
2871 * tables/mozilla_expected_failures/bugs/bug23847-expected.png:
2872 * tables/mozilla_expected_failures/bugs/bug24880-1-expected.checksum:
2873 * tables/mozilla_expected_failures/bugs/bug24880-1-expected.png:
2874 * tables/mozilla_expected_failures/bugs/bug25707-expected.checksum:
2875 * tables/mozilla_expected_failures/bugs/bug25707-expected.png:
2876 * tables/mozilla_expected_failures/bugs/bug27993-2-expected.checksum:
2877 * tables/mozilla_expected_failures/bugs/bug27993-2-expected.png:
2878 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.checksum:
2879 * tables/mozilla_expected_failures/bugs/bug29058-2-expected.png:
2880 * tables/mozilla_expected_failures/bugs/bug3105-expected.checksum:
2881 * tables/mozilla_expected_failures/bugs/bug3105-expected.png:
2882 * tables/mozilla_expected_failures/bugs/bug3166-8-expected.checksum:
2883 * tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
2884 * tables/mozilla_expected_failures/bugs/bug32205-1-expected.checksum:
2885 * tables/mozilla_expected_failures/bugs/bug32205-1-expected.png:
2886 * tables/mozilla_expected_failures/bugs/bug32205-4-expected.checksum:
2887 * tables/mozilla_expected_failures/bugs/bug32205-4-expected.png:
2888 * tables/mozilla_expected_failures/bugs/bug42043-expected.checksum:
2889 * tables/mozilla_expected_failures/bugs/bug42043-expected.png:
2890 * tables/mozilla_expected_failures/bugs/bug4294-expected.checksum:
2891 * tables/mozilla_expected_failures/bugs/bug4294-expected.png:
2892 * tables/mozilla_expected_failures/bugs/bug46268-4-expected.checksum:
2893 * tables/mozilla_expected_failures/bugs/bug46268-4-expected.png:
2894 * tables/mozilla_expected_failures/bugs/bug51000-expected.checksum:
2895 * tables/mozilla_expected_failures/bugs/bug51000-expected.png:
2896 * tables/mozilla_expected_failures/bugs/bug56024-expected.checksum:
2897 * tables/mozilla_expected_failures/bugs/bug56024-expected.png:
2898 * tables/mozilla_expected_failures/bugs/bug58402-2-expected.checksum:
2899 * tables/mozilla_expected_failures/bugs/bug58402-2-expected.png:
2900 * tables/mozilla_expected_failures/bugs/bug59252-expected.checksum:
2901 * tables/mozilla_expected_failures/bugs/bug59252-expected.png:
2902 * tables/mozilla_expected_failures/bugs/bug61042-1-expected.checksum:
2903 * tables/mozilla_expected_failures/bugs/bug61042-1-expected.png:
2904 * tables/mozilla_expected_failures/bugs/bug61042-2-expected.checksum:
2905 * tables/mozilla_expected_failures/bugs/bug61042-2-expected.png:
2906 * tables/mozilla_expected_failures/bugs/bug65372-expected.checksum:
2907 * tables/mozilla_expected_failures/bugs/bug65372-expected.png:
2908 * tables/mozilla_expected_failures/bugs/bug67915-2-expected.checksum:
2909 * tables/mozilla_expected_failures/bugs/bug67915-2-expected.png:
2910 * tables/mozilla_expected_failures/bugs/bug6933-expected.checksum:
2911 * tables/mozilla_expected_failures/bugs/bug6933-expected.png:
2912 * tables/mozilla_expected_failures/bugs/bug7113-expected.checksum:
2913 * tables/mozilla_expected_failures/bugs/bug7113-expected.png:
2914 * tables/mozilla_expected_failures/bugs/bug72393-expected.checksum:
2915 * tables/mozilla_expected_failures/bugs/bug72393-expected.png:
2916 * tables/mozilla_expected_failures/bugs/bug7243-expected.checksum:
2917 * tables/mozilla_expected_failures/bugs/bug7243-expected.png:
2918 * tables/mozilla_expected_failures/bugs/bug73629-expected.checksum:
2919 * tables/mozilla_expected_failures/bugs/bug73629-expected.png:
2920 * tables/mozilla_expected_failures/bugs/bug80762-2-expected.checksum:
2921 * tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
2922 * tables/mozilla_expected_failures/bugs/bug8499-expected.checksum:
2923 * tables/mozilla_expected_failures/bugs/bug8499-expected.png:
2924 * tables/mozilla_expected_failures/bugs/bug89315-expected.checksum:
2925 * tables/mozilla_expected_failures/bugs/bug89315-expected.png:
2926 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.checksum:
2927 * tables/mozilla_expected_failures/bugs/bug92647-1-expected.png:
2928 * tables/mozilla_expected_failures/bugs/bug9879-1-expected.checksum:
2929 * tables/mozilla_expected_failures/bugs/bug9879-1-expected.png:
2930 * tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.checksum:
2931 * tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png:
2932 * tables/mozilla_expected_failures/core/backgrounds-expected.checksum:
2933 * tables/mozilla_expected_failures/core/backgrounds-expected.png:
2934 * tables/mozilla_expected_failures/core/col_span2-expected.checksum:
2935 * tables/mozilla_expected_failures/core/col_span2-expected.png:
2936 * tables/mozilla_expected_failures/core/cols1-expected.checksum:
2937 * tables/mozilla_expected_failures/core/cols1-expected.png:
2938 * tables/mozilla_expected_failures/core/columns-expected.checksum:
2939 * tables/mozilla_expected_failures/core/columns-expected.png:
2940 * tables/mozilla_expected_failures/core/conflicts-expected.checksum:
2941 * tables/mozilla_expected_failures/core/conflicts-expected.png:
2942 * tables/mozilla_expected_failures/core/table_rules-expected.checksum:
2943 * tables/mozilla_expected_failures/core/table_rules-expected.png:
2944 * tables/mozilla_expected_failures/dom/appendCells1-expected.checksum:
2945 * tables/mozilla_expected_failures/dom/appendCells1-expected.png:
2946 * tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.checksum:
2947 * tables/mozilla_expected_failures/dom/appendCellsRebuild1-expected.png:
2948 * tables/mozilla_expected_failures/dom/appendCol1-expected.checksum:
2949 * tables/mozilla_expected_failures/dom/appendCol1-expected.png:
2950 * tables/mozilla_expected_failures/dom/appendColGroup1-expected.checksum:
2951 * tables/mozilla_expected_failures/dom/appendColGroup1-expected.png:
2952 * tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.checksum:
2953 * tables/mozilla_expected_failures/dom/insertTbodyExpand1-expected.png:
2954 * tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.checksum:
2955 * tables/mozilla_expected_failures/dom/insertTbodyRebuild1-expected.png:
2956 * tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.checksum:
2957 * tables/mozilla_expected_failures/marvin/colgroup_width_pct-expected.png:
2958 * tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.checksum:
2959 * tables/mozilla_expected_failures/marvin/colgroup_width_px-expected.png:
2960 * tables/mozilla_expected_failures/marvin/table_frame_above-expected.checksum:
2961 * tables/mozilla_expected_failures/marvin/table_frame_above-expected.png:
2962 * tables/mozilla_expected_failures/marvin/table_frame_below-expected.checksum:
2963 * tables/mozilla_expected_failures/marvin/table_frame_below-expected.png:
2964 * tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.checksum:
2965 * tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png:
2966 * tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.checksum:
2967 * tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png:
2968 * tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.checksum:
2969 * tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png:
2970 * tables/mozilla_expected_failures/marvin/table_frame_void-expected.checksum:
2971 * tables/mozilla_expected_failures/marvin/table_frame_void-expected.png:
2972 * tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.checksum:
2973 * tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png:
2974 * tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.checksum:
2975 * tables/mozilla_expected_failures/marvin/table_overflow_caption-expected.png:
2976 * tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.checksum:
2977 * tables/mozilla_expected_failures/marvin/table_overflow_caption_bottom-expected.png:
2978 * tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.checksum:
2979 * tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden-expected.png:
2980 * tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.checksum:
2981 * tables/mozilla_expected_failures/marvin/table_overflow_caption_hidden_table-expected.png:
2982 * tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.checksum:
2983 * tables/mozilla_expected_failures/marvin/table_overflow_caption_left-expected.png:
2984 * tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.checksum:
2985 * tables/mozilla_expected_failures/marvin/table_overflow_caption_right-expected.png:
2986 * tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.checksum:
2987 * tables/mozilla_expected_failures/marvin/table_overflow_caption_top-expected.png:
2988 * tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.checksum:
2989 * tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_row-expected.png:
2990 * tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.checksum:
2991 * tables/mozilla_expected_failures/marvin/table_overflow_dirty_reflow_tbody-expected.png:
2992 * tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.checksum:
2993 * tables/mozilla_expected_failures/marvin/table_overflow_hidden_table-expected.png:
2994 * tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.checksum:
2995 * tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody-expected.png:
2996 * tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.checksum:
2997 * tables/mozilla_expected_failures/marvin/table_overflow_hidden_tr-expected.png:
2998 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.checksum:
2999 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell-expected.png:
3000 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.checksum:
3001 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_cell_sibling-expected.png:
3002 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.checksum:
3003 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row-expected.png:
3004 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.checksum:
3005 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_row_sibling-expected.png:
3006 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.checksum:
3007 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table-expected.png:
3008 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.checksum:
3009 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_table_caption-expected.png:
3010 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.checksum:
3011 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody-expected.png:
3012 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.checksum:
3013 * tables/mozilla_expected_failures/marvin/table_overflow_style_reflow_tbody_sibling-expected.png:
3014 * tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.checksum:
3015 * tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.png:
3016 * tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.checksum:
3017 * tables/mozilla_expected_failures/marvin/table_overflow_td_dynamic_deactivate-expected.png:
3018 * tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.checksum:
3019 * tables/mozilla_expected_failures/marvin/table_overflow_td_valign_bottom-expected.png:
3020 * tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.checksum:
3021 * tables/mozilla_expected_failures/marvin/table_overflow_td_valign_middle-expected.png:
3022 * tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.checksum:
3023 * tables/mozilla_expected_failures/marvin/table_overflow_td_valign_top-expected.png:
3024 * tables/mozilla_expected_failures/marvin/table_rules_cols-expected.checksum:
3025 * tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png:
3026 * tables/mozilla_expected_failures/marvin/table_rules_none-expected.checksum:
3027 * tables/mozilla_expected_failures/marvin/table_rules_none-expected.png:
3028 * tables/mozilla_expected_failures/marvin/table_rules_rows-expected.checksum:
3029 * tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png:
3030 * tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.checksum:
3031 * tables/mozilla_expected_failures/marvin/tables_caption_align_left-expected.png:
3032 * tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.checksum:
3033 * tables/mozilla_expected_failures/marvin/tables_caption_align_right-expected.png:
3034 * tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.checksum:
3035 * tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png:
3036 * tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.checksum:
3037 * tables/mozilla_expected_failures/marvin/x_caption_align_left-expected.png:
3038 * tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.checksum:
3039 * tables/mozilla_expected_failures/marvin/x_caption_align_right-expected.png:
3040 * tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.checksum:
3041 * tables/mozilla_expected_failures/marvin/x_colgroup_width_pct-expected.png:
3042 * tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.checksum:
3043 * tables/mozilla_expected_failures/marvin/x_colgroup_width_px-expected.png:
3044 * tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.checksum:
3045 * tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png:
3046 * tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.checksum:
3047 * tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png:
3048 * tables/mozilla_expected_failures/marvin/x_table_rules_groups-expected.checksum:
3049 * tables/mozilla_expected_failures/marvin/x_table_rules_groups-expected.png:
3050 * tables/mozilla_expected_failures/marvin/x_table_rules_none-expected.checksum:
3051 * tables/mozilla_expected_failures/marvin/x_table_rules_none-expected.png:
3052 * tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.checksum:
3053 * tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png:
3054 * tables/mozilla_expected_failures/other/empty_cells-expected.checksum:
3055 * tables/mozilla_expected_failures/other/empty_cells-expected.png:
3056 * tables/mozilla_expected_failures/other/test4-expected.checksum:
3057 * tables/mozilla_expected_failures/other/test4-expected.png:
3059 2006-04-17 Justin Garcia <justin.garcia@apple.com>
3063 <http://bugzilla.opendarwin.org/show_bug.cgi?id=8402>
3064 Fix interchange newline handling and avoid use of test rendering info
3066 * editing/pasteboard/interchange-newline-1-expected.checksum: Added.
3067 * editing/pasteboard/interchange-newline-1-expected.png: Added.
3068 * editing/pasteboard/interchange-newline-1-expected.txt: Added.
3069 * editing/pasteboard/interchange-newline-1.html: Added.
3070 * editing/pasteboard/interchange-newline-2-expected.checksum: Added.
3071 * editing/pasteboard/interchange-newline-2-expected.png: Added.
3072 * editing/pasteboard/interchange-newline-2-expected.txt: Added.
3073 * editing/pasteboard/interchange-newline-2.html: Added.
3074 * editing/pasteboard/interchange-newline-3-expected.checksum: Added.
3075 * editing/pasteboard/interchange-newline-3-expected.png: Added.
3076 * editing/pasteboard/interchange-newline-3-expected.txt: Added.
3077 * editing/pasteboard/interchange-newline-3.html: Added.
3079 2006-04-16 Mitz Pettel <opendarwin.org@mitzpettel.com>
3083 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8408
3084 Paint the highlight behind selected list markers
3086 * editing/selection/extend-by-word-002-expected.checksum: Updated.
3087 * editing/selection/extend-by-word-002-expected.png: Updated.
3088 * fast/lists/markers-in-selection-expected.checksum: Added.
3089 * fast/lists/markers-in-selection-expected.png: Added.
3090 * fast/lists/markers-in-selection-expected.txt: Added.
3091 * fast/lists/markers-in-selection.html: Added.
3093 2006-04-16 Mitz Pettel <opendarwin.org@mitzpettel.com>
3097 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8420
3098 iExploder(#12): Assertion failure in RenderContainer::removeChildNode
3100 * fast/forms/button-inner-block-reuse-expected.checksum: Added.
3101 * fast/forms/button-inner-block-reuse-expected.png: Added.
3102 * fast/forms/button-inner-block-reuse-expected.txt: Added.
3103 * fast/forms/button-inner-block-reuse.html: Added.
3105 2006-04-16 Mitz Pettel <opendarwin.org@mitzpettel.com>
3109 - test for http://bugzilla.opendarwin.org/show_bug.cgi?id=8394
3110 Editable region does not accept dropped text if there is no selection
3112 * editing/pasteboard/drop-text-without-selection-expected.checksum: Added.
3113 * editing/pasteboard/drop-text-without-selection-expected.png: Added.
3114 * editing/pasteboard/drop-text-without-selection-expected.txt: Added.
3115 * editing/pasteboard/drop-text-without-selection.html: Added.
3117 2006-04-15 Darin Adler <darin@apple.com>
3119 - more results for tests landed without pixel-test results
3121 * fast/text/whitespace/pre-newline-box-test-expected.checksum: Added.
3122 * fast/text/whitespace/pre-newline-box-test-expected.png: Added.
3124 2006-04-15 Darin Adler <darin@apple.com>
3126 - added some results for some tests people added without expected results
3128 * svg/custom/class-selector-expected.txt: Added.
3129 * svg/custom/class-selector-expected.checksum: Added.
3130 * svg/custom/class-selector-expected.png: Added.
3131 * editing/selection/extend-by-sentence-001-expected.checksum: Added.
3132 * editing/selection/extend-by-sentence-001-expected.png: Added.
3133 * fast/dom/Element/null-offset-parent-expected.checksum: Added.
3134 * fast/dom/Element/null-offset-parent-expected.png: Added.
3136 2006-04-15 Darin Adler <darin@apple.com>
3138 - updated a layout test result for Hyatt's prefix change
3140 * fast/inspector/style-expected.txt: Some background properties now
3141 have the "-webkit" prefix.
3143 2006-04-12 Geoffrey Garen <ggaren@apple.com>
3145 Layout test for document.defaultView
3147 * fast/dom/defaultView-expected.txt: Added.
3148 * fast/dom/defaultView.html: Added.
3149 * fast/events/event-view-toString-expected.txt: Updated to reflect new
3150 prototype chain for defaultView.
3152 2006-04-12 Geoffrey Garen <ggaren@apple.com>
3154 Layout test to ensure that the window object gets cleared during a
3155 navigation. I caused a regression in that area when working in window
3158 * fast/loader/resources/window-clearing2.html: Added.
3159 * fast/loader/window-clearing.html: Added.
3161 2006-04-13 Alexey Proskuryakov <ap@nypop.com>
3163 Test created by Maciej.
3165 Tests that Latin-1 is handled as windows-1252
3166 (see http://bugzilla.opendarwin.org/show_bug.cgi?id=7602). Some existing tests
3167 already did cover this, but only indirectly.
3169 * fast/encoding/latin1-winlatin-expected.txt: Added.
3170 * fast/encoding/latin1-winlatin.html: Added.
3172 2006-04-12 Justin Garcia <justin.garcia@apple.com>
3174 Reviewed by harrison
3176 Layout test for the changes made to VisiblePosition::init in r13825.
3178 * editing/selection/unrendered-space.html
3179 * editing/selection/unrendered-space-expected.png
3180 * editing/selection/unrendered-space-expected.checksum
3181 * editing/selection/unrendered-space-expected.txt
3183 2006-04-12 Adele Peterson <adele@apple.com>
3185 Test for setSelectionRange bug in text fields.
3187 * fast/forms/input-delete-expected.txt: Added.
3188 * fast/forms/input-delete.html: Added.
3190 2006-04-12 Mitz Pettel <opendarwin.org@mitzpettel.com>
3194 - updated test results for http://bugzilla.opendarwin.org/show_bug.cgi?id=4855
3195 List item's bullets fail to redraw correctly after their style is set with JavaScript
3197 * css1/basic/class_as_selector-expected.txt:
3198 * css1/basic/containment-expected.txt:
3199 * css1/basic/contextual_selectors-expected.txt:
3200 * css1/basic/id_as_selector-expected.txt:
3201 * css1/box_properties/border_bottom-expected.txt:
3202 * css1/box_properties/border_left-expected.txt:
3203 * css1/box_properties/border_right_inline-expected.txt:
3204 * css1/box_properties/border_top-expected.txt:
3205 * css1/box_properties/clear_float-expected.txt:
3206 * css1/box_properties/margin-expected.txt:
3207 * css1/box_properties/margin_bottom-expected.txt:
3208 * css1/box_properties/margin_left-expected.txt:
3209 * css1/box_properties/margin_right-expected.txt:
3210 * css1/box_properties/margin_top-expected.txt:
3211 * css1/box_properties/padding_left-expected.txt:
3212 * css1/box_properties/padding_right-expected.txt:
3213 * css1/cascade/cascade_order-expected.txt:
3214 * css1/classification/display-expected.txt:
3215 * css1/classification/list_style-expected.txt:
3216 * css1/classification/list_style_image-expected.txt:
3217 * css1/classification/list_style_position-expected.txt:
3218 * css1/classification/list_style_type-expected.txt:
3219 * css1/conformance/forward_compatible_parsing-expected.txt:
3220 * css1/pseudo/anchor-expected.txt:
3221 * css2.1/t0402-c71-fwd-parsing-02-f-expected.txt:
3222 * css2.1/t0505-c16-descendant-01-e-expected.txt:
3223 * css2.1/t050803-c14-classes-00-e-expected.txt:
3224 * css2.1/t0509-c15-ids-01-e-expected.txt:
3225 * css2.1/t0805-c5518-brdr-t-01-e-expected.txt:
3226 * css2.1/t0805-c5519-brdr-r-02-e-expected.txt:
3227 * css2.1/t0805-c5520-brdr-b-01-e-expected.txt:
3228 * css2.1/t0805-c5521-brdr-l-02-e-expected.txt:
3229 * css2.1/t1205-c561-list-displ-00-b-expected.txt:
3230 * css2.1/t1205-c563-list-type-00-b-expected.txt:
3231 * css2.1/t1205-c563-list-type-01-b-expected.txt:
3232 * css2.1/t1205-c564-list-img-00-b-g-expected.txt:
3233 * css2.1/t1205-c565-list-pos-00-b-expected.txt:
3234 * css2.1/t1205-c566-list-stl-00-e-ag-expected.txt:
3235 * css2.1/t1205-c566-list-stl-01-c-g-expected.txt:
3236 * editing/deleting/delete-listitem-002-expected.txt:
3237 * editing/execCommand/insertHTML-expected.txt:
3238 * editing/pasteboard/paste-4039777-fix-expected.txt:
3239 * editing/pasteboard/paste-list-001-expected.txt:
3240 * editing/selection/extend-by-word-002-expected.txt:
3241 * editing/selection/move-by-line-002-expected.txt:
3242 * editing/selection/select-all-iframe-expected.txt:
3243 * editing/selection/selectNode-expected.txt:
3244 * editing/selection/selectNodeContents-expected.txt:
3245 * editing/unsupported-content/list-type-after-expected.txt:
3246 * editing/unsupported-content/list-type-before-expected.txt:
3247 * fast/block/float/014-expected.txt:
3248 * fast/css-generated-content/009-expected.txt:
3249 * fast/css/001-expected.txt:
3250 * fast/css/001-expected.png:
3251 * fast/css/001-expected.checksum:
3252 * fast/css/continuationCrash-expected.txt:
3253 * fast/css/list-outline-expected.txt:
3254 * fast/doctypes/001-expected.txt:
3255 * fast/doctypes/002-expected.txt:
3256 * fast/doctypes/003-expected.txt:
3257 * fast/doctypes/004-expected.txt:
3258 * fast/dom/window-onFocus-expected.txt:
3259 * fast/forms/form-hides-table-expected.txt:
3260 * fast/forms/plaintext-mode-2-expected.txt:
3261 * fast/lists/001-expected.checksum:
3262 * fast/lists/001-expected.png:
3263 * fast/lists/001-expected.txt:
3264 * fast/lists/002-expected.txt:
3265 * fast/lists/003-expected.txt:
3266 * fast/lists/004-expected.txt:
3267 * fast/lists/005-expected.txt:
3268 * fast/lists/006-expected.txt:
3269 * fast/lists/007-expected.txt:
3270 * fast/lists/008-expected.txt:
3271 * fast/lists/009-expected.txt:
3272 * fast/lists/drag-into-marker-expected.txt:
3273 * fast/lists/li-br-expected.txt:
3274 * fast/lists/ol-display-types-expected.txt:
3275 * fast/lists/olstart-expected.txt:
3276 * fast/lists/scrolled-marker-paint-expected.txt:
3277 * fast/overflow/overflow-rtl-expected.txt:
3278 * fast/parser/entities-in-xhtml-expected.txt:
3279 * fast/selectors/001-expected.txt:
3280 * fast/selectors/013-expected.txt:
3281 * fast/selectors/015-expected.txt:
3282 * fast/selectors/166-expected.txt:
3283 * fast/table/018-expected.txt:
3284 * fast/table/form-with-table-style-expected.txt:
3285 * fast/text/whitespace/tab-character-basics-expected.txt:
3286 * fast/tokenizer/004-expected.txt:
3287 * tables/mozilla/bugs/bug23235-expected.txt:
3288 * tables/mozilla/bugs/bug30692-expected.txt:
3289 * tables/mozilla/bugs/bug3191-expected.txt:
3290 * tables/mozilla/bugs/bug32205-2-expected.txt:
3291 * tables/mozilla/marvin/backgr_index-expected.txt:
3292 * tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
3293 * tables/mozilla/marvin/x_table-expected.txt:
3294 * tables/mozilla/other/wa_table_thtd_rowspan-expected.txt:
3295 * tables/mozilla/other/wa_table_tr_align-expected.txt:
3296 * tables/mozilla_expected_failures/bugs/bug1010-expected.txt:
3297 * tables/mozilla_expected_failures/marvin/backgr_fixed-bg-expected.txt:
3298 * tables/mozilla_expected_failures/marvin/backgr_layers-show-expected.txt:
3300 2006-04-12 David Harrison <harrison@apple.com>
3302 <rdar://problem/4386640> AX: AXPreviousSentenceStartTextMarkerForTextMarker does not respect paragraph boundary
3303 <rdar://problem/4414575> AX: Dictionary popup cannot find some words on Dictionary.app
3305 * editing/editing.js:
3306 Add sentence navigation/selection.
3308 * editing/selection/extend-by-sentence-001-expected.txt: Added.
3309 * editing/selection/extend-by-sentence-001.html: Added.
3310 Test for both <rdar://problem/4386640> and <rdar://problem/4414575>.
3312 * fast/dom/inner-text-001-expected.txt: Added.
3313 * fast/dom/inner-text-001.html: Added.
3314 Tests innerText on a variety of elements.
3316 * fast/dom/HTMLObjectElement/form/test1-expected.txt:
3317 * fast/events/mouseclick-target-and-positioning-expected.txt:
3318 * fast/forms/button-in-forms-collection-expected.txt:
3319 * fast/forms/focus-control-to-page-expected.txt:
3320 * fast/forms/focus-expected.txt:
3321 * fast/forms/textarea-hard-linewrap-expected.txt:
3322 * fast/forms/textarea-setvalue-submit-expected.txt:
3323 * fast/loader/loadInProgress-expected.txt:
3324 Updated for innerText changes that emit newlines for more kinds of blocks.
3326 2006-04-12 Justin Garcia <justin.garcia@apple.com>