1 2010-05-31 Adam Barth <abarth@webkit.org>
3 Reviewed by Darin Adler.
5 Accessibility tests shouldn't rely on crazy <title> parsing
6 https://bugs.webkit.org/show_bug.cgi?id=39940
8 We have a separate test for crazy <title> parsing already in
9 fast/tokenizer. Also, this patch makes these tests pass with the HTML5
10 parser (and run in Firefox).
12 * accessibility/image-link-inline-cont.html:
13 * accessibility/image-link.html:
14 * accessibility/inline-continuations.html:
16 2010-05-30 Roland Steiner <rolandsteiner@chromium.org>
18 Unreviewed: add failing test to Chromium test_expectations.txt
20 WK rev. 60386 added storage/transaction-success-callback-isolated-world.html
21 which fails in Chromium on all platforms.
23 * platform/chromium/test_expectations.txt:
25 2010-05-30 Adam Barth <abarth@webkit.org>
27 Reviewed by Darin Adler.
29 Fix LayoutTests/fast/parser/xml-declaration-missing-ending-mark.html in HTML5 parser
30 https://bugs.webkit.org/show_bug.cgi?id=39939
32 Add some tests for the bogus comment state.
34 * html5lib/resources/comments01.dat:
35 * html5lib/runner-expected.txt:
37 2010-05-30 Roland Steiner <rolandsteiner@chromium.org>
39 Unreviewed: rebaseline range-between-block-and-inline for Chromium.
41 Add rebaselined test expectations for Chromium Win & Linux for
42 editing/selection/range-between-block-and-inline.html
44 * platform/chromium-linux/editing/selection/range-between-block-and-inline-expected.checksum: Added.
45 * platform/chromium-linux/editing/selection/range-between-block-and-inline-expected.png: Added.
46 * platform/chromium-linux/editing/selection/range-between-block-and-inline-expected.txt: Added.
47 * platform/chromium-win/editing/selection/range-between-block-and-inline-expected.checksum: Added.
48 * platform/chromium-win/editing/selection/range-between-block-and-inline-expected.png: Added.
49 * platform/chromium-win/editing/selection/range-between-block-and-inline-expected.txt: Added.
51 2010-05-30 Roland Steiner <rolandsteiner@chromium.org>
53 Unreviewed: fix Chromium test expectations.
55 Fix Chromium test expectations for html5lib/runner.html
57 * platform/chromium-mac/html5lib/runner-expected.txt: Removed.
58 * platform/chromium-win/html5lib/runner-expected.txt: Removed.
59 * platform/chromium/html5lib/runner-expected.txt: Added.
60 * platform/chromium/html5lib/webkit-runner-expected.txt: Removed.
62 2010-05-30 Robert Hogan <robert@webkit.org>
64 Reviewed by Kenneth Rohde Christiansen.
66 [Qt] Enhance Qt DRT implementation to support platform scroll wheel events.
68 https://bugs.webkit.org/show_bug.cgi?id=36004
72 fast/events/remove-child-onscroll.html
73 fast/events/platform-wheelevent-in-scrolling-div.html
74 fast/events/continuous-platform-wheelevent-in-scrolling-div.html
76 Add platform-specific results for Qt. Required because QWheelEvent only supports sending an event
77 for scrolling movement one axis at a time. Naturally the test's check for the axis the event does
78 not pertain to will 'fail' in such cases. So we get 6 lines of output in total, i.e.:
80 FAIL event.wheelDeltaY should be -24000. Was 0.
81 PASS event.wheelDeltaX is window.expectedScrollLeft*-120
82 PASS event.wheelDelta is window.expectedScrollLeft*-120
86 PASS event.wheelDeltaY is window.expectedScrollTop*-120
87 FAIL event.wheelDeltaX should be -12000. Was 0.
88 PASS event.wheelDelta is window.expectedScrollTop*-120
90 instead of just 3 like Mac:
92 PASS event.wheelDeltaY is window.expectedScrollTop*-120
93 PASS event.wheelDeltaX is window.expectedScrollLeft*-120
94 PASS event.wheelDelta is window.expectedScrollTop*-120
97 * platform/qt-linux/fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt: Added.
98 * platform/qt-linux/fast/events/platform-wheelevent-in-scrolling-div-expected.txt: Added.
99 * platform/qt/Skipped:
101 2010-05-29 Justin Schuh <jschuh@chromium.org>
103 Reviewed by Adam Barth.
105 Allow descendant frame navigation for file URLs when allowFileAccessFromFileURLs is false
106 https://bugs.webkit.org/show_bug.cgi?id=39750
108 Check that descendant file: frames can navigate each other.
110 * fast/frames/location-change-no-file-access-expected.txt: Added.
111 * fast/frames/location-change-no-file-access.html: Added.
112 * fast/frames/resources/no-file-access-frame-1.html: Added.
113 * fast/frames/resources/no-file-access-frame-2.html: Added.
115 2010-05-28 Geoffrey Garen <ggaren@apple.com>
117 Reviewed by Sam Weinig, Gavin Barraclough, Oliver Hunt.
119 Simplified the host calling convention.
121 Changed these results to expect to fail to stringify their exception
122 objects in the case of stack overflow. (Standardizing the calling
123 convention has implicitly added stack overflow checks to some places
124 where they used to be missing.)
126 In a future patch, I plan to implement a more reliable way to stringify
127 exceptions without invoking a JS function. For now, though, it seems best
128 to match other test results, instead of silently overflowing the stack.
130 * fast/js/global-recursion-on-full-stack-expected.txt:
131 * fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt:
133 2010-05-28 Stephen White <senorblanco@chromium.org>
135 Reviewed by Darin Fisher.
137 [CHROMIUM] Chromium port should support image interpolation quality
138 https://bugs.webkit.org/show_bug.cgi?id=38686
140 * platform/chromium/test_expectations.txt:
141 Add failure expectations for resizing-based tests, so they can be
142 rebaselined by the bots.
144 2010-05-28 Csaba Osztrogonác <ossy@webkit.org>
146 [Qt] Skip new test introduced in r60386, because of
147 missing layoutTestController.evaluateScriptInIsolatedWorld()
149 * platform/qt/Skipped: storage/transaction-success-callback-isolated-world.html skipped.
151 2010-05-28 Eric Uhrhane <ericu@chromium.org>
153 Reviewed by Dmitry Titov.
155 Refactor DB layout tests so that they work in Web Workers as well as Pages.
156 This is a big set of ports, but there are still more to come.
157 In general, this is all just trivial changes. For each test file, I pull out the meat into a .js file [with no functional changes]. Then I include that from both the DOM test and a new worker test; in both cases, the .html files are trivial wrappers. All boilerplate code is pulled out into the resource files.
159 In a couple of these tests, there were try/catch wrappers that suppressed errors. I don't see why you'd want to do that in a test; let's let those errors cause test failures, then fix them. I took out the wrappers and saw no difference in behavior.
161 https://bugs.webkit.org/show_bug.cgi?id=34995
163 * fast/workers/storage/multiple-databases-garbage-collection-expected.txt: Added.
164 * fast/workers/storage/multiple-databases-garbage-collection.html: Added.
165 * fast/workers/storage/multiple-transactions-expected.txt: Added.
166 * fast/workers/storage/multiple-transactions.html: Added.
167 * fast/workers/storage/multiple-transactions-on-different-handles-expected.txt: Added.
168 * fast/workers/storage/multiple-transactions-on-different-handles.html: Added.
169 * fast/workers/storage/change-version-handle-reuse-worker.html: Pulled out even more boilerplate.
170 * fast/workers/storage/execute-sql-args-worker.html: Pulled out even more boilerplate.
171 * fast/workers/storage/resources/database-worker-controller: Here's where the boilerplate went.
172 * fast/workers/storage/resources/database-worker.js:
173 * storage/multiple-databases-garbage-collection.html:
174 * storage/multiple-databases-garbage-collection.js: Added.
175 * storage/multiple-transactions-on-different-handles.html:
176 * storage/multiple-transactions-on-different-handles.js: Added.
177 * storage/multiple-transactions.html:
178 * storage/multiple-transactions.js: Added.
179 * storage/hash-change-with-xhr-expected.txt: Trivial whitespace change.
180 * storage/hash-change-with-xhr.html:
181 * storage/hash-change-with-xhr.js: Added.
182 * storage/open-database-while-transaction-in-progress.html:
183 * storage/open-database-while-transaction-in-progress.js: Added.
184 * storage/read-and-write-transactions-dont-run-together.html:
185 * storage/read-and-write-transactions-dont-run-together.js: Added.
186 * storage/test-authorizer.html:
187 * storage/test-authorizer.js: Added.
188 I made a small common include for all the non-worker tests to remove a little boilerplate.
189 * storage/resources/database-common.js: Added.
190 These two tests had already been ported to workers; I updated them to use the common include file.
191 * storage/change-version-handle-reuse.html:
192 * storage/execute-sql-args.html:
193 * fast/workers/storage/open-database-while-transaction-in-progress-expected.txt: Added.
194 * fast/workers/storage/open-database-while-transaction-in-progress.html: Added.
195 * fast/workers/storage/read-and-write-transactions-dont-run-together-expected.txt: Added.
196 * fast/workers/storage/read-and-write-transactions-dont-run-together.html: Added.
197 * fast/workers/storage/test-authorizer-expected.txt: Added.
198 * fast/workers/storage/test-authorizer.html: Added.
200 2010-05-28 Eric Uhrhane <ericu@chromium.org>
202 Reviewed by Dmitry Titov.
204 We don't test the async DB success callback in an isolated world.
205 https://bugs.webkit.org/show_bug.cgi?id=39849
207 This pretty much a copy of transaction-error-callback-isolated-world.html.
208 * storage/transaction-success-callback-isolated-world-expected.txt: Added.
209 * storage/transaction-success-callback-isolated-world.html: Added.
211 2010-05-28 Chang Shu <Chang.Shu@nokia.com>
213 Reviewed by Kenneth Rohde Christiansen.
215 [Qt] Enable Philip's canvas tests on Qt and skip
218 https://bugs.webkit.org/show_bug.cgi?id=20553
220 * platform/qt/Skipped:
222 2010-05-28 Adam Barth <abarth@webkit.org>
224 Reviewed by Eric Seidel.
226 Named entities in attributes aren't parsed correctly by HTML5 parser
227 https://bugs.webkit.org/show_bug.cgi?id=39873
229 Add a test suite for parsing entities in attributes and update expected results.
231 * html5lib/resources/entities02.dat: Added.
232 * html5lib/runner-expected-html5.txt:
233 * html5lib/runner-expected.txt:
234 * html5lib/runner.html:
236 2010-05-28 Adam Barth <abarth@webkit.org>
238 Reviewed by Eric Seidel.
240 Handle edge cases in HTML5 entity parsing
241 https://bugs.webkit.org/show_bug.cgi?id=39823
243 Tests a bunch of the edge cases of entity handling in the HTML5
246 * html5lib/resources/entities01.dat:
247 * html5lib/runner-expected.txt:
249 2010-05-28 Chris Fleizach <cfleizach@apple.com>
251 Reviewed by Darin Adler.
253 AX: need to catch NSAccessibilityExceptions in DRT
254 https://bugs.webkit.org/show_bug.cgi?id=39881
256 * platform/mac/accessibility/unsupported-attribute-does-not-crash-expected.txt: Added.
257 * platform/mac/accessibility/unsupported-attribute-does-not-crash.html: Added.
259 2010-05-28 Mikhail Naganov <mnaganov@chromium.org>
261 Unreviewed. Revert 60353 -- immature.
263 https://bugs.webkit.org/show_bug.cgi?id=39646
265 * fast/dom/Window/window-properties-expected.txt:
266 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
267 * platform/qt/fast/dom/Window/window-properties-expected.txt:
269 2010-05-28 Shu Chang <chang.shu@nokia.com>
273 Remove two junk files not supposed to be in.
275 * canvas/philip/tests/.reportgen.html.swp: Removed.
276 * canvas/philip/tests/.reportgen.js.swp: Removed.
278 2010-05-28 Mikhail Naganov <mnaganov@chromium.org>
280 Reviewed by Yury Semikhatsky.
282 Web Inspector: add Console API for retrieving memory stats
284 Add 'console.memory' property which returns an object. Currently
285 it has two fields: totalHeapSize and usedHeapSize. Later, it can be
286 extended for reporting total browser's memory consumption.
288 https://bugs.webkit.org/show_bug.cgi?id=39840
290 * fast/dom/Window/window-properties-expected.txt:
291 * platform/gtk/fast/dom/Window/window-properties-expected.txt:
292 * platform/qt/fast/dom/Window/window-properties-expected.txt:
294 2010-05-28 Yael Aharon <yael.aharon@nokia.com>
296 Reviewed by Laszlo Gombos.
298 [Qt] Pass all web notification layout tests
299 https://bugs.webkit.org/show_bug.cgi?id=39146
301 * platform/qt/Skipped:
303 2010-05-28 Eric Seidel <eric@webkit.org>
305 Reviewed by Adam Barth.
307 document.write does not work correctly in the HTML5 parser
308 https://bugs.webkit.org/show_bug.cgi?id=39828
310 Add two tests for document.write behavior and update
311 our expected results to remove two parse errors now that
312 document.write is functioning correctly.
314 * html5lib/resources/webkit01.dat:
315 * html5lib/runner-expected-html5.txt:
317 2010-05-27 MORITA Hajime <morrita@google.com>
319 Reviewed by Ojan Vafai.
321 Cursor movement and text selection does not work well if a block is followed by an inline.
322 https://bugs.webkit.org/show_bug.cgi?id=32123
324 RenderInline::setSelectionState() missed selection state
325 propagation for ancestors. This fix pulled
326 RenderBlock::setSelectionState() up to RenderBoxModelObject, to
327 share it with RenderInline.
329 * editing/selection/range-between-block-and-inline.html: Added.
330 * platform/mac/editing/selection/range-between-block-and-inline-expected.checksum: Added.
331 * platform/mac/editing/selection/range-between-block-and-inline-expected.png: Added.
332 * platform/mac/editing/selection/range-between-block-and-inline-expected.txt: Added.
334 2010-05-27 Roland Steiner <rolandsteiner@chromium.org>
336 Reviewed by Tamura Kent.
338 [Chromium] Update chromium test expectations for parseFloat & toNumber tests
339 https://bugs.webkit.org/show_bug.cgi?id=39861
341 Update expectation files.
343 * platform/chromium/fast/js/ToNumber-expected.txt:
344 * platform/chromium/fast/js/parseFloat-expected.txt:
346 2010-05-26 Darin Adler <darin@apple.com>
348 Reviewed by Kent Tamura.
350 Null characters handled incorrectly in ToNumber conversion
351 https://bugs.webkit.org/show_bug.cgi?id=38088
353 * fast/js/ToNumber-expected.txt: Updated for new tests and to
354 expect PASS for two null character tests.
355 * fast/js/ToNumber.js: Added more test cases.
356 * fast/js/parseFloat-expected.txt: Updated for new test case.
357 * fast/js/script-tests/parseFloat.js: Added a test case.
359 2010-05-27 Julie Parent <jparent@chromium.org>
363 Update Chromium expectations for runner.html after r60278.
365 * platform/chromium-mac/html5lib/runner-expected.txt:
366 * platform/chromium-win/html5lib/runner-expected.txt:
368 2010-05-27 Anders Carlsson <andersca@apple.com>
370 Reviewed by Adam Roben.
372 [Qt] REGRESSION(r60258): It broke 10 tests.
373 https://bugs.webkit.org/show_bug.cgi?id=39819
375 Remove tests from the skipped list.
377 * platform/qt/Skipped:
379 2010-05-27 Alexey Proskuryakov <ap@apple.com>
381 https://bugs.webkit.org/show_bug.cgi?id=39852
382 [Qt] fast/encoding/yentest.html fails
384 * platform/Qt/Skipped: Disabling the new tests for backslash transcoding.
386 2010-05-27 Alexey Proskuryakov <ap@apple.com>
388 Reviewed by Shinichiro Hamaji.
390 https://bugs.webkit.org/show_bug.cgi?id=39606
391 Land tests for <rdar://problem/3277733>: \ in JavaScript mishandled when encoding is Japanese
393 * fast/encoding/resources/yentestexternal.js: Added.
394 * fast/encoding/resources/yentestexternal2.js: Added.
395 * fast/encoding/yentest-expected.txt: Added.
396 * fast/encoding/yentest.html: Added.
397 * fast/encoding/yentest2-expected.txt: Added.
398 * fast/encoding/yentest2.html: Added.
400 2010-05-27 Tony Gentilcore <tonyg@chromium.org>
402 Reviewed by Ojan Vafai.
404 Mark some SVG tests as flaky on Windows
405 https://bugs.webkit.org/show_bug.cgi?id=39790
407 The following SVG tests have been failing intermittently on the
408 chromium console for the past 2+ days.
409 - svg/clip-path/clip-path-childs-clipped.svg
410 - svg/clip-path/clip-path-evenodd-nonzero.svg
411 - svg/clip-path/clip-path-text-and-shape.svg
412 - svg/text/text-text-04-t.svg
413 - svg/text/text-text-05-t.svg
415 * platform/chromium/test_expectations.txt:
417 2010-05-26 Jeremy Orlow <jorlow@chromium.org>
419 Reviewed by Steve Block.
421 Clean up IndexedDB layout tests
422 https://bugs.webkit.org/show_bug.cgi?id=39748
424 Split basics.js into a common library plus 2 other tests. This
425 will make it easier to ensure good test coverage as we go forward
426 without too much cut and paste coding. For the most part, each
427 IndexedDB idl file should have its own test in the future (at a
430 Also switching the 'description' portion of the test expectation
431 to reflect the build fix from last night (which breaks the feature).
433 * storage/indexeddb/basics-expected.txt: Removed.
434 * storage/indexeddb/basics.html: Removed.
435 * storage/indexeddb/idb-database-request-expected.txt: Added.
436 * storage/indexeddb/idb-database-request.html: Added.
437 * storage/indexeddb/indexed-database-request-expected.txt: Added.
438 * storage/indexeddb/indexed-database-request.html: Added.
439 * storage/indexeddb/resources/shared.js: Added.
444 (verifySuccessEvent):
446 (unexpectedErrorCallback):
447 * storage/indexeddb/script-tests/TEMPLATE.html:
448 * storage/indexeddb/script-tests/basics.js: Removed.
449 * storage/indexeddb/script-tests/idb-database-request.js: Added.
452 * storage/indexeddb/script-tests/indexed-database-request.js: Added.
456 2010-05-27 Jedrzej Nowacki <jedrzej.nowacki@nokia.com>
458 Reviewed by Brady Eidson.
460 New Layout test for the history.pushState function.
462 The test checks if history.length property is correct after
463 a few pushState calls.
465 history.pushState doesn't work for the first page in a window.
466 https://bugs.webkit.org/show_bug.cgi?id=39418
468 * fast/loader/stateobjects/pushstate-without-history-expected.txt: Added.
469 * fast/loader/stateobjects/pushstate-without-history.html: Added.
471 2010-05-27 Zhenyao Mo <zmo@google.com>
473 Reviewed by Dimitri Glazkov.
475 Implement lazy clearing of renderbuffers
476 https://bugs.webkit.org/show_bug.cgi?id=36248
478 * fast/canvas/webgl/renderbuffer-initialization-expected.txt: Added.
479 * fast/canvas/webgl/renderbuffer-initialization.html: Added.
481 2010-05-27 Hans Wennborg <hans@chromium.org>
483 Reviewed by Alexey Proskuryakov.
485 Increase limit on number of (i)frames from 200 to 1000.
486 https://bugs.webkit.org/show_bug.cgi?id=39427
488 Add layout tests that test the possibility of generating 1000 iframes.
490 * compositing/iframes/lots-of-iframes-expected.txt: Added.
491 * compositing/iframes/lots-of-iframes.html: Added.
492 * compositing/iframes/lots-of-objects-expected.txt: Added.
493 * compositing/iframes/lots-of-objects.html: Added.
495 2010-05-27 Csaba Osztrogonác <ossy@webkit.org>
497 Unreviewed. Add failing tests to the Skipped list temporarily.
499 [Qt] REGRESSION(r60258): It broke 10 tests.
500 https://bugs.webkit.org/show_bug.cgi?id=39819
502 * platform/qt/Skipped:
504 2010-05-27 Eric Seidel <eric@webkit.org>
506 Reviewed by Adam Barth.
508 Add <pre>/<listing> hack to HTML5Lexer to fix the last remaining HTML5 test suite regressions
509 https://bugs.webkit.org/show_bug.cgi?id=39818
511 * html5lib/runner-expected-html5.txt:
513 2010-05-27 Adam Barth <abarth@webkit.org>
515 Reviewed by Eric Seidel.
517 Remove custom webkit runner and update normal runner with our nifty
520 * html5lib/runner-expected.txt:
521 * html5lib/runner.html:
522 * html5lib/webkit-runner-expected-html5.txt: Removed.
523 * html5lib/webkit-runner-expected.txt: Removed.
524 * html5lib/webkit-runner.html: Removed.
526 2010-05-26 Eric Seidel <eric@webkit.org>
528 Reviewed by Adam Barth.
530 Update our expectations now that we're handling external scripts.
532 * html5lib/webkit-runner-expected-html5.txt:
534 2010-05-26 Tony Chang <tony@chromium.org>
536 Not reviewed, skipping new test on gtk.
538 [gtk] skip editing/input/scroll-viewport-page-up-down.html because of missing eventSender methods
539 https://bugs.webkit.org/show_bug.cgi?id=39808
541 * platform/gtk/Skipped:
543 2010-05-26 Zelidrag Hornung <zelidrag@chromium.org>
545 Reviewed by Ojan Vafai.
547 Fixed frame page up/down scrolling calculation. Made sure that the
548 cursor moves with page up/down event. Please note that now for mac
549 editing behavior we will scroll the content to center the cursor on
550 page up/down while other platforms will align the cursor with the top of
552 https://bugs.webkit.org/show_bug.cgi?id=38213
554 * editing/input/option-page-up-down-expected.txt: Fixed page scroll calculation. Now scroll height is calculated only from the visible portion not the entire frame height.
555 * editing/input/option-page-up-down.html: Ditto.
556 * editing/input/scroll-viewport-page-up-down-expected.txt: Scrolling test of contenteditable iframe and div.
557 * editing/input/scroll-viewport-page-up-down.html: Ditto.
558 * editing/resources/contenteditable-iframe-fixed-size-src.html: Resource for the scrolling test above.
559 * platform/mac/editing/selection/25228.html: Change the test to have the cursor on the right edge of the screen. The original test
560 wasn't testing the behavior anymore.
562 2010-05-26 Adam Barth <abarth@webkit.org>
564 Reviewed by Eric Seidel.
566 Fix webkit01.dat resumer tests in HTML5 parser
567 https://bugs.webkit.org/show_bug.cgi?id=39796
569 Update expectations to show massive passage.
571 * html5lib/webkit-resumer-expected-html5.txt:
573 2010-05-26 Adam Barth <abarth@webkit.org>
575 Reviewed by Eric Seidel.
577 Make HTML5 lexer not ASSERT when resuming partial parses
578 https://bugs.webkit.org/show_bug.cgi?id=39755
580 Add a test suite for partial parsing. This test runs all our parsing
581 test cases, but stops and starts the parser at every character in the
582 parse stream to make sure we resume parsing properly. Currently, a
583 bunch of the test cases are commented out, but I'll comment them back
584 in as I get them running.
586 * html5lib/webkit-resumer-expected-html5.txt: Added.
587 * html5lib/webkit-resumer-expected.txt: Added.
588 * html5lib/webkit-resumer.html: Added.
590 2010-05-26 Alexey Proskuryakov <ap@apple.com>
592 Make the test pass on chromium by weakening expectations. It's probably a chromium bug, but
593 the test only practically checks that the height is non-zero, so chromium's 198 is fine
596 * fast/css/custom-font-xheight.html:
598 2010-05-26 Alexey Proskuryakov <ap@apple.com>
600 https://bugs.webkit.org/show_bug.cgi?id=39682
601 <rdar://problem/8026774> REGRESSION: WebKit nightly adding insane height to div at random
603 Without the fix, the height is usually zero, but could also be huge, depending on uninialized
606 * fast/css/custom-font-xheight-expected.txt: Added.
607 * fast/css/custom-font-xheight.html: Added.
608 * platform/mac-tiger/Skipped:
610 2010-05-26 Csaba Osztrogonác <ossy@webkit.org>
612 Unreviewed fix, Qt specific expected file updated after r60235.
614 * platform/qt/fast/dom/Window/window-properties-expected.txt: updated.
616 2010-05-26 Csaba Osztrogonác <ossy@webkit.org>
620 [Qt] media/media-can-play-ogg.html crashes intermittently on the bot
621 https://bugs.webkit.org/show_bug.cgi?id=39481
623 * platform/qt/Skipped: the culprit media/audio-only-video-intrinsic-size.html skipped until fix.
625 2010-05-26 Jessie Berlin <jberlin@webkit.org>
627 Reviewed by Pavel Feldman
629 Bug 31296 - Web Inspector: Should support console.groupCollapsed
630 https://bugs.webkit.org/show_bug.cgi?id=31296
632 * fast/dom/Window/window-properties-expected.txt:
633 Update results to take into account added groupCollapsed function.
635 * inspector/console-tests-expected.txt:
636 * inspector/console-tests.html:
637 Add test for groupCollapsed and its results.
639 2010-05-26 Nikolas Zimmermann <nzimmermann@rim.com>
641 Not reviewed. Add results for svg/hixie/links/003-broken.xml for mac-leopard. All SVG tests pass with --tolerance 0 again for me on Leopard.
643 * platform/mac-leopard/svg/hixie/links/003-broken-expected.checksum: Added.
644 * platform/mac-leopard/svg/hixie/links/003-broken-expected.png: Added.
646 2010-05-26 yael aharon <yael.aharon@nokia.com>
648 Reviewed by Kent Tamura.
650 Support the labels attribute in labelable form controls
651 https://bugs.webkit.org/show_bug.cgi?id=38713
653 Update result for HTMLSelectElement, since it now includes the new attribute "labels"
654 * fast/dom/domListEnumeration-expected.txt:
655 * fast/dom/script-tests/domListEnumeration.js:
657 * fast/forms/labels-add-htmlFor-label-expected.txt: Added.
658 * fast/forms/labels-add-htmlFor-label.html: Added.
659 * fast/forms/labels-add-parent-label-expected.txt: Added.
660 * fast/forms/labels-add-parent-label.html: Added.
661 * fast/forms/labels-change-htmlFor-attribute-expected.txt: Added.
662 * fast/forms/labels-change-htmlFor-attribute.html: Added.
663 * fast/forms/labels-item-index-expected.txt: Added.
664 * fast/forms/labels-item-index.html: Added.
665 * fast/forms/labels-remove-htmlFor-attribute-expected.txt: Added.
666 * fast/forms/labels-remove-htmlFor-attribute.html: Added.
667 * fast/forms/labels-remove-htmlFor-label-expected.txt: Added.
668 * fast/forms/labels-remove-htmlFor-label.html: Added.
669 * fast/forms/labels-remove-parent-label-expected.txt: Added.
670 * fast/forms/labels-remove-parent-label.html: Added.
671 * fast/forms/labels-set-htmlFor-attribute-expected.txt: Added.
672 * fast/forms/labels-set-htmlFor-attribute.html: Added.
673 * fast/forms/script-tests/labels-add-htmlFor-label.js: Added.
674 * fast/forms/script-tests/labels-add-parent-label.js: Added.
675 * fast/forms/script-tests/labels-change-htmlFor-attribute.js: Added.
676 * fast/forms/script-tests/labels-item-index.js: Added.
677 * fast/forms/script-tests/labels-remove-htmlFor-attribute.js: Added.
678 * fast/forms/script-tests/labels-remove-htmlFor-label.js: Added.
679 * fast/forms/script-tests/labels-remove-parent-label.js: Added.
680 * fast/forms/script-tests/labels-set-htmlFor-attribute.js: Added.
682 2010-05-24 Jeremy Orlow <jorlow@chromium.org>
684 Reviewed by Steve Block.
686 Flesh out IDBDatabase
687 https://bugs.webkit.org/show_bug.cgi?id=39602
689 Update the test expectations now that this succeeds.
691 * storage/indexeddb/basics-expected.txt:
693 2010-05-26 Alexander Pavlov <apavlov@chromium.org>
695 Reviewed by Pavel Feldman.
697 Expose CSS rule body start/end offsets in the parent stylesheet
698 https://bugs.webkit.org/show_bug.cgi?id=38906
700 * inspector/resources/styles-source-offsets.css: Added.
702 (/* comment before selector */body.main1/* comment after selector */):
704 * inspector/styles-source-offsets-expected.txt: Added.
705 * inspector/styles-source-offsets.html: Added.
707 2010-05-25 Tony Chang <tony@chromium.org>
709 Not reviewed, adding chromium-mac results. They differ from
710 mac-leopard results because of scollbars.
712 [chromium] add layout test results for mac for fast/multicol/span tests
713 https://bugs.webkit.org/show_bug.cgi?id=39709
715 * platform/chromium-mac/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Added.
716 * platform/chromium-mac/fast/multicol/span/anonymous-style-inheritance-expected.png: Added.
717 * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.checksum: Added.
718 * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Added.
719 * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum: Added.
720 * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added.
721 * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum: Added.
722 * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Added.
723 * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum: Added.
724 * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Added.
725 * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-expected.checksum: Added.
726 * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added.
727 * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum: Added.
728 * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Added.
729 * platform/chromium-mac/fast/multicol/span/span-margin-collapsing-expected.checksum: Added.
730 * platform/chromium-mac/fast/multicol/span/span-margin-collapsing-expected.png: Added.
732 2010-05-25 Tony Chang <tony@chromium.org>
734 Not reviewed, just adding chromium and mac-leopard results.
736 add chromium layout test results for fast/multicol/span tests added in r60201
737 https://bugs.webkit.org/show_bug.cgi?id=39707
739 * platform/chromium-linux/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Added.
740 * platform/chromium-linux/fast/multicol/span/anonymous-style-inheritance-expected.png: Added.
741 * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.checksum: Added.
742 * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Added.
743 * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum: Added.
744 * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added.
745 * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum: Added.
746 * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Added.
747 * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum: Added.
748 * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Added.
749 * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-expected.checksum: Added.
750 * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added.
751 * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum: Added.
752 * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Added.
753 * platform/chromium-linux/fast/multicol/span/span-margin-collapsing-expected.checksum: Added.
754 * platform/chromium-linux/fast/multicol/span/span-margin-collapsing-expected.png: Added.
755 * platform/chromium-win/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Added.
756 * platform/chromium-win/fast/multicol/span/anonymous-style-inheritance-expected.png: Added.
757 * platform/chromium-win/fast/multicol/span/anonymous-style-inheritance-expected.txt: Added.
758 * platform/chromium-win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.checksum: Added.
759 * platform/chromium-win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Added.
760 * platform/chromium-win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Added.
761 * platform/chromium-win/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum: Added.
762 * platform/chromium-win/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added.
763 * platform/chromium-win/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Added.
764 * platform/chromium-win/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum: Added.
765 * platform/chromium-win/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Added.
766 * platform/chromium-win/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt: Added.
767 * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum: Added.
768 * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Added.
769 * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Added.
770 * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.checksum: Added.
771 * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added.
772 * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Added.
773 * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum: Added.
774 * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Added.
775 * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt: Added.
776 * platform/chromium-win/fast/multicol/span/span-margin-collapsing-expected.checksum: Added.
777 * platform/chromium-win/fast/multicol/span/span-margin-collapsing-expected.png: Added.
778 * platform/chromium-win/fast/multicol/span/span-margin-collapsing-expected.txt: Added.
779 * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Added.
780 * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.png: Added.
781 * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.txt.
782 * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.checksum: Added.
783 * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Added.
784 * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt.
785 * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum: Added.
786 * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added.
787 * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt.
788 * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum: Added.
789 * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Added.
790 * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt.
791 * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum: Added.
792 * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Added.
793 * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt.
794 * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-expected.checksum: Added.
795 * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added.
796 * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.txt.
797 * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum: Added.
798 * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Added.
799 * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt.
800 * platform/mac-leopard/fast/multicol/span/span-margin-collapsing-expected.checksum: Added.
801 * platform/mac-leopard/fast/multicol/span/span-margin-collapsing-expected.png: Added.
802 * platform/mac-leopard/fast/multicol/span/span-margin-collapsing-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/span/span-margin-collapsing-expected.txt.
804 2010-05-25 James Robinson <jamesr@chromium.org>
806 Unreviewed, pixel expectations change only.
808 Move Leopard-specific pixel test results from platform/mac to platform/mac-leopard
809 https://bugs.webkit.org/show_bug.cgi?id=39317
811 This is the first 200 diffs from css1/ and css2.1/.
813 * platform/mac-leopard/css1/basic: Added.
814 * platform/mac-leopard/css1/basic/class_as_selector-expected.checksum: Copied from LayoutTests/platform/mac/css1/basic/class_as_selector-expected.checksum.
815 * platform/mac-leopard/css1/basic/class_as_selector-expected.png: Copied from LayoutTests/platform/mac/css1/basic/class_as_selector-expected.png.
816 * platform/mac-leopard/css1/basic/comments-expected.checksum: Copied from LayoutTests/platform/mac/css1/basic/comments-expected.checksum.
817 * platform/mac-leopard/css1/basic/comments-expected.png: Copied from LayoutTests/platform/mac/css1/basic/comments-expected.png.
818 * platform/mac-leopard/css1/basic/containment-expected.checksum: Copied from LayoutTests/platform/mac/css1/basic/containment-expected.checksum.
819 * platform/mac-leopard/css1/basic/containment-expected.png: Copied from LayoutTests/platform/mac/css1/basic/containment-expected.png.
820 * platform/mac-leopard/css1/basic/contextual_selectors-expected.checksum: Copied from LayoutTests/platform/mac/css1/basic/contextual_selectors-expected.checksum.
821 * platform/mac-leopard/css1/basic/contextual_selectors-expected.png: Copied from LayoutTests/platform/mac/css1/basic/contextual_selectors-expected.png.
822 * platform/mac-leopard/css1/basic/grouping-expected.checksum: Copied from LayoutTests/platform/mac/css1/basic/grouping-expected.checksum.
823 * platform/mac-leopard/css1/basic/grouping-expected.png: Copied from LayoutTests/platform/mac/css1/basic/grouping-expected.png.
824 * platform/mac-leopard/css1/basic/id_as_selector-expected.checksum: Copied from LayoutTests/platform/mac/css1/basic/id_as_selector-expected.checksum.
825 * platform/mac-leopard/css1/basic/id_as_selector-expected.png: Copied from LayoutTests/platform/mac/css1/basic/id_as_selector-expected.png.
826 * platform/mac-leopard/css1/basic/inheritance-expected.checksum: Copied from LayoutTests/platform/mac/css1/basic/inheritance-expected.checksum.
827 * platform/mac-leopard/css1/basic/inheritance-expected.png: Copied from LayoutTests/platform/mac/css1/basic/inheritance-expected.png.
828 * platform/mac-leopard/css1/box_properties: Added.
829 * platform/mac-leopard/css1/box_properties/border-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border-expected.checksum.
830 * platform/mac-leopard/css1/box_properties/border-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border-expected.png.
831 * platform/mac-leopard/css1/box_properties/border_bottom-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_bottom-expected.checksum.
832 * platform/mac-leopard/css1/box_properties/border_bottom-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_bottom-expected.png.
833 * platform/mac-leopard/css1/box_properties/border_bottom_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_bottom_inline-expected.checksum.
834 * platform/mac-leopard/css1/box_properties/border_bottom_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_bottom_inline-expected.png.
835 * platform/mac-leopard/css1/box_properties/border_bottom_width-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_bottom_width-expected.checksum.
836 * platform/mac-leopard/css1/box_properties/border_bottom_width-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_bottom_width-expected.png.
837 * platform/mac-leopard/css1/box_properties/border_bottom_width_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_bottom_width_inline-expected.checksum.
838 * platform/mac-leopard/css1/box_properties/border_bottom_width_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_bottom_width_inline-expected.png.
839 * platform/mac-leopard/css1/box_properties/border_color-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_color-expected.checksum.
840 * platform/mac-leopard/css1/box_properties/border_color-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_color-expected.png.
841 * platform/mac-leopard/css1/box_properties/border_color_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_color_inline-expected.checksum.
842 * platform/mac-leopard/css1/box_properties/border_color_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_color_inline-expected.png.
843 * platform/mac-leopard/css1/box_properties/border_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_inline-expected.checksum.
844 * platform/mac-leopard/css1/box_properties/border_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_inline-expected.png.
845 * platform/mac-leopard/css1/box_properties/border_left-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_left-expected.checksum.
846 * platform/mac-leopard/css1/box_properties/border_left-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_left-expected.png.
847 * platform/mac-leopard/css1/box_properties/border_left_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_left_inline-expected.checksum.
848 * platform/mac-leopard/css1/box_properties/border_left_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_left_inline-expected.png.
849 * platform/mac-leopard/css1/box_properties/border_left_width-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_left_width-expected.checksum.
850 * platform/mac-leopard/css1/box_properties/border_left_width-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_left_width-expected.png.
851 * platform/mac-leopard/css1/box_properties/border_left_width_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_left_width_inline-expected.checksum.
852 * platform/mac-leopard/css1/box_properties/border_left_width_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_left_width_inline-expected.png.
853 * platform/mac-leopard/css1/box_properties/border_right-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_right-expected.checksum.
854 * platform/mac-leopard/css1/box_properties/border_right-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_right-expected.png.
855 * platform/mac-leopard/css1/box_properties/border_right_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_right_inline-expected.checksum.
856 * platform/mac-leopard/css1/box_properties/border_right_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_right_inline-expected.png.
857 * platform/mac-leopard/css1/box_properties/border_right_width-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_right_width-expected.checksum.
858 * platform/mac-leopard/css1/box_properties/border_right_width-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_right_width-expected.png.
859 * platform/mac-leopard/css1/box_properties/border_right_width_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_right_width_inline-expected.checksum.
860 * platform/mac-leopard/css1/box_properties/border_right_width_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_right_width_inline-expected.png.
861 * platform/mac-leopard/css1/box_properties/border_style-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_style-expected.checksum.
862 * platform/mac-leopard/css1/box_properties/border_style-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_style-expected.png.
863 * platform/mac-leopard/css1/box_properties/border_style_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_style_inline-expected.checksum.
864 * platform/mac-leopard/css1/box_properties/border_style_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_style_inline-expected.png.
865 * platform/mac-leopard/css1/box_properties/border_top-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_top-expected.checksum.
866 * platform/mac-leopard/css1/box_properties/border_top-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_top-expected.png.
867 * platform/mac-leopard/css1/box_properties/border_top_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_top_inline-expected.checksum.
868 * platform/mac-leopard/css1/box_properties/border_top_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_top_inline-expected.png.
869 * platform/mac-leopard/css1/box_properties/border_top_width-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_top_width-expected.checksum.
870 * platform/mac-leopard/css1/box_properties/border_top_width-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_top_width-expected.png.
871 * platform/mac-leopard/css1/box_properties/border_top_width_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_top_width_inline-expected.checksum.
872 * platform/mac-leopard/css1/box_properties/border_top_width_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_top_width_inline-expected.png.
873 * platform/mac-leopard/css1/box_properties/border_width-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_width-expected.checksum.
874 * platform/mac-leopard/css1/box_properties/border_width-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_width-expected.png.
875 * platform/mac-leopard/css1/box_properties/border_width_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_width_inline-expected.checksum.
876 * platform/mac-leopard/css1/box_properties/border_width_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_width_inline-expected.png.
877 * platform/mac-leopard/css1/box_properties/clear-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/clear-expected.checksum.
878 * platform/mac-leopard/css1/box_properties/clear-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/clear-expected.png.
879 * platform/mac-leopard/css1/box_properties/clear_float-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/clear_float-expected.checksum.
880 * platform/mac-leopard/css1/box_properties/clear_float-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/clear_float-expected.png.
881 * platform/mac-leopard/css1/box_properties/float-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/float-expected.checksum.
882 * platform/mac-leopard/css1/box_properties/float-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/float-expected.png.
883 * platform/mac-leopard/css1/box_properties/float_elements_in_series-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/float_elements_in_series-expected.checksum.
884 * platform/mac-leopard/css1/box_properties/float_elements_in_series-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/float_elements_in_series-expected.png.
885 * platform/mac-leopard/css1/box_properties/float_on_text_elements-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/float_on_text_elements-expected.checksum.
886 * platform/mac-leopard/css1/box_properties/float_on_text_elements-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/float_on_text_elements-expected.png.
887 * platform/mac-leopard/css1/box_properties/height-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/height-expected.checksum.
888 * platform/mac-leopard/css1/box_properties/height-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/height-expected.png.
889 * platform/mac-leopard/css1/box_properties/margin-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin-expected.checksum.
890 * platform/mac-leopard/css1/box_properties/margin-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin-expected.png.
891 * platform/mac-leopard/css1/box_properties/margin_bottom-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_bottom-expected.checksum.
892 * platform/mac-leopard/css1/box_properties/margin_bottom-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_bottom-expected.png.
893 * platform/mac-leopard/css1/box_properties/margin_bottom_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_bottom_inline-expected.checksum.
894 * platform/mac-leopard/css1/box_properties/margin_bottom_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_bottom_inline-expected.png.
895 * platform/mac-leopard/css1/box_properties/margin_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_inline-expected.checksum.
896 * platform/mac-leopard/css1/box_properties/margin_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_inline-expected.png.
897 * platform/mac-leopard/css1/box_properties/margin_left-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_left-expected.checksum.
898 * platform/mac-leopard/css1/box_properties/margin_left-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_left-expected.png.
899 * platform/mac-leopard/css1/box_properties/margin_left_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_left_inline-expected.checksum.
900 * platform/mac-leopard/css1/box_properties/margin_left_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_left_inline-expected.png.
901 * platform/mac-leopard/css1/box_properties/margin_right-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_right-expected.checksum.
902 * platform/mac-leopard/css1/box_properties/margin_right-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_right-expected.png.
903 * platform/mac-leopard/css1/box_properties/margin_right_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_right_inline-expected.checksum.
904 * platform/mac-leopard/css1/box_properties/margin_right_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_right_inline-expected.png.
905 * platform/mac-leopard/css1/box_properties/margin_top-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_top-expected.checksum.
906 * platform/mac-leopard/css1/box_properties/margin_top-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_top-expected.png.
907 * platform/mac-leopard/css1/box_properties/margin_top_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_top_inline-expected.checksum.
908 * platform/mac-leopard/css1/box_properties/margin_top_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_top_inline-expected.png.
909 * platform/mac-leopard/css1/box_properties/padding-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding-expected.checksum.
910 * platform/mac-leopard/css1/box_properties/padding-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding-expected.png.
911 * platform/mac-leopard/css1/box_properties/padding_bottom-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_bottom-expected.checksum.
912 * platform/mac-leopard/css1/box_properties/padding_bottom-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_bottom-expected.png.
913 * platform/mac-leopard/css1/box_properties/padding_bottom_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_bottom_inline-expected.checksum.
914 * platform/mac-leopard/css1/box_properties/padding_bottom_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_bottom_inline-expected.png.
915 * platform/mac-leopard/css1/box_properties/padding_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_inline-expected.checksum.
916 * platform/mac-leopard/css1/box_properties/padding_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_inline-expected.png.
917 * platform/mac-leopard/css1/box_properties/padding_left-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_left-expected.checksum.
918 * platform/mac-leopard/css1/box_properties/padding_left-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_left-expected.png.
919 * platform/mac-leopard/css1/box_properties/padding_left_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_left_inline-expected.checksum.
920 * platform/mac-leopard/css1/box_properties/padding_left_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_left_inline-expected.png.
921 * platform/mac-leopard/css1/box_properties/padding_right-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_right-expected.checksum.
922 * platform/mac-leopard/css1/box_properties/padding_right-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_right-expected.png.
923 * platform/mac-leopard/css1/box_properties/padding_right_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_right_inline-expected.checksum.
924 * platform/mac-leopard/css1/box_properties/padding_right_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_right_inline-expected.png.
925 * platform/mac-leopard/css1/box_properties/padding_top-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_top-expected.checksum.
926 * platform/mac-leopard/css1/box_properties/padding_top-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_top-expected.png.
927 * platform/mac-leopard/css1/box_properties/padding_top_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_top_inline-expected.checksum.
928 * platform/mac-leopard/css1/box_properties/padding_top_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_top_inline-expected.png.
929 * platform/mac-leopard/css1/cascade: Added.
930 * platform/mac-leopard/css1/cascade/cascade_order-expected.checksum: Copied from LayoutTests/platform/mac/css1/cascade/cascade_order-expected.checksum.
931 * platform/mac-leopard/css1/cascade/cascade_order-expected.png: Copied from LayoutTests/platform/mac/css1/cascade/cascade_order-expected.png.
932 * platform/mac-leopard/css1/cascade/important-expected.checksum: Copied from LayoutTests/platform/mac/css1/cascade/important-expected.checksum.
933 * platform/mac-leopard/css1/cascade/important-expected.png: Copied from LayoutTests/platform/mac/css1/cascade/important-expected.png.
934 * platform/mac-leopard/css1/classification: Added.
935 * platform/mac-leopard/css1/classification/display-expected.checksum: Copied from LayoutTests/platform/mac/css1/classification/display-expected.checksum.
936 * platform/mac-leopard/css1/classification/display-expected.png: Copied from LayoutTests/platform/mac/css1/classification/display-expected.png.
937 * platform/mac-leopard/css1/classification/list_style-expected.checksum: Copied from LayoutTests/platform/mac/css1/classification/list_style-expected.checksum.
938 * platform/mac-leopard/css1/classification/list_style-expected.png: Copied from LayoutTests/platform/mac/css1/classification/list_style-expected.png.
939 * platform/mac-leopard/css1/classification/list_style_image-expected.checksum: Copied from LayoutTests/platform/mac/css1/classification/list_style_image-expected.checksum.
940 * platform/mac-leopard/css1/classification/list_style_image-expected.png: Copied from LayoutTests/platform/mac/css1/classification/list_style_image-expected.png.
941 * platform/mac-leopard/css1/classification/list_style_position-expected.checksum: Copied from LayoutTests/platform/mac/css1/classification/list_style_position-expected.checksum.
942 * platform/mac-leopard/css1/classification/list_style_position-expected.png: Copied from LayoutTests/platform/mac/css1/classification/list_style_position-expected.png.
943 * platform/mac-leopard/css1/classification/list_style_type-expected.checksum: Copied from LayoutTests/platform/mac/css1/classification/list_style_type-expected.checksum.
944 * platform/mac-leopard/css1/classification/list_style_type-expected.png: Copied from LayoutTests/platform/mac/css1/classification/list_style_type-expected.png.
945 * platform/mac-leopard/css1/classification/white_space-expected.checksum: Copied from LayoutTests/platform/mac/css1/classification/white_space-expected.checksum.
946 * platform/mac-leopard/css1/classification/white_space-expected.png: Copied from LayoutTests/platform/mac/css1/classification/white_space-expected.png.
947 * platform/mac-leopard/css1/color_and_background: Added.
948 * platform/mac-leopard/css1/color_and_background/background-expected.checksum: Copied from LayoutTests/platform/mac/css1/color_and_background/background-expected.checksum.
949 * platform/mac-leopard/css1/color_and_background/background-expected.png: Copied from LayoutTests/platform/mac/css1/color_and_background/background-expected.png.
950 * platform/mac-leopard/css1/color_and_background/background_attachment-expected.checksum: Copied from LayoutTests/platform/mac/css1/color_and_background/background_attachment-expected.checksum.
951 * platform/mac-leopard/css1/color_and_background/background_attachment-expected.png: Copied from LayoutTests/platform/mac/css1/color_and_background/background_attachment-expected.png.
952 * platform/mac-leopard/css1/color_and_background/background_color-expected.checksum: Copied from LayoutTests/platform/mac/css1/color_and_background/background_color-expected.checksum.
953 * platform/mac-leopard/css1/color_and_background/background_color-expected.png: Copied from LayoutTests/platform/mac/css1/color_and_background/background_color-expected.png.
954 * platform/mac-leopard/css1/color_and_background/background_image-expected.checksum: Copied from LayoutTests/platform/mac/css1/color_and_background/background_image-expected.checksum.
955 * platform/mac-leopard/css1/color_and_background/background_image-expected.png: Copied from LayoutTests/platform/mac/css1/color_and_background/background_image-expected.png.
956 * platform/mac-leopard/css1/color_and_background/background_position-expected.checksum: Copied from LayoutTests/platform/mac/css1/color_and_background/background_position-expected.checksum.
957 * platform/mac-leopard/css1/color_and_background/background_position-expected.png: Copied from LayoutTests/platform/mac/css1/color_and_background/background_position-expected.png.
958 * platform/mac-leopard/css1/color_and_background/background_repeat-expected.checksum: Copied from LayoutTests/platform/mac/css1/color_and_background/background_repeat-expected.checksum.
959 * platform/mac-leopard/css1/color_and_background/background_repeat-expected.png: Copied from LayoutTests/platform/mac/css1/color_and_background/background_repeat-expected.png.
960 * platform/mac-leopard/css1/color_and_background/color-expected.checksum: Copied from LayoutTests/platform/mac/css1/color_and_background/color-expected.checksum.
961 * platform/mac-leopard/css1/color_and_background/color-expected.png: Copied from LayoutTests/platform/mac/css1/color_and_background/color-expected.png.
962 * platform/mac-leopard/css1/font_properties: Added.
963 * platform/mac-leopard/css1/font_properties/font-expected.checksum: Copied from LayoutTests/platform/mac/css1/font_properties/font-expected.checksum.
964 * platform/mac-leopard/css1/font_properties/font-expected.png: Copied from LayoutTests/platform/mac/css1/font_properties/font-expected.png.
965 * platform/mac-leopard/css1/font_properties/font_size-expected.checksum: Copied from LayoutTests/platform/mac/css1/font_properties/font_size-expected.checksum.
966 * platform/mac-leopard/css1/font_properties/font_size-expected.png: Copied from LayoutTests/platform/mac/css1/font_properties/font_size-expected.png.
967 * platform/mac-leopard/css1/font_properties/font_style-expected.checksum: Copied from LayoutTests/platform/mac/css1/font_properties/font_style-expected.checksum.
968 * platform/mac-leopard/css1/font_properties/font_style-expected.png: Copied from LayoutTests/platform/mac/css1/font_properties/font_style-expected.png.
969 * platform/mac-leopard/css1/font_properties/font_weight-expected.checksum: Copied from LayoutTests/platform/mac/css1/font_properties/font_weight-expected.checksum.
970 * platform/mac-leopard/css1/font_properties/font_weight-expected.png: Copied from LayoutTests/platform/mac/css1/font_properties/font_weight-expected.png.
971 * platform/mac-leopard/css1/formatting_model: Added.
972 * platform/mac-leopard/css1/formatting_model/canvas-expected.checksum: Copied from LayoutTests/platform/mac/css1/formatting_model/canvas-expected.checksum.
973 * platform/mac-leopard/css1/formatting_model/canvas-expected.png: Copied from LayoutTests/platform/mac/css1/formatting_model/canvas-expected.png.
974 * platform/mac-leopard/css1/formatting_model/floating_elements-expected.checksum: Copied from LayoutTests/platform/mac/css1/formatting_model/floating_elements-expected.checksum.
975 * platform/mac-leopard/css1/formatting_model/floating_elements-expected.png: Copied from LayoutTests/platform/mac/css1/formatting_model/floating_elements-expected.png.
976 * platform/mac-leopard/css1/formatting_model/height_of_lines-expected.checksum: Copied from LayoutTests/platform/mac/css1/formatting_model/height_of_lines-expected.checksum.
977 * platform/mac-leopard/css1/formatting_model/height_of_lines-expected.png: Copied from LayoutTests/platform/mac/css1/formatting_model/height_of_lines-expected.png.
978 * platform/mac-leopard/css1/formatting_model/horizontal_formatting-expected.checksum: Copied from LayoutTests/platform/mac/css1/formatting_model/horizontal_formatting-expected.checksum.
979 * platform/mac-leopard/css1/formatting_model/horizontal_formatting-expected.png: Copied from LayoutTests/platform/mac/css1/formatting_model/horizontal_formatting-expected.png.
980 * platform/mac-leopard/css1/formatting_model/inline_elements-expected.checksum: Copied from LayoutTests/platform/mac/css1/formatting_model/inline_elements-expected.checksum.
981 * platform/mac-leopard/css1/formatting_model/inline_elements-expected.png: Copied from LayoutTests/platform/mac/css1/formatting_model/inline_elements-expected.png.
982 * platform/mac-leopard/css1/formatting_model/replaced_elements-expected.checksum: Copied from LayoutTests/platform/mac/css1/formatting_model/replaced_elements-expected.checksum.
983 * platform/mac-leopard/css1/formatting_model/replaced_elements-expected.png: Copied from LayoutTests/platform/mac/css1/formatting_model/replaced_elements-expected.png.
984 * platform/mac-leopard/css1/formatting_model/vertical_formatting-expected.checksum: Copied from LayoutTests/platform/mac/css1/formatting_model/vertical_formatting-expected.checksum.
985 * platform/mac-leopard/css1/formatting_model/vertical_formatting-expected.png: Copied from LayoutTests/platform/mac/css1/formatting_model/vertical_formatting-expected.png.
986 * platform/mac-leopard/css1/pseudo: Added.
987 * platform/mac-leopard/css1/pseudo/anchor-expected.checksum: Copied from LayoutTests/platform/mac/css1/pseudo/anchor-expected.checksum.
988 * platform/mac-leopard/css1/pseudo/anchor-expected.png: Copied from LayoutTests/platform/mac/css1/pseudo/anchor-expected.png.
989 * platform/mac-leopard/css1/pseudo/firstletter-expected.checksum: Copied from LayoutTests/platform/mac/css1/pseudo/firstletter-expected.checksum.
990 * platform/mac-leopard/css1/pseudo/firstletter-expected.png: Copied from LayoutTests/platform/mac/css1/pseudo/firstletter-expected.png.
991 * platform/mac-leopard/css1/pseudo/firstline-expected.checksum: Copied from LayoutTests/platform/mac/css1/pseudo/firstline-expected.checksum.
992 * platform/mac-leopard/css1/pseudo/firstline-expected.png: Copied from LayoutTests/platform/mac/css1/pseudo/firstline-expected.png.
993 * platform/mac-leopard/css1/pseudo/multiple_pseudo_elements-expected.checksum: Copied from LayoutTests/platform/mac/css1/pseudo/multiple_pseudo_elements-expected.checksum.
994 * platform/mac-leopard/css1/pseudo/multiple_pseudo_elements-expected.png: Copied from LayoutTests/platform/mac/css1/pseudo/multiple_pseudo_elements-expected.png.
995 * platform/mac-leopard/css1/pseudo/pseudo_elements_in_selectors-expected.checksum: Copied from LayoutTests/platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.checksum.
996 * platform/mac-leopard/css1/pseudo/pseudo_elements_in_selectors-expected.png: Copied from LayoutTests/platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.png.
997 * platform/mac-leopard/css1/text_properties/letter_spacing-expected.checksum: Copied from LayoutTests/platform/mac/css1/text_properties/letter_spacing-expected.checksum.
998 * platform/mac-leopard/css1/text_properties/letter_spacing-expected.png: Copied from LayoutTests/platform/mac/css1/text_properties/letter_spacing-expected.png.
999 * platform/mac-leopard/css1/text_properties/line_height-expected.checksum: Copied from LayoutTests/platform/mac/css1/text_properties/line_height-expected.checksum.
1000 * platform/mac-leopard/css1/text_properties/line_height-expected.png: Copied from LayoutTests/platform/mac/css1/text_properties/line_height-expected.png.
1001 * platform/mac-leopard/css1/text_properties/text_align-expected.checksum: Copied from LayoutTests/platform/mac/css1/text_properties/text_align-expected.checksum.
1002 * platform/mac-leopard/css1/text_properties/text_align-expected.png: Copied from LayoutTests/platform/mac/css1/text_properties/text_align-expected.png.
1003 * platform/mac-leopard/css1/text_properties/text_decoration-expected.checksum: Copied from LayoutTests/platform/mac/css1/text_properties/text_decoration-expected.checksum.
1004 * platform/mac-leopard/css1/text_properties/text_decoration-expected.png: Copied from LayoutTests/platform/mac/css1/text_properties/text_decoration-expected.png.
1005 * platform/mac-leopard/css1/text_properties/text_indent-expected.checksum: Copied from LayoutTests/platform/mac/css1/text_properties/text_indent-expected.checksum.
1006 * platform/mac-leopard/css1/text_properties/text_indent-expected.png: Copied from LayoutTests/platform/mac/css1/text_properties/text_indent-expected.png.
1007 * platform/mac-leopard/css1/text_properties/vertical_align-expected.checksum: Copied from LayoutTests/platform/mac/css1/text_properties/vertical_align-expected.checksum.
1008 * platform/mac-leopard/css1/text_properties/vertical_align-expected.png: Copied from LayoutTests/platform/mac/css1/text_properties/vertical_align-expected.png.
1009 * platform/mac-leopard/css1/text_properties/word_spacing-expected.checksum: Copied from LayoutTests/platform/mac/css1/text_properties/word_spacing-expected.checksum.
1010 * platform/mac-leopard/css1/text_properties/word_spacing-expected.png: Copied from LayoutTests/platform/mac/css1/text_properties/word_spacing-expected.png.
1011 * platform/mac-leopard/css1/units: Added.
1012 * platform/mac-leopard/css1/units/color_units-expected.checksum: Copied from LayoutTests/platform/mac/css1/units/color_units-expected.checksum.
1013 * platform/mac-leopard/css1/units/color_units-expected.png: Copied from LayoutTests/platform/mac/css1/units/color_units-expected.png.
1014 * platform/mac-leopard/css1/units/length_units-expected.checksum: Copied from LayoutTests/platform/mac/css1/units/length_units-expected.checksum.
1015 * platform/mac-leopard/css1/units/length_units-expected.png: Copied from LayoutTests/platform/mac/css1/units/length_units-expected.png.
1016 * platform/mac-leopard/css1/units/percentage_units-expected.checksum: Copied from LayoutTests/platform/mac/css1/units/percentage_units-expected.checksum.
1017 * platform/mac-leopard/css1/units/percentage_units-expected.png: Copied from LayoutTests/platform/mac/css1/units/percentage_units-expected.png.
1018 * platform/mac-leopard/css1/units/urls-expected.checksum: Copied from LayoutTests/platform/mac/css1/units/urls-expected.checksum.
1019 * platform/mac-leopard/css1/units/urls-expected.png: Copied from LayoutTests/platform/mac/css1/units/urls-expected.png.
1020 * platform/mac-leopard/css2.1/t0402-c71-fwd-parsing-00-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-c71-fwd-parsing-00-f-expected.checksum.
1021 * platform/mac-leopard/css2.1/t0402-c71-fwd-parsing-00-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-c71-fwd-parsing-00-f-expected.png.
1022 * platform/mac-leopard/css2.1/t0402-c71-fwd-parsing-01-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-c71-fwd-parsing-01-f-expected.checksum.
1023 * platform/mac-leopard/css2.1/t0402-c71-fwd-parsing-01-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-c71-fwd-parsing-01-f-expected.png.
1024 * platform/mac-leopard/css2.1/t0402-c71-fwd-parsing-02-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-c71-fwd-parsing-02-f-expected.checksum.
1025 * platform/mac-leopard/css2.1/t0402-c71-fwd-parsing-02-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-c71-fwd-parsing-02-f-expected.png.
1026 * platform/mac-leopard/css2.1/t0402-c71-fwd-parsing-03-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-c71-fwd-parsing-03-f-expected.checksum.
1027 * platform/mac-leopard/css2.1/t0402-c71-fwd-parsing-03-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-c71-fwd-parsing-03-f-expected.png.
1028 * platform/mac-leopard/css2.1/t0402-c71-fwd-parsing-04-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-c71-fwd-parsing-04-f-expected.checksum.
1029 * platform/mac-leopard/css2.1/t0402-c71-fwd-parsing-04-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-c71-fwd-parsing-04-f-expected.png.
1030 * platform/mac-leopard/css2.1/t0402-syntax-01-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-01-f-expected.checksum.
1031 * platform/mac-leopard/css2.1/t0402-syntax-01-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-01-f-expected.png.
1032 * platform/mac-leopard/css2.1/t0402-syntax-02-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-02-f-expected.checksum.
1033 * platform/mac-leopard/css2.1/t0402-syntax-02-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-02-f-expected.png.
1034 * platform/mac-leopard/css2.1/t0402-syntax-03-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-03-f-expected.checksum.
1035 * platform/mac-leopard/css2.1/t0402-syntax-03-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-03-f-expected.png.
1036 * platform/mac-leopard/css2.1/t0402-syntax-04-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-04-f-expected.checksum.
1037 * platform/mac-leopard/css2.1/t0402-syntax-04-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-04-f-expected.png.
1038 * platform/mac-leopard/css2.1/t0402-syntax-05-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-05-f-expected.checksum.
1039 * platform/mac-leopard/css2.1/t0402-syntax-05-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-05-f-expected.png.
1040 * platform/mac-leopard/css2.1/t0402-syntax-06-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-06-f-expected.checksum.
1041 * platform/mac-leopard/css2.1/t0402-syntax-06-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-06-f-expected.png.
1042 * platform/mac-leopard/css2.1/t0505-c16-descendant-00-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0505-c16-descendant-00-e-expected.checksum.
1043 * platform/mac-leopard/css2.1/t0505-c16-descendant-00-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0505-c16-descendant-00-e-expected.png.
1044 * platform/mac-leopard/css2.1/t0505-c16-descendant-01-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0505-c16-descendant-01-e-expected.checksum.
1045 * platform/mac-leopard/css2.1/t0505-c16-descendant-01-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0505-c16-descendant-01-e-expected.png.
1046 * platform/mac-leopard/css2.1/t0505-c16-descendant-02-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0505-c16-descendant-02-e-expected.checksum.
1047 * platform/mac-leopard/css2.1/t0505-c16-descendant-02-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0505-c16-descendant-02-e-expected.png.
1048 * platform/mac-leopard/css2.1/t0509-c15-ids-00-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0509-c15-ids-00-a-expected.checksum.
1049 * platform/mac-leopard/css2.1/t0509-c15-ids-00-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0509-c15-ids-00-a-expected.png.
1050 * platform/mac-leopard/css2.1/t0509-c15-ids-01-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0509-c15-ids-01-e-expected.checksum.
1051 * platform/mac-leopard/css2.1/t0509-c15-ids-01-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0509-c15-ids-01-e-expected.png.
1052 * platform/mac-leopard/css2.1/t0509-id-sel-syntax-01-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0509-id-sel-syntax-01-f-expected.checksum.
1053 * platform/mac-leopard/css2.1/t0509-id-sel-syntax-01-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0509-id-sel-syntax-01-f-expected.png.
1054 * platform/mac-leopard/css2.1/t0509-id-sel-syntax-02-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0509-id-sel-syntax-02-b-expected.checksum.
1055 * platform/mac-leopard/css2.1/t0509-id-sel-syntax-02-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0509-id-sel-syntax-02-b-expected.png.
1056 * platform/mac-leopard/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.checksum.
1057 * platform/mac-leopard/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png.
1058 * platform/mac-leopard/css2.1/t0511-c21-pseud-anch-00-e-i-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0511-c21-pseud-anch-00-e-i-expected.checksum.
1059 * platform/mac-leopard/css2.1/t0511-c21-pseud-anch-00-e-i-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0511-c21-pseud-anch-00-e-i-expected.png.
1060 * platform/mac-leopard/css2.1/t0511-c21-pseud-link-00-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0511-c21-pseud-link-00-e-expected.checksum.
1061 * platform/mac-leopard/css2.1/t0511-c21-pseud-link-00-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0511-c21-pseud-link-00-e-expected.png.
1062 * platform/mac-leopard/css2.1/t0511-c21-pseud-link-01-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0511-c21-pseud-link-01-e-expected.checksum.
1063 * platform/mac-leopard/css2.1/t0511-c21-pseud-link-01-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0511-c21-pseud-link-01-e-expected.png.
1064 * platform/mac-leopard/css2.1/t0511-c21-pseud-link-02-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0511-c21-pseud-link-02-e-expected.checksum.
1065 * platform/mac-leopard/css2.1/t0511-c21-pseud-link-02-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0511-c21-pseud-link-02-e-expected.png.
1066 * platform/mac-leopard/css2.1/t0511-c21-pseud-link-03-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0511-c21-pseud-link-03-e-expected.checksum.
1067 * platform/mac-leopard/css2.1/t0511-c21-pseud-link-03-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0511-c21-pseud-link-03-e-expected.png.
1068 * platform/mac-leopard/css2.1/t0602-c13-inh-underlin-00-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0602-c13-inh-underlin-00-e-expected.checksum.
1069 * platform/mac-leopard/css2.1/t0602-c13-inh-underlin-00-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0602-c13-inh-underlin-00-e-expected.png.
1070 * platform/mac-leopard/css2.1/t0602-c13-inheritance-00-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0602-c13-inheritance-00-e-expected.checksum.
1071 * platform/mac-leopard/css2.1/t0602-c13-inheritance-00-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0602-c13-inheritance-00-e-expected.png.
1072 * platform/mac-leopard/css2.1/t0602-inherit-bdr-pad-b-00-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0602-inherit-bdr-pad-b-00-expected.checksum.
1073 * platform/mac-leopard/css2.1/t0602-inherit-bdr-pad-b-00-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0602-inherit-bdr-pad-b-00-expected.png.
1074 * platform/mac-leopard/css2.1/t0603-c11-import-00-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0603-c11-import-00-b-expected.checksum.
1075 * platform/mac-leopard/css2.1/t0603-c11-import-00-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0603-c11-import-00-b-expected.png.
1076 * platform/mac-leopard/css2.1/t0801-c412-hz-box-00-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0801-c412-hz-box-00-b-a-expected.checksum.
1077 * platform/mac-leopard/css2.1/t0801-c412-hz-box-00-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0801-c412-hz-box-00-b-a-expected.png.
1078 * platform/mac-leopard/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.checksum.
1079 * platform/mac-leopard/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png.
1080 * platform/mac-leopard/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.checksum.
1081 * platform/mac-leopard/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png.
1082 * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.checksum.
1083 * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.png.
1084 * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.checksum.
1085 * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.png.
1086 * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.checksum.
1087 * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.png.
1088 * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.checksum.
1089 * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.png.
1090 * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.checksum.
1091 * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.png.
1092 * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.checksum.
1093 * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png.
1094 * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.checksum.
1095 * platform/mac-leopard/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.png.
1096 * platform/mac-leopard/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.checksum.
1097 * platform/mac-leopard/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png.
1098 * platform/mac-leopard/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.checksum.
1099 * platform/mac-leopard/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.png.
1100 * platform/mac-leopard/css2.1/t0803-c5502-mrgn-r-02-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.checksum.
1101 * platform/mac-leopard/css2.1/t0803-c5502-mrgn-r-02-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.png.
1102 * platform/mac-leopard/css2.1/t0803-c5502-mrgn-r-03-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-mrgn-r-03-c-expected.checksum.
1103 * platform/mac-leopard/css2.1/t0803-c5502-mrgn-r-03-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5502-mrgn-r-03-c-expected.png.
1104 * platform/mac-leopard/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.checksum.
1105 * platform/mac-leopard/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png.
1106 * platform/mac-leopard/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.checksum.
1107 * platform/mac-leopard/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png.
1108 * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.checksum.
1109 * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.png.
1110 * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.checksum.
1111 * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.png.
1112 * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.checksum.
1113 * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png.
1114 * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.checksum.
1115 * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.png.
1116 * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.checksum.
1117 * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.png.
1118 * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.checksum.
1119 * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.png.
1120 * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.checksum.
1121 * platform/mac-leopard/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.png.
1122 * platform/mac-leopard/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.checksum.
1123 * platform/mac-leopard/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png.
1124 * platform/mac-leopard/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.checksum.
1125 * platform/mac-leopard/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.png.
1126 * platform/mac-leopard/css2.1/t0803-c5504-mrgn-l-02-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-mrgn-l-02-c-expected.checksum.
1127 * platform/mac-leopard/css2.1/t0803-c5504-mrgn-l-02-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-mrgn-l-02-c-expected.png.
1128 * platform/mac-leopard/css2.1/t0803-c5504-mrgn-l-03-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-mrgn-l-03-c-expected.checksum.
1129 * platform/mac-leopard/css2.1/t0803-c5504-mrgn-l-03-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5504-mrgn-l-03-c-expected.png.
1130 * platform/mac-leopard/css2.1/t0803-c5505-imrgn-00-a-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5505-imrgn-00-a-ag-expected.checksum.
1131 * platform/mac-leopard/css2.1/t0803-c5505-imrgn-00-a-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5505-imrgn-00-a-ag-expected.png.
1132 * platform/mac-leopard/css2.1/t0803-c5505-mrgn-00-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5505-mrgn-00-b-ag-expected.checksum.
1133 * platform/mac-leopard/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png.
1134 * platform/mac-leopard/css2.1/t0803-c5505-mrgn-01-e-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5505-mrgn-01-e-a-expected.checksum.
1135 * platform/mac-leopard/css2.1/t0803-c5505-mrgn-01-e-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5505-mrgn-01-e-a-expected.png.
1136 * platform/mac-leopard/css2.1/t0803-c5505-mrgn-02-c-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5505-mrgn-02-c-expected.checksum.
1137 * platform/mac-leopard/css2.1/t0803-c5505-mrgn-02-c-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5505-mrgn-02-c-expected.png.
1138 * platform/mac-leopard/css2.1/t0803-c5505-mrgn-03-c-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0803-c5505-mrgn-03-c-ag-expected.checksum.
1139 * platform/mac-leopard/css2.1/t0803-c5505-mrgn-03-c-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0803-c5505-mrgn-03-c-ag-expected.png.
1140 * platform/mac-leopard/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.checksum.
1141 * platform/mac-leopard/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.png.
1142 * platform/mac-leopard/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.checksum.
1143 * platform/mac-leopard/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.png.
1144 * platform/mac-leopard/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.checksum.
1145 * platform/mac-leopard/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.png.
1146 * platform/mac-leopard/css2.1/t0804-c5506-padn-t-00-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5506-padn-t-00-b-a-expected.checksum.
1147 * platform/mac-leopard/css2.1/t0804-c5506-padn-t-00-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5506-padn-t-00-b-a-expected.png.
1148 * platform/mac-leopard/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.checksum.
1149 * platform/mac-leopard/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.png.
1150 * platform/mac-leopard/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.checksum.
1151 * platform/mac-leopard/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.png.
1152 * platform/mac-leopard/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.checksum.
1153 * platform/mac-leopard/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.png.
1154 * platform/mac-leopard/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.checksum.
1155 * platform/mac-leopard/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.png.
1156 * platform/mac-leopard/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.checksum.
1157 * platform/mac-leopard/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.png.
1158 * platform/mac-leopard/css2.1/t0804-c5507-padn-r-00-c-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.checksum.
1159 * platform/mac-leopard/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png.
1160 * platform/mac-leopard/css2.1/t0804-c5507-padn-r-01-c-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-padn-r-01-c-a-expected.checksum.
1161 * platform/mac-leopard/css2.1/t0804-c5507-padn-r-01-c-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-padn-r-01-c-a-expected.png.
1162 * platform/mac-leopard/css2.1/t0804-c5507-padn-r-02-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-padn-r-02-f-expected.checksum.
1163 * platform/mac-leopard/css2.1/t0804-c5507-padn-r-02-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-padn-r-02-f-expected.png.
1164 * platform/mac-leopard/css2.1/t0804-c5507-padn-r-03-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-padn-r-03-f-expected.checksum.
1165 * platform/mac-leopard/css2.1/t0804-c5507-padn-r-03-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5507-padn-r-03-f-expected.png.
1166 * platform/mac-leopard/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.checksum.
1167 * platform/mac-leopard/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.png.
1168 * platform/mac-leopard/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.checksum.
1169 * platform/mac-leopard/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.png.
1170 * platform/mac-leopard/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.checksum.
1171 * platform/mac-leopard/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.png.
1172 * platform/mac-leopard/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.checksum.
1173 * platform/mac-leopard/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.png.
1174 * platform/mac-leopard/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.checksum.
1175 * platform/mac-leopard/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.png.
1176 * platform/mac-leopard/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.checksum.
1177 * platform/mac-leopard/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.png.
1178 * platform/mac-leopard/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.checksum.
1179 * platform/mac-leopard/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png.
1180 * platform/mac-leopard/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.checksum.
1181 * platform/mac-leopard/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.png.
1182 * platform/mac-leopard/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.checksum.
1183 * platform/mac-leopard/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.png.
1184 * platform/mac-leopard/css2.1/t0804-c5509-padn-l-00-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-padn-l-00-b-ag-expected.checksum.
1185 * platform/mac-leopard/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png.
1186 * platform/mac-leopard/css2.1/t0804-c5509-padn-l-01-b-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-padn-l-01-b-a-expected.checksum.
1187 * platform/mac-leopard/css2.1/t0804-c5509-padn-l-01-b-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-padn-l-01-b-a-expected.png.
1188 * platform/mac-leopard/css2.1/t0804-c5509-padn-l-02-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-padn-l-02-f-expected.checksum.
1189 * platform/mac-leopard/css2.1/t0804-c5509-padn-l-02-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-padn-l-02-f-expected.png.
1190 * platform/mac-leopard/css2.1/t0804-c5509-padn-l-03-f-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.checksum.
1191 * platform/mac-leopard/css2.1/t0804-c5509-padn-l-03-f-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.png.
1192 * platform/mac-leopard/css2.1/t0804-c5510-ipadn-00-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5510-ipadn-00-b-ag-expected.checksum.
1193 * platform/mac-leopard/css2.1/t0804-c5510-ipadn-00-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5510-ipadn-00-b-ag-expected.png.
1194 * platform/mac-leopard/css2.1/t0804-c5510-padn-00-b-ag-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.checksum.
1195 * platform/mac-leopard/css2.1/t0804-c5510-padn-00-b-ag-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.png.
1196 * platform/mac-leopard/css2.1/t0804-c5510-padn-01-e-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5510-padn-01-e-a-expected.checksum.
1197 * platform/mac-leopard/css2.1/t0804-c5510-padn-01-e-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5510-padn-01-e-a-expected.png.
1198 * platform/mac-leopard/css2.1/t0804-c5510-padn-02-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0804-c5510-padn-02-f-expected.checksum.
1199 * platform/mac-leopard/css2.1/t0804-c5510-padn-02-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0804-c5510-padn-02-f-expected.png.
1200 * platform/mac-leopard/css2.1/t0805-c5511-brdr-tw-00-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5511-brdr-tw-00-b-expected.checksum.
1201 * platform/mac-leopard/css2.1/t0805-c5511-brdr-tw-00-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5511-brdr-tw-00-b-expected.png.
1202 * platform/mac-leopard/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.checksum.
1203 * platform/mac-leopard/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png.
1204 * platform/mac-leopard/css2.1/t0805-c5511-brdr-tw-02-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5511-brdr-tw-02-b-expected.checksum.
1205 * platform/mac-leopard/css2.1/t0805-c5511-brdr-tw-02-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5511-brdr-tw-02-b-expected.png.
1206 * platform/mac-leopard/css2.1/t0805-c5511-brdr-tw-03-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5511-brdr-tw-03-b-expected.checksum.
1207 * platform/mac-leopard/css2.1/t0805-c5511-brdr-tw-03-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5511-brdr-tw-03-b-expected.png.
1208 * platform/mac-leopard/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.checksum.
1209 * platform/mac-leopard/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.png.
1210 * platform/mac-leopard/css2.1/t0805-c5512-brdr-rw-00-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5512-brdr-rw-00-b-expected.checksum.
1211 * platform/mac-leopard/css2.1/t0805-c5512-brdr-rw-00-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5512-brdr-rw-00-b-expected.png.
1212 * platform/mac-leopard/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.checksum.
1213 * platform/mac-leopard/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png.
1214 * platform/mac-leopard/css2.1/t0805-c5512-brdr-rw-02-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5512-brdr-rw-02-b-expected.checksum.
1215 * platform/mac-leopard/css2.1/t0805-c5512-brdr-rw-02-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5512-brdr-rw-02-b-expected.png.
1216 * platform/mac-leopard/css2.1/t0805-c5512-brdr-rw-03-b-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5512-brdr-rw-03-b-expected.checksum.
1217 * platform/mac-leopard/css2.1/t0805-c5512-brdr-rw-03-b-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5512-brdr-rw-03-b-expected.png.
1218 * platform/mac-leopard/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.checksum.
1219 * platform/mac-leopard/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.png.
1220 * platform/mac-leopard/css2.1/t09-c5526c-display-00-e-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t09-c5526c-display-00-e-expected.checksum.
1221 * platform/mac-leopard/css2.1/t09-c5526c-display-00-e-expected.png: Copied from LayoutTests/platform/mac/css2.1/t09-c5526c-display-00-e-expected.png.
1222 * platform/mac/css1/basic/class_as_selector-expected.checksum: Replaced.
1223 * platform/mac/css1/basic/class_as_selector-expected.png: Replaced.
1224 * platform/mac/css1/basic/comments-expected.checksum: Replaced.
1225 * platform/mac/css1/basic/comments-expected.png: Replaced.
1226 * platform/mac/css1/basic/containment-expected.checksum: Replaced.
1227 * platform/mac/css1/basic/containment-expected.png: Replaced.
1228 * platform/mac/css1/basic/contextual_selectors-expected.checksum: Replaced.
1229 * platform/mac/css1/basic/contextual_selectors-expected.png: Replaced.
1230 * platform/mac/css1/basic/grouping-expected.checksum: Replaced.
1231 * platform/mac/css1/basic/grouping-expected.png: Replaced.
1232 * platform/mac/css1/basic/id_as_selector-expected.checksum: Replaced.
1233 * platform/mac/css1/basic/id_as_selector-expected.png: Replaced.
1234 * platform/mac/css1/basic/inheritance-expected.checksum: Replaced.
1235 * platform/mac/css1/basic/inheritance-expected.png: Replaced.
1236 * platform/mac/css1/box_properties/border-expected.checksum: Replaced.
1237 * platform/mac/css1/box_properties/border-expected.png: Replaced.
1238 * platform/mac/css1/box_properties/border_bottom-expected.checksum: Replaced.
1239 * platform/mac/css1/box_properties/border_bottom-expected.png: Replaced.
1240 * platform/mac/css1/box_properties/border_bottom_inline-expected.checksum: Replaced.
1241 * platform/mac/css1/box_properties/border_bottom_inline-expected.png: Replaced.
1242 * platform/mac/css1/box_properties/border_bottom_width-expected.checksum: Replaced.
1243 * platform/mac/css1/box_properties/border_bottom_width-expected.png: Replaced.
1244 * platform/mac/css1/box_properties/border_bottom_width_inline-expected.checksum: Replaced.
1245 * platform/mac/css1/box_properties/border_bottom_width_inline-expected.png: Replaced.
1246 * platform/mac/css1/box_properties/border_color-expected.checksum: Replaced.
1247 * platform/mac/css1/box_properties/border_color-expected.png: Replaced.
1248 * platform/mac/css1/box_properties/border_color_inline-expected.checksum: Replaced.
1249 * platform/mac/css1/box_properties/border_color_inline-expected.png: Replaced.
1250 * platform/mac/css1/box_properties/border_inline-expected.checksum: Replaced.
1251 * platform/mac/css1/box_properties/border_inline-expected.png: Replaced.
1252 * platform/mac/css1/box_properties/border_left-expected.checksum: Replaced.
1253 * platform/mac/css1/box_properties/border_left-expected.png: Replaced.
1254 * platform/mac/css1/box_properties/border_left_inline-expected.checksum: Replaced.
1255 * platform/mac/css1/box_properties/border_left_inline-expected.png: Replaced.
1256 * platform/mac/css1/box_properties/border_left_width-expected.checksum: Replaced.
1257 * platform/mac/css1/box_properties/border_left_width-expected.png: Replaced.
1258 * platform/mac/css1/box_properties/border_left_width_inline-expected.checksum: Replaced.
1259 * platform/mac/css1/box_properties/border_left_width_inline-expected.png: Replaced.
1260 * platform/mac/css1/box_properties/border_right-expected.checksum: Replaced.
1261 * platform/mac/css1/box_properties/border_right-expected.png: Replaced.
1262 * platform/mac/css1/box_properties/border_right_inline-expected.checksum: Replaced.
1263 * platform/mac/css1/box_properties/border_right_inline-expected.png: Replaced.
1264 * platform/mac/css1/box_properties/border_right_width-expected.checksum: Replaced.
1265 * platform/mac/css1/box_properties/border_right_width-expected.png: Replaced.
1266 * platform/mac/css1/box_properties/border_right_width_inline-expected.checksum: Replaced.
1267 * platform/mac/css1/box_properties/border_right_width_inline-expected.png: Replaced.
1268 * platform/mac/css1/box_properties/border_style-expected.checksum: Replaced.
1269 * platform/mac/css1/box_properties/border_style-expected.png: Replaced.
1270 * platform/mac/css1/box_properties/border_style_inline-expected.checksum: Replaced.
1271 * platform/mac/css1/box_properties/border_style_inline-expected.png: Replaced.
1272 * platform/mac/css1/box_properties/border_top-expected.checksum: Replaced.
1273 * platform/mac/css1/box_properties/border_top-expected.png: Replaced.
1274 * platform/mac/css1/box_properties/border_top_inline-expected.checksum: Replaced.
1275 * platform/mac/css1/box_properties/border_top_inline-expected.png: Replaced.
1276 * platform/mac/css1/box_properties/border_top_width-expected.checksum: Replaced.
1277 * platform/mac/css1/box_properties/border_top_width-expected.png: Replaced.
1278 * platform/mac/css1/box_properties/border_top_width_inline-expected.checksum: Replaced.
1279 * platform/mac/css1/box_properties/border_top_width_inline-expected.png: Replaced.
1280 * platform/mac/css1/box_properties/border_width-expected.checksum: Replaced.
1281 * platform/mac/css1/box_properties/border_width-expected.png: Replaced.
1282 * platform/mac/css1/box_properties/border_width_inline-expected.checksum: Replaced.
1283 * platform/mac/css1/box_properties/border_width_inline-expected.png: Replaced.
1284 * platform/mac/css1/box_properties/clear-expected.checksum: Replaced.
1285 * platform/mac/css1/box_properties/clear-expected.png: Replaced.
1286 * platform/mac/css1/box_properties/clear_float-expected.checksum: Replaced.
1287 * platform/mac/css1/box_properties/clear_float-expected.png: Replaced.
1288 * platform/mac/css1/box_properties/float-expected.checksum: Replaced.
1289 * platform/mac/css1/box_properties/float-expected.png: Replaced.
1290 * platform/mac/css1/box_properties/float_elements_in_series-expected.checksum: Replaced.
1291 * platform/mac/css1/box_properties/float_elements_in_series-expected.png: Replaced.
1292 * platform/mac/css1/box_properties/float_on_text_elements-expected.checksum: Replaced.
1293 * platform/mac/css1/box_properties/float_on_text_elements-expected.png: Replaced.
1294 * platform/mac/css1/box_properties/height-expected.checksum: Replaced.
1295 * platform/mac/css1/box_properties/height-expected.png: Replaced.
1296 * platform/mac/css1/box_properties/margin-expected.checksum: Replaced.
1297 * platform/mac/css1/box_properties/margin-expected.png: Replaced.
1298 * platform/mac/css1/box_properties/margin_bottom-expected.checksum: Replaced.
1299 * platform/mac/css1/box_properties/margin_bottom-expected.png: Replaced.
1300 * platform/mac/css1/box_properties/margin_bottom_inline-expected.checksum: Replaced.
1301 * platform/mac/css1/box_properties/margin_bottom_inline-expected.png: Replaced.
1302 * platform/mac/css1/box_properties/margin_inline-expected.checksum: Replaced.
1303 * platform/mac/css1/box_properties/margin_inline-expected.png: Replaced.
1304 * platform/mac/css1/box_properties/margin_left-expected.checksum: Replaced.
1305 * platform/mac/css1/box_properties/margin_left-expected.png: Replaced.
1306 * platform/mac/css1/box_properties/margin_left_inline-expected.checksum: Replaced.
1307 * platform/mac/css1/box_properties/margin_left_inline-expected.png: Replaced.
1308 * platform/mac/css1/box_properties/margin_right-expected.checksum: Replaced.
1309 * platform/mac/css1/box_properties/margin_right-expected.png: Replaced.
1310 * platform/mac/css1/box_properties/margin_right_inline-expected.checksum: Replaced.
1311 * platform/mac/css1/box_properties/margin_right_inline-expected.png: Replaced.
1312 * platform/mac/css1/box_properties/margin_top-expected.checksum: Replaced.
1313 * platform/mac/css1/box_properties/margin_top-expected.png: Replaced.
1314 * platform/mac/css1/box_properties/margin_top_inline-expected.checksum: Replaced.
1315 * platform/mac/css1/box_properties/margin_top_inline-expected.png: Replaced.
1316 * platform/mac/css1/box_properties/padding-expected.checksum: Replaced.
1317 * platform/mac/css1/box_properties/padding-expected.png: Replaced.
1318 * platform/mac/css1/box_properties/padding_bottom-expected.checksum: Replaced.
1319 * platform/mac/css1/box_properties/padding_bottom-expected.png: Replaced.
1320 * platform/mac/css1/box_properties/padding_bottom_inline-expected.checksum: Replaced.
1321 * platform/mac/css1/box_properties/padding_bottom_inline-expected.png: Replaced.
1322 * platform/mac/css1/box_properties/padding_inline-expected.checksum: Replaced.
1323 * platform/mac/css1/box_properties/padding_inline-expected.png: Replaced.
1324 * platform/mac/css1/box_properties/padding_left-expected.checksum: Replaced.
1325 * platform/mac/css1/box_properties/padding_left-expected.png: Replaced.
1326 * platform/mac/css1/box_properties/padding_left_inline-expected.checksum: Replaced.
1327 * platform/mac/css1/box_properties/padding_left_inline-expected.png: Replaced.
1328 * platform/mac/css1/box_properties/padding_right-expected.checksum: Replaced.
1329 * platform/mac/css1/box_properties/padding_right-expected.png: Replaced.
1330 * platform/mac/css1/box_properties/padding_right_inline-expected.checksum: Replaced.
1331 * platform/mac/css1/box_properties/padding_right_inline-expected.png: Replaced.
1332 * platform/mac/css1/box_properties/padding_top-expected.checksum: Replaced.
1333 * platform/mac/css1/box_properties/padding_top-expected.png: Replaced.
1334 * platform/mac/css1/box_properties/padding_top_inline-expected.checksum: Replaced.
1335 * platform/mac/css1/box_properties/padding_top_inline-expected.png: Replaced.
1336 * platform/mac/css1/cascade/cascade_order-expected.checksum: Replaced.
1337 * platform/mac/css1/cascade/cascade_order-expected.png: Replaced.
1338 * platform/mac/css1/cascade/important-expected.checksum: Replaced.
1339 * platform/mac/css1/cascade/important-expected.png: Replaced.
1340 * platform/mac/css1/classification/display-expected.checksum: Replaced.
1341 * platform/mac/css1/classification/display-expected.png: Replaced.
1342 * platform/mac/css1/classification/list_style-expected.checksum: Replaced.
1343 * platform/mac/css1/classification/list_style-expected.png: Replaced.
1344 * platform/mac/css1/classification/list_style_image-expected.checksum: Replaced.
1345 * platform/mac/css1/classification/list_style_image-expected.png: Replaced.
1346 * platform/mac/css1/classification/list_style_position-expected.checksum: Replaced.
1347 * platform/mac/css1/classification/list_style_position-expected.png: Replaced.
1348 * platform/mac/css1/classification/list_style_type-expected.checksum: Replaced.
1349 * platform/mac/css1/classification/list_style_type-expected.png: Replaced.
1350 * platform/mac/css1/classification/white_space-expected.checksum: Replaced.
1351 * platform/mac/css1/classification/white_space-expected.png: Replaced.
1352 * platform/mac/css1/color_and_background/background-expected.checksum: Replaced.
1353 * platform/mac/css1/color_and_background/background-expected.png: Replaced.
1354 * platform/mac/css1/color_and_background/background_attachment-expected.checksum: Replaced.
1355 * platform/mac/css1/color_and_background/background_attachment-expected.png: Replaced.
1356 * platform/mac/css1/color_and_background/background_color-expected.checksum: Replaced.
1357 * platform/mac/css1/color_and_background/background_color-expected.png: Replaced.
1358 * platform/mac/css1/color_and_background/background_image-expected.checksum: Replaced.
1359 * platform/mac/css1/color_and_background/background_image-expected.png: Replaced.
1360 * platform/mac/css1/color_and_background/background_position-expected.checksum: Replaced.
1361 * platform/mac/css1/color_and_background/background_position-expected.png: Replaced.
1362 * platform/mac/css1/color_and_background/background_repeat-expected.checksum: Replaced.
1363 * platform/mac/css1/color_and_background/background_repeat-expected.png: Replaced.
1364 * platform/mac/css1/color_and_background/color-expected.checksum: Replaced.
1365 * platform/mac/css1/color_and_background/color-expected.png: Replaced.
1366 * platform/mac/css1/font_properties/font-expected.checksum: Replaced.
1367 * platform/mac/css1/font_properties/font-expected.png: Replaced.
1368 * platform/mac/css1/font_properties/font_size-expected.checksum: Replaced.
1369 * platform/mac/css1/font_properties/font_size-expected.png: Replaced.
1370 * platform/mac/css1/font_properties/font_style-expected.checksum: Replaced.
1371 * platform/mac/css1/font_properties/font_style-expected.png: Replaced.
1372 * platform/mac/css1/font_properties/font_weight-expected.checksum: Replaced.
1373 * platform/mac/css1/font_properties/font_weight-expected.png: Replaced.
1374 * platform/mac/css1/formatting_model/canvas-expected.checksum: Replaced.
1375 * platform/mac/css1/formatting_model/canvas-expected.png: Replaced.
1376 * platform/mac/css1/formatting_model/floating_elements-expected.checksum: Replaced.
1377 * platform/mac/css1/formatting_model/floating_elements-expected.png: Replaced.
1378 * platform/mac/css1/formatting_model/height_of_lines-expected.checksum: Replaced.
1379 * platform/mac/css1/formatting_model/height_of_lines-expected.png: Replaced.
1380 * platform/mac/css1/formatting_model/horizontal_formatting-expected.checksum: Replaced.
1381 * platform/mac/css1/formatting_model/horizontal_formatting-expected.png: Replaced.
1382 * platform/mac/css1/formatting_model/inline_elements-expected.checksum: Replaced.
1383 * platform/mac/css1/formatting_model/inline_elements-expected.png: Replaced.
1384 * platform/mac/css1/formatting_model/replaced_elements-expected.checksum: Replaced.
1385 * platform/mac/css1/formatting_model/replaced_elements-expected.png: Replaced.
1386 * platform/mac/css1/formatting_model/vertical_formatting-expected.checksum: Replaced.
1387 * platform/mac/css1/formatting_model/vertical_formatting-expected.png: Replaced.
1388 * platform/mac/css1/pseudo/anchor-expected.checksum: Replaced.
1389 * platform/mac/css1/pseudo/anchor-expected.png: Replaced.
1390 * platform/mac/css1/pseudo/firstletter-expected.checksum: Replaced.
1391 * platform/mac/css1/pseudo/firstletter-expected.png: Replaced.
1392 * platform/mac/css1/pseudo/firstline-expected.checksum: Replaced.
1393 * platform/mac/css1/pseudo/firstline-expected.png: Replaced.
1394 * platform/mac/css1/pseudo/multiple_pseudo_elements-expected.checksum: Replaced.
1395 * platform/mac/css1/pseudo/multiple_pseudo_elements-expected.png: Replaced.
1396 * platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.checksum: Replaced.
1397 * platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.png: Replaced.
1398 * platform/mac/css1/text_properties/letter_spacing-expected.checksum: Replaced.
1399 * platform/mac/css1/text_properties/letter_spacing-expected.png: Replaced.
1400 * platform/mac/css1/text_properties/line_height-expected.checksum: Replaced.
1401 * platform/mac/css1/text_properties/line_height-expected.png: Replaced.
1402 * platform/mac/css1/text_properties/text_align-expected.checksum: Replaced.
1403 * platform/mac/css1/text_properties/text_align-expected.png: Replaced.
1404 * platform/mac/css1/text_properties/text_decoration-expected.checksum: Replaced.
1405 * platform/mac/css1/text_properties/text_decoration-expected.png: Replaced.
1406 * platform/mac/css1/text_properties/text_indent-expected.checksum: Replaced.
1407 * platform/mac/css1/text_properties/text_indent-expected.png: Replaced.
1408 * platform/mac/css1/text_properties/vertical_align-expected.checksum: Replaced.
1409 * platform/mac/css1/text_properties/vertical_align-expected.png: Replaced.
1410 * platform/mac/css1/text_properties/word_spacing-expected.checksum: Replaced.
1411 * platform/mac/css1/text_properties/word_spacing-expected.png: Replaced.
1412 * platform/mac/css1/units/color_units-expected.checksum: Replaced.
1413 * platform/mac/css1/units/color_units-expected.png: Replaced.
1414 * platform/mac/css1/units/length_units-expected.checksum: Replaced.
1415 * platform/mac/css1/units/length_units-expected.png: Replaced.
1416 * platform/mac/css1/units/percentage_units-expected.checksum: Replaced.
1417 * platform/mac/css1/units/percentage_units-expected.png: Replaced.
1418 * platform/mac/css1/units/urls-expected.checksum: Replaced.
1419 * platform/mac/css1/units/urls-expected.png: Replaced.
1420 * platform/mac/css2.1/t0402-c71-fwd-parsing-00-f-expected.checksum: Replaced.
1421 * platform/mac/css2.1/t0402-c71-fwd-parsing-00-f-expected.png: Replaced.
1422 * platform/mac/css2.1/t0402-c71-fwd-parsing-01-f-expected.checksum: Replaced.
1423 * platform/mac/css2.1/t0402-c71-fwd-parsing-01-f-expected.png: Replaced.
1424 * platform/mac/css2.1/t0402-c71-fwd-parsing-02-f-expected.checksum: Replaced.
1425 * platform/mac/css2.1/t0402-c71-fwd-parsing-02-f-expected.png: Replaced.
1426 * platform/mac/css2.1/t0402-c71-fwd-parsing-03-f-expected.checksum: Replaced.
1427 * platform/mac/css2.1/t0402-c71-fwd-parsing-03-f-expected.png: Replaced.
1428 * platform/mac/css2.1/t0402-c71-fwd-parsing-04-f-expected.checksum: Replaced.
1429 * platform/mac/css2.1/t0402-c71-fwd-parsing-04-f-expected.png: Replaced.
1430 * platform/mac/css2.1/t0402-syntax-01-f-expected.checksum: Replaced.
1431 * platform/mac/css2.1/t0402-syntax-01-f-expected.png: Replaced.
1432 * platform/mac/css2.1/t0402-syntax-02-f-expected.checksum: Replaced.
1433 * platform/mac/css2.1/t0402-syntax-02-f-expected.png: Replaced.
1434 * platform/mac/css2.1/t0402-syntax-03-f-expected.checksum: Replaced.
1435 * platform/mac/css2.1/t0402-syntax-03-f-expected.png: Replaced.
1436 * platform/mac/css2.1/t0402-syntax-04-f-expected.checksum: Replaced.
1437 * platform/mac/css2.1/t0402-syntax-04-f-expected.png: Replaced.
1438 * platform/mac/css2.1/t0402-syntax-05-f-expected.checksum: Replaced.
1439 * platform/mac/css2.1/t0402-syntax-05-f-expected.png: Replaced.
1440 * platform/mac/css2.1/t0402-syntax-06-f-expected.checksum: Replaced.
1441 * platform/mac/css2.1/t0402-syntax-06-f-expected.png: Replaced.
1442 * platform/mac/css2.1/t0505-c16-descendant-00-e-expected.checksum: Replaced.
1443 * platform/mac/css2.1/t0505-c16-descendant-00-e-expected.png: Replaced.
1444 * platform/mac/css2.1/t0505-c16-descendant-01-e-expected.checksum: Replaced.
1445 * platform/mac/css2.1/t0505-c16-descendant-01-e-expected.png: Replaced.
1446 * platform/mac/css2.1/t0505-c16-descendant-02-e-expected.checksum: Replaced.
1447 * platform/mac/css2.1/t0505-c16-descendant-02-e-expected.png: Replaced.
1448 * platform/mac/css2.1/t0509-c15-ids-00-a-expected.checksum: Replaced.
1449 * platform/mac/css2.1/t0509-c15-ids-00-a-expected.png: Replaced.
1450 * platform/mac/css2.1/t0509-c15-ids-01-e-expected.checksum: Replaced.
1451 * platform/mac/css2.1/t0509-c15-ids-01-e-expected.png: Replaced.
1452 * platform/mac/css2.1/t0509-id-sel-syntax-01-f-expected.checksum: Replaced.
1453 * platform/mac/css2.1/t0509-id-sel-syntax-01-f-expected.png: Replaced.
1454 * platform/mac/css2.1/t0509-id-sel-syntax-02-b-expected.checksum: Replaced.
1455 * platform/mac/css2.1/t0509-id-sel-syntax-02-b-expected.png: Replaced.
1456 * platform/mac/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.checksum: Replaced.
1457 * platform/mac/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png: Replaced.
1458 * platform/mac/css2.1/t0511-c21-pseud-anch-00-e-i-expected.checksum: Replaced.
1459 * platform/mac/css2.1/t0511-c21-pseud-anch-00-e-i-expected.png: Replaced.
1460 * platform/mac/css2.1/t0511-c21-pseud-link-00-e-expected.checksum: Replaced.
1461 * platform/mac/css2.1/t0511-c21-pseud-link-00-e-expected.png: Replaced.
1462 * platform/mac/css2.1/t0511-c21-pseud-link-01-e-expected.checksum: Replaced.
1463 * platform/mac/css2.1/t0511-c21-pseud-link-01-e-expected.png: Replaced.
1464 * platform/mac/css2.1/t0511-c21-pseud-link-02-e-expected.checksum: Replaced.
1465 * platform/mac/css2.1/t0511-c21-pseud-link-02-e-expected.png: Replaced.
1466 * platform/mac/css2.1/t0511-c21-pseud-link-03-e-expected.checksum: Replaced.
1467 * platform/mac/css2.1/t0511-c21-pseud-link-03-e-expected.png: Replaced.
1468 * platform/mac/css2.1/t0602-c13-inh-underlin-00-e-expected.checksum: Replaced.
1469 * platform/mac/css2.1/t0602-c13-inh-underlin-00-e-expected.png: Replaced.
1470 * platform/mac/css2.1/t0602-c13-inheritance-00-e-expected.checksum: Replaced.
1471 * platform/mac/css2.1/t0602-c13-inheritance-00-e-expected.png: Replaced.
1472 * platform/mac/css2.1/t0602-inherit-bdr-pad-b-00-expected.checksum: Replaced.
1473 * platform/mac/css2.1/t0602-inherit-bdr-pad-b-00-expected.png: Replaced.
1474 * platform/mac/css2.1/t0603-c11-import-00-b-expected.checksum: Replaced.
1475 * platform/mac/css2.1/t0603-c11-import-00-b-expected.png: Replaced.
1476 * platform/mac/css2.1/t0801-c412-hz-box-00-b-a-expected.checksum: Replaced.
1477 * platform/mac/css2.1/t0801-c412-hz-box-00-b-a-expected.png: Replaced.
1478 * platform/mac/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.checksum: Replaced.
1479 * platform/mac/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png: Replaced.
1480 * platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.checksum: Replaced.
1481 * platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png: Replaced.
1482 * platform/mac/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.checksum: Replaced.
1483 * platform/mac/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.png: Replaced.
1484 * platform/mac/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.checksum: Replaced.
1485 * platform/mac/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.png: Replaced.
1486 * platform/mac/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.checksum: Replaced.
1487 * platform/mac/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.png: Replaced.
1488 * platform/mac/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.checksum: Replaced.
1489 * platform/mac/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.png: Replaced.
1490 * platform/mac/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.checksum: Replaced.
1491 * platform/mac/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.png: Replaced.
1492 * platform/mac/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.checksum: Replaced.
1493 * platform/mac/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png: Replaced.
1494 * platform/mac/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.checksum: Replaced.
1495 * platform/mac/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.png: Replaced.
1496 * platform/mac/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.checksum: Replaced.
1497 * platform/mac/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png: Replaced.
1498 * platform/mac/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.checksum: Replaced.
1499 * platform/mac/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.png: Replaced.
1500 * platform/mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.checksum: Replaced.
1501 * platform/mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.png: Replaced.
1502 * platform/mac/css2.1/t0803-c5502-mrgn-r-03-c-expected.checksum: Replaced.
1503 * platform/mac/css2.1/t0803-c5502-mrgn-r-03-c-expected.png: Replaced.
1504 * platform/mac/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.checksum: Replaced.
1505 * platform/mac/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png: Replaced.
1506 * platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.checksum: Replaced.
1507 * platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png: Replaced.
1508 * platform/mac/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.checksum: Replaced.
1509 * platform/mac/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.png: Replaced.
1510 * platform/mac/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.checksum: Replaced.
1511 * platform/mac/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.png: Replaced.
1512 * platform/mac/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.checksum: Replaced.
1513 * platform/mac/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png: Replaced.
1514 * platform/mac/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.checksum: Replaced.
1515 * platform/mac/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.png: Replaced.
1516 * platform/mac/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.checksum: Replaced.
1517 * platform/mac/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.png: Replaced.
1518 * platform/mac/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.checksum: Replaced.
1519 * platform/mac/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.png: Replaced.
1520 * platform/mac/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.checksum: Replaced.
1521 * platform/mac/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.png: Replaced.
1522 * platform/mac/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.checksum: Replaced.
1523 * platform/mac/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png: Replaced.
1524 * platform/mac/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.checksum: Replaced.
1525 * platform/mac/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.png: Replaced.
1526 * platform/mac/css2.1/t0803-c5504-mrgn-l-02-c-expected.checksum: Replaced.
1527 * platform/mac/css2.1/t0803-c5504-mrgn-l-02-c-expected.png: Replaced.
1528 * platform/mac/css2.1/t0803-c5504-mrgn-l-03-c-expected.checksum: Replaced.
1529 * platform/mac/css2.1/t0803-c5504-mrgn-l-03-c-expected.png: Replaced.
1530 * platform/mac/css2.1/t0803-c5505-imrgn-00-a-ag-expected.checksum: Replaced.
1531 * platform/mac/css2.1/t0803-c5505-imrgn-00-a-ag-expected.png: Replaced.
1532 * platform/mac/css2.1/t0803-c5505-mrgn-00-b-ag-expected.checksum: Replaced.
1533 * platform/mac/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png: Replaced.
1534 * platform/mac/css2.1/t0803-c5505-mrgn-01-e-a-expected.checksum: Replaced.
1535 * platform/mac/css2.1/t0803-c5505-mrgn-01-e-a-expected.png: Replaced.
1536 * platform/mac/css2.1/t0803-c5505-mrgn-02-c-expected.checksum: Replaced.
1537 * platform/mac/css2.1/t0803-c5505-mrgn-02-c-expected.png: Replaced.
1538 * platform/mac/css2.1/t0803-c5505-mrgn-03-c-ag-expected.checksum: Replaced.
1539 * platform/mac/css2.1/t0803-c5505-mrgn-03-c-ag-expected.png: Replaced.
1540 * platform/mac/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.checksum: Replaced.
1541 * platform/mac/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.png: Replaced.
1542 * platform/mac/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.checksum: Replaced.
1543 * platform/mac/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.png: Replaced.
1544 * platform/mac/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.checksum: Replaced.
1545 * platform/mac/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.png: Replaced.
1546 * platform/mac/css2.1/t0804-c5506-padn-t-00-b-a-expected.checksum: Replaced.
1547 * platform/mac/css2.1/t0804-c5506-padn-t-00-b-a-expected.png: Replaced.
1548 * platform/mac/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.checksum: Replaced.
1549 * platform/mac/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.png: Replaced.
1550 * platform/mac/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.checksum: Replaced.
1551 * platform/mac/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.png: Replaced.
1552 * platform/mac/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.checksum: Replaced.
1553 * platform/mac/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.png: Replaced.
1554 * platform/mac/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.checksum: Replaced.
1555 * platform/mac/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.png: Replaced.
1556 * platform/mac/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.checksum: Replaced.
1557 * platform/mac/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.png: Replaced.
1558 * platform/mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.checksum: Replaced.
1559 * platform/mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png: Replaced.
1560 * platform/mac/css2.1/t0804-c5507-padn-r-01-c-a-expected.checksum: Replaced.
1561 * platform/mac/css2.1/t0804-c5507-padn-r-01-c-a-expected.png: Replaced.
1562 * platform/mac/css2.1/t0804-c5507-padn-r-02-f-expected.checksum: Replaced.
1563 * platform/mac/css2.1/t0804-c5507-padn-r-02-f-expected.png: Replaced.
1564 * platform/mac/css2.1/t0804-c5507-padn-r-03-f-expected.checksum: Replaced.
1565 * platform/mac/css2.1/t0804-c5507-padn-r-03-f-expected.png: Replaced.
1566 * platform/mac/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.checksum: Replaced.
1567 * platform/mac/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.png: Replaced.
1568 * platform/mac/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.checksum: Replaced.
1569 * platform/mac/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.png: Replaced.
1570 * platform/mac/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.checksum: Replaced.
1571 * platform/mac/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.png: Replaced.
1572 * platform/mac/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.checksum: Replaced.
1573 * platform/mac/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.png: Replaced.
1574 * platform/mac/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.checksum: Replaced.
1575 * platform/mac/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.png: Replaced.
1576 * platform/mac/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.checksum: Replaced.
1577 * platform/mac/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.png: Replaced.
1578 * platform/mac/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.checksum: Replaced.
1579 * platform/mac/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png: Replaced.
1580 * platform/mac/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.checksum: Replaced.
1581 * platform/mac/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.png: Replaced.
1582 * platform/mac/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.checksum: Replaced.
1583 * platform/mac/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.png: Replaced.
1584 * platform/mac/css2.1/t0804-c5509-padn-l-00-b-ag-expected.checksum: Replaced.
1585 * platform/mac/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png: Replaced.
1586 * platform/mac/css2.1/t0804-c5509-padn-l-01-b-a-expected.checksum: Replaced.
1587 * platform/mac/css2.1/t0804-c5509-padn-l-01-b-a-expected.png: Replaced.
1588 * platform/mac/css2.1/t0804-c5509-padn-l-02-f-expected.checksum: Replaced.
1589 * platform/mac/css2.1/t0804-c5509-padn-l-02-f-expected.png: Replaced.
1590 * platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.checksum: Replaced.
1591 * platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.png: Replaced.
1592 * platform/mac/css2.1/t0804-c5510-ipadn-00-b-ag-expected.checksum: Replaced.
1593 * platform/mac/css2.1/t0804-c5510-ipadn-00-b-ag-expected.png: Replaced.
1594 * platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.checksum: Replaced.
1595 * platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.png: Replaced.
1596 * platform/mac/css2.1/t0804-c5510-padn-01-e-a-expected.checksum: Replaced.
1597 * platform/mac/css2.1/t0804-c5510-padn-01-e-a-expected.png: Replaced.
1598 * platform/mac/css2.1/t0804-c5510-padn-02-f-expected.checksum: Replaced.
1599 * platform/mac/css2.1/t0804-c5510-padn-02-f-expected.png: Replaced.
1600 * platform/mac/css2.1/t0805-c5511-brdr-tw-00-b-expected.checksum: Replaced.
1601 * platform/mac/css2.1/t0805-c5511-brdr-tw-00-b-expected.png: Replaced.
1602 * platform/mac/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.checksum: Replaced.
1603 * platform/mac/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png: Replaced.
1604 * platform/mac/css2.1/t0805-c5511-brdr-tw-02-b-expected.checksum: Replaced.
1605 * platform/mac/css2.1/t0805-c5511-brdr-tw-02-b-expected.png: Replaced.
1606 * platform/mac/css2.1/t0805-c5511-brdr-tw-03-b-expected.checksum: Replaced.
1607 * platform/mac/css2.1/t0805-c5511-brdr-tw-03-b-expected.png: Replaced.
1608 * platform/mac/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.checksum: Replaced.
1609 * platform/mac/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.png: Replaced.
1610 * platform/mac/css2.1/t0805-c5512-brdr-rw-00-b-expected.checksum: Replaced.
1611 * platform/mac/css2.1/t0805-c5512-brdr-rw-00-b-expected.png: Replaced.
1612 * platform/mac/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.checksum: Replaced.
1613 * platform/mac/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png: Replaced.
1614 * platform/mac/css2.1/t0805-c5512-brdr-rw-02-b-expected.checksum: Replaced.
1615 * platform/mac/css2.1/t0805-c5512-brdr-rw-02-b-expected.png: Replaced.
1616 * platform/mac/css2.1/t0805-c5512-brdr-rw-03-b-expected.checksum: Replaced.
1617 * platform/mac/css2.1/t0805-c5512-brdr-rw-03-b-expected.png: Replaced.
1618 * platform/mac/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.checksum: Replaced.
1619 * platform/mac/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.png: Replaced.
1620 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.checksum: Replaced.
1621 * platform/mac/css2.1/t09-c5526c-display-00-e-expected.png: Replaced.
1623 2010-05-25 James Robinson <jamesr@chromium.org>
1625 Unreviewed pixel expectations change
1627 Move Leopard-specific pixel test results from platform/mac to platform/mac-leopard
1628 https://bugs.webkit.org/show_bug.cgi?id=39317
1630 Moves leopard-specific pixel test expectations for tests in tables/mozilla to
1631 platform/mac-leopard and adds new snow leopard expectations to platform/mac.
1632 This is the second batch (after 60185) of of updates for pixel diffs <0.1%
1633 in the LayoutTests/tables/ directory.
1635 * platform/mac-leopard/tables/mozilla/marvin/tbody_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_center-expected.checksum.
1636 * platform/mac-leopard/tables/mozilla/marvin/tbody_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_center-expected.png.
1637 * platform/mac-leopard/tables/mozilla/marvin/tbody_align_char-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_char-expected.checksum.
1638 * platform/mac-leopard/tables/mozilla/marvin/tbody_align_char-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_char-expected.png.
1639 * platform/mac-leopard/tables/mozilla/marvin/tbody_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.checksum.
1640 * platform/mac-leopard/tables/mozilla/marvin/tbody_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.png.
1641 * platform/mac-leopard/tables/mozilla/marvin/tbody_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_left-expected.checksum.
1642 * platform/mac-leopard/tables/mozilla/marvin/tbody_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_left-expected.png.
1643 * platform/mac-leopard/tables/mozilla/marvin/tbody_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_right-expected.checksum.
1644 * platform/mac-leopard/tables/mozilla/marvin/tbody_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_right-expected.png.
1645 * platform/mac-leopard/tables/mozilla/marvin/tbody_char-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_char-expected.checksum.
1646 * platform/mac-leopard/tables/mozilla/marvin/tbody_char-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_char-expected.png.
1647 * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum.
1648 * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png.
1649 * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum.
1650 * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png.
1651 * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_middle-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.checksum.
1652 * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_middle-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.png.
1653 * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_top-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.checksum.
1654 * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_top-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.png.
1655 * platform/mac-leopard/tables/mozilla/marvin/td_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.checksum.
1656 * platform/mac-leopard/tables/mozilla/marvin/td_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.png.
1657 * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.checksum.
1658 * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.png.
1659 * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_char-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.checksum.
1660 * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_char-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.png.
1661 * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.checksum.
1662 * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.png.
1663 * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.checksum.
1664 * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.png.
1665 * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.checksum.
1666 * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.png.
1667 * platform/mac-leopard/tables/mozilla/marvin/tfoot_char-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_char-expected.checksum.
1668 * platform/mac-leopard/tables/mozilla/marvin/tfoot_char-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_char-expected.png.
1669 * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum.
1670 * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png.
1671 * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum.
1672 * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png.
1673 * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum.
1674 * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_middle-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png.
1675 * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_top-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.checksum.
1676 * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_top-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.png.
1677 * platform/mac-leopard/tables/mozilla/marvin/thead_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_center-expected.checksum.
1678 * platform/mac-leopard/tables/mozilla/marvin/thead_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_center-expected.png.
1679 * platform/mac-leopard/tables/mozilla/marvin/thead_align_char-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_char-expected.checksum.
1680 * platform/mac-leopard/tables/mozilla/marvin/thead_align_char-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_char-expected.png.
1681 * platform/mac-leopard/tables/mozilla/marvin/thead_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_justify-expected.checksum.
1682 * platform/mac-leopard/tables/mozilla/marvin/thead_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_justify-expected.png.
1683 * platform/mac-leopard/tables/mozilla/marvin/thead_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_left-expected.checksum.
1684 * platform/mac-leopard/tables/mozilla/marvin/thead_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_left-expected.png.
1685 * platform/mac-leopard/tables/mozilla/marvin/thead_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_right-expected.checksum.
1686 * platform/mac-leopard/tables/mozilla/marvin/thead_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_right-expected.png.
1687 * platform/mac-leopard/tables/mozilla/marvin/thead_char-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_char-expected.checksum.
1688 * platform/mac-leopard/tables/mozilla/marvin/thead_char-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_char-expected.png.
1689 * platform/mac-leopard/tables/mozilla/marvin/thead_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.checksum.
1690 * platform/mac-leopard/tables/mozilla/marvin/thead_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.png.
1691 * platform/mac-leopard/tables/mozilla/marvin/thead_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.checksum.
1692 * platform/mac-leopard/tables/mozilla/marvin/thead_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.png.
1693 * platform/mac-leopard/tables/mozilla/marvin/thead_valign_middle-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.checksum.
1694 * platform/mac-leopard/tables/mozilla/marvin/thead_valign_middle-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.png.
1695 * platform/mac-leopard/tables/mozilla/marvin/thead_valign_top-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_top-expected.checksum.
1696 * platform/mac-leopard/tables/mozilla/marvin/thead_valign_top-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_top-expected.png.
1697 * platform/mac-leopard/tables/mozilla/marvin/tr_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.checksum.
1698 * platform/mac-leopard/tables/mozilla/marvin/tr_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.png.
1699 * platform/mac-leopard/tables/mozilla/marvin/x_col_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_col_align_justify-expected.checksum.
1700 * platform/mac-leopard/tables/mozilla/marvin/x_col_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_col_align_justify-expected.png.
1701 * platform/mac-leopard/tables/mozilla/marvin/x_col_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.checksum.
1702 * platform/mac-leopard/tables/mozilla/marvin/x_col_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.png.
1703 * platform/mac-leopard/tables/mozilla/marvin/x_col_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.checksum.
1704 * platform/mac-leopard/tables/mozilla/marvin/x_col_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.png.
1705 * platform/mac-leopard/tables/mozilla/marvin/x_col_width_pct-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_col_width_pct-expected.checksum.
1706 * platform/mac-leopard/tables/mozilla/marvin/x_col_width_pct-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_col_width_pct-expected.png.
1707 * platform/mac-leopard/tables/mozilla/marvin/x_col_width_rel-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.checksum.
1708 * platform/mac-leopard/tables/mozilla/marvin/x_col_width_rel-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.png.
1709 * platform/mac-leopard/tables/mozilla/marvin/x_colgroup_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_align_justify-expected.checksum.
1710 * platform/mac-leopard/tables/mozilla/marvin/x_colgroup_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_align_justify-expected.png.
1711 * platform/mac-leopard/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.checksum.
1712 * platform/mac-leopard/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png.
1713 * platform/mac-leopard/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.checksum.
1714 * platform/mac-leopard/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png.
1715 * platform/mac-leopard/tables/mozilla/marvin/x_colgroup_width_pct-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_width_pct-expected.checksum.
1716 * platform/mac-leopard/tables/mozilla/marvin/x_colgroup_width_pct-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_width_pct-expected.png.
1717 * platform/mac-leopard/tables/mozilla/marvin/x_colgroup_width_rel-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.checksum.
1718 * platform/mac-leopard/tables/mozilla/marvin/x_colgroup_width_rel-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.png.
1719 * platform/mac-leopard/tables/mozilla/marvin/x_table-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table-expected.checksum.
1720 * platform/mac-leopard/tables/mozilla/marvin/x_table-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table-expected.png.
1721 * platform/mac-leopard/tables/mozilla/marvin/x_table_bgcolor_name-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_bgcolor_name-expected.checksum.
1722 * platform/mac-leopard/tables/mozilla/marvin/x_table_bgcolor_name-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_bgcolor_name-expected.png.
1723 * platform/mac-leopard/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.checksum.
1724 * platform/mac-leopard/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png.
1725 * platform/mac-leopard/tables/mozilla/marvin/x_table_border-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border-expected.checksum.
1726 * platform/mac-leopard/tables/mozilla/marvin/x_table_border-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border-expected.png.
1727 * platform/mac-leopard/tables/mozilla/marvin/x_table_border_none-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border_none-expected.checksum.
1728 * platform/mac-leopard/tables/mozilla/marvin/x_table_border_none-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border_none-expected.png.
1729 * platform/mac-leopard/tables/mozilla/marvin/x_table_border_px-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border_px-expected.checksum.
1730 * platform/mac-leopard/tables/mozilla/marvin/x_table_border_px-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border_px-expected.png.
1731 * platform/mac-leopard/tables/mozilla/marvin/x_table_frame_void-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.checksum.
1732 * platform/mac-leopard/tables/mozilla/marvin/x_table_frame_void-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.png.
1733 * platform/mac-leopard/tables/mozilla/marvin/x_table_rules_groups-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_rules_groups-expected.checksum.
1734 * platform/mac-leopard/tables/mozilla/marvin/x_table_rules_groups-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_rules_groups-expected.png.
1735 * platform/mac-leopard/tables/mozilla/marvin/x_table_rules_none-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_rules_none-expected.checksum.
1736 * platform/mac-leopard/tables/mozilla/marvin/x_table_rules_none-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_rules_none-expected.png.
1737 * platform/mac-leopard/tables/mozilla/marvin/x_table_width_pct-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_width_pct-expected.checksum.
1738 * platform/mac-leopard/tables/mozilla/marvin/x_table_width_pct-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_width_pct-expected.png.
1739 * platform/mac-leopard/tables/mozilla/marvin/x_table_width_px-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_width_px-expected.checksum.
1740 * platform/mac-leopard/tables/mozilla/marvin/x_table_width_px-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_width_px-expected.png.
1741 * platform/mac-leopard/tables/mozilla/marvin/x_tbody_align_char-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.checksum.
1742 * platform/mac-leopard/tables/mozilla/marvin/x_tbody_align_char-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.png.
1743 * platform/mac-leopard/tables/mozilla/marvin/x_tbody_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.checksum.
1744 * platform/mac-leopard/tables/mozilla/marvin/x_tbody_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.png.
1745 * platform/mac-leopard/tables/mozilla/marvin/x_tbody_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.checksum.
1746 * platform/mac-leopard/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png.
1747 * platform/mac-leopard/tables/mozilla/marvin/x_tbody_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.checksum.
1748 * platform/mac-leopard/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png.
1749 * platform/mac-leopard/tables/mozilla/marvin/x_tbody_valign_middle-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.checksum.
1750 * platform/mac-leopard/tables/mozilla/marvin/x_tbody_valign_middle-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.png.
1751 * platform/mac-leopard/tables/mozilla/marvin/x_tbody_valign_top-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.checksum.
1752 * platform/mac-leopard/tables/mozilla/marvin/x_tbody_valign_top-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.png.
1753 * platform/mac-leopard/tables/mozilla/marvin/x_td_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_center-expected.checksum.
1754 * platform/mac-leopard/tables/mozilla/marvin/x_td_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_center-expected.png.
1755 * platform/mac-leopard/tables/mozilla/marvin/x_td_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.checksum.
1756 * platform/mac-leopard/tables/mozilla/marvin/x_td_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.png.
1757 * platform/mac-leopard/tables/mozilla/marvin/x_td_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_left-expected.checksum.
1758 * platform/mac-leopard/tables/mozilla/marvin/x_td_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_left-expected.png.
1759 * platform/mac-leopard/tables/mozilla/marvin/x_td_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_right-expected.checksum.
1760 * platform/mac-leopard/tables/mozilla/marvin/x_td_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_align_right-expected.png.
1761 * platform/mac-leopard/tables/mozilla/marvin/x_td_bgcolor_name-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_bgcolor_name-expected.checksum.
1762 * platform/mac-leopard/tables/mozilla/marvin/x_td_bgcolor_name-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_bgcolor_name-expected.png.
1763 * platform/mac-leopard/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.checksum.
1764 * platform/mac-leopard/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png.
1765 * platform/mac-leopard/tables/mozilla/marvin/x_td_height-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_height-expected.checksum.
1766 * platform/mac-leopard/tables/mozilla/marvin/x_td_height-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_height-expected.png.
1767 * platform/mac-leopard/tables/mozilla/marvin/x_td_nowrap-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.checksum.
1768 * platform/mac-leopard/tables/mozilla/marvin/x_td_nowrap-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.png.
1769 * platform/mac-leopard/tables/mozilla/marvin/x_td_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.checksum.
1770 * platform/mac-leopard/tables/mozilla/marvin/x_td_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.png.
1771 * platform/mac-leopard/tables/mozilla/marvin/x_td_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.checksum.
1772 * platform/mac-leopard/tables/mozilla/marvin/x_td_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.png.
1773 * platform/mac-leopard/tables/mozilla/marvin/x_td_width-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_width-expected.checksum.
1774 * platform/mac-leopard/tables/mozilla/marvin/x_td_width-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_width-expected.png.
1775 * platform/mac-leopard/tables/mozilla/marvin/x_tfoot_align_char-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.checksum.
1776 * platform/mac-leopard/tables/mozilla/marvin/x_tfoot_align_char-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.png.
1777 * platform/mac-leopard/tables/mozilla/marvin/x_tfoot_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.checksum.
1778 * platform/mac-leopard/tables/mozilla/marvin/x_tfoot_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.png.
1779 * platform/mac-leopard/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.checksum.
1780 * platform/mac-leopard/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png.
1781 * platform/mac-leopard/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.checksum.
1782 * platform/mac-leopard/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png.
1783 * platform/mac-leopard/tables/mozilla/marvin/x_tfoot_valign_middle-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.checksum.
1784 * platform/mac-leopard/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png.
1785 * platform/mac-leopard/tables/mozilla/marvin/x_tfoot_valign_top-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.checksum.
1786 * platform/mac-leopard/tables/mozilla/marvin/x_tfoot_valign_top-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.png.
1787 * platform/mac-leopard/tables/mozilla/marvin/x_th_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_center-expected.checksum.
1788 * platform/mac-leopard/tables/mozilla/marvin/x_th_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_center-expected.png.
1789 * platform/mac-leopard/tables/mozilla/marvin/x_th_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.checksum.
1790 * platform/mac-leopard/tables/mozilla/marvin/x_th_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.png.
1791 * platform/mac-leopard/tables/mozilla/marvin/x_th_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_left-expected.checksum.
1792 * platform/mac-leopard/tables/mozilla/marvin/x_th_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_left-expected.png.
1793 * platform/mac-leopard/tables/mozilla/marvin/x_th_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_right-expected.checksum.
1794 * platform/mac-leopard/tables/mozilla/marvin/x_th_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_align_right-expected.png.
1795 * platform/mac-leopard/tables/mozilla/marvin/x_th_bgcolor_name-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_bgcolor_name-expected.checksum.
1796 * platform/mac-leopard/tables/mozilla/marvin/x_th_bgcolor_name-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_bgcolor_name-expected.png.
1797 * platform/mac-leopard/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.checksum.
1798 * platform/mac-leopard/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png.
1799 * platform/mac-leopard/tables/mozilla/marvin/x_th_nowrap-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.checksum.
1800 * platform/mac-leopard/tables/mozilla/marvin/x_th_nowrap-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.png.
1801 * platform/mac-leopard/tables/mozilla/marvin/x_th_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.checksum.
1802 * platform/mac-leopard/tables/mozilla/marvin/x_th_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.png.
1803 * platform/mac-leopard/tables/mozilla/marvin/x_th_width-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_width-expected.checksum.
1804 * platform/mac-leopard/tables/mozilla/marvin/x_th_width-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_width-expected.png.
1805 * platform/mac-leopard/tables/mozilla/marvin/x_thead_align_char-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.checksum.
1806 * platform/mac-leopard/tables/mozilla/marvin/x_thead_align_char-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.png.
1807 * platform/mac-leopard/tables/mozilla/marvin/x_thead_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.checksum.
1808 * platform/mac-leopard/tables/mozilla/marvin/x_thead_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.png.
1809 * platform/mac-leopard/tables/mozilla/marvin/x_thead_class-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_class-expected.checksum.
1810 * platform/mac-leopard/tables/mozilla/marvin/x_thead_class-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_class-expected.png.
1811 * platform/mac-leopard/tables/mozilla/marvin/x_thead_id-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_id-expected.checksum.
1812 * platform/mac-leopard/tables/mozilla/marvin/x_thead_id-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_id-expected.png.
1813 * platform/mac-leopard/tables/mozilla/marvin/x_thead_style-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_style-expected.checksum.
1814 * platform/mac-leopard/tables/mozilla/marvin/x_thead_style-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_style-expected.png.
1815 * platform/mac-leopard/tables/mozilla/marvin/x_thead_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.checksum.
1816 * platform/mac-leopard/tables/mozilla/marvin/x_thead_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.png.
1817 * platform/mac-leopard/tables/mozilla/marvin/x_thead_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.checksum.
1818 * platform/mac-leopard/tables/mozilla/marvin/x_thead_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.png.
1819 * platform/mac-leopard/tables/mozilla/marvin/x_thead_valign_middle-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.checksum.
1820 * platform/mac-leopard/tables/mozilla/marvin/x_thead_valign_middle-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.png.
1821 * platform/mac-leopard/tables/mozilla/marvin/x_thead_valign_top-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.checksum.
1822 * platform/mac-leopard/tables/mozilla/marvin/x_thead_valign_top-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.png.
1823 * platform/mac-leopard/tables/mozilla/marvin/x_tr_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_align_justify-expected.checksum.
1824 * platform/mac-leopard/tables/mozilla/marvin/x_tr_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_align_justify-expected.png.
1825 * platform/mac-leopard/tables/mozilla/marvin/x_tr_bgcolor_name-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_bgcolor_name-expected.checksum.
1826 * platform/mac-leopard/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png.
1827 * platform/mac-leopard/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.checksum.
1828 * platform/mac-leopard/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png.
1829 * platform/mac-leopard/tables/mozilla/marvin/x_tr_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.checksum.
1830 * platform/mac-leopard/tables/mozilla/marvin/x_tr_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.png.
1831 * platform/mac-leopard/tables/mozilla/marvin/x_tr_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.checksum.
1832 * platform/mac-leopard/tables/mozilla/marvin/x_tr_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.png.
1833 * platform/mac-leopard/tables/mozilla/other: Added.
1834 * platform/mac-leopard/tables/mozilla/other/cell_widths-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/other/cell_widths-expected.checksum.
1835 * platform/mac-leopard/tables/mozilla/other/cell_widths-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/other/cell_widths-expected.png.
1836 * platform/mac-leopard/tables/mozilla/other/cellspacing-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/other/cellspacing-expected.checksum.
1837 * platform/mac-leopard/tables/mozilla/other/cellspacing-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/other/cellspacing-expected.png.
1838 * platform/mac-leopard/tables/mozilla/other/nested2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/other/nested2-expected.checksum.
1839 * platform/mac-leopard/tables/mozilla/other/nested2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/other/nested2-expected.png.
1840 * platform/mac-leopard/tables/mozilla/other/nestedTables-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/other/nestedTables-expected.checksum.
1841 * platform/mac-leopard/tables/mozilla/other/nestedTables-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/other/nestedTables-expected.png.
1842 * platform/mac-leopard/tables/mozilla/other/padding-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/other/padding-expected.checksum.
1843 * platform/mac-leopard/tables/mozilla/other/padding-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/other/padding-expected.png.
1844 * platform/mac-leopard/tables/mozilla/other/test3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/other/test3-expected.checksum.
1845 * platform/mac-leopard/tables/mozilla/other/test3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/other/test3-expected.png.
1846 * platform/mac-leopard/tables/mozilla/other/test6-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/other/test6-expected.checksum.
1847 * platform/mac-leopard/tables/mozilla/other/test6-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/other/test6-expected.png.
1848 * platform/mac-leopard/tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum.
1849 * platform/mac-leopard/tables/mozilla/other/wa_table_thtd_rowspan-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.png.
1850 * platform/mac-leopard/tables/mozilla_expected_failures: Added.
1851 * platform/mac-leopard/tables/mozilla_expected_failures/bugs: Added.
1852 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/97619-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.checksum.
1853 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/97619-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.png.
1854 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug1010-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.checksum.
1855 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug1010-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.png.
1856 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug10140-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.checksum.
1857 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug10140-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.png.
1858 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug101759-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug101759-expected.checksum.
1859 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug101759-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug101759-expected.png.
1860 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug10216-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.checksum.
1861 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug10216-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.png.
1862 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug1055-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.checksum.
1863 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png.
1864 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug106966-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.checksum.
1865 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug106966-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.png.
1866 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug1128-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.checksum.
1867 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug1128-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.png.
1868 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug11331-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.checksum.
1869 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug11331-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.png.
1870 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug11945-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug11945-expected.checksum.
1871 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug11945-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug11945-expected.png.
1872 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug131020-3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.checksum.
1873 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png.
1874 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.checksum.
1875 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png.
1876 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug14489-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug14489-expected.checksum.
1877 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug14489-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug14489-expected.png.
1878 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum.
1879 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png.
1880 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug17826-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.checksum.
1881 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug17826-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.png.
1882 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug18770-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug18770-expected.checksum.
1883 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug18770-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug18770-expected.png.
1884 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug21518-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.checksum.
1885 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug21518-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.png.
1886 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug22122-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.checksum.
1887 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug22122-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.png.
1888 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum.
1889 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png.
1890 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug25707-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug25707-expected.checksum.
1891 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug25707-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug25707-expected.png.
1892 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug29058-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.checksum.
1893 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png.
1894 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-18-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.checksum.
1895 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png.
1896 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-5-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug3166-5-expected.checksum.
1897 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png.
1898 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug32205-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug32205-1-expected.checksum.
1899 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png.
1900 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug32205-4-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug32205-4-expected.checksum.
1901 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png.
1902 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug42043-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug42043-expected.checksum.
1903 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug42043-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug42043-expected.png.
1904 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug4294-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.checksum.
1905 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug4294-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.png.
1906 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug47163-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug47163-expected.checksum.
1907 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug47163-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug47163-expected.png.
1908 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug51000-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.checksum.
1909 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug51000-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.png.
1910 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug56024-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.checksum.
1911 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug56024-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png.
1912 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug59252-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.checksum.
1913 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug59252-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.png.
1914 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug61042-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.checksum.
1915 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png.
1916 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug61042-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.checksum.
1917 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png.
1918 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug73629-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug73629-expected.checksum.
1919 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug73629-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug73629-expected.png.
1920 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug91057-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.checksum.
1921 * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug91057-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.png.
1922 * platform/mac-leopard/tables/mozilla_expected_failures/collapsing_borders: Added.
1923 * platform/mac-leopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.checksum.
1924 * platform/mac-leopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png.
1925 * platform/mac-leopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.checksum.
1926 * platform/mac-leopard/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png.
1927 * platform/mac-leopard/tables/mozilla_expected_failures/core: Added.
1928 * platform/mac-leopard/tables/mozilla_expected_failures/core/backgrounds-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.checksum.
1929 * platform/mac-leopard/tables/mozilla_expected_failures/core/backgrounds-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.png.
1930 * platform/mac-leopard/tables/mozilla_expected_failures/core/captions1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions1-expected.checksum.
1931 * platform/mac-leopard/tables/mozilla_expected_failures/core/captions1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions1-expected.png.
1932 * platform/mac-leopard/tables/mozilla_expected_failures/core/captions2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions2-expected.checksum.
1933 * platform/mac-leopard/tables/mozilla_expected_failures/core/captions2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions2-expected.png.
1934 * platform/mac-leopard/tables/mozilla_expected_failures/core/captions3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions3-expected.checksum.
1935 * platform/mac-leopard/tables/mozilla_expected_failures/core/captions3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions3-expected.png.
1936 * platform/mac-leopard/tables/mozilla_expected_failures/core/col_span2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.checksum.
1937 * platform/mac-leopard/tables/mozilla_expected_failures/core/col_span2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.png.
1938 * platform/mac-leopard/tables/mozilla_expected_failures/core/columns-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/columns-expected.checksum.
1939 * platform/mac-leopard/tables/mozilla_expected_failures/core/columns-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/columns-expected.png.
1940 * platform/mac-leopard/tables/mozilla_expected_failures/core/conflicts-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/conflicts-expected.checksum.
1941 * platform/mac-leopard/tables/mozilla_expected_failures/core/conflicts-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/conflicts-expected.png.
1942 * platform/mac-leopard/tables/mozilla_expected_failures/core/standards1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/standards1-expected.checksum.
1943 * platform/mac-leopard/tables/mozilla_expected_failures/core/standards1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/standards1-expected.png.
1944 * platform/mac-leopard/tables/mozilla_expected_failures/marvin: Added.
1945 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_above-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_above-expected.checksum.
1946 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png.
1947 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_below-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_below-expected.checksum.
1948 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png.
1949 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.checksum.
1950 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png.
1951 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.checksum.
1952 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png.
1953 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.checksum.
1954 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png.
1955 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_void-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_void-expected.checksum.
1956 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png.
1957 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.checksum.
1958 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png.
1959 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.checksum.
1960 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png.
1961 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.checksum.
1962 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png.
1963 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.checksum.
1964 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png.
1965 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.checksum.
1966 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png.
1967 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.checksum.
1968 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png.
1969 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.checksum.
1970 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png.
1971 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.checksum.
1972 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png.
1973 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.checksum.
1974 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png.
1975 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.checksum.
1976 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png.
1977 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.checksum.
1978 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png.
1979 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.checksum.
1980 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png.
1981 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.checksum.
1982 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png.
1983 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.checksum.
1984 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png.
1985 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.checksum.
1986 * platform/mac-leopard/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png.
1987 * platform/mac-leopard/tables/mozilla_expected_failures/other: Added.
1988 * platform/mac-leopard/tables/mozilla_expected_failures/other/empty_cells-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.checksum.
1989 * platform/mac-leopard/tables/mozilla_expected_failures/other/empty_cells-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.png.
1990 * platform/mac-leopard/tables/mozilla_expected_failures/other/test4-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/other/test4-expected.checksum.
1991 * platform/mac-leopard/tables/mozilla_expected_failures/other/test4-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/other/test4-expected.png.
1992 * platform/mac/tables/mozilla/marvin/tbody_align_center-expected.checksum: Replaced.
1993 * platform/mac/tables/mozilla/marvin/tbody_align_center-expected.png: Replaced.
1994 * platform/mac/tables/mozilla/marvin/tbody_align_char-expected.checksum: Replaced.
1995 * platform/mac/tables/mozilla/marvin/tbody_align_char-expected.png: Replaced.
1996 * platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.checksum: Replaced.
1997 * platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.png: Replaced.
1998 * platform/mac/tables/mozilla/marvin/tbody_align_left-expected.checksum: Replaced.
1999 * platform/mac/tables/mozilla/marvin/tbody_align_left-expected.png: Replaced.
2000 * platform/mac/tables/mozilla/marvin/tbody_align_right-expected.checksum: Replaced.
2001 * platform/mac/tables/mozilla/marvin/tbody_align_right-expected.png: Replaced.
2002 * platform/mac/tables/mozilla/marvin/tbody_char-expected.checksum: Replaced.
2003 * platform/mac/tables/mozilla/marvin/tbody_char-expected.png: Replaced.
2004 * platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum: Replaced.
2005 * platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Replaced.
2006 * platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum: Replaced.
2007 * platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Replaced.
2008 * platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.checksum: Replaced.
2009 * platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.png: Replaced.
2010 * platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.checksum: Replaced.
2011 * platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.png: Replaced.
2012 * platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.checksum: Replaced.
2013 * platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.png: Replaced.
2014 * platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.checksum: Replaced.
2015 * platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.png: Replaced.
2016 * platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.checksum: Replaced.
2017 * platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.png: Replaced.
2018 * platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.checksum: Replaced.
2019 * platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.png: Replaced.
2020 * platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.checksum: Replaced.
2021 * platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.png: Replaced.
2022 * platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.checksum: Replaced.
2023 * platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.png: Replaced.
2024 * platform/mac/tables/mozilla/marvin/tfoot_char-expected.checksum: Replaced.
2025 * platform/mac/tables/mozilla/marvin/tfoot_char-expected.png: Replaced.
2026 * platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum: Replaced.
2027 * platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: Replaced.
2028 * platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum: Replaced.
2029 * platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: Replaced.
2030 * platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum: Replaced.
2031 * platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png: Replaced.
2032 * platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.checksum: Replaced.
2033 * platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.png: Replaced.
2034 * platform/mac/tables/mozilla/marvin/thead_align_center-expected.checksum: Replaced.
2035 * platform/mac/tables/mozilla/marvin/thead_align_center-expected.png: Replaced.
2036 * platform/mac/tables/mozilla/marvin/thead_align_char-expected.checksum: Replaced.
2037 * platform/mac/tables/mozilla/marvin/thead_align_char-expected.png: Replaced.
2038 * platform/mac/tables/mozilla/marvin/thead_align_justify-expected.checksum: Replaced.
2039 * platform/mac/tables/mozilla/marvin/thead_align_justify-expected.png: Replaced.
2040 * platform/mac/tables/mozilla/marvin/thead_align_left-expected.checksum: Replaced.
2041 * platform/mac/tables/mozilla/marvin/thead_align_left-expected.png: Replaced.
2042 * platform/mac/tables/mozilla/marvin/thead_align_right-expected.checksum: Replaced.
2043 * platform/mac/tables/mozilla/marvin/thead_align_right-expected.png: Replaced.
2044 * platform/mac/tables/mozilla/marvin/thead_char-expected.checksum: Replaced.
2045 * platform/mac/tables/mozilla/marvin/thead_char-expected.png: Replaced.
2046 * platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.checksum: Replaced.
2047 * platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.png: Replaced.
2048 * platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.checksum: Replaced.
2049 * platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.png: Replaced.
2050 * platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.checksum: Replaced.
2051 * platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.png: Replaced.
2052 * platform/mac/tables/mozilla/marvin/thead_valign_top-expected.checksum: Replaced.
2053 * platform/mac/tables/mozilla/marvin/thead_valign_top-expected.png: Replaced.
2054 * platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.checksum: Replaced.
2055 * platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.png: Replaced.
2056 * platform/mac/tables/mozilla/marvin/x_col_align_justify-expected.checksum: Replaced.
2057 * platform/mac/tables/mozilla/marvin/x_col_align_justify-expected.png: Replaced.
2058 * platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.checksum: Replaced.
2059 * platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.png: Replaced.
2060 * platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.checksum: Replaced.
2061 * platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.png: Replaced.
2062 * platform/mac/tables/mozilla/marvin/x_col_width_pct-expected.checksum: Replaced.
2063 * platform/mac/tables/mozilla/marvin/x_col_width_pct-expected.png: Replaced.
2064 * platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.checksum: Replaced.
2065 * platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.png: Replaced.
2066 * platform/mac/tables/mozilla/marvin/x_colgroup_align_justify-expected.checksum: Replaced.
2067 * platform/mac/tables/mozilla/marvin/x_colgroup_align_justify-expected.png: Replaced.
2068 * platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.checksum: Replaced.
2069 * platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png: Replaced.
2070 * platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.checksum: Replaced.
2071 * platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png: Replaced.
2072 * platform/mac/tables/mozilla/marvin/x_colgroup_width_pct-expected.checksum: Replaced.
2073 * platform/mac/tables/mozilla/marvin/x_colgroup_width_pct-expected.png: Replaced.
2074 * platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.checksum: Replaced.
2075 * platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.png: Replaced.
2076 * platform/mac/tables/mozilla/marvin/x_table-expected.checksum: Replaced.
2077 * platform/mac/tables/mozilla/marvin/x_table-expected.png: Replaced.
2078 * platform/mac/tables/mozilla/marvin/x_table_bgcolor_name-expected.checksum: Replaced.
2079 * platform/mac/tables/mozilla/marvin/x_table_bgcolor_name-expected.png: Replaced.
2080 * platform/mac/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.checksum: Replaced.
2081 * platform/mac/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png: Replaced.
2082 * platform/mac/tables/mozilla/marvin/x_table_border-expected.checksum: Replaced.
2083 * platform/mac/tables/mozilla/marvin/x_table_border-expected.png: Replaced.
2084 * platform/mac/tables/mozilla/marvin/x_table_border_none-expected.checksum: Replaced.
2085 * platform/mac/tables/mozilla/marvin/x_table_border_none-expected.png: Replaced.
2086 * platform/mac/tables/mozilla/marvin/x_table_border_px-expected.checksum: Replaced.
2087 * platform/mac/tables/mozilla/marvin/x_table_border_px-expected.png: Replaced.
2088 * platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.checksum: Replaced.
2089 * platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.png: Replaced.
2090 * platform/mac/tables/mozilla/marvin/x_table_rules_groups-expected.checksum: Replaced.
2091 * platform/mac/tables/mozilla/marvin/x_table_rules_groups-expected.png: Replaced.
2092 * platform/mac/tables/mozilla/marvin/x_table_rules_none-expected.checksum: Replaced.
2093 * platform/mac/tables/mozilla/marvin/x_table_rules_none-expected.png: Replaced.
2094 * platform/mac/tables/mozilla/marvin/x_table_width_pct-expected.checksum: Replaced.
2095 * platform/mac/tables/mozilla/marvin/x_table_width_pct-expected.png: Replaced.
2096 * platform/mac/tables/mozilla/marvin/x_table_width_px-expected.checksum: Replaced.
2097 * platform/mac/tables/mozilla/marvin/x_table_width_px-expected.png: Replaced.
2098 * platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.checksum: Replaced.
2099 * platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.png: Replaced.
2100 * platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.checksum: Replaced.
2101 * platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.png: Replaced.
2102 * platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.checksum: Replaced.
2103 * platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png: Replaced.
2104 * platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.checksum: Replaced.
2105 * platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png: Replaced.
2106 * platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.checksum: Replaced.
2107 * platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.png: Replaced.
2108 * platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.checksum: Replaced.
2109 * platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.png: Replaced.
2110 * platform/mac/tables/mozilla/marvin/x_td_align_center-expected.checksum: Replaced.
2111 * platform/mac/tables/mozilla/marvin/x_td_align_center-expected.png: Replaced.
2112 * platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.checksum: Replaced.
2113 * platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.png: Replaced.
2114 * platform/mac/tables/mozilla/marvin/x_td_align_left-expected.checksum: Replaced.
2115 * platform/mac/tables/mozilla/marvin/x_td_align_left-expected.png: Replaced.
2116 * platform/mac/tables/mozilla/marvin/x_td_align_right-expected.checksum: Replaced.
2117 * platform/mac/tables/mozilla/marvin/x_td_align_right-expected.png: Replaced.
2118 * platform/mac/tables/mozilla/marvin/x_td_bgcolor_name-expected.checksum: Replaced.
2119 * platform/mac/tables/mozilla/marvin/x_td_bgcolor_name-expected.png: Replaced.
2120 * platform/mac/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.checksum: Replaced.
2121 * platform/mac/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png: Replaced.
2122 * platform/mac/tables/mozilla/marvin/x_td_height-expected.checksum: Replaced.
2123 * platform/mac/tables/mozilla/marvin/x_td_height-expected.png: Replaced.
2124 * platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.checksum: Replaced.
2125 * platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.png: Replaced.
2126 * platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.checksum: Replaced.
2127 * platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.png: Replaced.
2128 * platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.checksum: Replaced.
2129 * platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.png: Replaced.
2130 * platform/mac/tables/mozilla/marvin/x_td_width-expected.checksum: Replaced.
2131 * platform/mac/tables/mozilla/marvin/x_td_width-expected.png: Replaced.
2132 * platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.checksum: Replaced.
2133 * platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.png: Replaced.
2134 * platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.checksum: Replaced.
2135 * platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.png: Replaced.
2136 * platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.checksum: Replaced.
2137 * platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png: Replaced.
2138 * platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.checksum: Replaced.
2139 * platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png: Replaced.
2140 * platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.checksum: Replaced.
2141 * platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png: Replaced.
2142 * platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.checksum: Replaced.
2143 * platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.png: Replaced.
2144 * platform/mac/tables/mozilla/marvin/x_th_align_center-expected.checksum: Replaced.
2145 * platform/mac/tables/mozilla/marvin/x_th_align_center-expected.png: Replaced.
2146 * platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.checksum: Replaced.
2147 * platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.png: Replaced.
2148 * platform/mac/tables/mozilla/marvin/x_th_align_left-expected.checksum: Replaced.
2149 * platform/mac/tables/mozilla/marvin/x_th_align_left-expected.png: Replaced.
2150 * platform/mac/tables/mozilla/marvin/x_th_align_right-expected.checksum: Replaced.
2151 * platform/mac/tables/mozilla/marvin/x_th_align_right-expected.png: Replaced.
2152 * platform/mac/tables/mozilla/marvin/x_th_bgcolor_name-expected.checksum: Replaced.
2153 * platform/mac/tables/mozilla/marvin/x_th_bgcolor_name-expected.png: Replaced.
2154 * platform/mac/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.checksum: Replaced.
2155 * platform/mac/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png: Replaced.
2156 * platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.checksum: Replaced.
2157 * platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.png: Replaced.
2158 * platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.checksum: Replaced.
2159 * platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.png: Replaced.
2160 * platform/mac/tables/mozilla/marvin/x_th_width-expected.checksum: Replaced.
2161 * platform/mac/tables/mozilla/marvin/x_th_width-expected.png: Replaced.
2162 * platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.checksum: Replaced.
2163 * platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.png: Replaced.
2164 * platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.checksum: Replaced.
2165 * platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.png: Replaced.
2166 * platform/mac/tables/mozilla/marvin/x_thead_class-expected.checksum: Replaced.
2167 * platform/mac/tables/mozilla/marvin/x_thead_class-expected.png: Replaced.
2168 * platform/mac/tables/mozilla/marvin/x_thead_id-expected.checksum: Replaced.
2169 * platform/mac/tables/mozilla/marvin/x_thead_id-expected.png: Replaced.
2170 * platform/mac/tables/mozilla/marvin/x_thead_style-expected.checksum: Replaced.
2171 * platform/mac/tables/mozilla/marvin/x_thead_style-expected.png: Replaced.
2172 * platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.checksum: Replaced.
2173 * platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.png: Replaced.
2174 * platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.checksum: Replaced.
2175 * platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.png: Replaced.
2176 * platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.checksum: Replaced.
2177 * platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.png: Replaced.
2178 * platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.checksum: Replaced.
2179 * platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.png: Replaced.
2180 * platform/mac/tables/mozilla/marvin/x_tr_align_justify-expected.checksum: Replaced.
2181 * platform/mac/tables/mozilla/marvin/x_tr_align_justify-expected.png: Replaced.
2182 * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_name-expected.checksum: Replaced.
2183 * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png: Replaced.
2184 * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.checksum: Replaced.
2185 * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png: Replaced.
2186 * platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.checksum: Replaced.
2187 * platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.png: Replaced.
2188 * platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.checksum: Replaced.
2189 * platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.png: Replaced.
2190 * platform/mac/tables/mozilla/other/cell_widths-expected.checksum: Replaced.
2191 * platform/mac/tables/mozilla/other/cell_widths-expected.png: Replaced.
2192 * platform/mac/tables/mozilla/other/cellspacing-expected.checksum: Replaced.
2193 * platform/mac/tables/mozilla/other/cellspacing-expected.png: Replaced.
2194 * platform/mac/tables/mozilla/other/nested2-expected.checksum: Replaced.
2195 * platform/mac/tables/mozilla/other/nested2-expected.png: Replaced.
2196 * platform/mac/tables/mozilla/other/nestedTables-expected.checksum: Replaced.
2197 * platform/mac/tables/mozilla/other/nestedTables-expected.png: Replaced.
2198 * platform/mac/tables/mozilla/other/padding-expected.checksum: Replaced.
2199 * platform/mac/tables/mozilla/other/padding-expected.png: Replaced.
2200 * platform/mac/tables/mozilla/other/test3-expected.checksum: Replaced.
2201 * platform/mac/tables/mozilla/other/test3-expected.png: Replaced.
2202 * platform/mac/tables/mozilla/other/test6-expected.checksum: Replaced.
2203 * platform/mac/tables/mozilla/other/test6-expected.png: Replaced.
2204 * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum: Replaced.
2205 * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.png: Replaced.
2206 * platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.checksum: Replaced.
2207 * platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.png: Replaced.
2208 * platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.checksum: Replaced.
2209 * platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.png: Replaced.
2210 * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.checksum: Replaced.
2211 * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.png: Replaced.
2212 * platform/mac/tables/mozilla_expected_failures/bugs/bug101759-expected.checksum: Replaced.
2213 * platform/mac/tables/mozilla_expected_failures/bugs/bug101759-expected.png: Replaced.
2214 * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.checksum: Replaced.
2215 * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.png: Replaced.
2216 * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.checksum: Replaced.
2217 * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png: Replaced.
2218 * platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.checksum: Replaced.
2219 * platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.png: Replaced.
2220 * platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.checksum: Replaced.
2221 * platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.png: Replaced.
2222 * platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.checksum: Replaced.
2223 * platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.png: Replaced.
2224 * platform/mac/tables/mozilla_expected_failures/bugs/bug11945-expected.checksum: Replaced.
2225 * platform/mac/tables/mozilla_expected_failures/bugs/bug11945-expected.png: Replaced.
2226 * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.checksum: Replaced.
2227 * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png: Replaced.
2228 * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.checksum: Replaced.
2229 * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: Replaced.
2230 * platform/mac/tables/mozilla_expected_failures/bugs/bug14489-expected.checksum: Replaced.
2231 * platform/mac/tables/mozilla_expected_failures/bugs/bug14489-expected.png: Replaced.
2232 * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum: Replaced.
2233 * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Replaced.
2234 * platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.checksum: Replaced.
2235 * platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.png: Replaced.
2236 * platform/mac/tables/mozilla_expected_failures/bugs/bug18770-expected.checksum: Replaced.
2237 * platform/mac/tables/mozilla_expected_failures/bugs/bug18770-expected.png: Replaced.
2238 * platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.checksum: Replaced.
2239 * platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.png: Replaced.
2240 * platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.checksum: Replaced.
2241 * platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.png: Replaced.
2242 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum: Replaced.
2243 * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Replaced.
2244 * platform/mac/tables/mozilla_expected_failures/bugs/bug25707-expected.checksum: Replaced.
2245 * platform/mac/tables/mozilla_expected_failures/bugs/bug25707-expected.png: Replaced.
2246 * platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.checksum: Replaced.
2247 * platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png: Replaced.
2248 * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.checksum: Replaced.
2249 * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png: Replaced.
2250 * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-5-expected.checksum: Replaced.
2251 * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png: Replaced.
2252 * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-1-expected.checksum: Replaced.
2253 * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png: Replaced.
2254 * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-4-expected.checksum: Replaced.
2255 * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png: Replaced.
2256 * platform/mac/tables/mozilla_expected_failures/bugs/bug42043-expected.checksum: Replaced.
2257 * platform/mac/tables/mozilla_expected_failures/bugs/bug42043-expected.png: Replaced.
2258 * platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.checksum: Replaced.
2259 * platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.png: Replaced.
2260 * platform/mac/tables/mozilla_expected_failures/bugs/bug47163-expected.checksum: Replaced.
2261 * platform/mac/tables/mozilla_expected_failures/bugs/bug47163-expected.png: Replaced.
2262 * platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.checksum: Replaced.
2263 * platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.png: Replaced.
2264 * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.checksum: Replaced.
2265 * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png: Replaced.
2266 * platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.checksum: Replaced.
2267 * platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.png: Replaced.
2268 * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.checksum: Replaced.
2269 * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png: Replaced.
2270 * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.checksum: Replaced.
2271 * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png: Replaced.
2272 * platform/mac/tables/mozilla_expected_failures/bugs/bug73629-expected.checksum: Replaced.
2273 * platform/mac/tables/mozilla_expected_failures/bugs/bug73629-expected.png: Replaced.
2274 * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.checksum: Replaced.
2275 * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.png: Replaced.
2276 * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.checksum: Replaced.
2277 * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Replaced.
2278 * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.checksum: Replaced.
2279 * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Replaced.
2280 * platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.checksum: Replaced.
2281 * platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.png: Replaced.
2282 * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.checksum: Replaced.
2283 * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.png: Replaced.
2284 * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.checksum: Replaced.
2285 * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.png: Replaced.
2286 * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.checksum: Replaced.
2287 * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.png: Replaced.
2288 * platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.checksum: Replaced.
2289 * platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.png: Replaced.
2290 * platform/mac/tables/mozilla_expected_failures/core/columns-expected.checksum: Replaced.
2291 * platform/mac/tables/mozilla_expected_failures/core/columns-expected.png: Replaced.
2292 * platform/mac/tables/mozilla_expected_failures/core/conflicts-expected.checksum: Replaced.
2293 * platform/mac/tables/mozilla_expected_failures/core/conflicts-expected.png: Replaced.
2294 * platform/mac/tables/mozilla_expected_failures/core/standards1-expected.checksum: Replaced.
2295 * platform/mac/tables/mozilla_expected_failures/core/standards1-expected.png: Replaced.
2296 * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_above-expected.checksum: Replaced.
2297 * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png: Replaced.
2298 * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_below-expected.checksum: Replaced.
2299 * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png: Replaced.
2300 * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.checksum: Replaced.
2301 * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png: Replaced.
2302 * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.checksum: Replaced.
2303 * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png: Replaced.
2304 * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.checksum: Replaced.
2305 * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png: Replaced.
2306 * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_void-expected.checksum: Replaced.
2307 * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png: Replaced.
2308 * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.checksum: Replaced.
2309 * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png: Replaced.
2310 * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.checksum: Replaced.
2311 * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: Replaced.
2312 * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.checksum: Replaced.
2313 * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: Replaced.
2314 * platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.checksum: Replaced.
2315 * platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png: Replaced.
2316 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.checksum: Replaced.
2317 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png: Replaced.
2318 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.checksum: Replaced.
2319 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png: Replaced.
2320 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.checksum: Replaced.
2321 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png: Replaced.
2322 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.checksum: Replaced.
2323 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png: Replaced.
2324 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.checksum: Replaced.
2325 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png: Replaced.
2326 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.checksum: Replaced.
2327 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png: Replaced.
2328 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.checksum: Replaced.
2329 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png: Replaced.
2330 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.checksum: Replaced.
2331 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png: Replaced.
2332 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.checksum: Replaced.
2333 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png: Replaced.
2334 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.checksum: Replaced.
2335 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png: Replaced.
2336 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.checksum: Replaced.
2337 * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png: Replaced.
2338 * platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.checksum: Replaced.
2339 * platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.png: Replaced.
2340 * platform/mac/tables/mozilla_expected_failures/other/test4-expected.checksum: Replaced.
2341 * platform/mac/tables/mozilla_expected_failures/other/test4-expected.png: Replaced.
2343 2010-05-25 Dirk Pranke <dpranke@chromium.org>
2345 Reviewed by Dimitri Glazkov.
2347 Re-commit r58765 - it had been rolled out to see if it was causing
2348 a perf regression (in r59787 and r59789), but that does not seem to
2351 https://bugs.webkit.org/show_bug.cgi?id=39605
2353 * fast/notifications/notifications-replace-expected.txt: Added.
2354 * fast/notifications/notifications-replace.html: Added.
2355 * fast/notifications/notifications-rtl-expected.txt: Added.
2356 * fast/notifications/notifications-rtl.html: Added.
2358 2010-05-25 James Robinson <jamesr@chromium.org>
2360 Reviewed by Darin Adler.
2362 Move Leopard-specific pixel test results from platform/mac to platform/mac-leopard
2363 https://bugs.webkit.org/show_bug.cgi?id=39317
2365 Add leopard baselines for one test I missed.
2367 * platform/mac-leopard/tables/mozilla/bugs/bug8411-expected.checksum: Added.
2368 * platform/mac-leopard/tables/mozilla/bugs/bug8411-expected.png: Added.
2370 2010-05-25 Jer Noble <jer.noble@apple.com>
2372 Reviewed by Adam Roben.
2374 Full screen doesn't work for video elements
2375 https://bugs.webkit.org/show_bug.cgi?id=39557
2376 rdar://problem/8011813
2378 Re-enabled fullscreen support on windows, and modified tests to match.
2380 * platform/win/media/controls-after-reload-expected.txt:
2381 * platform/win/media/controls-drag-timebar-expected.txt:
2382 * platform/win/media/controls-strict-expected.txt:
2383 * platform/win/media/controls-styling-expected.txt:
2384 * platform/win/media/video-controls-rendering-expected.txt:
2385 * platform/win/media/video-display-toggle-expected.txt:
2386 * platform/win/media/video-no-audio-expected.txt:
2388 2010-05-25 Alexey Proskuryakov <ap@apple.com>
2390 Reviewed by Darin Adler.
2392 https://bugs.webkit.org/show_bug.cgi?id=18595
2393 REGRESSION (r20766): Setting display:none on an iframe causes the ownerDocument to freeze
2395 * fast/events/autoscroll-nonscrollable-iframe-in-scrollable-div.html:
2396 * fast/events/autoscroll-with-non-scrollable-parent.html:
2397 Fixed a typo in tests that I used as copy/paste inspiration. It isn't significant here,
2398 because frame's left and top offsets are equal.
2400 * fast/events/frame-detached-in-mousedown-expected.txt: Added.
2401 * fast/events/frame-detached-in-mousedown.html: Added.
2403 2010-05-25 James Robinson <jamesr@chromium.org>
2405 Unreviewed. Pixel expectations change only
2407 Move Leopard-specific pixel test results from platform/mac to platform/mac-leopard
2408 https://bugs.webkit.org/show_bug.cgi?id=39317
2410 Adds snow leopard specific baselines for tables/mozilla and moves the current
2411 leopard-specific baselines to platform/mac-leopard.
2413 * platform/mac-leopard/tables: Added.
2414 * platform/mac-leopard/tables/mozilla: Added.
2415 * platform/mac-leopard/tables/mozilla/bugs: Added.
2416 * platform/mac-leopard/tables/mozilla/bugs/bug10296-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug10296-1-expected.checksum.
2417 * platform/mac-leopard/tables/mozilla/bugs/bug10296-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug10296-1-expected.png.
2418 * platform/mac-leopard/tables/mozilla/bugs/bug1055-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1055-1-expected.checksum.
2419 * platform/mac-leopard/tables/mozilla/bugs/bug1055-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1055-1-expected.png.
2420 * platform/mac-leopard/tables/mozilla/bugs/bug106816-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug106816-expected.checksum.
2421 * platform/mac-leopard/tables/mozilla/bugs/bug106816-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug106816-expected.png.
2422 * platform/mac-leopard/tables/mozilla/bugs/bug113235-3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-3-expected.checksum.
2423 * platform/mac-leopard/tables/mozilla/bugs/bug113235-3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-3-expected.png.
2424 * platform/mac-leopard/tables/mozilla/bugs/bug11944-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug11944-expected.checksum.
2425 * platform/mac-leopard/tables/mozilla/bugs/bug11944-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug11944-expected.png.
2426 * platform/mac-leopard/tables/mozilla/bugs/bug119786-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug119786-expected.checksum.
2427 * platform/mac-leopard/tables/mozilla/bugs/bug119786-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug119786-expected.png.
2428 * platform/mac-leopard/tables/mozilla/bugs/bug131020-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug131020-expected.checksum.
2429 * platform/mac-leopard/tables/mozilla/bugs/bug131020-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug131020-expected.png.
2430 * platform/mac-leopard/tables/mozilla/bugs/bug13118-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug13118-expected.checksum.
2431 * platform/mac-leopard/tables/mozilla/bugs/bug13118-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug13118-expected.png.
2432 * platform/mac-leopard/tables/mozilla/bugs/bug13196-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug13196-expected.checksum.
2433 * platform/mac-leopard/tables/mozilla/bugs/bug13196-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug13196-expected.png.
2434 * platform/mac-leopard/tables/mozilla/bugs/bug133756-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug133756-2-expected.checksum.
2435 * platform/mac-leopard/tables/mozilla/bugs/bug133756-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug133756-2-expected.png.
2436 * platform/mac-leopard/tables/mozilla/bugs/bug139524-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug139524-2-expected.checksum.
2437 * platform/mac-leopard/tables/mozilla/bugs/bug139524-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug139524-2-expected.png.
2438 * platform/mac-leopard/tables/mozilla/bugs/bug14159-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug14159-1-expected.checksum.
2439 * platform/mac-leopard/tables/mozilla/bugs/bug14159-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug14159-1-expected.png.
2440 * platform/mac-leopard/tables/mozilla/bugs/bug1430-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1430-expected.checksum.
2441 * platform/mac-leopard/tables/mozilla/bugs/bug1430-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1430-expected.png.
2442 * platform/mac-leopard/tables/mozilla/bugs/bug14929-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug14929-expected.checksum.
2443 * platform/mac-leopard/tables/mozilla/bugs/bug14929-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug14929-expected.png.
2444 * platform/mac-leopard/tables/mozilla/bugs/bug15247-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug15247-expected.checksum.
2445 * platform/mac-leopard/tables/mozilla/bugs/bug15247-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug15247-expected.png.
2446 * platform/mac-leopard/tables/mozilla/bugs/bug17130-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug17130-1-expected.checksum.
2447 * platform/mac-leopard/tables/mozilla/bugs/bug17130-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug17130-1-expected.png.
2448 * platform/mac-leopard/tables/mozilla/bugs/bug17130-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug17130-2-expected.checksum.
2449 * platform/mac-leopard/tables/mozilla/bugs/bug17130-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug17130-2-expected.png.
2450 * platform/mac-leopard/tables/mozilla/bugs/bug1800-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1800-expected.checksum.
2451 * platform/mac-leopard/tables/mozilla/bugs/bug1800-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1800-expected.png.
2452 * platform/mac-leopard/tables/mozilla/bugs/bug18359-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.checksum.
2453 * platform/mac-leopard/tables/mozilla/bugs/bug18359-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.png.
2454 * platform/mac-leopard/tables/mozilla/bugs/bug18955-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18955-expected.checksum.
2455 * platform/mac-leopard/tables/mozilla/bugs/bug18955-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18955-expected.png.
2456 * platform/mac-leopard/tables/mozilla/bugs/bug19061-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-1-expected.checksum.
2457 * platform/mac-leopard/tables/mozilla/bugs/bug19061-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-1-expected.png.
2458 * platform/mac-leopard/tables/mozilla/bugs/bug19061-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-2-expected.checksum.
2459 * platform/mac-leopard/tables/mozilla/bugs/bug19061-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-2-expected.png.
2460 * platform/mac-leopard/tables/mozilla/bugs/bug194024-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug194024-expected.checksum.
2461 * platform/mac-leopard/tables/mozilla/bugs/bug194024-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug194024-expected.png.
2462 * platform/mac-leopard/tables/mozilla/bugs/bug19599-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug19599-expected.checksum.
2463 * platform/mac-leopard/tables/mozilla/bugs/bug19599-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug19599-expected.png.
2464 * platform/mac-leopard/tables/mozilla/bugs/bug20804-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug20804-expected.checksum.
2465 * platform/mac-leopard/tables/mozilla/bugs/bug20804-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug20804-expected.png.
2466 * platform/mac-leopard/tables/mozilla/bugs/bug2267-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2267-expected.checksum.
2467 * platform/mac-leopard/tables/mozilla/bugs/bug2267-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2267-expected.png.
2468 * platform/mac-leopard/tables/mozilla/bugs/bug23235-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug23235-expected.checksum.
2469 * platform/mac-leopard/tables/mozilla/bugs/bug23235-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug23235-expected.png.
2470 * platform/mac-leopard/tables/mozilla/bugs/bug23299-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug23299-expected.checksum.
2471 * platform/mac-leopard/tables/mozilla/bugs/bug23299-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug23299-expected.png.
2472 * platform/mac-leopard/tables/mozilla/bugs/bug24627-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug24627-expected.checksum.
2473 * platform/mac-leopard/tables/mozilla/bugs/bug24627-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug24627-expected.png.
2474 * platform/mac-leopard/tables/mozilla/bugs/bug2479-3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.checksum.
2475 * platform/mac-leopard/tables/mozilla/bugs/bug2479-3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.png.
2476 * platform/mac-leopard/tables/mozilla/bugs/bug2479-4-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.checksum.
2477 * platform/mac-leopard/tables/mozilla/bugs/bug2479-4-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.png.
2478 * platform/mac-leopard/tables/mozilla/bugs/bug25086-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug25086-expected.checksum.
2479 * platform/mac-leopard/tables/mozilla/bugs/bug25086-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug25086-expected.png.
2480 * platform/mac-leopard/tables/mozilla/bugs/bug25663-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug25663-expected.checksum.
2481 * platform/mac-leopard/tables/mozilla/bugs/bug25663-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug25663-expected.png.
2482 * platform/mac-leopard/tables/mozilla/bugs/bug2684-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2684-expected.checksum.
2483 * platform/mac-leopard/tables/mozilla/bugs/bug2684-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2684-expected.png.
2484 * platform/mac-leopard/tables/mozilla/bugs/bug27038-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug27038-2-expected.checksum.
2485 * platform/mac-leopard/tables/mozilla/bugs/bug27038-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug27038-2-expected.png.
2486 * platform/mac-leopard/tables/mozilla/bugs/bug2773-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2773-expected.checksum.
2487 * platform/mac-leopard/tables/mozilla/bugs/bug2773-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2773-expected.png.
2488 * platform/mac-leopard/tables/mozilla/bugs/bug2886-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2886-expected.checksum.
2489 * platform/mac-leopard/tables/mozilla/bugs/bug2886-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2886-expected.png.
2490 * platform/mac-leopard/tables/mozilla/bugs/bug29058-3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29058-3-expected.checksum.
2491 * platform/mac-leopard/tables/mozilla/bugs/bug29058-3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29058-3-expected.png.
2492 * platform/mac-leopard/tables/mozilla/bugs/bug29429-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29429-expected.checksum.
2493 * platform/mac-leopard/tables/mozilla/bugs/bug29429-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29429-expected.png.
2494 * platform/mac-leopard/tables/mozilla/bugs/bug2947-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2947-expected.checksum.
2495 * platform/mac-leopard/tables/mozilla/bugs/bug2947-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2947-expected.png.
2496 * platform/mac-leopard/tables/mozilla/bugs/bug2981-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-1-expected.checksum.
2497 * platform/mac-leopard/tables/mozilla/bugs/bug2981-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-1-expected.png.
2498 * platform/mac-leopard/tables/mozilla/bugs/bug2981-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-2-expected.checksum.
2499 * platform/mac-leopard/tables/mozilla/bugs/bug2981-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-2-expected.png.
2500 * platform/mac-leopard/tables/mozilla/bugs/bug2997-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2997-expected.checksum.
2501 * platform/mac-leopard/tables/mozilla/bugs/bug2997-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2997-expected.png.
2502 * platform/mac-leopard/tables/mozilla/bugs/bug30692-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.checksum.
2503 * platform/mac-leopard/tables/mozilla/bugs/bug30692-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.png.
2504 * platform/mac-leopard/tables/mozilla/bugs/bug3103-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug3103-expected.checksum.
2505 * platform/mac-leopard/tables/mozilla/bugs/bug3103-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug3103-expected.png.
2506 * platform/mac-leopard/tables/mozilla/bugs/bug32205-3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug32205-3-expected.checksum.
2507 * platform/mac-leopard/tables/mozilla/bugs/bug32205-3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug32205-3-expected.png.
2508 * platform/mac-leopard/tables/mozilla/bugs/bug33855-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.checksum.
2509 * platform/mac-leopard/tables/mozilla/bugs/bug33855-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.png.
2510 * platform/mac-leopard/tables/mozilla/bugs/bug3454-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug3454-expected.checksum.
2511 * platform/mac-leopard/tables/mozilla/bugs/bug3454-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug3454-expected.png.
2512 * platform/mac-leopard/tables/mozilla/bugs/bug3681-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug3681-1-expected.checksum.
2513 * platform/mac-leopard/tables/mozilla/bugs/bug3681-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug3681-1-expected.png.
2514 * platform/mac-leopard/tables/mozilla/bugs/bug3977-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug3977-expected.checksum.
2515 * platform/mac-leopard/tables/mozilla/bugs/bug3977-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug3977-expected.png.
2516 * platform/mac-leopard/tables/mozilla/bugs/bug41890-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug41890-expected.checksum.
2517 * platform/mac-leopard/tables/mozilla/bugs/bug41890-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug41890-expected.png.
2518 * platform/mac-leopard/tables/mozilla/bugs/bug42187-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug42187-expected.checksum.
2519 * platform/mac-leopard/tables/mozilla/bugs/bug42187-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug42187-expected.png.
2520 * platform/mac-leopard/tables/mozilla/bugs/bug43039-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug43039-expected.checksum.
2521 * platform/mac-leopard/tables/mozilla/bugs/bug43039-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug43039-expected.png.
2522 * platform/mac-leopard/tables/mozilla/bugs/bug4382-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.checksum.
2523 * platform/mac-leopard/tables/mozilla/bugs/bug4382-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.png.
2524 * platform/mac-leopard/tables/mozilla/bugs/bug43854-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug43854-2-expected.checksum.
2525 * platform/mac-leopard/tables/mozilla/bugs/bug43854-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug43854-2-expected.png.
2526 * platform/mac-leopard/tables/mozilla/bugs/bug4427-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4427-expected.checksum.
2527 * platform/mac-leopard/tables/mozilla/bugs/bug4427-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4427-expected.png.
2528 * platform/mac-leopard/tables/mozilla/bugs/bug44505-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug44505-expected.checksum.
2529 * platform/mac-leopard/tables/mozilla/bugs/bug44505-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug44505-expected.png.
2530 * platform/mac-leopard/tables/mozilla/bugs/bug45055-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug45055-2-expected.checksum.
2531 * platform/mac-leopard/tables/mozilla/bugs/bug45055-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug45055-2-expected.png.
2532 * platform/mac-leopard/tables/mozilla/bugs/bug45486-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug45486-expected.checksum.
2533 * platform/mac-leopard/tables/mozilla/bugs/bug45486-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug45486-expected.png.
2534 * platform/mac-leopard/tables/mozilla/bugs/bug46368-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.checksum.
2535 * platform/mac-leopard/tables/mozilla/bugs/bug46368-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.png.
2536 * platform/mac-leopard/tables/mozilla/bugs/bug46368-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.checksum.
2537 * platform/mac-leopard/tables/mozilla/bugs/bug46368-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.png.
2538 * platform/mac-leopard/tables/mozilla/bugs/bug46623-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46623-2-expected.checksum.
2539 * platform/mac-leopard/tables/mozilla/bugs/bug46623-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46623-2-expected.png.
2540 * platform/mac-leopard/tables/mozilla/bugs/bug46924-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46924-expected.checksum.
2541 * platform/mac-leopard/tables/mozilla/bugs/bug46924-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46924-expected.png.
2542 * platform/mac-leopard/tables/mozilla/bugs/bug47432-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug47432-expected.checksum.
2543 * platform/mac-leopard/tables/mozilla/bugs/bug47432-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug47432-expected.png.
2544 * platform/mac-leopard/tables/mozilla/bugs/bug51727-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.checksum.
2545 * platform/mac-leopard/tables/mozilla/bugs/bug51727-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.png.
2546 * platform/mac-leopard/tables/mozilla/bugs/bug52505-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.checksum.
2547 * platform/mac-leopard/tables/mozilla/bugs/bug52505-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.png.
2548 * platform/mac-leopard/tables/mozilla/bugs/bug52506-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52506-expected.checksum.
2549 * platform/mac-leopard/tables/mozilla/bugs/bug52506-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52506-expected.png.
2550 * platform/mac-leopard/tables/mozilla/bugs/bug5538-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug5538-expected.checksum.
2551 * platform/mac-leopard/tables/mozilla/bugs/bug5538-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug5538-expected.png.
2552 * platform/mac-leopard/tables/mozilla/bugs/bug55694-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug55694-expected.checksum.
2553 * platform/mac-leopard/tables/mozilla/bugs/bug55694-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug55694-expected.png.
2554 * platform/mac-leopard/tables/mozilla/bugs/bug57300-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug57300-expected.checksum.
2555 * platform/mac-leopard/tables/mozilla/bugs/bug57300-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug57300-expected.png.
2556 * platform/mac-leopard/tables/mozilla/bugs/bug5799-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug5799-expected.checksum.
2557 * platform/mac-leopard/tables/mozilla/bugs/bug5799-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug5799-expected.png.
2558 * platform/mac-leopard/tables/mozilla/bugs/bug5835-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug5835-expected.checksum.
2559 * platform/mac-leopard/tables/mozilla/bugs/bug5835-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug5835-expected.png.
2560 * platform/mac-leopard/tables/mozilla/bugs/bug60749-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug60749-expected.checksum.
2561 * platform/mac-leopard/tables/mozilla/bugs/bug60749-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug60749-expected.png.
2562 * platform/mac-leopard/tables/mozilla/bugs/bug6184-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug6184-expected.checksum.
2563 * platform/mac-leopard/tables/mozilla/bugs/bug6184-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug6184-expected.png.
2564 * platform/mac-leopard/tables/mozilla/bugs/bug6404-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug6404-expected.checksum.
2565 * platform/mac-leopard/tables/mozilla/bugs/bug6404-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug6404-expected.png.
2566 * platform/mac-leopard/tables/mozilla/bugs/bug650-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug650-expected.checksum.
2567 * platform/mac-leopard/tables/mozilla/bugs/bug650-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug650-expected.png.
2568 * platform/mac-leopard/tables/mozilla/bugs/bug68912-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.checksum.
2569 * platform/mac-leopard/tables/mozilla/bugs/bug68912-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.png.
2570 * platform/mac-leopard/tables/mozilla/bugs/bug69382-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug69382-1-expected.checksum.
2571 * platform/mac-leopard/tables/mozilla/bugs/bug69382-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug69382-1-expected.png.
2572 * platform/mac-leopard/tables/mozilla/bugs/bug7112-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7112-1-expected.checksum.
2573 * platform/mac-leopard/tables/mozilla/bugs/bug7112-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7112-1-expected.png.
2574 * platform/mac-leopard/tables/mozilla/bugs/bug7112-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7112-2-expected.checksum.
2575 * platform/mac-leopard/tables/mozilla/bugs/bug7112-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7112-2-expected.png.
2576 * platform/mac-leopard/tables/mozilla/bugs/bug7121-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7121-1-expected.checksum.
2577 * platform/mac-leopard/tables/mozilla/bugs/bug7121-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7121-1-expected.png.
2578 * platform/mac-leopard/tables/mozilla/bugs/bug7342-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.checksum.
2579 * platform/mac-leopard/tables/mozilla/bugs/bug7342-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.png.
2580 * platform/mac-leopard/tables/mozilla/bugs/bug7471-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7471-expected.checksum.
2581 * platform/mac-leopard/tables/mozilla/bugs/bug7471-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7471-expected.png.
2582 * platform/mac-leopard/tables/mozilla/bugs/bug7714-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7714-expected.checksum.
2583 * platform/mac-leopard/tables/mozilla/bugs/bug7714-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7714-expected.png.
2584 * platform/mac-leopard/tables/mozilla/bugs/bug78162-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug78162-expected.checksum.
2585 * platform/mac-leopard/tables/mozilla/bugs/bug78162-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug78162-expected.png.
2586 * platform/mac-leopard/tables/mozilla/bugs/bug80762-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug80762-1-expected.checksum.
2587 * platform/mac-leopard/tables/mozilla/bugs/bug80762-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug80762-1-expected.png.
2588 * platform/mac-leopard/tables/mozilla/bugs/bug82946-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug82946-1-expected.checksum.
2589 * platform/mac-leopard/tables/mozilla/bugs/bug82946-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug82946-1-expected.png.
2590 * platform/mac-leopard/tables/mozilla/bugs/bug8858-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug8858-expected.checksum.
2591 * platform/mac-leopard/tables/mozilla/bugs/bug8858-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug8858-expected.png.
2592 * platform/mac-leopard/tables/mozilla/bugs/bug8950-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug8950-expected.checksum.
2593 * platform/mac-leopard/tables/mozilla/bugs/bug8950-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug8950-expected.png.
2594 * platform/mac-leopard/tables/mozilla/bugs/bug9123-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug9123-1-expected.checksum.
2595 * platform/mac-leopard/tables/mozilla/bugs/bug9123-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug9123-1-expected.png.
2596 * platform/mac-leopard/tables/mozilla/bugs/bug9123-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug9123-2-expected.checksum.
2597 * platform/mac-leopard/tables/mozilla/bugs/bug9123-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug9123-2-expected.png.
2598 * platform/mac-leopard/tables/mozilla/bugs/bug92143-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug92143-expected.checksum.
2599 * platform/mac-leopard/tables/mozilla/bugs/bug92143-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug92143-expected.png.
2600 * platform/mac-leopard/tables/mozilla/bugs/bug93363-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug93363-expected.checksum.
2601 * platform/mac-leopard/tables/mozilla/bugs/bug93363-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug93363-expected.png.
2602 * platform/mac-leopard/tables/mozilla/bugs/bug96334-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.checksum.
2603 * platform/mac-leopard/tables/mozilla/bugs/bug96334-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.png.
2604 * platform/mac-leopard/tables/mozilla/bugs/bug965-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug965-expected.checksum.
2605 * platform/mac-leopard/tables/mozilla/bugs/bug965-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug965-expected.png.
2606 * platform/mac-leopard/tables/mozilla/collapsing_borders: Added.
2607 * platform/mac-leopard/tables/mozilla/collapsing_borders/bug41262-3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.checksum.
2608 * platform/mac-leopard/tables/mozilla/collapsing_borders/bug41262-3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png.
2609 * platform/mac-leopard/tables/mozilla/core: Added.
2610 * platform/mac-leopard/tables/mozilla/core/borders-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/borders-expected.checksum.
2611 * platform/mac-leopard/tables/mozilla/core/borders-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/borders-expected.png.
2612 * platform/mac-leopard/tables/mozilla/core/col_span-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_span-expected.checksum.
2613 * platform/mac-leopard/tables/mozilla/core/col_span-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_span-expected.png.
2614 * platform/mac-leopard/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum.
2615 * platform/mac-leopard/tables/mozilla/core/col_widths_auto_autoFix-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png.
2616 * platform/mac-leopard/tables/mozilla/core/col_widths_auto_autoPer-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_autoPer-expected.checksum.
2617 * platform/mac-leopard/tables/mozilla/core/col_widths_auto_autoPer-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_autoPer-expected.png.
2618 * platform/mac-leopard/tables/mozilla/core/col_widths_auto_fix-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.checksum.
2619 * platform/mac-leopard/tables/mozilla/core/col_widths_auto_fix-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.png.
2620 * platform/mac-leopard/tables/mozilla/core/col_widths_auto_fixPer-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.checksum.
2621 * platform/mac-leopard/tables/mozilla/core/col_widths_auto_fixPer-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.png.
2622 * platform/mac-leopard/tables/mozilla/core/col_widths_auto_per-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_per-expected.checksum.
2623 * platform/mac-leopard/tables/mozilla/core/col_widths_auto_per-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_auto_per-expected.png.
2624 * platform/mac-leopard/tables/mozilla/core/col_widths_fix_autoFix-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.checksum.
2625 * platform/mac-leopard/tables/mozilla/core/col_widths_fix_autoFix-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.png.
2626 * platform/mac-leopard/tables/mozilla/core/col_widths_fix_autoPer-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_autoPer-expected.checksum.
2627 * platform/mac-leopard/tables/mozilla/core/col_widths_fix_autoPer-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_autoPer-expected.png.
2628 * platform/mac-leopard/tables/mozilla/core/col_widths_fix_fix-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.checksum.
2629 * platform/mac-leopard/tables/mozilla/core/col_widths_fix_fix-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.png.
2630 * platform/mac-leopard/tables/mozilla/core/col_widths_fix_fixPer-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.checksum.
2631 * platform/mac-leopard/tables/mozilla/core/col_widths_fix_fixPer-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.png.
2632 * platform/mac-leopard/tables/mozilla/core/margins-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/margins-expected.checksum.
2633 * platform/mac-leopard/tables/mozilla/core/margins-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/margins-expected.png.
2634 * platform/mac-leopard/tables/mozilla/core/one_row-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/one_row-expected.checksum.
2635 * platform/mac-leopard/tables/mozilla/core/one_row-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/one_row-expected.png.
2636 * platform/mac-leopard/tables/mozilla/core/row_span-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/row_span-expected.checksum.
2637 * platform/mac-leopard/tables/mozilla/core/row_span-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/row_span-expected.png.
2638 * platform/mac-leopard/tables/mozilla/core/table_rules-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/table_rules-expected.checksum.
2639 * platform/mac-leopard/tables/mozilla/core/table_rules-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/table_rules-expected.png.
2640 * platform/mac-leopard/tables/mozilla/core/table_widths-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/table_widths-expected.checksum.
2641 * platform/mac-leopard/tables/mozilla/core/table_widths-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/table_widths-expected.png.
2642 * platform/mac-leopard/tables/mozilla/dom: Added.
2643 * platform/mac-leopard/tables/mozilla/dom/deleteTbodyRebuild1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/dom/deleteTbodyRebuild1-expected.checksum.
2644 * platform/mac-leopard/tables/mozilla/dom/deleteTbodyRebuild1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/dom/deleteTbodyRebuild1-expected.png.
2645 * platform/mac-leopard/tables/mozilla/dom/insertCellsRebuild1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/dom/insertCellsRebuild1-expected.checksum.
2646 * platform/mac-leopard/tables/mozilla/dom/insertCellsRebuild1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/dom/insertCellsRebuild1-expected.png.
2647 * platform/mac-leopard/tables/mozilla/images: Added.
2648 * platform/mac-leopard/tables/mozilla/images/adforce_imgis_com-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/images/adforce_imgis_com-expected.checksum.
2649 * platform/mac-leopard/tables/mozilla/images/adforce_imgis_com-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/images/adforce_imgis_com-expected.png.
2650 * platform/mac-leopard/tables/mozilla/marvin: Added.
2651 * platform/mac-leopard/tables/mozilla/marvin/body_tbody-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/body_tbody-expected.checksum.
2652 * platform/mac-leopard/tables/mozilla/marvin/body_tbody-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/body_tbody-expected.png.
2653 * platform/mac-leopard/tables/mozilla/marvin/body_tfoot-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/body_tfoot-expected.checksum.
2654 * platform/mac-leopard/tables/mozilla/marvin/body_tfoot-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/body_tfoot-expected.png.
2655 * platform/mac-leopard/tables/mozilla/marvin/body_thead-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/body_thead-expected.checksum.
2656 * platform/mac-leopard/tables/mozilla/marvin/body_thead-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/body_thead-expected.png.
2657 * platform/mac-leopard/tables/mozilla/marvin/col_span-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/col_span-expected.checksum.
2658 * platform/mac-leopard/tables/mozilla/marvin/col_span-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/col_span-expected.png.
2659 * platform/mac-leopard/tables/mozilla/marvin/colgroup_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.checksum.
2660 * platform/mac-leopard/tables/mozilla/marvin/colgroup_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.png.
2661 * platform/mac-leopard/tables/mozilla/marvin/colgroup_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.checksum.
2662 * platform/mac-leopard/tables/mozilla/marvin/colgroup_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.png.
2663 * platform/mac-leopard/tables/mozilla/marvin/colgroup_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.checksum.
2664 * platform/mac-leopard/tables/mozilla/marvin/colgroup_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.png.
2665 * platform/mac-leopard/tables/mozilla/marvin/colgroup_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.checksum.
2666 * platform/mac-leopard/tables/mozilla/marvin/colgroup_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.png.
2667 * platform/mac-leopard/tables/mozilla/marvin/colgroup_span-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_span-expected.checksum.
2668 * platform/mac-leopard/tables/mozilla/marvin/colgroup_span-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_span-expected.png.
2669 * platform/mac-leopard/tables/mozilla/marvin/colgroup_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.checksum.
2670 * platform/mac-leopard/tables/mozilla/marvin/colgroup_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.png.
2671 * platform/mac-leopard/tables/mozilla/marvin/colgroup_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.checksum.
2672 * platform/mac-leopard/tables/mozilla/marvin/colgroup_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.png.
2673 * platform/mac-leopard/tables/mozilla/marvin/colgroup_valign_middle-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.checksum.
2674 * platform/mac-leopard/tables/mozilla/marvin/colgroup_valign_middle-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.png.
2675 * platform/mac-leopard/tables/mozilla/marvin/colgroup_valign_top-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.checksum.
2676 * platform/mac-leopard/tables/mozilla/marvin/colgroup_valign_top-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.png.
2677 * platform/mac-leopard/tables/mozilla/marvin/colgroup_width_pct-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.checksum.
2678 * platform/mac-leopard/tables/mozilla/marvin/colgroup_width_pct-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.png.
2679 * platform/mac-leopard/tables/mozilla/marvin/colgroup_width_px-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.checksum.
2680 * platform/mac-leopard/tables/mozilla/marvin/colgroup_width_px-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.png.
2681 * platform/mac-leopard/tables/mozilla/marvin/table_frame_border-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_frame_border-expected.checksum.
2682 * platform/mac-leopard/tables/mozilla/marvin/table_frame_border-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_frame_border-expected.png.
2683 * platform/mac-leopard/tables/mozilla/marvin/table_frame_box-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_frame_box-expected.checksum.
2684 * platform/mac-leopard/tables/mozilla/marvin/table_frame_box-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_frame_box-expected.png.
2685 * platform/mac-leopard/tables/mozilla/marvin/table_row_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_row_align_center-expected.checksum.
2686 * platform/mac-leopard/tables/mozilla/marvin/table_row_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_row_align_center-expected.png.
2687 * platform/mac-leopard/tables/mozilla/marvin/table_row_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_row_align_left-expected.checksum.
2688 * platform/mac-leopard/tables/mozilla/marvin/table_row_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_row_align_left-expected.png.
2689 * platform/mac-leopard/tables/mozilla/marvin/table_row_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_row_align_right-expected.checksum.
2690 * platform/mac-leopard/tables/mozilla/marvin/table_row_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_row_align_right-expected.png.
2691 * platform/mac-leopard/tables/mozilla/marvin/table_rules_all-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_all-expected.checksum.
2692 * platform/mac-leopard/tables/mozilla/marvin/table_rules_all-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_all-expected.png.
2693 * platform/mac-leopard/tables/mozilla/marvin/table_rules_groups-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_groups-expected.checksum.
2694 * platform/mac-leopard/tables/mozilla/marvin/table_rules_groups-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_groups-expected.png.
2695 * platform/mac-leopard/tables/mozilla/marvin/table_rules_none-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_none-expected.checksum.
2696 * platform/mac-leopard/tables/mozilla/marvin/table_rules_none-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_none-expected.png.
2697 * platform/mac-leopard/tables/mozilla/marvin/tables_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_align_center-expected.checksum.
2698 * platform/mac-leopard/tables/mozilla/marvin/tables_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_align_center-expected.png.
2699 * platform/mac-leopard/tables/mozilla/marvin/tables_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_align_left-expected.checksum.
2700 * platform/mac-leopard/tables/mozilla/marvin/tables_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_align_left-expected.png.
2701 * platform/mac-leopard/tables/mozilla/marvin/tables_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_align_right-expected.checksum.
2702 * platform/mac-leopard/tables/mozilla/marvin/tables_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_align_right-expected.png.
2703 * platform/mac-leopard/tables/mozilla/marvin/tables_border_0-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_border_0-expected.checksum.
2704 * platform/mac-leopard/tables/mozilla/marvin/tables_border_0-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_border_0-expected.png.
2705 * platform/mac-leopard/tables/mozilla/marvin/tables_border_1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_border_1-expected.checksum.
2706 * platform/mac-leopard/tables/mozilla/marvin/tables_border_1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_border_1-expected.png.
2707 * platform/mac-leopard/tables/mozilla/marvin/tables_border_2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_border_2-expected.checksum.
2708 * platform/mac-leopard/tables/mozilla/marvin/tables_border_2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_border_2-expected.png.
2709 * platform/mac-leopard/tables/mozilla/marvin/tables_border_3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_border_3-expected.checksum.
2710 * platform/mac-leopard/tables/mozilla/marvin/tables_border_3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_border_3-expected.png.
2711 * platform/mac-leopard/tables/mozilla/marvin/tables_cellpadding-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.checksum.
2712 * platform/mac-leopard/tables/mozilla/marvin/tables_cellpadding-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.png.
2713 * platform/mac-leopard/tables/mozilla/marvin/tables_cellpadding_pct-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.checksum.
2714 * platform/mac-leopard/tables/mozilla/marvin/tables_cellpadding_pct-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.png.
2715 * platform/mac-leopard/tables/mozilla/marvin/tables_cellspacing-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.checksum.
2716 * platform/mac-leopard/tables/mozilla/marvin/tables_cellspacing-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.png.
2717 * platform/mac-leopard/tables/mozilla/marvin/tables_class-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_class-expected.checksum.
2718 * platform/mac-leopard/tables/mozilla/marvin/tables_class-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_class-expected.png.
2719 * platform/mac-leopard/tables/mozilla/marvin/tables_id-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_id-expected.checksum.
2720 * platform/mac-leopard/tables/mozilla/marvin/tables_id-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_id-expected.png.
2721 * platform/mac-leopard/tables/mozilla/marvin/tables_row_th_nowrap-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_row_th_nowrap-expected.checksum.
2722 * platform/mac-leopard/tables/mozilla/marvin/tables_row_th_nowrap-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_row_th_nowrap-expected.png.
2723 * platform/mac-leopard/tables/mozilla/marvin/tables_style-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_style-expected.checksum.
2724 * platform/mac-leopard/tables/mozilla/marvin/tables_style-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_style-expected.png.
2725 * platform/mac-leopard/tables/mozilla/marvin/tables_td_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_align_center-expected.checksum.
2726 * platform/mac-leopard/tables/mozilla/marvin/tables_td_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_align_center-expected.png.
2727 * platform/mac-leopard/tables/mozilla/marvin/tables_td_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_align_left-expected.checksum.
2728 * platform/mac-leopard/tables/mozilla/marvin/tables_td_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_align_left-expected.png.
2729 * platform/mac-leopard/tables/mozilla/marvin/tables_td_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_align_right-expected.checksum.
2730 * platform/mac-leopard/tables/mozilla/marvin/tables_td_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_align_right-expected.png.
2731 * platform/mac-leopard/tables/mozilla/marvin/tables_td_colspan-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_colspan-expected.checksum.
2732 * platform/mac-leopard/tables/mozilla/marvin/tables_td_colspan-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_colspan-expected.png.
2733 * platform/mac-leopard/tables/mozilla/marvin/tables_td_height-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_height-expected.checksum.
2734 * platform/mac-leopard/tables/mozilla/marvin/tables_td_height-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_height-expected.png.
2735 * platform/mac-leopard/tables/mozilla/marvin/tables_td_nowrap-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_nowrap-expected.checksum.
2736 * platform/mac-leopard/tables/mozilla/marvin/tables_td_nowrap-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_nowrap-expected.png.
2737 * platform/mac-leopard/tables/mozilla/marvin/tables_td_rowspan-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_rowspan-expected.checksum.
2738 * platform/mac-leopard/tables/mozilla/marvin/tables_td_rowspan-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_rowspan-expected.png.
2739 * platform/mac-leopard/tables/mozilla/marvin/tables_td_width-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_width-expected.checksum.
2740 * platform/mac-leopard/tables/mozilla/marvin/tables_td_width-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_width-expected.png.
2741 * platform/mac-leopard/tables/mozilla/marvin/tables_th_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_align_center-expected.checksum.
2742 * platform/mac-leopard/tables/mozilla/marvin/tables_th_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_align_center-expected.png.
2743 * platform/mac-leopard/tables/mozilla/marvin/tables_th_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_align_left-expected.checksum.
2744 * platform/mac-leopard/tables/mozilla/marvin/tables_th_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_align_left-expected.png.
2745 * platform/mac-leopard/tables/mozilla/marvin/tables_th_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_align_right-expected.checksum.
2746 * platform/mac-leopard/tables/mozilla/marvin/tables_th_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_align_right-expected.png.
2747 * platform/mac-leopard/tables/mozilla/marvin/tables_th_colspan-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_colspan-expected.checksum.
2748 * platform/mac-leopard/tables/mozilla/marvin/tables_th_colspan-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_colspan-expected.png.
2749 * platform/mac-leopard/tables/mozilla/marvin/tables_th_height-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_height-expected.checksum.
2750 * platform/mac-leopard/tables/mozilla/marvin/tables_th_height-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_height-expected.png.
2751 * platform/mac-leopard/tables/mozilla/marvin/tables_th_rowspan-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_rowspan-expected.checksum.
2752 * platform/mac-leopard/tables/mozilla/marvin/tables_th_rowspan-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_rowspan-expected.png.
2753 * platform/mac-leopard/tables/mozilla/marvin/tables_th_width-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_width-expected.checksum.
2754 * platform/mac-leopard/tables/mozilla/marvin/tables_th_width-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_width-expected.png.
2755 * platform/mac-leopard/tables/mozilla/marvin/tables_width_percent-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_width_percent-expected.checksum.
2756 * platform/mac-leopard/tables/mozilla/marvin/tables_width_percent-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_width_percent-expected.png.
2757 * platform/mac-leopard/tables/mozilla/marvin/tables_width_px-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_width_px-expected.checksum.
2758 * platform/mac-leopard/tables/mozilla/marvin/tables_width_px-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_width_px-expected.png.
2759 * platform/mac/tables/mozilla/bugs/bug10296-1-expected.checksum: Replaced.
2760 * platform/mac/tables/mozilla/bugs/bug10296-1-expected.png: Replaced.
2761 * platform/mac/tables/mozilla/bugs/bug1055-1-expected.checksum: Replaced.
2762 * platform/mac/tables/mozilla/bugs/bug1055-1-expected.png: Replaced.
2763 * platform/mac/tables/mozilla/bugs/bug106816-expected.checksum: Replaced.
2764 * platform/mac/tables/mozilla/bugs/bug106816-expected.png: Replaced.
2765 * platform/mac/tables/mozilla/bugs/bug113235-3-expected.checksum: Replaced.
2766 * platform/mac/tables/mozilla/bugs/bug113235-3-expected.png: Replaced.
2767 * platform/mac/tables/mozilla/bugs/bug11944-expected.checksum: Replaced.
2768 * platform/mac/tables/mozilla/bugs/bug11944-expected.png: Replaced.
2769 * platform/mac/tables/mozilla/bugs/bug119786-expected.checksum: Replaced.
2770 * platform/mac/tables/mozilla/bugs/bug119786-expected.png: Replaced.
2771 * platform/mac/tables/mozilla/bugs/bug131020-expected.checksum: Replaced.
2772 * platform/mac/tables/mozilla/bugs/bug131020-expected.png: Replaced.
2773 * platform/mac/tables/mozilla/bugs/bug13118-expected.checksum: Replaced.
2774 * platform/mac/tables/mozilla/bugs/bug13118-expected.png: Replaced.
2775 * platform/mac/tables/mozilla/bugs/bug13196-expected.checksum: Replaced.
2776 * platform/mac/tables/mozilla/bugs/bug13196-expected.png: Replaced.
2777 * platform/mac/tables/mozilla/bugs/bug133756-2-expected.checksum: Replaced.
2778 * platform/mac/tables/mozilla/bugs/bug133756-2-expected.png: Replaced.
2779 * platform/mac/tables/mozilla/bugs/bug139524-2-expected.checksum: Replaced.
2780 * platform/mac/tables/mozilla/bugs/bug139524-2-expected.png: Replaced.
2781 * platform/mac/tables/mozilla/bugs/bug14159-1-expected.checksum: Replaced.
2782 * platform/mac/tables/mozilla/bugs/bug14159-1-expected.png: Replaced.
2783 * platform/mac/tables/mozilla/bugs/bug1430-expected.checksum: Replaced.
2784 * platform/mac/tables/mozilla/bugs/bug1430-expected.png: Replaced.
2785 * platform/mac/tables/mozilla/bugs/bug14929-expected.checksum: Replaced.
2786 * platform/mac/tables/mozilla/bugs/bug14929-expected.png: Replaced.
2787 * platform/mac/tables/mozilla/bugs/bug15247-expected.checksum: Replaced.
2788 * platform/mac/tables/mozilla/bugs/bug15247-expected.png: Replaced.
2789 * platform/mac/tables/mozilla/bugs/bug17130-1-expected.checksum: Replaced.
2790 * platform/mac/tables/mozilla/bugs/bug17130-1-expected.png: Replaced.
2791 * platform/mac/tables/mozilla/bugs/bug17130-2-expected.checksum: Replaced.
2792 * platform/mac/tables/mozilla/bugs/bug17130-2-expected.png: Replaced.
2793 * platform/mac/tables/mozilla/bugs/bug1800-expected.checksum: Replaced.
2794 * platform/mac/tables/mozilla/bugs/bug1800-expected.png: Replaced.
2795 * platform/mac/tables/mozilla/bugs/bug18359-expected.checksum: Replaced.
2796 * platform/mac/tables/mozilla/bugs/bug18359-expected.png: Replaced.
2797 * platform/mac/tables/mozilla/bugs/bug18955-expected.checksum: Replaced.
2798 * platform/mac/tables/mozilla/bugs/bug18955-expected.png: Replaced.
2799 * platform/mac/tables/mozilla/bugs/bug19061-1-expected.checksum: Replaced.
2800 * platform/mac/tables/mozilla/bugs/bug19061-1-expected.png: Replaced.
2801 * platform/mac/tables/mozilla/bugs/bug19061-2-expected.checksum: Replaced.
2802 * platform/mac/tables/mozilla/bugs/bug19061-2-expected.png: Replaced.
2803 * platform/mac/tables/mozilla/bugs/bug194024-expected.checksum: Replaced.
2804 * platform/mac/tables/mozilla/bugs/bug194024-expected.png: Replaced.
2805 * platform/mac/tables/mozilla/bugs/bug19599-expected.checksum: Replaced.
2806 * platform/mac/tables/mozilla/bugs/bug19599-expected.png: Replaced.
2807 * platform/mac/tables/mozilla/bugs/bug20804-expected.checksum: Replaced.
2808 * platform/mac/tables/mozilla/bugs/bug20804-expected.png: Replaced.
2809 * platform/mac/tables/mozilla/bugs/bug2267-expected.checksum: Replaced.
2810 * platform/mac/tables/mozilla/bugs/bug2267-expected.png: Replaced.
2811 * platform/mac/tables/mozilla/bugs/bug23235-expected.checksum: Replaced.
2812 * platform/mac/tables/mozilla/bugs/bug23235-expected.png: Replaced.
2813 * platform/mac/tables/mozilla/bugs/bug23299-expected.checksum: Replaced.
2814 * platform/mac/tables/mozilla/bugs/bug23299-expected.png: Replaced.
2815 * platform/mac/tables/mozilla/bugs/bug24627-expected.checksum: Replaced.
2816 * platform/mac/tables/mozilla/bugs/bug24627-expected.png: Replaced.
2817 * platform/mac/tables/mozilla/bugs/bug2479-3-expected.checksum: Replaced.
2818 * platform/mac/tables/mozilla/bugs/bug2479-3-expected.png: Replaced.
2819 * platform/mac/tables/mozilla/bugs/bug2479-4-expected.checksum: Replaced.
2820 * platform/mac/tables/mozilla/bugs/bug2479-4-expected.png: Replaced.
2821 * platform/mac/tables/mozilla/bugs/bug25086-expected.checksum: Replaced.
2822 * platform/mac/tables/mozilla/bugs/bug25086-expected.png: Replaced.
2823 * platform/mac/tables/mozilla/bugs/bug25663-expected.checksum: Replaced.
2824 * platform/mac/tables/mozilla/bugs/bug25663-expected.png: Replaced.
2825 * platform/mac/tables/mozilla/bugs/bug2684-expected.checksum: Replaced.
2826 * platform/mac/tables/mozilla/bugs/bug2684-expected.png: Replaced.
2827 * platform/mac/tables/mozilla/bugs/bug27038-2-expected.checksum: Replaced.
2828 * platform/mac/tables/mozilla/bugs/bug27038-2-expected.png: Replaced.
2829 * platform/mac/tables/mozilla/bugs/bug2773-expected.checksum: Replaced.
2830 * platform/mac/tables/mozilla/bugs/bug2773-expected.png: Replaced.
2831 * platform/mac/tables/mozilla/bugs/bug2886-expected.checksum: Replaced.
2832 * platform/mac/tables/mozilla/bugs/bug2886-expected.png: Replaced.
2833 * platform/mac/tables/mozilla/bugs/bug29058-3-expected.checksum: Replaced.
2834 * platform/mac/tables/mozilla/bugs/bug29058-3-expected.png: Replaced.
2835 * platform/mac/tables/mozilla/bugs/bug29429-expected.checksum: Replaced.
2836 * platform/mac/tables/mozilla/bugs/bug29429-expected.png: Replaced.
2837 * platform/mac/tables/mozilla/bugs/bug2947-expected.checksum: Replaced.
2838 * platform/mac/tables/mozilla/bugs/bug2947-expected.png: Replaced.
2839 * platform/mac/tables/mozilla/bugs/bug2981-1-expected.checksum: Replaced.
2840 * platform/mac/tables/mozilla/bugs/bug2981-1-expected.png: Replaced.
2841 * platform/mac/tables/mozilla/bugs/bug2981-2-expected.checksum: Replaced.
2842 * platform/mac/tables/mozilla/bugs/bug2981-2-expected.png: Replaced.
2843 * platform/mac/tables/mozilla/bugs/bug2997-expected.checksum: Replaced.
2844 * platform/mac/tables/mozilla/bugs/bug2997-expected.png: Replaced.
2845 * platform/mac/tables/mozilla/bugs/bug30692-expected.checksum: Replaced.
2846 * platform/mac/tables/mozilla/bugs/bug30692-expected.png: Replaced.
2847 * platform/mac/tables/mozilla/bugs/bug3103-expected.checksum: Replaced.
2848 * platform/mac/tables/mozilla/bugs/bug3103-expected.png: Replaced.
2849 * platform/mac/tables/mozilla/bugs/bug32205-3-expected.checksum: Replaced.
2850 * platform/mac/tables/mozilla/bugs/bug32205-3-expected.png: Replaced.
2851 * platform/mac/tables/mozilla/bugs/bug33855-expected.checksum: Replaced.
2852 * platform/mac/tables/mozilla/bugs/bug33855-expected.png: Replaced.
2853 * platform/mac/tables/mozilla/bugs/bug3454-expected.checksum: Replaced.
2854 * platform/mac/tables/mozilla/bugs/bug3454-expected.png: Replaced.
2855 * platform/mac/tables/mozilla/bugs/bug3681-1-expected.checksum: Replaced.
2856 * platform/mac/tables/mozilla/bugs/bug3681-1-expected.png: Replaced.
2857 * platform/mac/tables/mozilla/bugs/bug3977-expected.checksum: Replaced.
2858 * platform/mac/tables/mozilla/bugs/bug3977-expected.png: Replaced.
2859 * platform/mac/tables/mozilla/bugs/bug41890-expected.checksum: Replaced.
2860 * platform/mac/tables/mozilla/bugs/bug41890-expected.png: Replaced.
2861 * platform/mac/tables/mozilla/bugs/bug42187-expected.checksum: Replaced.
2862 * platform/mac/tables/mozilla/bugs/bug42187-expected.png: Replaced.
2863 * platform/mac/tables/mozilla/bugs/bug43039-expected.checksum: Replaced.
2864 * platform/mac/tables/mozilla/bugs/bug43039-expected.png: Replaced.
2865 * platform/mac/tables/mozilla/bugs/bug4382-expected.checksum: Replaced.
2866 * platform/mac/tables/mozilla/bugs/bug4382-expected.png: Replaced.
2867 * platform/mac/tables/mozilla/bugs/bug43854-2-expected.checksum: Replaced.
2868 * platform/mac/tables/mozilla/bugs/bug43854-2-expected.png: Replaced.
2869 * platform/mac/tables/mozilla/bugs/bug4427-expected.checksum: Replaced.
2870 * platform/mac/tables/mozilla/bugs/bug4427-expected.png: Replaced.
2871 * platform/mac/tables/mozilla/bugs/bug44505-expected.checksum: Replaced.
2872 * platform/mac/tables/mozilla/bugs/bug44505-expected.png: Replaced.
2873 * platform/mac/tables/mozilla/bugs/bug45055-2-expected.checksum: Replaced.
2874 * platform/mac/tables/mozilla/bugs/bug45055-2-expected.png: Replaced.
2875 * platform/mac/tables/mozilla/bugs/bug45486-expected.checksum: Replaced.
2876 * platform/mac/tables/mozilla/bugs/bug45486-expected.png: Replaced.
2877 * platform/mac/tables/mozilla/bugs/bug46368-1-expected.checksum: Replaced.
2878 * platform/mac/tables/mozilla/bugs/bug46368-1-expected.png: Replaced.
2879 * platform/mac/tables/mozilla/bugs/bug46368-2-expected.checksum: Replaced.
2880 * platform/mac/tables/mozilla/bugs/bug46368-2-expected.png: Replaced.
2881 * platform/mac/tables/mozilla/bugs/bug46623-2-expected.checksum: Replaced.
2882 * platform/mac/tables/mozilla/bugs/bug46623-2-expected.png: Replaced.
2883 * platform/mac/tables/mozilla/bugs/bug46924-expected.checksum: Replaced.
2884 * platform/mac/tables/mozilla/bugs/bug46924-expected.png: Replaced.
2885 * platform/mac/tables/mozilla/bugs/bug47432-expected.checksum: Replaced.
2886 * platform/mac/tables/mozilla/bugs/bug47432-expected.png: Replaced.
2887 * platform/mac/tables/mozilla/bugs/bug51727-expected.checksum: Replaced.
2888 * platform/mac/tables/mozilla/bugs/bug51727-expected.png: Replaced.
2889 * platform/mac/tables/mozilla/bugs/bug52505-expected.checksum: Replaced.
2890 * platform/mac/tables/mozilla/bugs/bug52505-expected.png: Replaced.
2891 * platform/mac/tables/mozilla/bugs/bug52506-expected.checksum: Replaced.
2892 * platform/mac/tables/mozilla/bugs/bug52506-expected.png: Replaced.
2893 * platform/mac/tables/mozilla/bugs/bug5538-expected.checksum: Replaced.
2894 * platform/mac/tables/mozilla/bugs/bug5538-expected.png: Replaced.
2895 * platform/mac/tables/mozilla/bugs/bug55694-expected.checksum: Replaced.
2896 * platform/mac/tables/mozilla/bugs/bug55694-expected.png: Replaced.
2897 * platform/mac/tables/mozilla/bugs/bug57300-expected.checksum: Replaced.
2898 * platform/mac/tables/mozilla/bugs/bug57300-expected.png: Replaced.
2899 * platform/mac/tables/mozilla/bugs/bug5799-expected.checksum: Replaced.
2900 * platform/mac/tables/mozilla/bugs/bug5799-expected.png: Replaced.
2901 * platform/mac/tables/mozilla/bugs/bug5835-expected.checksum: Replaced.
2902 * platform/mac/tables/mozilla/bugs/bug5835-expected.png: Replaced.
2903 * platform/mac/tables/mozilla/bugs/bug60749-expected.checksum: Replaced.
2904 * platform/mac/tables/mozilla/bugs/bug60749-expected.png: Replaced.
2905 * platform/mac/tables/mozilla/bugs/bug6184-expected.checksum: Replaced.
2906 * platform/mac/tables/mozilla/bugs/bug6184-expected.png: Replaced.
2907 * platform/mac/tables/mozilla/bugs/bug6404-expected.checksum: Replaced.
2908 * platform/mac/tables/mozilla/bugs/bug6404-expected.png: Replaced.
2909 * platform/mac/tables/mozilla/bugs/bug650-expected.checksum: Replaced.
2910 * platform/mac/tables/mozilla/bugs/bug650-expected.png: Replaced.
2911 * platform/mac/tables/mozilla/bugs/bug68912-expected.checksum: Replaced.
2912 * platform/mac/tables/mozilla/bugs/bug68912-expected.png: Replaced.
2913 * platform/mac/tables/mozilla/bugs/bug69382-1-expected.checksum: Replaced.
2914 * platform/mac/tables/mozilla/bugs/bug69382-1-expected.png: Replaced.
2915 * platform/mac/tables/mozilla/bugs/bug7112-1-expected.checksum: Replaced.
2916 * platform/mac/tables/mozilla/bugs/bug7112-1-expected.png: Replaced.
2917 * platform/mac/tables/mozilla/bugs/bug7112-2-expected.checksum: Replaced.
2918 * platform/mac/tables/mozilla/bugs/bug7112-2-expected.png: Replaced.
2919 * platform/mac/tables/mozilla/bugs/bug7121-1-expected.checksum: Replaced.
2920 * platform/mac/tables/mozilla/bugs/bug7121-1-expected.png: Replaced.
2921 * platform/mac/tables/mozilla/bugs/bug7342-expected.checksum: Replaced.
2922 * platform/mac/tables/mozilla/bugs/bug7342-expected.png: Replaced.
2923 * platform/mac/tables/mozilla/bugs/bug7471-expected.checksum: Replaced.
2924 * platform/mac/tables/mozilla/bugs/bug7471-expected.png: Replaced.
2925 * platform/mac/tables/mozilla/bugs/bug7714-expected.checksum: Replaced.
2926 * platform/mac/tables/mozilla/bugs/bug7714-expected.png: Replaced.
2927 * platform/mac/tables/mozilla/bugs/bug78162-expected.checksum: Replaced.
2928 * platform/mac/tables/mozilla/bugs/bug78162-expected.png: Replaced.
2929 * platform/mac/tables/mozilla/bugs/bug80762-1-expected.checksum: Replaced.
2930 * platform/mac/tables/mozilla/bugs/bug80762-1-expected.png: Replaced.
2931 * platform/mac/tables/mozilla/bugs/bug82946-1-expected.checksum: Replaced.
2932 * platform/mac/tables/mozilla/bugs/bug82946-1-expected.png: Replaced.
2933 * platform/mac/tables/mozilla/bugs/bug8411-expected.checksum:
2934 * platform/mac/tables/mozilla/bugs/bug8411-expected.png:
2935 * platform/mac/tables/mozilla/bugs/bug8858-expected.checksum: Replaced.
2936 * platform/mac/tables/mozilla/bugs/bug8858-expected.png: Replaced.
2937 * platform/mac/tables/mozilla/bugs/bug8950-expected.checksum: Replaced.
2938 * platform/mac/tables/mozilla/bugs/bug8950-expected.png: Replaced.
2939 * platform/mac/tables/mozilla/bugs/bug9123-1-expected.checksum: Replaced.
2940 * platform/mac/tables/mozilla/bugs/bug9123-1-expected.png: Replaced.
2941 * platform/mac/tables/mozilla/bugs/bug9123-2-expected.checksum: Replaced.
2942 * platform/mac/tables/mozilla/bugs/bug9123-2-expected.png: Replaced.
2943 * platform/mac/tables/mozilla/bugs/bug92143-expected.checksum: Replaced.
2944 * platform/mac/tables/mozilla/bugs/bug92143-expected.png: Replaced.
2945 * platform/mac/tables/mozilla/bugs/bug93363-expected.checksum: Replaced.
2946 * platform/mac/tables/mozilla/bugs/bug93363-expected.png: Replaced.
2947 * platform/mac/tables/mozilla/bugs/bug96334-expected.checksum: Replaced.
2948 * platform/mac/tables/mozilla/bugs/bug96334-expected.png: Replaced.
2949 * platform/mac/tables/mozilla/bugs/bug965-expected.checksum: Replaced.
2950 * platform/mac/tables/mozilla/bugs/bug965-expected.png: Replaced.
2951 * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.checksum: Replaced.
2952 * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png: Replaced.
2953 * platform/mac/tables/mozilla/core/borders-expected.checksum: Replaced.
2954 * platform/mac/tables/mozilla/core/borders-expected.png: Replaced.
2955 * platform/mac/tables/mozilla/core/col_span-expected.checksum: Replaced.
2956 * platform/mac/tables/mozilla/core/col_span-expected.png: Replaced.
2957 * platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum: Replaced.
2958 * platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png: Replaced.
2959 * platform/mac/tables/mozilla/core/col_widths_auto_autoPer-expected.checksum: Replaced.
2960 * platform/mac/tables/mozilla/core/col_widths_auto_autoPer-expected.png: Replaced.
2961 * platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.checksum: Replaced.
2962 * platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.png: Replaced.
2963 * platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.checksum: Replaced.
2964 * platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.png: Replaced.
2965 * platform/mac/tables/mozilla/core/col_widths_auto_per-expected.checksum: Replaced.
2966 * platform/mac/tables/mozilla/core/col_widths_auto_per-expected.png: Replaced.
2967 * platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.checksum: Replaced.
2968 * platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.png: Replaced.
2969 * platform/mac/tables/mozilla/core/col_widths_fix_autoPer-expected.checksum: Replaced.
2970 * platform/mac/tables/mozilla/core/col_widths_fix_autoPer-expected.png: Replaced.
2971 * platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.checksum: Replaced.
2972 * platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.png: Replaced.
2973 * platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.checksum: Replaced.
2974 * platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.png: Replaced.
2975 * platform/mac/tables/mozilla/core/margins-expected.checksum: Replaced.
2976 * platform/mac/tables/mozilla/core/margins-expected.png: Replaced.
2977 * platform/mac/tables/mozilla/core/one_row-expected.checksum: Replaced.
2978 * platform/mac/tables/mozilla/core/one_row-expected.png: Replaced.
2979 * platform/mac/tables/mozilla/core/row_span-expected.checksum: Replaced.
2980 * platform/mac/tables/mozilla/core/row_span-expected.png: Replaced.
2981 * platform/mac/tables/mozilla/core/table_rules-expected.checksum: Replaced.
2982 * platform/mac/tables/mozilla/core/table_rules-expected.png: Replaced.
2983 * platform/mac/tables/mozilla/core/table_widths-expected.checksum: Replaced.
2984 * platform/mac/tables/mozilla/core/table_widths-expected.png: Replaced.
2985 * platform/mac/tables/mozilla/dom/deleteTbodyRebuild1-expected.checksum: Replaced.
2986 * platform/mac/tables/mozilla/dom/deleteTbodyRebuild1-expected.png: Replaced.
2987 * platform/mac/tables/mozilla/dom/insertCellsRebuild1-expected.checksum: Replaced.
2988 * platform/mac/tables/mozilla/dom/insertCellsRebuild1-expected.png: Replaced.
2989 * platform/mac/tables/mozilla/images/adforce_imgis_com-expected.checksum: Replaced.
2990 * platform/mac/tables/mozilla/images/adforce_imgis_com-expected.png: Replaced.
2991 * platform/mac/tables/mozilla/marvin/body_tbody-expected.checksum: Replaced.
2992 * platform/mac/tables/mozilla/marvin/body_tbody-expected.png: Replaced.
2993 * platform/mac/tables/mozilla/marvin/body_tfoot-expected.checksum: Replaced.
2994 * platform/mac/tables/mozilla/marvin/body_tfoot-expected.png: Replaced.
2995 * platform/mac/tables/mozilla/marvin/body_thead-expected.checksum: Replaced.
2996 * platform/mac/tables/mozilla/marvin/body_thead-expected.png: Replaced.
2997 * platform/mac/tables/mozilla/marvin/col_span-expected.checksum: Replaced.
2998 * platform/mac/tables/mozilla/marvin/col_span-expected.png: Replaced.
2999 * platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.checksum: Replaced.
3000 * platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.png: Replaced.
3001 * platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.checksum: Replaced.
3002 * platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.png: Replaced.
3003 * platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.checksum: Replaced.
3004 * platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.png: Replaced.
3005 * platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.checksum: Replaced.
3006 * platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.png: Replaced.
3007 * platform/mac/tables/mozilla/marvin/colgroup_span-expected.checksum: Replaced.
3008 * platform/mac/tables/mozilla/marvin/colgroup_span-expected.png: Replaced.
3009 * platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.checksum: Replaced.
3010 * platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.png: Replaced.
3011 * platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.checksum: Replaced.
3012 * platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.png: Replaced.
3013 * platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.checksum: Replaced.
3014 * platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.png: Replaced.
3015 * platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.checksum: Replaced.
3016 * platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.png: Replaced.
3017 * platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.checksum: Replaced.
3018 * platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.png: Replaced.
3019 * platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.checksum: Replaced.
3020 * platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.png: Replaced.
3021 * platform/mac/tables/mozilla/marvin/table_frame_border-expected.checksum: Replaced.
3022 * platform/mac/tables/mozilla/marvin/table_frame_border-expected.png: Replaced.
3023 * platform/mac/tables/mozilla/marvin/table_frame_box-expected.checksum: Replaced.
3024 * platform/mac/tables/mozilla/marvin/table_frame_box-expected.png: Replaced.
3025 * platform/mac/tables/mozilla/marvin/table_row_align_center-expected.checksum: Replaced.
3026 * platform/mac/tables/mozilla/marvin/table_row_align_center-expected.png: Replaced.
3027 * platform/mac/tables/mozilla/marvin/table_row_align_left-expected.checksum: Replaced.
3028 * platform/mac/tables/mozilla/marvin/table_row_align_left-expected.png: Replaced.
3029 * platform/mac/tables/mozilla/marvin/table_row_align_right-expected.checksum: Replaced.
3030 * platform/mac/tables/mozilla/marvin/table_row_align_right-expected.png: Replaced.
3031 * platform/mac/tables/mozilla/marvin/table_rules_all-expected.checksum: Replaced.
3032 * platform/mac/tables/mozilla/marvin/table_rules_all-expected.png: Replaced.
3033 * platform/mac/tables/mozilla/marvin/table_rules_groups-expected.checksum: Replaced.
3034 * platform/mac/tables/mozilla/marvin/table_rules_groups-expected.png: Replaced.
3035 * platform/mac/tables/mozilla/marvin/table_rules_none-expected.checksum: Replaced.
3036 * platform/mac/tables/mozilla/marvin/table_rules_none-expected.png: Replaced.
3037 * platform/mac/tables/mozilla/marvin/tables_align_center-expected.checksum: Replaced.
3038 * platform/mac/tables/mozilla/marvin/tables_align_center-expected.png: Replaced.
3039 * platform/mac/tables/mozilla/marvin/tables_align_left-expected.checksum: Replaced.
3040 * platform/mac/tables/mozilla/marvin/tables_align_left-expected.png: Replaced.
3041 * platform/mac/tables/mozilla/marvin/tables_align_right-expected.checksum: Replaced.
3042 * platform/mac/tables/mozilla/marvin/tables_align_right-expected.png: Replaced.
3043 * platform/mac/tables/mozilla/marvin/tables_border_0-expected.checksum: Replaced.
3044 * platform/mac/tables/mozilla/marvin/tables_border_0-expected.png: Replaced.
3045 * platform/mac/tables/mozilla/marvin/tables_border_1-expected.checksum: Replaced.
3046 * platform/mac/tables/mozilla/marvin/tables_border_1-expected.png: Replaced.
3047 * platform/mac/tables/mozilla/marvin/tables_border_2-expected.checksum: Replaced.
3048 * platform/mac/tables/mozilla/marvin/tables_border_2-expected.png: Replaced.
3049 * platform/mac/tables/mozilla/marvin/tables_border_3-expected.checksum: Replaced.
3050 * platform/mac/tables/mozilla/marvin/tables_border_3-expected.png: Replaced.
3051 * platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.checksum: Replaced.
3052 * platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.png: Replaced.
3053 * platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.checksum: Replaced.
3054 * platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.png: Replaced.
3055 * platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.checksum: Replaced.
3056 * platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.png: Replaced.
3057 * platform/mac/tables/mozilla/marvin/tables_class-expected.checksum: Replaced.
3058 * platform/mac/tables/mozilla/marvin/tables_class-expected.png: Replaced.
3059 * platform/mac/tables/mozilla/marvin/tables_id-expected.checksum: Replaced.
3060 * platform/mac/tables/mozilla/marvin/tables_id-expected.png: Replaced.
3061 * platform/mac/tables/mozilla/marvin/tables_row_th_nowrap-expected.checksum: Replaced.
3062 * platform/mac/tables/mozilla/marvin/tables_row_th_nowrap-expected.png: Replaced.
3063 * platform/mac/tables/mozilla/marvin/tables_style-expected.checksum: Replaced.
3064 * platform/mac/tables/mozilla/marvin/tables_style-expected.png: Replaced.
3065 * platform/mac/tables/mozilla/marvin/tables_td_align_center-expected.checksum: Replaced.
3066 * platform/mac/tables/mozilla/marvin/tables_td_align_center-expected.png: Replaced.
3067 * platform/mac/tables/mozilla/marvin/tables_td_align_left-expected.checksum: Replaced.
3068 * platform/mac/tables/mozilla/marvin/tables_td_align_left-expected.png: Replaced.
3069 * platform/mac/tables/mozilla/marvin/tables_td_align_right-expected.checksum: Replaced.
3070 * platform/mac/tables/mozilla/marvin/tables_td_align_right-expected.png: Replaced.
3071 * platform/mac/tables/mozilla/marvin/tables_td_colspan-expected.checksum: Replaced.
3072 * platform/mac/tables/mozilla/marvin/tables_td_colspan-expected.png: Replaced.
3073 * platform/mac/tables/mozilla/marvin/tables_td_height-expected.checksum: Replaced.
3074 * platform/mac/tables/mozilla/marvin/tables_td_height-expected.png: Replaced.
3075 * platform/mac/tables/mozilla/marvin/tables_td_nowrap-expected.checksum: Replaced.
3076 * platform/mac/tables/mozilla/marvin/tables_td_nowrap-expected.png: Replaced.
3077 * platform/mac/tables/mozilla/marvin/tables_td_rowspan-expected.checksum: Replaced.
3078 * platform/mac/tables/mozilla/marvin/tables_td_rowspan-expected.png: Replaced.
3079 * platform/mac/tables/mozilla/marvin/tables_td_width-expected.checksum: Replaced.
3080 * platform/mac/tables/mozilla/marvin/tables_td_width-expected.png: Replaced.
3081 * platform/mac/tables/mozilla/marvin/tables_th_align_center-expected.checksum: Replaced.
3082 * platform/mac/tables/mozilla/marvin/tables_th_align_center-expected.png: Replaced.
3083 * platform/mac/tables/mozilla/marvin/tables_th_align_left-expected.checksum: Replaced.
3084 * platform/mac/tables/mozilla/marvin/tables_th_align_left-expected.png: Replaced.
3085 * platform/mac/tables/mozilla/marvin/tables_th_align_right-expected.checksum: Replaced.
3086 * platform/mac/tables/mozilla/marvin/tables_th_align_right-expected.png: Replaced.
3087 * platform/mac/tables/mozilla/marvin/tables_th_colspan-expected.checksum: Replaced.
3088 * platform/mac/tables/mozilla/marvin/tables_th_colspan-expected.png: Replaced.
3089 * platform/mac/tables/mozilla/marvin/tables_th_height-expected.checksum: Replaced.
3090 * platform/mac/tables/mozilla/marvin/tables_th_height-expected.png: Replaced.
3091 * platform/mac/tables/mozilla/marvin/tables_th_rowspan-expected.checksum: Replaced.
3092 * platform/mac/tables/mozilla/marvin/tables_th_rowspan-expected.png: Replaced.
3093 * platform/mac/tables/mozilla/marvin/tables_th_width-expected.checksum: Replaced.
3094 * platform/mac/tables/mozilla/marvin/tables_th_width-expected.png: Replaced.
3095 * platform/mac/tables/mozilla/marvin/tables_width_percent-expected.checksum: Replaced.
3096 * platform/mac/tables/mozilla/marvin/tables_width_percent-expected.png: Replaced.
3097 * platform/mac/tables/mozilla/marvin/tables_width_px-expected.checksum: Replaced.
3098 * platform/mac/tables/mozilla/marvin/tables_width_px-expected.png: Replaced.
3100 2010-05-25 Darin Adler <darin@apple.com>
3102 Update more files that changed as a result of
3103 https://bugs.webkit.org/show_bug.cgi?id=39516
3104 That patch added -webkit-column-span.
3106 * fast/css/getComputedStyle/computed-style-expected.txt:
3107 * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3108 * platform/chromium-mac/fast/css/computed-style-expected.txt:
3109 * platform/chromium-mac/fast/css/computed-style-without-renderer-expected.txt:
3110 * platform/chromium-win/fast/css/computed-style-expected.txt:
3111 * platform/chromium-win/fast/css/computed-style-without-renderer-expected.txt:
3112 * platform/qt/fast/css/getComputedStyle/computed-style-expected.txt:
3113 * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3114 * platform/win/fast/css/getComputedStyle/computed-style-expected.txt:
3115 * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
3116 Added -webkit-column-span.
3118 2010-05-25 Julie Parent <jparent@chromium.org>
3122 Update Chromium test expectations from r60172.
3124 * platform/chromium/html5lib/webkit-runner-expected.txt:
3126 2010-05-25 Adam Barth <abarth@webkit.org>
3128 Reviewed by Eric Seidel.
3130 Add more HTML5 entity parsing test coverage
3131 https://bugs.webkit.org/show_bug.cgi?id=39662
3133 These tests all pass in Firefox. We have some more work to do here.
3134 There's a large testing matrix for entities, so expect more tests in
3137 * html5lib/webkit-runner-expected-html5.txt:
3138 * html5lib/webkit-runner-expected.txt:
3139 * html5lib/webkit-runner.html:
3141 2010-05-25 Antonio Gomes <tonikitoo@webkit.org>
3143 Unreviewed attempt to make Tiger bot green.
3145 [Mac][Tiger] failing philip canvas tests
3146 https://bugs.webkit.org/show_bug.cgi?id=39677
3148 * platform/mac-tiger/Skipped:
3150 2010-05-25 Chang Shu <chang.shu@nokia.com>
3154 Skipped two additional canvas test cases that failed on SnowLeopard only.
3155 https://bugs.webkit.org/show_bug.cgi?id=20553
3157 * platform/mac-snowleopard/Skipped:
3159 2010-05-25 Chang Shu <chang.shu@nokia.com>
3161 Reviewed by Kenneth Rohde Christiansen.
3163 The following are the steps on how the expected results were created:
3164 1. Generated ~800 results on Mac.
3165 2. Manually edited ~100 failed results to "Passed" to make them "expected".
3166 All ~800 expected results are the same across the platforms.
3167 3. Put the failed ones in Mac's Skipped list. Other platforms are skipping
3168 the whole directory, which will be worked on later.
3169 https://bugs.webkit.org/show_bug.cgi?id=20553
3171 * canvas/philip/tests/*-expected.txt: 788 files Added.
3172 * platform/mac/Skipped:
3174 2010-05-25 Adam Barth <abarth@webkit.org>
3176 Reviewed by Eric Seidel.
3178 Clear attributes for each tag in the HTML5 parser
3179 https://bugs.webkit.org/show_bug.cgi?id=39660
3181 I'm surprised this wasn't covered already, but sometimes the most basic
3182 things are the hardest to remember to test.
3184 * html5lib/resources/webkit01.dat:
3186 2010-05-25 Tony Chang <tony@chromium.org>
3188 Not reviewed, fixing the expected result.
3190 [chromium] add v8 baseline for html5lib/webkit-runner.html (error message differences)
3191 https://bugs.webkit.org/show_bug.cgi?id=39659
3193 I checked in expected results generated from the wrong revision.
3195 * platform/chromium/html5lib/webkit-runner-expected.txt:
3197 2010-05-25 Tony Chang <tony@chromium.org>
3199 Reviewed by Adam Barth.
3201 [chromium] add v8 baseline for html5lib/webkit-runner.html (error message differences)
3202 https://bugs.webkit.org/show_bug.cgi?id=39659
3204 * platform/chromium/html5lib/webkit-runner-expected.txt: Added.
3206 2010-05-25 Tony Chang <tony@chromium.org>
3208 Not reviewed, updating test expectations.
3210 [chromium] Fix test expectation for fast/dom/global-constructors.html
3211 https://bugs.webkit.org/show_bug.cgi?id=39656
3213 This test was modified in r60119 and the V8 specific expecatation needs updating.
3214 Also disable fast/dom/prototype-property.html because it's failing.
3216 * platform/chromium-mac/fast/dom/global-constructors-expected.txt: Removed.
3217 * platform/chromium-win/fast/dom/global-constructors-expected.txt: Removed.
3218 * platform/chromium/fast/dom/global-constructors-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/dom/global-constructors-expected.txt.
3219 * platform/chromium/test_expectations.txt:
3221 2010-05-25 Adam Barth <abarth@webkit.org>
3225 Use @type="text/plain" to silence JavaScript parse errors. These
3226 errors show up differently in JSC and V8 and that's not what we're
3227 trying to test with this test.
3229 * html5lib/resources/scriptdata01.dat:
3230 * html5lib/webkit-runner-expected-html5.txt:
3231 * html5lib/webkit-runner-expected.txt:
3233 2010-05-25 Adam Barth <abarth@webkit.org>
3235 Reviewed by Eric Seidel.
3237 Fix <noembed> and <plaintext> content models
3238 https://bugs.webkit.org/show_bug.cgi?id=39653
3240 Update expected result to show new passing test.
3242 * html5lib/webkit-runner-expected-html5.txt:
3244 2010-05-24 Adam Barth <abarth@webkit.org>
3246 Reviewed by Eric Seidel.
3248 First cut at HTML5 entities
3249 https://bugs.webkit.org/show_bug.cgi?id=39649
3251 Update the expected results to show the new passing tests. Yay!
3253 * html5lib/webkit-runner-expected-html5.txt:
3255 2010-05-24 Robert Hogan <robert@webkit.org>
3257 Reviewed by Laszlo Gombos.
3259 [Qt] DRT Support for removeOriginAccessWhitelistEntry
3261 Unskips http/tests/xmlhttprequest/origin-whitelisting-removal.html
3263 [Qt] DRT Support for removeOriginAccessWhitelistEntry
3264 https://bugs.webkit.org/show_bug.cgi?id=39565
3266 * platform/qt/Skipped:
3268 2010-05-24 Andreas Kling <andreas.kling@nokia.com>
3270 Reviewed by Sam Weinig.
3272 Add a test to verify that the 'prototype' property on generated Web IDL interfaces is { DontDelete | ReadOnly }.
3275 http://www.w3.org/TR/WebIDL/#interface-object
3277 https://bugs.webkit.org/show_bug.cgi?id=39436
3279 * fast/dom/global-constructors-expected.txt: Updated baseline.
3280 * fast/dom/global-constructors.html:
3281 * fast/dom/prototype-property-expected.txt: Added.
3282 * fast/dom/prototype-property.html: Added.
3283 * fast/dom/script-tests/prototype-property.js: Added.
3284 (tryToDeletePrototype):
3285 (tryToSetPrototype):
3287 2010-05-24 Adam Barth <abarth@webkit.org>
3289 Reviewed by Eric Seidel.
3291 Import remaining html5lib tests into webkit-runner.html
3292 https://bugs.webkit.org/show_bug.cgi?id=39638
3294 We should be able to drive the diffs between webkit-runner-expected.txt
3295 and webkit-runner-expected-html5.txt to zero.
3297 Another option is to remove webkit-runner and just use runner.html, but
3298 we don't yet support <script src=...> in the HTML5 parser.
3300 * html5lib/webkit-runner-expected-html5.txt:
3301 * html5lib/webkit-runner-expected.txt:
3302 * html5lib/webkit-runner.html:
3304 2010-05-24 Adam Barth <abarth@webkit.org>
3306 Reviewed by Eric Seidel.
3308 Teach the HTML5 parser how to lex escaped script data
3309 https://bugs.webkit.org/show_bug.cgi?id=39630
3311 Add a bunch of tests for parsing script data. I think these tests
3312 drive the lexer into all the script data states.
3314 * html5lib/resources/scriptdata01.dat: Added.
3315 * html5lib/webkit-runner-expected-html5.txt:
3316 * html5lib/webkit-runner-expected.txt:
3317 * html5lib/webkit-runner.html:
3319 2010-05-24 James Robinson <jamesr@chromium.org>
3321 Unreviewed baseline only change
3323 Move Leopard-specific pixel test results from platform/mac to platform/mac-leopard
3324 https://bugs.webkit.org/show_bug.cgi?id=39317
3326 This shuffles the pixel failures in editing/ that are due to small (<0.1%) pixel
3327 diffs in text rendering between Leopard and Snow Leopard.
3329 * platform/mac-leopard/editing/deleting/4922367-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/4922367-expected.checksum.
3330 * platform/mac-leopard/editing/deleting/4922367-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/4922367-expected.png.
3331 * platform/mac-leopard/editing/deleting/5026848-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5026848-1-expected.checksum.
3332 * platform/mac-leopard/editing/deleting/5026848-1-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5026848-1-expected.png.
3333 * platform/mac-leopard/editing/deleting/5026848-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5026848-2-expected.checksum.
3334 * platform/mac-leopard/editing/deleting/5026848-2-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5026848-2-expected.png.
3335 * platform/mac-leopard/editing/deleting/5026848-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5026848-3-expected.checksum.
3336 * platform/mac-leopard/editing/deleting/5026848-3-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5026848-3-expected.png.
3337 * platform/mac-leopard/editing/deleting/5032066-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5032066-expected.checksum.
3338 * platform/mac-leopard/editing/deleting/5032