| 2010-06-14 Jeremy Orlow <jorlow@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Reenable IDBDatabaseRequest's description attribute |
| https://bugs.webkit.org/show_bug.cgi?id=39826 |
| |
| Existing test now fixed. |
| |
| * storage/indexeddb/idb-database-request-expected.txt: |
| |
| 2010-06-14 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed trivial fix. |
| |
| [Qt] Update platform specific expected file after r61100. |
| |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: updated. |
| |
| 2010-06-13 Charles Wei <charles.wei@torchmobile.com.cn> |
| |
| Reviewed by George Staikos. |
| |
| Test case to verify that MIME type in uppercase (TEXT/HTML) is supported. |
| https://bugs.webkit.org/show_bug.cgi?id=39492 |
| |
| * http/tests/mime/resources/uppercase-mime-type.php: Added. |
| * http/tests/mime/uppercase-mime-type-expected.txt: Added. |
| * http/tests/mime/uppercase-mime-type.html: Added. |
| |
| 2010-06-13 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Darin Alder. |
| |
| AX: link won't return linked element if URL contains # |
| https://bugs.webkit.org/show_bug.cgi?id=40192 |
| |
| * platform/mac/accessibility/internal-link-when-document-has-fragment-expected.txt: Added. |
| * platform/mac/accessibility/internal-link-when-document-has-fragment.html: Added. |
| |
| 2010-06-13 Simon Fraser <simon.fraser@apple.com> |
| |
| Fix GTK bots; don't include the offsetWidth in the results |
| since it can differ between platforms. |
| |
| * transitions/font-family-during-transition-expected.txt: |
| * transitions/font-family-during-transition.html: |
| |
| 2010-06-13 Sam Weinig <sam@webkit.org> |
| |
| Reviewed by Anders Carlsson. |
| |
| Update tests for https://bugs.webkit.org/show_bug.cgi?id=40550 |
| XMLHttpRequest constructor object should expose the constants from the IDL. |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/XMLHttpRequest-constants-expected.txt: Added. |
| * fast/dom/XMLHttpRequest-constants.html: Added. |
| * fast/dom/script-tests/XMLHttpRequest-constants.js: Added. |
| |
| 2010-06-13 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| -webkit-transition font-size and font-family |
| https://bugs.webkit.org/show_bug.cgi?id=33429 |
| |
| Test that checks that the correct font-family is being used during a font |
| size transition by comparing offsetWidth with a control element. |
| |
| * transitions/font-family-during-transition-expected.txt: Added. |
| * transitions/font-family-during-transition.html: Added. |
| * transitions/transition-test-helpers.js: |
| (expected): |
| |
| 2010-06-13 Darin Adler <darin@apple.com> |
| |
| Updated Windows-platform results for the fix for bug 40394. |
| The patch fixed the cross-platform results, GTK results, and Qt results, |
| but there were Windows results too. |
| |
| * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/win/fast/dom/prototype-inheritance-2-expected.txt: |
| * platform/win/fast/dom/prototype-inheritance-expected.txt: |
| * platform/win/fast/js/global-constructors-expected.txt: |
| |
| 2010-06-13 Dan Bernstein <mitz@apple.com> |
| |
| Updated results after r61092. |
| |
| * fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt: |
| |
| 2010-06-08 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| [Qt] Add support for callShouldCloseOnWebView() to DRT |
| https://bugs.webkit.org/show_bug.cgi?id=40330 |
| |
| * platform/qt/Skipped: Unskip fast/events/onbeforeunload-focused-iframe.html |
| |
| 2010-06-12 Dmitry Titov <dimich@chromium.org> |
| |
| Not reviewed, update Chromium expected result following r61071. |
| |
| * platform/chromium/fast/dom/prototype-inheritance-expected.txt: |
| |
| 2010-06-12 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Darin Adler. |
| |
| Window object should have CanvasGradient and CanvasPattern |
| https://bugs.webkit.org/show_bug.cgi?id=40394 |
| |
| Unskipped 2 tests that are now working properly. |
| |
| * canvas/philip/tests/2d.gradient.object.return-expected.txt: |
| * canvas/philip/tests/2d.pattern.basic.type-expected.txt: |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/Window/window-property-descriptors-expected.txt: |
| * fast/dom/dom-constructors-expected.txt: |
| * fast/dom/prototype-inheritance-2-expected.txt: |
| * fast/dom/prototype-inheritance-expected.txt: |
| * fast/js/global-constructors-expected.txt: |
| * platform/gtk/fast/dom/Window/window-properties-expected.txt: |
| * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/gtk/fast/dom/prototype-inheritance-expected.txt: |
| * platform/gtk/fast/js/global-constructors-expected.txt: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/qt/fast/dom/prototype-inheritance-expected.txt: |
| * platform/qt/fast/js/global-constructors-expected.txt: |
| |
| 2010-06-12 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Oliver Hunt. |
| |
| <rdar://problem/8025267> REGRESSION (Safari 4-TOT): Crash when a frame’s resize handler removes the frame |
| https://bugs.webkit.org/show_bug.cgi?id=40534 |
| |
| * fast/replaced/frame-removed-during-resize-expected.txt: Added. |
| * fast/replaced/frame-removed-during-resize.html: Added. |
| |
| 2010-06-12 Dmitry Titov <dimich@chromium.org> |
| |
| Not reviewed, update for Chromium test expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-12 Dean Jackson <dino@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| Animation keyframe timing functions are applying incorrectly |
| https://bugs.webkit.org/show_bug.cgi?id=38963 |
| |
| Testcases for timing functions inside keyframes on 'left' and '-webkit-transform'. |
| |
| * animations/keyframe-timing-functions-transform-expected.txt: Added. |
| * animations/keyframe-timing-functions-transform.html: Added. |
| * animations/keyframe-timing-functions2-expected.txt: Added. |
| * animations/keyframe-timing-functions2.html: Added. |
| |
| 2010-06-12 Dan Bernstein <mitz@apple.com> |
| |
| Reviewed by Dave Hyatt. |
| |
| <rdar://problem/7882140> -webkit-column-break-* properties don’t do anything |
| https://bugs.webkit.org/show_bug.cgi?id=40531 |
| |
| * fast/multicol/break-properties-expected.txt: Added. |
| * fast/multicol/break-properties.html: Added. |
| |
| 2010-06-13 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| FrameLoader::clear() clears JS objects that cached pages later rely on |
| |
| https://bugs.webkit.org/show_bug.cgi?id=37725 |
| https://bugs.webkit.org/show_bug.cgi?id=31626 |
| |
| Fix the following tests for Qt: |
| |
| fast/events/pageshow-pagehide-on-back-cached.html |
| fast/events/pageshow-pagehide-on-back-cached-with-frames.html |
| fast/loader/input-element-page-cache-crash.html |
| fast/dom/Window/timer-resume-on-navigation-back.html |
| loader/go-back-to-different-window-size.html |
| fast/dom/javascript-url-crash-function.html |
| fast/dom/location-new-window-no-crash.html |
| http/tests/security/javascriptURL/xss-ALLOWED-from-javascript-url-window-open.html |
| fast/dom/set-frame-src-while-running-script-in-frame.html |
| |
| which currently fail because the page's Qt-bindings runtime objects are |
| cleared when navigating away from the page containing them. |
| |
| Track Qt-bindings objects in a separate ScriptController::cacheableRootBindingObject(). |
| RuntimeObjects tracked by this root object will not get invalidated on page navigations, |
| so they will still be available when the pages containing them are retrieved from the |
| b/f cache. |
| |
| This means the Qt bindings objects will only get cleared on Frame::pageDestroyed(). |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-12 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| REGRESSION: Can't submit a form with <input type=radio required> |
| https://bugs.webkit.org/show_bug.cgi?id=40429 |
| |
| * fast/forms/ValidityState-valueMissing-radio-expected.txt: |
| * fast/forms/interactive-validation-required-radio-expected.txt: Added. |
| * fast/forms/interactive-validation-required-radio.html: Added. |
| * fast/forms/script-tests/ValidityState-valueMissing-radio.js: |
| We need to test against a radio group with at least three radio buttons |
| because we should test behaviors of |
| - checked |
| - unchecked |
| - neither checked nor unchecked |
| |
| 2010-06-12 Kent Tamura <tkent@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Disable interactive form validation in non-strict modes |
| https://bugs.webkit.org/show_bug.cgi?id=40218 |
| |
| * fast/forms/interactive-validation-compat-mode-expected.txt: Added. |
| * fast/forms/interactive-validation-compat-mode.html: Added. |
| * fast/forms/interactive-validation-html4-expected.txt: Added. |
| * fast/forms/interactive-validation-html4.html: Added. |
| |
| 2010-06-12 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Back-forward list dumping is incorrect |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36392 |
| |
| Support dumping child history items in DRT. |
| |
| Unskip: |
| |
| fast/loader/frame-src-change-added-to-history.html |
| fast/loader/frame-src-change-not-added-to-history.html |
| fast/loader/frame-location-change-not-added-to-history.html |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-11 Eric Seidel <eric@webkit.org> |
| |
| Unreviewed. Just updating expectations. |
| |
| tables/mozilla/bugs/bug1188.html needlessly depends on HTML Parser text node handling |
| https://bugs.webkit.org/show_bug.cgi?id=40485 |
| |
| The current HTML5 parser is expected to fail the new webkit01 test. |
| It will be fixed when we fix text-node coalescing as discussed in |
| the previous commit. |
| |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/webkit-resumer-expected-html5.txt: |
| |
| 2010-06-11 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r61052. |
| http://trac.webkit.org/changeset/61052 |
| https://bugs.webkit.org/show_bug.cgi?id=40517 |
| |
| "Broke fast/forms/caret-rtl.html on Mac bots" (Requested by |
| eseidel on #webkit). |
| |
| * fast/html/hidden-attr-expected.txt: Removed. |
| * fast/html/hidden-attr.html: Removed. |
| |
| 2010-06-11 Maciej Stachowiak <mjs@apple.com> |
| |
| Reviewed by Ojan Vafai. |
| |
| Implement HTML5 hidden attribute |
| https://bugs.webkit.org/show_bug.cgi?id=40511 |
| |
| * fast/html/hidden-attr-expected.txt: Added. |
| * fast/html/hidden-attr.html: Added. Test static and dynamic cases of hidden attribute. |
| |
| 2010-06-11 Simon Fraser <simon.fraser@apple.com> |
| |
| Add expected result missing from the previous commit. |
| |
| * svg/text/text-style-invalid-expected.txt: Added. |
| |
| 2010-06-11 Abhishek Arya <inferno@chromium.org> |
| |
| Reviewed by Dave Hyatt. |
| |
| Tests that we do not crash while rendering SVG text with CSS styles :first-letter and :first-line. |
| https://bugs.webkit.org/show_bug.cgi?id=40031 |
| |
| * svg/text/text-style-invalid-expected.txt: Added. |
| * svg/text/text-style-invalid.svg: Added. |
| |
| 2010-06-11 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| getParameter with UNPACK_FLIP_Y_WEBGL and UNPACK_PREMULTIPLY_ALPHA_WEBGL is buggy |
| https://bugs.webkit.org/show_bug.cgi?id=40506 |
| |
| Return the data members of WebGLRenderingContext for these |
| parameter queries rather than asking OpenGL, which knows nothing |
| about them. |
| |
| * fast/canvas/webgl/gl-get-calls-expected.txt: |
| * fast/canvas/webgl/gl-get-calls.html: |
| |
| 2010-06-11 Simon Fraser <simon.fraser@apple.com> |
| |
| Reviewed by Dr Dan Bernstein. |
| |
| REGRESSION: crash when unloading an iFrame with Flash from the DOM |
| https://bugs.webkit.org/show_bug.cgi?id=40161 |
| <rdar://problem/7994710> |
| |
| Layout test for dynamically removing an iframe whose compositing layers are connected to those of the parent document. |
| |
| * compositing/iframes/remove-iframe-crash-expected.txt: Added. |
| * compositing/iframes/remove-iframe-crash.html: Added. |
| |
| 2010-06-11 Abhishek Arya <inferno@chromium.org> |
| |
| Reviewed by David Hyatt. |
| |
| Tests that we do not crash when clearing floats during SVG load. |
| https://bugs.webkit.org/show_bug.cgi?id=40033 |
| |
| * svg/text/clear-floats-crash-expected.txt: Added. |
| * svg/text/clear-floats-crash.svg: Added. |
| |
| 2010-06-11 Dmitry Titov <dimich@chromium.org> |
| |
| Unreviewed, fixing Chromium test bots. |
| |
| * platform/chromium/test_expectations.txt: |
| Adding MISSING expectation for the fast/css/nested-rounded-corners.html |
| |
| 2010-06-11 Kenneth Russell <kbr@google.com> |
| |
| Unreviewed, test fix. |
| |
| gl-get-calls failing apparently due to UNPACK_ALIGNMENT test |
| https://bugs.webkit.org/show_bug.cgi?id=40502 |
| |
| Disabled new test of UNPACK_ALIGNMENT which appears to be failing |
| on some of the bots. |
| |
| * fast/canvas/webgl/gl-get-calls-expected.txt: |
| * fast/canvas/webgl/gl-get-calls.html: |
| |
| 2010-06-11 James Robinson <jamesr@chromium.org> |
| |
| Unreviewed baselines for new test on Qt/Gtk. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40456 |
| |
| Qt and Gtk appear to produce layers of slightly different sizes |
| for blocks with rounded corners, probably due to roundoff difference |
| in the graphics layers. Since the diffs are +/- 1 pixel, just |
| rebaselining. |
| |
| * platform/gtk/fast/css/nested-rounded-corners-expected.txt: Added. |
| * platform/qt/fast/css/nested-rounded-corners-expected.txt: Added. |
| |
| 2010-06-11 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Add texImage2D and texSubImage2D signatures with internal format, etc. |
| https://bugs.webkit.org/show_bug.cgi?id=40318 |
| |
| Added new texImage2D and texSubImage2D entry points following |
| WebGL specification changes. Added UNPACK_FLIP_Y_WEBGL and |
| UNPACK_PREMULTIPLY_ALPHA_WEBGL pixelStorei parameters, honored |
| them for the new entry points taking HTML elements, and added |
| support to getParameter. Added warnings to the console for calls |
| to the obsolete entry points, which will be removed in a few |
| weeks. Updated all layout tests to use the new entry points and |
| pixelStorei parameters, and associated expectations. No other new |
| tests. |
| |
| * fast/canvas/webgl/bug-32364-expected.txt: |
| * fast/canvas/webgl/bug-32364.html: |
| * fast/canvas/webgl/bug-32888.html: |
| * fast/canvas/webgl/gl-get-calls-expected.txt: |
| * fast/canvas/webgl/gl-get-calls.html: |
| * fast/canvas/webgl/resources/utils3d.js: |
| (doLoadImageTexture): |
| * fast/canvas/webgl/script-tests/texImageTest.js: |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data-expected.txt: |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data.html: |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-expected.txt: |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html: |
| * fast/canvas/webgl/texImage2DImageDataTest.html: |
| * fast/canvas/webgl/texImageTest-expected.txt: |
| * fast/canvas/webgl/texture-npot.html: |
| |
| 2010-06-11 Zhenyao Mo <zmo@google.com> |
| |
| Unreviewed, roll out the failing part of a test. |
| |
| fast/canvas/webgl/get-active-test.html failed in Chrome Mac |
| https://bugs.webkit.org/show_bug.cgi?id=40496 |
| |
| * fast/canvas/webgl/get-active-test-expected.txt: Roll out the failing part. |
| * fast/canvas/webgl/script-tests/get-active-test.js: Ditto. |
| |
| 2010-06-11 James Robinson <jamesr@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| [chromium] Skia mispaints pages with border-radius |
| https://bugs.webkit.org/show_bug.cgi?id=40456 |
| |
| Tests deeply nested divs with border-radius. |
| |
| * fast/css/nested-rounded-corners-expected.txt: Added. |
| * fast/css/nested-rounded-corners.html: Added. |
| * platform/chromium/test_expectations.txt |
| * platform/chromium-linux/fast/css/nested-rounded-corners-expected.checksum: Added. |
| * platform/chromium-linux/fast/css/nested-rounded-corners-expected.png: Added. |
| |
| 2010-06-11 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| tables/mozilla/bugs/bug1188.html needlessly depends on HTML Parser text node handling |
| https://bugs.webkit.org/show_bug.cgi?id=40485 |
| |
| The old HTMLTokenizer handled invalid close tags like "< /A>" as part |
| of the lexing step. The HTML5 parser specification dictates that |
| the tokenization/lexing step is to output each character token in sequence |
| and that the parser is to insert emitted character tokens into the last |
| parser-created text node. In our current HTML5Lexer-with-old-HTMLParser |
| setup, we gather up character tokens and output them all in one bunch |
| (to match the expectations of the old parser). |
| |
| In the case of "foo< /A>" the HTML5Lexer sees the '<', switched out of the |
| "data" state and emits all pending characters assuming the start of a close tag. |
| When it sees the ' ' it switches back to the "data" state. The HTML5Lexer |
| expects that the parser will coalesce the separate characters it emitted |
| into one text node. Since we haven't implemented the parser side of the |
| HTML5 spec, for now we don't. This is a known issue we will address after |
| enabling the HTML5Lexer, as we start to write an HTML5-compliant parser. |
| |
| This text-node-coalescing behavior is already tested by numerous html5lib |
| tests, however this was the only layout test which hit this quirk. I've |
| added yet another html5lib test of this exact case just for good measure. |
| |
| * html5lib/resources/webkit01.dat: |
| - Add a test of this exact case to make sure we don't miss it when implementing |
| an HTML5-compliant parser. |
| * tables/mozilla/bugs/bug1188.html: |
| - Replace "< /A>" with "< /A>" to avoid hitting this lexing quirk. |
| |
| 2010-06-11 Dmitry Titov <dimich@chromium.org> |
| |
| Unreviewed, update Chromium test expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| http://trac.webkit.org/changeset/60999 regressed acid3.html image match on Chromium Mac. |
| http://trac.webkit.org/changeset/61020 modified get-active-test.html that now fails on Chromium Mac. |
| |
| 2010-06-11 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Delete custom JSC bindings for bufferData, texImage2D and texSubImage2D |
| https://bugs.webkit.org/show_bug.cgi?id=40443 |
| |
| Deleted custom JSC bindings for bufferData, texImage2D and |
| texSubImage2D and fixed minor associated issues in code generator |
| and IDL. Updated fast/canvas/webgl/texImageTest-expected.txt, |
| which now runs as intended. Ran all layout tests, including WebGL |
| tests, in Safari. |
| |
| * fast/canvas/webgl/script-tests/texImageTest.js: |
| * fast/canvas/webgl/texImageTest-expected.txt: |
| |
| 2010-06-11 Alexey Proskuryakov <ap@apple.com> |
| |
| Written by Dave Moore <davemoore@google.com>. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=22741 |
| innerHTML, forms and images don't play well together |
| |
| This was fixed already (in bug 34076), just landing an additional test. |
| |
| * fast/forms/form-image-access-by-name-expected.txt: Added. |
| * fast/forms/form-image-access-by-name.html: Added. |
| |
| 2010-06-10 Alexey Proskuryakov <ap@apple.com> |
| |
| Rubber-stamped by Sam Weinig. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=18830 |
| Assertion failure (using HashMap empty value) in svg/W3C-SVG-1.1/fonts-glyph-02-t.svg |
| |
| This doesn't happen any more, the code has changed a lot since 2008. Re-enabling the test. |
| |
| * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt: |
| * svg/W3C-SVG-1.1/fonts-glyph-02-t.svg: Copied from LayoutTests/svg/W3C-SVG-1.1/fonts-glyph-02-t.svg-disabled. |
| * svg/W3C-SVG-1.1/fonts-glyph-02-t.svg-disabled: Removed. |
| |
| 2010-06-11 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| getActiveUniform must ensure names of arrays end in "[0]" |
| https://bugs.webkit.org/show_bug.cgi?id=38709 |
| |
| * fast/canvas/webgl/get-active-test-expected.txt: Copied from LayoutTests/fast/canvas/webgl/getActiveTest-expected.txt, modified to test array names. |
| * fast/canvas/webgl/get-active-test.html: Copied from LayoutTests/fast/canvas/webgl/getActiveTest.html. |
| * fast/canvas/webgl/getActiveTest-expected.txt: Removed. |
| * fast/canvas/webgl/getActiveTest.html: Removed. |
| * fast/canvas/webgl/resources/intArrayUniformShader.vert: Added, with array uniform. |
| * fast/canvas/webgl/script-tests/get-active-test.js: Copied from LayoutTests/fast/canvas/webgl/script-tests/getActiveTest.js, modified to test array names. |
| * fast/canvas/webgl/script-tests/getActiveTest.js: Removed. |
| |
| 2010-06-11 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| readPixels with negative width/height should generate INVALID_VALUE and return |
| https://bugs.webkit.org/show_bug.cgi?id=39704 |
| |
| * fast/canvas/webgl/read-pixels-expected.txt: Add test cases for non-positive width/height. |
| * fast/canvas/webgl/read-pixels.html: Ditto. |
| |
| 2010-06-11 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| uniform* entry points must ignore the call if a null WebGLUniformLocation is passed |
| https://bugs.webkit.org/show_bug.cgi?id=38707 |
| |
| * fast/canvas/webgl/null-uniform-location-expected.txt: No error is generated if a null WebGLUniformLocation is passed to uniform*(). |
| * fast/canvas/webgl/script-tests/null-uniform-location.js: Ditto. |
| * fast/canvas/webgl/script-tests/uniform-location.js: Ditto. |
| * fast/canvas/webgl/uniform-location-expected.txt: Ditto. |
| |
| 2010-06-11 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| drawElements/drawArrays should validate input parameters according to GLES2 spec |
| https://bugs.webkit.org/show_bug.cgi?id=38700 |
| |
| * fast/canvas/webgl/draw-arrays-out-of-bounds-expected.txt: Copied from LayoutTests/fast/canvas/webgl/drawArraysOutOfBounds-expected.txt, and fix a few test cases. |
| * fast/canvas/webgl/draw-arrays-out-of-bounds.html: Copied from LayoutTests/fast/canvas/webgl/drawArraysOutOfBounds.html, and fix a few test cases. |
| * fast/canvas/webgl/draw-elements-out-of-bounds-expected.txt: Copied from LayoutTests/fast/canvas/webgl/drawElementssOutOfBounds-expected.txt, and fix a few test cases. |
| * fast/canvas/webgl/draw-elements-out-of-bounds.html: Copied from LayoutTests/fast/canvas/webgl/drawElementssOutOfBounds.html, and fix a few test cases. |
| * fast/canvas/webgl/drawArraysOutOfBounds-expected.txt: Removed. |
| * fast/canvas/webgl/drawArraysOutOfBounds.html: Removed. |
| * fast/canvas/webgl/drawElementssOutOfBounds-expected.txt: Removed. |
| * fast/canvas/webgl/drawElementssOutOfBounds.html: Removed. |
| * fast/canvas/webgl/resources/webgl-test.js: Add helper functions for easy test of gl function errors. |
| (getGLErrorAsString): |
| (shouldGenerateGLError): |
| |
| 2010-06-11 Luiz Agostini <luiz.agostini@openbossa.org>, Kenneth Rohde Christiansen <kenneth@webkit.org> |
| |
| Reviewed by Antti Koivisto. |
| |
| CSS3 Media Queries are not serialized according to CSSOM |
| https://bugs.webkit.org/show_bug.cgi?id=39220 |
| |
| Added test for testing the serialization, plus updated current |
| tests to take serialization into account. |
| |
| * fast/css/insertRule-media-expected.txt: |
| * fast/css/insertRule-media.html: |
| * fast/css/resources/insertRule-media.js: |
| * fast/media/media-query-serialization-expected.txt: Added. |
| * fast/media/media-query-serialization.html: Added. |
| |
| 2010-06-10 Pavel Feldman <pfeldman@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: Port performSearch from InjectedScript to InspectorDOMAgent. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40422 |
| |
| * inspector/elements-panel-search.html: |
| |
| 2010-06-07 Pavel Feldman <pfeldman@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: add a test for dumping global object in the console. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40241 |
| |
| * http/tests/inspector/inspector-test.js: |
| (frontend_dumpTreeOutline): |
| (frontend_dumpTreeItem): |
| * inspector/console-dir-global-expected.txt: Added. |
| * inspector/console-dir-global.html: Added. |
| * inspector/elements-tests.js: |
| (frontend_dumpStyleTreeItem): |
| |
| 2010-06-11 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Vertex attributes enabled as arrays but not bound to buffers must generate INVALID_OPERATION |
| https://bugs.webkit.org/show_bug.cgi?id=40315 |
| |
| * fast/canvas/webgl/index-validation-expected.txt: Generate INVALID_ERROR when an enabled vertex attrib is not bound to any buffer in drawElements(). |
| * fast/canvas/webgl/script-tests/index-validation.js: Ditto. |
| |
| 2010-06-11 Tony Gentilcore <tonyg@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Update acid3 test with latest from acid3.acidtests.org |
| https://bugs.webkit.org/show_bug.cgi?id=40428 |
| |
| This is a straight copy from "curl http://acid3.acidtests.org/" with |
| LayoutTest specific bits reapplied: |
| - Rename resources to resources/acid3/... |
| - Add window.layoutTestController bits to start and end. |
| |
| We still fail the same link test. The difference is that its error |
| changed from "LINKTEST FAILED" to "YOU SHOULD NOT SEE THIS AT ALL". |
| |
| * http/tests/misc/acid3-expected.checksum: |
| * http/tests/misc/acid3-expected.png: |
| * http/tests/misc/acid3-expected.txt: |
| * http/tests/misc/acid3.html: |
| |
| 2010-06-11 Steve Block <steveblock@google.com> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Client-based Geolocation does not handle multiple simultaneous requests |
| https://bugs.webkit.org/show_bug.cgi?id=40148 |
| |
| The change to the GeolocationController is explicitly tested with multiple-requests.html. |
| |
| This change also fixes reentrant-error.html and reentrant-success.html which were previously |
| on the mac skipped list. reentrant-error.html required a minor tweak as the mac |
| GeolocationController can only provide an error code of 2 (POSITION_UNAVAILABLE). |
| |
| Added to GTK skipped list. |
| |
| * fast/dom/Geolocation/multiple-requests-expected.txt: Added. |
| * fast/dom/Geolocation/multiple-requests.html: Added. |
| * fast/dom/Geolocation/script-tests/multiple-requests.js: Added. |
| * fast/dom/Geolocation/script-tests/reentrant-error.js: |
| * platform/mac/Skipped: |
| * platform/gtk/Skipped: |
| |
| 2010-06-11 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Unreviewed. |
| |
| Skip re-enabled SVG test (svg/W3C-SVG-1.1/fonts-glyph-02-t) |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-10 Yuzo Fujishima <yuzo@google.com> |
| |
| Reviewed by Shinichiro Hamaji. |
| |
| Fix Bug 40452: REGRESSION: printing is broken if stylesheet has @page |
| https://bugs.webkit.org/show_bug.cgi?id=40452 |
| |
| * platform/chromium/test_expectations.txt: |
| * platform/mac/printing/page-rule-in-media-query-expected.checksum: Added. |
| * platform/mac/printing/page-rule-in-media-query-expected.png: Added. |
| * platform/mac/printing/page-rule-in-media-query-expected.txt: Added. |
| * printing/page-rule-in-media-query.html: Added. |
| |
| 2010-06-10 Oliver Hunt <oliver@apple.com> |
| |
| Reviewed by Maciej Stachowiak. |
| |
| Math Javascript Bug on Safari 5 (webkit 533.16) under "32bit" mode |
| https://bugs.webkit.org/show_bug.cgi?id=40367 |
| |
| Add some tests to ensure correct behaviour of right shift. |
| |
| * fast/js/bitops-type-tag.html: Added. |
| * fast/js/script-tests/bitops-type-tag.js: Added. |
| |
| 2010-06-10 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Kent Tamura. |
| |
| crash when focus is changed while trying to focus next element |
| https://bugs.webkit.org/show_bug.cgi?id=40407 |
| |
| * fast/events/focus-change-crash-expected.txt: Added. |
| * fast/events/focus-change-crash.html: Added. |
| |
| 2010-06-10 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r60979. |
| http://trac.webkit.org/changeset/60979 |
| https://bugs.webkit.org/show_bug.cgi?id=40450 |
| |
| Broke build on Leopard (Requested by kbr_google on #webkit). |
| |
| * fast/canvas/webgl/script-tests/texImageTest.js: |
| * fast/canvas/webgl/texImageTest-expected.txt: |
| |
| 2010-06-10 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Delete custom JSC bindings for bufferData, texImage2D and texSubImage2D |
| https://bugs.webkit.org/show_bug.cgi?id=40443 |
| |
| Deleted custom JSC bindings for bufferData, texImage2D and |
| texSubImage2D and fixed minor associated issues in code generator |
| and IDL. Updated fast/canvas/webgl/texImageTest-expected.txt, |
| which now runs as intended. Ran all layout tests, including WebGL |
| tests, in Safari. |
| |
| * fast/canvas/webgl/script-tests/texImageTest.js: |
| * fast/canvas/webgl/texImageTest-expected.txt: |
| |
| 2010-06-10 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Fix Qt-specific event-sender-keydown-frame.html test |
| |
| It looks like this test was added without elements required for it work. |
| |
| http://bugs.webkit.org/show_bug.cgi?id=20303 |
| |
| * platform/qt/Skipped: |
| * platform/qt/fast/events/event-sender-keydown-frame.html: |
| * platform/qt/fast/events/resources/divs.html: Added. |
| |
| 2010-06-10 Dmitry Titov <dimich@chromium.org> |
| |
| Unreviewed, update Chromium test expectations. |
| |
| * platform/chromium/test_expectations.txt: |
| Disable fast/text/international/khmer-selection.html on Windows regressed by http://trac.webkit.org/changeset/60953 |
| Skip fast/dom/Window/window-properties-geolocation.html unnecessarily enabled by http://trac.webkit.org/changeset/60956 |
| |
| 2010-06-09 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Implement TypedArray BYTES_PER_ELEMENT |
| https://bugs.webkit.org/show_bug.cgi?id=39100 |
| |
| Implemented BYTES_PER_ELEMENT on all ArrayBufferView subclasses. |
| Required bug fixes to JSC bindings' custom constructors. Updated |
| fast/canvas/webgl/array-unit-tests.html to verify. Ran all WebGL |
| layout tests in Safari and Chromium. |
| |
| * fast/canvas/webgl/array-unit-tests.html: |
| |
| 2010-06-10 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| HTML5 Parser should continue parsing after script execution |
| https://bugs.webkit.org/show_bug.cgi?id=40416 |
| |
| Test the ordering of script execution with multiple calls to |
| document.write(). |
| |
| * fast/tokenizer/write-multiple-scripts-expected.txt: Added. |
| * fast/tokenizer/write-multiple-scripts.html: Added. |
| |
| 2010-06-10 Chang Shu <chang.shu@nokia.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Unskip canvas/philip/tests/2d.shadow.enable.blur.html. |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-10 Yael Aharon <yael.aharon@nokia.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| Support for loading notification icons |
| https://bugs.webkit.org/show_bug.cgi?id=40396 |
| |
| * http/tests/notifications: Added. |
| * http/tests/notifications/icon-does-not-exist-expected.txt: Added. |
| * http/tests/notifications/icon-does-not-exist.html: Added. |
| * http/tests/notifications/icon-exists-cancel-expected.txt: Added. |
| * http/tests/notifications/icon-exists-cancel.html: Added. |
| * http/tests/notifications/icon-exists-expected.txt: Added. |
| * http/tests/notifications/icon-exists-show-alert-during-load-expected.txt: Added. |
| * http/tests/notifications/icon-exists-show-alert-during-load.html: Added. |
| * http/tests/notifications/icon-exists.html: Added. |
| * http/tests/notifications/icon-requires-auth-expected.txt: Added. |
| * http/tests/notifications/icon-requires-auth.html: Added. |
| * http/tests/notifications/resources: Added. |
| * http/tests/notifications/resources/icon-exists.png: Added. |
| * http/tests/notifications/resources/icon-requires-auth.php: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-06-10 Daniel Cheng <dcheng@chromium.org> |
| |
| Reviewed by Jian Li. |
| |
| Don't convert filenames to URLs in edit drags. |
| https://bugs.webkit.org/show_bug.cgi?id=38826 |
| |
| For security reasons, we don't want to expose file system paths to web |
| content, so we filter them out of edit drags. |
| |
| * editing/pasteboard/file-drag-to-editable-expected.txt: Added. |
| * editing/pasteboard/file-drag-to-editable.html: Added. |
| * editing/pasteboard/script-tests/file-drag-to-editable.js: Added. |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/qt/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-06-10 Marcus Bulach <bulach@google.com> |
| |
| Reviewed by Jeremy Orlow. |
| |
| [chromium] Upstream layout tests expectations for Geolocation. |
| Rebaseline fast/dom/Geolocation/callback-exception-expected.html due to JSC x V8 messages. |
| https://bugs.webkit.org/show_bug.cgi?id=39721 |
| |
| * platform/chromium/fast/dom/Geolocation/callback-exception-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-09 Andrei Popescu <andreip@google.com> |
| |
| Reviewed by Adam Barth. |
| |
| CodeGeneratorJS.pm incorrectly increments $paramIndex when a method is declared with [CallWith] |
| https://bugs.webkit.org/show_bug.cgi?id=40372 |
| |
| Use two variables to keep track of the number of arguments passed from JavaScript vs the number |
| of arguments passed to the corresponding C++ method. These numbers can be different since |
| the parameter declared via [CallWith] is generated in the bindings instead of being passed |
| from JavaScript. |
| |
| The layout tests added here test both that the parameters are read correctly as well as |
| tests some basic indexed database functionality. There are also bindings specific |
| tests added in TestObj.idl. |
| |
| * storage/indexeddb/idb-objectstore-request-expected.txt: Added. |
| * storage/indexeddb/idb-objectstore-request.html: Added. |
| * storage/indexeddb/script-tests/idb-objectstore-request.js: Added. |
| (openSuccess): |
| (createSuccess): |
| (createObjectStore): |
| (doCreateOrOpen): |
| (test): |
| |
| 2010-06-10 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| fast/repaint/opacity-change-on-overflow-float.html depends on invalid HTML parsing |
| https://bugs.webkit.org/show_bug.cgi?id=40262 |
| |
| See comment in opacity-change-on-overflow-float.html to understand why |
| we made this goofy change. |
| |
| * fast/repaint/opacity-change-on-overflow-float.html: |
| * html5lib/resources/webkit01.dat: |
| * html5lib/runner-expected.txt: |
| * html5lib/webkit-resumer-expected.txt: |
| * platform/chromium-win/fast/repaint/opacity-change-on-overflow-float-expected.txt: |
| * platform/mac/fast/repaint/opacity-change-on-overflow-float-expected.txt: |
| |
| 2010-06-09 Alexey Proskuryakov <ap@apple.com> |
| |
| Undo an accidentally committed change. |
| |
| * fast/events/pageshow-pagehide-on-back-cached.html: |
| |
| 2010-06-09 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Dan Bernstein. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=9504 |
| img tag rewritten by innerHTML doesn't use image map |
| |
| * fast/dom/replaced-image-map-expected.txt: Added. |
| * fast/dom/replaced-image-map.html: Added. |
| |
| 2010-06-09 Roland Steiner <rolandsteiner@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| Bug 35632 - htmlediting.cpp : isEmptyTableCell() is incomplete |
| https://bugs.webkit.org/show_bug.cgi?id=35632 |
| |
| Correct isEmptyTableCell to check for the presence of other renderer |
| children. |
| |
| Layout test checks that deleting a <br> within the last table cell works. |
| |
| * editing/deleting/delete-br-in-last-table-cell-expected.txt: Added. |
| * editing/deleting/delete-br-in-last-table-cell.html: Added. |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-06-09 Qi Zhang <qi.2.zhang@nokia.com> |
| |
| Reviewed by Laszlo Gombos. |
| |
| [Qt] Failed at http://philip.html5.org/tests/canvas/suite/tests/2d.path.arcTo.transformation.html |
| https://bugs.webkit.org/show_bug.cgi?id=38598 |
| |
| Remove canvas/philip/tests/2d.path.arcTo.scale.html, canvas/philip/tests/2d.path.arcTo.transformation.html |
| and canvas/philip/tests/2d.path.transformation.changing.html from Skipped. |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-09 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Fix typo in fast/lists/ordered-list-with-no-ol-tag.html |
| https://bugs.webkit.org/show_bug.cgi?id=40391 |
| |
| This test contains an untermianted end tag, which parses differently in |
| the HTML5 parser than in the legacy parser. Having read the bug that |
| caused this test to be added, making the text valid HTML seems to |
| respect the intent of the test (which is about numbering). |
| |
| As discussed in other patches, we have the parsing behavior covered in |
| parsing tests. |
| |
| * fast/lists/ordered-list-with-no-ol-tag.html: |
| |
| 2010-06-09 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Make invalid comment in fast/css/word-space-extra.html really invalid |
| https://bugs.webkit.org/show_bug.cgi?id=40388 |
| |
| This test tries to have a comment inside a comment. To make that work |
| in the old parser, the author added a space between the -- and the >. |
| However, that's a valid end-of-comment in the new parser. I've change |
| the space to a * to really make it not a valid end of comment. |
| |
| * fast/css/word-space-extra.html: |
| |
| 2010-06-09 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Test how XML directives get attached to the DOM |
| https://bugs.webkit.org/show_bug.cgi?id=40384 |
| |
| In the old parser, the XML directive doesn't get added to the DOM. In |
| new parser (and in Minefield), it gets added as a comment, which shows |
| up in this test. |
| |
| This behavior was tested more obliquely by |
| fast/css-generated-content/hover-style-change.html in some |
| DumpRenderTree output. I've removed that coverage from the CSS test |
| and moved it to a new parser test that can actually be run in other |
| browsers. |
| |
| * fast/css-generated-content/hover-style-change.html: |
| - Remove XML directive that was causing this test to depend on |
| out-of-spec parser behavior w.r.t. whether to attach the XML |
| directive to the DOM. |
| * fast/parser/xml-directive-in-dom-expected.txt: Added. |
| * fast/parser/xml-directive-in-dom.html: Added. |
| |
| 2010-06-09 Enrico Ros <eros@codeaurora.org> |
| |
| Reviewed by Ariya Hidayat. |
| |
| Fixed zero-sized gradients on canvas. |
| https://bugs.webkit.org/show_bug.cgi?id=40340 |
| |
| * platform/mac/Skipped: Unskip the test that is passing now. |
| * platform/qt/Skipped: Unskip the test that is passing now. |
| |
| 2010-06-09 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Update readPixels to take ArrayBufferView rather than returning it |
| https://bugs.webkit.org/show_bug.cgi?id=40322 |
| |
| No new tests; covered by existing tests, which have been modified. |
| |
| * fast/canvas/webgl/bug-32888.html: |
| * fast/canvas/webgl/context-attributes-alpha-depth-stencil-antialias.html: |
| * fast/canvas/webgl/copy-tex-image-and-sub-image-2d.html: |
| * fast/canvas/webgl/point-size.html: |
| * fast/canvas/webgl/read-pixels-expected.txt: |
| * fast/canvas/webgl/read-pixels.html: |
| * fast/canvas/webgl/renderbuffer-initialization.html: |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image-data.html: |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html: |
| * fast/canvas/webgl/tex-sub-image-2d.html: |
| * fast/canvas/webgl/texImage2DImageDataTest.html: |
| * fast/canvas/webgl/texture-npot.html: |
| * fast/canvas/webgl/triangle.html: |
| * fast/canvas/webgl/viewport-unchanged-upon-resize.html: |
| |
| 2010-06-09 Kenneth Russell <kbr@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Rename FloatArray to Float32Array |
| https://bugs.webkit.org/show_bug.cgi?id=40323 |
| |
| Used do-webcore-rename to perform renaming. Manually undid |
| incorrect changes to WebCore/bridge/jni/jsc/JNIBridgeJSC.cpp, |
| WebCore/manual-tests/resources/ArrayParameterTestApplet.java and |
| ArrayParameterTestApplet.class. Updated LayoutTests. Built and ran |
| all layout tests on Safari; built Chromium and ran selected WebGL |
| tests. |
| |
| * fast/canvas/webgl/array-unit-tests-expected.txt: |
| * fast/canvas/webgl/array-unit-tests.html: |
| * fast/dom/Window/script-tests/window-property-descriptors.js: |
| * fast/dom/Window/window-properties.html: |
| * fast/dom/script-tests/constructed-objects-prototypes.js: |
| (constructorPropertiesOnWindow): |
| * fast/dom/script-tests/prototype-inheritance-2.js: |
| (constructorNamesForWindow): |
| * fast/dom/script-tests/prototype-inheritance.js: |
| * fast/js/script-tests/global-constructors.js: |
| |
| 2010-06-09 Tony Gentilcore <tonyg@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| video-timeupdate-duringplayback.html missing closing angle |
| https://bugs.webkit.org/show_bug.cgi?id=40311 |
| |
| This patch removes invalid markup from video-timeupdate-during-playback.html |
| because that is not the point of that test. It adds a new test with |
| the same markup to webkit01.dat. New test fails with --html5-parser. |
| |
| * html5lib/resources/webkit01.dat: |
| * media/video-timeupdate-during-playback.html: |
| |
| 2010-06-09 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| LayoutTests needlessly depend on old parser quirks covered by other tests |
| https://bugs.webkit.org/show_bug.cgi?id=40354 |
| |
| There are two quirks of the old HTMLTokenizer which I'm removing |
| from various tests in this change. |
| - <tag<tag> parsing is a quirk unique to WebKit's old tokenizer |
| and is already tested by fast/invalid/016.html and |
| html5lib/runner.html. |
| - <script/> is another quirk unique to WebKit's old tokenizer and |
| is covered by fast/parser/script-tag-with-trailing-slash.html |
| |
| * fast/block/float/4145535Crash.html: |
| - The test tests a CSS crasher. Changed the html to |
| be explicit about how it should be parsed instead of |
| depending on the <tag<tag> quirk of the old parser. |
| * fast/dom/HTMLScriptElement/script-load-events.html: |
| - Remove testing of <script/> since that's already covered |
| by fast/parser/script-tag-with-trailing-slash.html |
| * fast/dom/HTMLScriptElement/script-set-src-expected.txt: |
| - Same as above. |
| * fast/dom/HTMLScriptElement/script-set-src.html: |
| - Same as above. |
| * fast/events/pageshow-pagehide.html: |
| - Remove dependence on <tag<tag> quirk. |
| * fast/events/resources/pageshow-pagehide-subframe-cachable.html: |
| - <tag<tag> quirk. |
| * fast/events/resources/pageshow-pagehide-subframe.html: |
| - <tag<tag> quirk. |
| * fast/frames/sandboxed-iframe-navigation-parent.html: |
| - <tag<tag> quirk. |
| * fast/lists/w3-css3-list-styles-alphabetic.html: |
| - <tag<tag> quirk. |
| * fast/multicol/negativeColumnWidth.html: |
| - <tag<tag> quirk. |
| * fast/ruby/ruby-illegal-2.html: |
| - The original fix (https://trac.webkit.org/changeset/53525) was |
| a fix to rendering code. I've simply corrected the test to be |
| explicit about how it should be parsed so that it can test the |
| rendering code path without depending on the <tag<tag> quirk |
| of the old HTMLTokenizer. |
| * fast/ruby/ruby-illegal-3.html: |
| - Same as above. |
| * http/tests/misc/generated-content-inside-table.html: |
| - Remove dependence on the <script/> quirk. |
| * svg/custom/svg-fonts-in-html-linebreaks.html: |
| - <tag<tag> quirk. |
| |
| 2010-06-09 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] canvas/philip/tests/2d.path.stroke.overlap.html fails with Qt-4.6.2 or higher |
| https://bugs.webkit.org/show_bug.cgi?id=40362 |
| |
| * platform/qt/Skipped: canvas/philip/tests/2d.path.stroke.overlap.html skipped until fix. |
| |
| 2010-06-09 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; expectations fix. |
| |
| Add new expectations for layout tests post-r60885 ("Implement non-scaling stroke"). Mark one test flaky. |
| |
| * platform/chromium-linux/svg/custom/non-scaling-stroke-expected.checksum: Added. |
| * platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt: |
| * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt: |
| * platform/chromium-win/svg/custom/non-scaling-stroke-expected.checksum: Added. |
| * platform/chromium-win/svg/custom/non-scaling-stroke-expected.png: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-08 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Implement non-scaling-stroke (from SVG Tiny 1.2, also in Opera) |
| https://bugs.webkit.org/show_bug.cgi?id=31438 |
| |
| Test for SVG property vector-effect. The stroke-width should not get influenced by |
| any transformation on the object or its parrent. |
| Some ports needed platform specific test results for getComputedStyle. |
| |
| * platform/gtk/svg/css/getComputedStyle-basic-expected.txt: |
| * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * platform/mac/svg/custom/non-scaling-stroke-expected.checksum: Added. |
| * platform/mac/svg/custom/non-scaling-stroke-expected.png: Added. |
| * platform/mac/svg/custom/non-scaling-stroke-expected.txt: Added. |
| * platform/win/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * svg/css/getComputedStyle-basic-expected.txt: |
| * svg/custom/non-scaling-stroke.svg: Added. |
| |
| 2010-05-18 Yuzo Fujishima <yuzo@google.com> |
| |
| Reviewed by Shinichiro Hamaji. |
| |
| Fix for Bug 34529 - [CSSOM] issues with cssText and selectorText |
| https://bugs.webkit.org/show_bug.cgi?id=34529 |
| |
| * fast/css/selector-text-escape-expected.txt: Added. |
| * fast/css/selector-text-escape.html: Added. |
| |
| 2010-06-08 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Validate *tex* functions input parameters according to ES2 conformance |
| https://bugs.webkit.org/show_bug.cgi?id=38145 |
| |
| * fast/canvas/webgl/tex-image-and-sub-image-2d-with-image.html: Internalformat and format need to be the same. |
| * fast/canvas/webgl/tex-input-validation-expected.txt: Added. |
| * fast/canvas/webgl/tex-input-validation.html: Added. |
| |
| 2010-06-08 Erik Arvidsson <arv@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| REGRESSION: Weird focus behavior affects quoting on University of Washington message board system |
| https://bugs.webkit.org/show_bug.cgi?id=38548 |
| |
| * editing/pasteboard/drop-link-expected.txt: Mouse down on an element where canStartSelection returns |
| false no longer clears the selection so we get one less |
| notification from the editing delegate. |
| * editing/selection/click-in-focusable-link-should-not-clear-selection-expected.txt: Added. |
| * editing/selection/click-in-focusable-link-should-not-clear-selection.html: Added. |
| * editing/selection/script-tests/click-in-focusable-link-should-not-clear-selection.js: Added. |
| (description.getElementCenter): |
| (doubleClickOnElement): |
| (mouseDownOnElement): |
| (selectionShouldBe): |
| |
| 2010-06-08 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed, expectations fix. |
| |
| [CHROMIUM] Remove expectations for editing/pasteboard/drop-link.html on mac, since the change was reverted. Mark http/tests/multipart/invalid-image-data.html as flaky on linux/dbg. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-08 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r60864. |
| http://trac.webkit.org/changeset/60864 |
| https://bugs.webkit.org/show_bug.cgi?id=40337 |
| |
| Remove expected results, since r60859 was also reverted |
| (Requested by senorblanco on #webkit). |
| |
| * platform/chromium-win/editing/pasteboard/drop-link-expected.txt: Removed. |
| |
| 2010-06-08 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r60859. |
| http://trac.webkit.org/changeset/60859 |
| https://bugs.webkit.org/show_bug.cgi?id=40334 |
| |
| Included debugging statements. Caused a test to fail. |
| (Requested by ojan on #webkit). |
| |
| * editing/pasteboard/drop-link-expected.txt: |
| * editing/pasteboard/drop-link.html: |
| * editing/selection/click-in-focusable-link-should-not-clear-selection-expected.txt: Removed. |
| * editing/selection/click-in-focusable-link-should-not-clear-selection.html: Removed. |
| * editing/selection/script-tests/click-in-focusable-link-should-not-clear-selection.js: Removed. |
| |
| 2010-06-08 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; expectations fix. |
| |
| Update chromium expectations for r60865, r60859. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-08 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Ojan Vafai. |
| |
| editingBehavior settings needs to be set back to a reasonable default between tests |
| https://bugs.webkit.org/show_bug.cgi?id=39433 |
| |
| This is a re-land of r59840 rolled out in r59857 due to DRT limitations. |
| |
| * editing/selection/extend-selection-after-double-click-expected.txt: |
| Updated expectations. |
| * editing/selection/extend-selection-after-double-click.html: |
| Use the new DRT support for changing editing behavior. |
| |
| 2010-06-08 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; expectations fix. |
| |
| Added new chromium-win expectations for editing/pasteboard/drop-link.html, after r60859. |
| |
| * platform/chromium-win/editing/pasteboard/drop-link-expected.txt: Added. |
| |
| 2010-06-08 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r60858. |
| http://trac.webkit.org/changeset/60858 |
| https://bugs.webkit.org/show_bug.cgi?id=40325 |
| |
| Qt needs a clean build. Rolling out the patch for now and fix |
| it tomorrow (Requested by krit on #webkit). |
| |
| * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * platform/mac/svg/custom/non-scaling-stroke-expected.checksum: Removed. |
| * platform/mac/svg/custom/non-scaling-stroke-expected.png: Removed. |
| * platform/mac/svg/custom/non-scaling-stroke-expected.txt: Removed. |
| * svg/css/getComputedStyle-basic-expected.txt: |
| * svg/custom/non-scaling-stroke.svg: Removed. |
| |
| 2010-06-08 Robert Hogan <robert@webkit.org> |
| |
| Rubber-stamped by Kenneth Rohde Christiansen. |
| |
| [Qt] Put even more structure on Skipped file. |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-08 Erik Arvidsson <arv@chromium.org> |
| |
| Reviewed by ojan@chromium.org. |
| |
| REGRESSION: Weird focus behavior affects quoting on University of Washington message board system |
| https://bugs.webkit.org/show_bug.cgi?id=38548 |
| |
| We should not clear the selection when canStartSelection returns false. |
| |
| * editing/pasteboard/drop-link-expected.txt: Mouse down on an element where canStartSelection returns |
| false no longer clears the selection so we get one less |
| notification from the editing delegate. |
| * editing/selection/click-in-focusable-link-should-not-clear-selection-expected.txt: Added. |
| * editing/selection/click-in-focusable-link-should-not-clear-selection.html: Added. |
| * editing/selection/script-tests/click-in-focusable-link-should-not-clear-selection.js: Added. |
| (description.getElementCenter): |
| (doubleClickOnElement): |
| (mouseDownOnElement): |
| (selectionShouldBe): |
| |
| 2010-06-08 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Implement non-scaling-stroke (from SVG Tiny 1.2, also in Opera) |
| https://bugs.webkit.org/show_bug.cgi?id=31438 |
| |
| Test for SVG property vector-effect. The stroke-width should not get influenced by |
| any transformation on the object or its parrent. |
| |
| * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * platform/mac/svg/custom/non-scaling-stroke-expected.checksum: Added. |
| * platform/mac/svg/custom/non-scaling-stroke-expected.png: Added. |
| * platform/mac/svg/custom/non-scaling-stroke-expected.txt: Added. |
| * svg/css/getComputedStyle-basic-expected.txt: |
| * svg/custom/non-scaling-stroke.svg: Added. |
| |
| 2010-06-08 Martin Robinson <mrobinson@igalia.com> |
| |
| Not reviewed. |
| |
| Adding baselines for new tests. |
| |
| * platform/gtk/fast/forms/slider-padding-expected.txt: Added. |
| * platform/gtk/svg/custom/fill-opacity-hsl-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/fill-opacity-hsl-expected.txt. |
| * platform/gtk/svg/custom/fill-opacity-rgba-expected.txt: Copied from LayoutTests/platform/mac/svg/custom/fill-opacity-rgba-expected.txt. |
| * platform/gtk/svg/filters/filter-on-filter-for-text-expected.txt: Added. |
| |
| 2010-06-08 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; expectations fix. |
| |
| Restore expectations for media/video-duration-known-after-eos.html, since it's still failing. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-08 Steve Block <steveblock@google.com> |
| |
| Reviewed by Jeremy Orlow. |
| |
| Prevent Geolocation making callbacks to a ScriptExecutionContext that no longer exists |
| https://bugs.webkit.org/show_bug.cgi?id=40162 |
| |
| * fast/dom/Geolocation/callback-to-deleted-context-expected.txt: Added. |
| * fast/dom/Geolocation/callback-to-deleted-context.html: Added. |
| * fast/dom/Geolocation/resources/callback-to-deleted-context-inner1.html: Added. |
| * fast/dom/Geolocation/resources/callback-to-deleted-context-inner2.html: Added. |
| * fast/dom/Geolocation/script-tests/callback-to-deleted-context.js: Added. |
| * platform/gtk/Skipped: Modified. |
| |
| 2010-06-08 Steve Block <steveblock@google.com> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Geolocation should have a LayoutTest for reentrant calls that cause a PERMISSION_DENIED error |
| https://bugs.webkit.org/show_bug.cgi?id=40174 |
| |
| Tests for reentrant calls with success and POSITION_UNAVAILABLE responses already exist, |
| but the code path for PERMISSION_DENIED is different. |
| |
| * fast/dom/Geolocation/reentrant-permission-denied-expected.txt: Added. |
| * fast/dom/Geolocation/reentrant-permission-denied.html: Added. |
| * fast/dom/Geolocation/script-tests/reentrant-permission-denied.js: Added. |
| * platform/gtk/Skipped: Modified. |
| |
| 2010-06-08 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Unreviewed. fast/js/large-expressions is failing only in debug mode. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-08 Shinichiro Hamaji <hamaji@chromium.org> |
| |
| Unreviewed. Remove passing tests from expectations.txt. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-08 MORITA Hajime <morrita@google.com> |
| |
| Unreviewd. Update expectations to follow r60820, r60821 |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/Window/window-property-descriptors-expected.txt: |
| * fast/dom/prototype-inheritance-2-expected.txt: |
| * fast/dom/prototype-inheritance-expected.txt: |
| * fast/js/global-constructors-expected.txt: |
| |
| 2010-06-08 MORITA Hajime <morrita@google.com> |
| |
| Unreviewd. Updated test_expectations.txt to follow r60822 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-07 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| HTML5Lexer does not handle <div FOO ><img><img></div> correctly |
| https://bugs.webkit.org/show_bug.cgi?id=40283 |
| |
| * html5lib/resources/webkit01.dat: |
| - Add another test for this failure case. |
| |
| 2010-06-08 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Remove another unterminated <title> element |
| https://bugs.webkit.org/show_bug.cgi?id=40281 |
| |
| We're already testing untermianted <title> element behavior in specific |
| tests for that beheavior. We don't need to test it redudantly here. |
| |
| * http/tests/security/frame-loading-via-document-write.html: |
| |
| 2010-06-07 MORITA Hajime <morrita@google.com> |
| |
| Reviewed by Kent Tamura. |
| |
| [Mac] <meter> elements should be rendered as level indicators. |
| https://bugs.webkit.org/show_bug.cgi?id=40217 |
| |
| * fast/dom/HTMLMeterElement/meter-appearances-capacity.html: Added. |
| * fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy.html: Added. |
| * fast/dom/HTMLMeterElement/meter-optimums.html: Added. |
| * platform/chromium/test_expectations.txt: |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: removed <meter> related tests. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.checksum: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.png: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-capacity-expected.txt: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.checksum: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.png: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-appearances-rating-relevancy-expected.txt: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.checksum: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.png: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-element-expected.txt: Copied from LayoutTests/platform/qt/fast/dom/HTMLMeterElement/meter-element-expected.txt. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.checksum: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.png: Added. |
| * platform/mac/fast/dom/HTMLMeterElement/meter-optimums-expected.txt: Added. |
| * platform/win/Skipped: |
| |
| 2010-06-07 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Oliver Hunt. |
| |
| [GTK] HTML5 input type=range is not drawn |
| https://bugs.webkit.org/show_bug.cgi?id=39561 |
| |
| Uncomment and add baselines for slider tests which are now passing. Group |
| remaining failing slider tests by their type of failure. |
| |
| * platform/gtk/Skipped: |
| * platform/gtk/fast/forms/range-thumb-height-percentage-expected.txt: Added. |
| * platform/gtk/fast/forms/slider-thumb-shared-style-expected.txt: Added. |
| * platform/gtk/fast/forms/slider-thumb-stylability-expected.txt: Added. |
| * platform/gtk/fast/forms/thumbslider-crash-expected.txt: Added. |
| * platform/gtk/fast/forms/thumbslider-no-parent-slider-expected.txt: Added. |
| |
| 2010-06-07 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| [GTK] r60803 broke media/controls-drag-timebar.html |
| https://bugs.webkit.org/show_bug.cgi?id=40269 |
| |
| * platform/gtk/Skipped: Skip test which is now failing. |
| |
| 2010-06-07 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| |
| Unreviewed. |
| |
| [gtk] web fonts not loaded properly in scribd html5 reader |
| https://bugs.webkit.org/show_bug.cgi?id=38758 |
| |
| Also reset the expected result for the dynamic test for |
| backslash/yen sign. |
| |
| * platform/gtk/fast/text/backslash-to-yen-sign-dynamic-expected.txt: |
| |
| 2010-06-07 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk> |
| |
| Reviewed by Xan Lopez. |
| |
| [gtk] web fonts not loaded properly in scribd html5 reader |
| https://bugs.webkit.org/show_bug.cgi?id=38758 |
| |
| Reset expected result for test that uses fonts we do not really |
| support, and are not "web fonts". |
| |
| * platform/gtk/fast/text/backslash-to-yen-sign-expected.txt: |
| |
| 2010-06-07 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| Unreviewed, reverting my HTML comment parsing change as it |
| breaks Gtk and Qt. |
| |
| * fast/css/word-space-extra.html: |
| * fast/parser/broken-comment-1-expected.txt: Removed. |
| * fast/parser/broken-comment-1.html: Removed. |
| * fast/parser/broken-comment-2-expected.txt: Removed. |
| * fast/parser/broken-comment-2.html: Removed. |
| * fast/parser/broken-comment-3-expected.txt: Removed. |
| * fast/parser/broken-comment-3.html: Removed. |
| * fast/parser/broken-comment-4-expected.txt: Removed. |
| * fast/parser/broken-comment-4.html: Removed. |
| * fast/parser/broken-comment-5-expected.txt: Removed. |
| * fast/parser/broken-comment-5.html: Removed. |
| * fast/parser/broken-comment-6-expected.txt: Removed. |
| * fast/parser/broken-comment-6.html: Removed. |
| * fast/parser/broken-comment-in-head-1-expected.txt: Removed. |
| * fast/parser/broken-comment-in-head-1.html: Removed. |
| * fast/parser/broken-comment-in-head-2-expected.txt: Removed. |
| * fast/parser/broken-comment-in-head-2.html: Removed. |
| * fast/parser/broken-comment-in-head-3-expected.txt: Removed. |
| * fast/parser/broken-comment-in-head-3.html: Removed. |
| * fast/parser/broken-comment-in-head-4-expected.txt: Removed. |
| * fast/parser/broken-comment-in-head-4.html: Removed. |
| * fast/parser/broken-comment-in-head-5-expected.txt: Removed. |
| * fast/parser/broken-comment-in-head-5.html: Removed. |
| * fast/parser/broken-comments-vs-parsing-mode.html: |
| * fast/parser/comments-expected.txt: |
| * fast/parser/comments.html: |
| * html5lib/runner-expected.txt: |
| |
| 2010-06-07 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Put some structure on the Qt Skipped file |
| |
| https://bugs.webkit.org/show_bug.cgi?id=38818 |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-07 Julien Chaffraix <jchaffraix@webkit.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Tests for: |
| Space should be allowed between -- and > in comment end |
| https://bugs.webkit.org/show_bug.cgi?id=21945 |
| |
| * fast/css/word-space-extra.html: Tweaked the comment as -- > is now |
| a valid comment end. |
| |
| * fast/parser/broken-comment-1-expected.txt: Added. |
| * fast/parser/broken-comment-1.html: Added. |
| * fast/parser/broken-comment-2-expected.txt: Added. |
| * fast/parser/broken-comment-2.html: Added. |
| * fast/parser/broken-comment-3-expected.txt: Added. |
| * fast/parser/broken-comment-3.html: Added. |
| * fast/parser/broken-comment-4-expected.txt: Added. |
| * fast/parser/broken-comment-4.html: Added. |
| * fast/parser/broken-comment-5-expected.txt: Added. |
| * fast/parser/broken-comment-5.html: Added. |
| * fast/parser/broken-comment-6-expected.txt: Added. |
| * fast/parser/broken-comment-6.html: Added. |
| Those test checks that broken comments in body are correctly parsed. |
| * fast/parser/broken-comment-in-head-1-expected.txt: Added. |
| * fast/parser/broken-comment-in-head-1.html: Added. |
| * fast/parser/broken-comment-in-head-2-expected.txt: Added. |
| * fast/parser/broken-comment-in-head-2.html: Added. |
| * fast/parser/broken-comment-in-head-3-expected.txt: Added. |
| * fast/parser/broken-comment-in-head-3.html: Added. |
| * fast/parser/broken-comment-in-head-4-expected.txt: Added. |
| * fast/parser/broken-comment-in-head-4.html: Added. |
| * fast/parser/broken-comment-in-head-5-expected.txt: Added. |
| * fast/parser/broken-comment-in-head-5.html: Added. |
| Those test checks that broken comments in head are correctly parsed. |
| |
| * fast/parser/broken-comments-vs-parsing-mode.html: Needed to wrap the broken comment |
| in a title as we match FF here and would not recover from it. |
| |
| * fast/parser/comments-expected.txt: |
| * fast/parser/comments.html: |
| Added more tests for comment parsing. Made sure that we close empty comments |
| <!--> and <!---> as is specified in HTML5. |
| |
| * html5lib/runner-expected.txt: Removed the test that we now pass. |
| |
| 2010-06-06 MORITA Hajime <morrita@google.com> |
| |
| Reviewed by Kent Tamura. |
| |
| ASSERTION FAILED with -webkit-appearance:progress-bar for non-progress bar elements |
| https://bugs.webkit.org/show_bug.cgi?id=40158 |
| |
| * fast/css/invalid-appearance-progress-bar-meter-expected.txt: Added. |
| * fast/css/invalid-appearance-progress-bar-meter.html: Added. |
| * fast/css/script-tests/invalid-appearance-progress-bar-meter.js: Added. |
| |
| 2010-06-06 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| hit testing does not respect clip paths |
| https://bugs.webkit.org/show_bug.cgi?id=15162 |
| |
| Two tests were incorrect, because of the assumption, that clipPath doesn't |
| influence hit testing. They needed an update. |
| The new test checks, that clipped areas don't throw a hit. |
| |
| * svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.txt: Added. |
| * svg/dynamic-updates/SVGClipPath-influences-hitTesting.html: Added. |
| * svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.txt: |
| * svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.txt: |
| * svg/dynamic-updates/script-tests/SVGClipPath-influences-hitTesting.js: Added. |
| (executeBackgroundTest): |
| (executeTest): |
| * svg/dynamic-updates/script-tests/SVGClipPathElement-dom-clipPathUnits-attr.js: |
| (shouldBeEqualToString.executeTest): |
| * svg/dynamic-updates/script-tests/SVGClipPathElement-svgdom-clipPathUnits-prop.js: |
| (executeTest): |
| |
| 2010-06-06 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation fix. |
| |
| Add image results of tests added by r60752 for Chromium. |
| |
| * platform/chromium-linux/svg/custom/fill-opacity-hsl-expected.checksum: Added. |
| * platform/chromium-linux/svg/custom/fill-opacity-hsl-expected.png: Added. |
| * platform/chromium-linux/svg/custom/fill-opacity-rgba-expected.checksum: Added. |
| * platform/chromium-linux/svg/custom/fill-opacity-rgba-expected.png: Added. |
| |
| 2010-06-06 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation fix. |
| |
| Add image results of tests added by r60752 for Chromium. |
| |
| * platform/chromium-win/svg/custom/fill-opacity-hsl-expected.checksum: Added. |
| * platform/chromium-win/svg/custom/fill-opacity-hsl-expected.png: Added. |
| * platform/chromium-win/svg/custom/fill-opacity-rgba-expected.checksum: Added. |
| * platform/chromium-win/svg/custom/fill-opacity-rgba-expected.png: Added. |
| |
| 2010-06-05 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation fix. |
| |
| Add image results of tests added by r60752 for Chromium. |
| |
| * platform/chromium-mac/svg/custom/fill-opacity-hsl-expected.checksum: Added. |
| * platform/chromium-mac/svg/custom/fill-opacity-hsl-expected.png: Added. |
| * platform/chromium-mac/svg/custom/fill-opacity-rgba-expected.checksum: Added. |
| * platform/chromium-mac/svg/custom/fill-opacity-rgba-expected.png: Added. |
| |
| 2010-06-05 Jonathan Kliegman <kliegs@chromium.org> |
| |
| Reviewed by Dirk Schulze. |
| |
| SVG doesn't support rgba colors |
| https://bugs.webkit.org/show_bug.cgi?id=16183 |
| |
| Enabled processing of rgba, hsl and hsla color specifications |
| for SVG files. SVG spec calls for CSS2 but common usage and |
| other browsers suppor CSS3 colors being used in SVG files |
| |
| * platform/mac/svg/custom/fill-opacity-hsl-expected.checksum: Added. |
| * platform/mac/svg/custom/fill-opacity-hsl-expected.png: Added. |
| * platform/mac/svg/custom/fill-opacity-hsl-expected.txt: Added. |
| * platform/mac/svg/custom/fill-opacity-rgba-expected.checksum: Added. |
| * platform/mac/svg/custom/fill-opacity-rgba-expected.png: Added. |
| * platform/mac/svg/custom/fill-opacity-rgba-expected.txt: Added. |
| * svg/custom/fill-opacity-hsl.svg: Added. |
| * svg/custom/fill-opacity-rgba.svg: Added. |
| |
| 2010-06-04 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| Canvas createPattern(img, repetition) shouldn't throw INVALID_STATE_ERR when !img.complete |
| https://bugs.webkit.org/show_bug.cgi?id=40166 |
| |
| Spec link: |
| http://www.whatwg.org/specs/web-apps/current-work/#dom-context-2d-createpattern |
| |
| * http/tests/misc/canvas-pattern-from-incremental-image-expected.txt: Updated baseline. |
| * http/tests/misc/canvas-pattern-from-incremental-image.html: Fleshed out test. |
| |
| 2010-06-04 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by David Kilzer. |
| |
| AX: need an aria-help |
| https://bugs.webkit.org/show_bug.cgi?id=40010 |
| |
| * accessibility/aria-help-expected.txt: Added. |
| * accessibility/aria-help.html: Added. |
| * platform/gtk/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-06-04 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Tor Arne Vestbø. |
| |
| [Qt] Canvas arc() with zero radius should draw a line to the start point |
| https://bugs.webkit.org/show_bug.cgi?id=40164 |
| |
| Unskip canvas/philip/tests/2d.path.arc.zeroradius.html |
| |
| Spec link: |
| http://www.whatwg.org/specs/web-apps/current-work/#dom-context-2d-arc |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-04 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| Skipping another test which shows 1-pixel differences between the |
| 32-bit and 64-bit bot. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-06-04 Martin Robinson <mrobinson@igalia.com> |
| |
| Unreviewed. |
| |
| Adding baselines for new tests. They all seem to be working fine. |
| |
| * platform/gtk/editing/selection/range-between-block-and-inline-expected.txt: Added. |
| * platform/gtk/fast/css/font-face-in-shadow-DOM-expected.txt: Added. |
| * platform/gtk/fast/lists/alpha-boundary-values-expected.txt: Added. |
| * platform/gtk/fast/multicol/span/anonymous-style-inheritance-expected.txt: Added. |
| * platform/gtk/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Added. |
| * platform/gtk/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Added. |
| * platform/gtk/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt: Added. |
| * platform/gtk/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Added. |
| * platform/gtk/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Added. |
| * platform/gtk/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt: Added. |
| * platform/gtk/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Added. |
| * platform/gtk/fast/multicol/span/span-as-nested-columns-child-expected.txt: Added. |
| * platform/gtk/fast/multicol/span/span-margin-collapsing-expected.txt: Added. |
| * platform/gtk/fast/repaint/layout-state-scrolloffset-expected.txt: Added. |
| * platform/gtk/fast/repaint/layout-state-scrolloffset2-expected.txt: Added. |
| * platform/gtk/fast/repaint/layout-state-scrolloffset3-expected.txt: Added. |
| * platform/gtk/svg/filters/feLighting-crash-expected.txt: Copied from LayoutTests/platform/mac/svg/filters/feLighting-crash-expected.txt. |
| * platform/gtk/svg/filters/parent-children-with-same-filter-expected.txt: Copied from LayoutTests/platform/mac/svg/filters/parent-children-with-same-filter-expected.txt. |
| |
| 2010-06-04 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; expectations fix. |
| |
| Fix chromium test expectations, post-r60693. We are still failing the test in the same way, but since there are now fallback results, our results are no longer MISSING, but TEXT. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-04 Stephen White <senorblanco@chromium.org> |
| |
| Unreviewed; build fix. |
| |
| [CHROMIUM] Add new chromium test results for new layout test svg/filters/filter-on-filter-for-text.svg |
| |
| * platform/chromium-linux/svg/filters/filter-on-filter-for-text-expected.checksum: Added. |
| * platform/chromium-win/svg/filters/filter-on-filter-for-text-expected.checksum: Added. |
| * platform/chromium-win/svg/filters/filter-on-filter-for-text-expected.png: Added. |
| * platform/chromium-win/svg/filters/filter-on-filter-for-text-expected.txt: Added. |
| |
| 2010-06-04 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by David Hyatt. |
| |
| Make the editing/spelling/context-menu-suggestions.html test more robust |
| https://bugs.webkit.org/show_bug.cgi?id=40178 |
| |
| * editing/spelling/context-menu-suggestions-expected.txt: Added. |
| Add new expected test result. |
| |
| * editing/spelling/context-menu-suggestions.html: |
| Instead of dumping the menu item titles, check the length and check that the number of items is greater when |
| there are spell checker suggestions. |
| |
| * platform/mac-leopard/editing/spelling/context-menu-suggestions-expected.txt: Removed. |
| * platform/mac-snowleopard/editing/spelling/context-menu-suggestions-expected.txt: Removed. |
| * platform/mac-tiger/editing/spelling/context-menu-suggestions-expected.txt: Removed. |
| Remove platform specific versions. |
| |
| 2010-06-04 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVG filter on filter don't work |
| https://bugs.webkit.org/show_bug.cgi?id=32708 |
| |
| Test that a filter can be used by the text root as well as on it's childs. |
| |
| * platform/mac/svg/filters/filter-on-filter-for-text-expected.checksum: Added. |
| * platform/mac/svg/filters/filter-on-filter-for-text-expected.png: Added. |
| * platform/mac/svg/filters/filter-on-filter-for-text-expected.txt: Added. |
| * svg/filters/filter-on-filter-for-text.svg: Added. |
| |
| 2010-06-04 Alexey Proskuryakov <ap@apple.com> |
| |
| Unreviewed. |
| |
| Unskip fast/dom/Window/window-properties-geolocation.html - a comment says it should be |
| enabled once bug 34025 is fixed, which happened long ago. The test passes for me. |
| |
| * platform/mac/Skipped: |
| |
| 2010-06-04 Matthew Delaney <mdelaney@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| CG implementation needed for compression quality in canvas.toDataURL |
| https://bugs.webkit.org/show_bug.cgi?id=38492 |
| |
| * platform/mac/Skipped: |
| |
| 2010-06-04 Steve Block <steveblock@google.com> |
| |
| Unreviewed. Test expectation fix. |
| |
| Skip fast/dom/Geolocation/callback-to-remote-context2.html on GTK. |
| https://bugs.webkit.org/show_bug.cgi?id=40153 |
| |
| * platform/gtk/Skipped: |
| |
| 2010-06-04 Steve Block <steveblock@google.com> |
| |
| Reviewed by Jeremy Orlow. |
| |
| Geolocation needs more LayoutTests to test making callbacks to remote frames |
| https://bugs.webkit.org/show_bug.cgi?id=40146 |
| |
| This test is similar to callback-to-remote-context.html in that it test making a callback |
| from a Geolocation object to a remote frame. In callback-to-remote-context.html, the call |
| chain to the Geolocation method is started from the owning frame. In this test, however, |
| the call chain is started from the remote frame. |
| |
| * fast/dom/Geolocation/callback-to-remote-context2-expected.txt: Added. |
| * fast/dom/Geolocation/callback-to-remote-context2.html: Added. |
| * fast/dom/Geolocation/script-tests/callback-to-remote-context2.js: Added. |
| |
| 2010-06-04 Steve Block <steveblock@google.com> |
| |
| Reviewed by Jeremy Orlow. |
| |
| Geolocation LayoutTests should make more careful use of LayoutTestController |
| https://bugs.webkit.org/show_bug.cgi?id=39994 |
| |
| Guards calls to LayoutTestController methods with 'if (window.layoutTestController)' |
| and adds test output to make it clear if the test can not pass without LayoutTestController. |
| Also removes superfluous calls to LayoutTestController.waitUntilDone(), which are now made |
| by js-test-post.js. |
| |
| * fast/dom/Geolocation/callback-exception-expected.txt: |
| * fast/dom/Geolocation/script-tests/callback-exception.js: |
| * fast/dom/Geolocation/script-tests/error.js: |
| * fast/dom/Geolocation/script-tests/maximum-age.js: |
| * fast/dom/Geolocation/script-tests/notimer-after-unload.js: |
| * fast/dom/Geolocation/script-tests/permission-denied-already-clear-watch.js: |
| * fast/dom/Geolocation/script-tests/permission-denied-already-error.js: |
| * fast/dom/Geolocation/script-tests/permission-denied-already-success.js: |
| * fast/dom/Geolocation/script-tests/permission-denied-stops-watches.js: |
| * fast/dom/Geolocation/script-tests/permission-denied.js: |
| * fast/dom/Geolocation/script-tests/position-string.js: |
| * fast/dom/Geolocation/script-tests/reentrant-error.js: |
| * fast/dom/Geolocation/script-tests/reentrant-success.js: |
| * fast/dom/Geolocation/script-tests/success.js: |
| * fast/dom/Geolocation/script-tests/timeout-clear-watch.js: |
| * fast/dom/Geolocation/script-tests/timeout-zero.js: |
| * fast/dom/Geolocation/script-tests/timeout.js: |
| * fast/dom/Geolocation/script-tests/watch.js: |
| |
| 2010-06-04 Qi Zhang <qi.2.zhang@nokia.com> |
| |
| Reviewed by Laszlo Gombos. |
| |
| [Qt] Failed at http://philip.html5.org/tests/canvas/suite/tests/2d.path.arcTo.ensuresubpath.1.html |
| https://bugs.webkit.org/show_bug.cgi?id=38645 |
| |
| Remove 2d.path.arcTo.ensuresubpath.1.html from Skipped. |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-04 Qi Zhang <qi.2.zhang@nokia.com> |
| |
| Reviewed by Laszlo Gombos. |
| |
| [Qt] failed at http://philip.html5.org/tests/canvas/suite/tests/2d.path.arc.angle.3.html |
| https://bugs.webkit.org/show_bug.cgi?id=38537 |
| |
| Remove canvas/philip/tests/2d.path.arcTo.2d.path.arc.angle.3.html and |
| canvas/philip/tests/2d.path.arcTo.2d.path.arc.angle.5.html from Skipped. |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-04 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Set attributes.stencil to false by default at context creation |
| https://bugs.webkit.org/show_bug.cgi?id=40090 |
| |
| * fast/canvas/webgl/context-attributes-expected.txt: Check if the default attributes.stencil == false. |
| * fast/canvas/webgl/context-attributes.html: Ditto. |
| |
| 2010-06-04 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| websocket/tests/reload-crash.html sometimes crash. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-03 Abhishek Arya <inferno@chromium.org> |
| |
| Reviewed by Eric Carlson. |
| |
| Tests that invalid media src url does not result in crash. |
| |
| * media/invalid-media-url-crash-expected.txt: Added. |
| * media/invalid-media-url-crash.html: Added. |
| * platform/gtk/Skipped: |
| * platform/qt/Skipped: |
| |
| 2010-06-03 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed. Test expectation fix. |
| |
| Skip fast/dom/Geolocation/callback-to-remote-context.html on GTK. |
| https://bugs.webkit.org/show_bug.cgi?id=40153 |
| |
| * platform/gtk/Skipped: |
| |
| 2010-06-03 Fumitoshi Ukai <ukai@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| old-run-webkit-tests should use ensure-valid-python to check if it can run the websockets tests |
| https://bugs.webkit.org/show_bug.cgi?id=39058 |
| |
| * platform/mac-tiger/Skipped: |
| - remove websocket/tests from skipped list. |
| |
| 2010-06-03 Peter Kasting <pkasting@google.com> |
| |
| Unreviewed. Add exceptions for some newly-passing tests in Chromium. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-03 Steve Block <steveblock@google.com> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Geolocation needs LayoutTest to test making callbacks to remote frames |
| https://bugs.webkit.org/show_bug.cgi?id=40129 |
| |
| * fast/dom/Geolocation/callback-to-remote-context-expected.txt: Added. |
| * fast/dom/Geolocation/callback-to-remote-context.html: Added. |
| * fast/dom/Geolocation/resources: Added. |
| * fast/dom/Geolocation/resources/callback-to-remote-context-inner.html: Added. |
| * fast/dom/Geolocation/script-tests/callback-to-remote-context.js: Added. |
| |
| 2010-06-03 James Robinson <jamesr@chromium.org> |
| |
| Unreviewed. Add chromium-specific baselines for new tests added by 60640 |
| |
| * platform/chromium-linux/fast/repaint/layout-state-scrolloffset-expected.checksum: Added. |
| * platform/chromium-linux/fast/repaint/layout-state-scrolloffset2-expected.checksum: Added. |
| * platform/chromium-linux/fast/repaint/layout-state-scrolloffset3-expected.checksum: Added. |
| * platform/chromium-mac/fast/repaint/layout-state-scrolloffset-expected.checksum: Added. |
| * platform/chromium-mac/fast/repaint/layout-state-scrolloffset-expected.png: Added. |
| * platform/chromium-mac/fast/repaint/layout-state-scrolloffset2-expected.checksum: Added. |
| * platform/chromium-mac/fast/repaint/layout-state-scrolloffset2-expected.png: Added. |
| * platform/chromium-mac/fast/repaint/layout-state-scrolloffset3-expected.checksum: Added. |
| * platform/chromium-mac/fast/repaint/layout-state-scrolloffset3-expected.png: Added. |
| * platform/chromium-win/fast/repaint/layout-state-scrolloffset-expected.checksum: Added. |
| * platform/chromium-win/fast/repaint/layout-state-scrolloffset-expected.png: Added. |
| * platform/chromium-win/fast/repaint/layout-state-scrolloffset-expected.txt: Added. |
| * platform/chromium-win/fast/repaint/layout-state-scrolloffset2-expected.checksum: Added. |
| * platform/chromium-win/fast/repaint/layout-state-scrolloffset2-expected.png: Added. |
| * platform/chromium-win/fast/repaint/layout-state-scrolloffset2-expected.txt: Added. |
| * platform/chromium-win/fast/repaint/layout-state-scrolloffset3-expected.checksum: Added. |
| * platform/chromium-win/fast/repaint/layout-state-scrolloffset3-expected.png: Added. |
| * platform/chromium-win/fast/repaint/layout-state-scrolloffset3-expected.txt: Added. |
| |
| 2010-06-03 John Gregg <johnnyg@google.com> |
| |
| Reviewed by David Levin. |
| |
| notifications: in display+close layout test, don't close the notification |
| until the display event has been received asynchronously; also don't use |
| an invalid icon URL, since that should generate an error event. |
| https://bugs.webkit.org/show_bug.cgi?id=39782 |
| |
| * fast/notifications/notifications-display-close-events.html: |
| |
| 2010-06-03 James Robinson <jamesr@chromium.org> |
| |
| Reviewed by Dan Bernstein. |
| |
| Tests repainting a layout subtree with scroll offsets |
| https://bugs.webkit.org/show_bug.cgi?id=38506 |
| |
| Has to be run as a pixel test to be useful. |
| - layout-state-scrolloffset.html tests the layout root having a non-zero scroll offset. |
| - layout-state-scrolloffset2.html tests the layout root and its container having |
| non-zero scroll offsets. |
| - layout-state-scrolloffset3.html tests the layout root having non-zero a scroll offset |
| and clipping its descendants. |
| |
| * fast/repaint/layout-state-scrolloffset.html: Added. |
| * fast/repaint/layout-state-scrolloffset2.html: Added. |
| * fast/repaint/layout-state-scrolloffset3.html: Added. |
| * platform/mac/fast/repaint/layout-state-scrolloffset-expected.checksum: Added. |
| * platform/mac/fast/repaint/layout-state-scrolloffset-expected.png: Added. |
| * platform/mac/fast/repaint/layout-state-scrolloffset-expected.txt: Added. |
| * platform/mac/fast/repaint/layout-state-scrolloffset2-expected.checksum: Added. |
| * platform/mac/fast/repaint/layout-state-scrolloffset2-expected.png: Added. |
| * platform/mac/fast/repaint/layout-state-scrolloffset2-expected.txt: Added. |
| * platform/mac/fast/repaint/layout-state-scrolloffset3-expected.checksum: Added. |
| * platform/mac/fast/repaint/layout-state-scrolloffset3-expected.png: Added. |
| * platform/mac/fast/repaint/layout-state-scrolloffset3-expected.txt: Added. |
| * platform/mac-leopard/fast/repaint/layout-state-scrolloffset-expected.checksum: Added. |
| * platform/mac-leopard/fast/repaint/layout-state-scrolloffset-expected.png: Added. |
| * platform/mac-leopard/fast/repaint/layout-state-scrolloffset2-expected.checksum: Added. |
| * platform/mac-leopard/fast/repaint/layout-state-scrolloffset2-expected.png: Added. |
| * platform/mac-leopard/fast/repaint/layout-state-scrolloffset3-expected.checksum: Added. |
| * platform/mac-leopard/fast/repaint/layout-state-scrolloffset3-expected.png: Added. |
| |
| 2010-06-03 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Rubber-stamped by Simon Hausmann. |
| |
| fast/events/transformaction removed from expectations, |
| because these tests were rolled-out by r60624. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-03 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r60617. |
| http://trac.webkit.org/changeset/60617 |
| https://bugs.webkit.org/show_bug.cgi?id=40124 |
| |
| Followup patch for rolled-out r60614 (Requested by Ossy on |
| #webkit). |
| |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/qt/fast/dom/prototype-inheritance-expected.txt: |
| * platform/qt/fast/js/global-constructors-expected.txt: |
| |
| 2010-06-03 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r60614. |
| http://trac.webkit.org/changeset/60614 |
| https://bugs.webkit.org/show_bug.cgi?id=40123 |
| |
| It made fast/dom/Window/window-postmessage-clone.html fail on |
| Mac bots (Requested by Ossy on #webkit). |
| |
| * fast/events/transformaction/create-transformaction-event-expected.txt: Removed. |
| * fast/events/transformaction/create-transformaction-event.html: Removed. |
| * fast/events/transformaction/resources/create-transformaction-event.js: Removed. |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-06-03 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed. Test expectation update. |
| |
| * platform/chromium/test_expectations.txt: |
| Restore Mac expectation of fixed-move-after-keyboard-scroll.html. |
| |
| 2010-06-03 Simon Hausmann <simon.hausmann@nokia.com> |
| |
| Not reviewed: Add TransformActionEvent to the window object tests, after r60614. |
| |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: |
| * platform/qt/fast/dom/prototype-inheritance-expected.txt: |
| * platform/qt/fast/js/global-constructors-expected.txt: |
| |
| 2010-06-03 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed. Test expectation update. |
| |
| Rebaseline fixed-move-after-keyboard-scroll for Chromium-Linux |
| https://bugs.webkit.org/show_bug.cgi?id=40101 |
| |
| * platform/chromium-linux/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum: |
| * platform/chromium-linux/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: |
| |
| 2010-06-03 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed. Test expectation update. |
| |
| Rebaseline fixed-move-after-keyboard-scroll, and add an entry for |
| fast/events/transformaction. |
| https://bugs.webkit.org/show_bug.cgi?id=40101 |
| |
| * platform/chromium-mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum: |
| * platform/chromium-mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: |
| * platform/chromium-win/fast/repaint/fixed-move-after-keyboard-scroll-expected.checksum: |
| * platform/chromium-win/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-03 Kim Grönholm <kim.1.gronholm@nokia.com> |
| |
| Reviewed by Simon Hausmann. |
| |
| Add TransformActionEvent support |
| https://bugs.webkit.org/show_bug.cgi?id=39757 |
| |
| * fast/events/transformaction/create-transformaction-event-expected.txt: Added. |
| * fast/events/transformaction/create-transformaction-event.html: Added. |
| * fast/events/transformaction/resources/create-transformaction-event.js: Added. |
| * platform/gtk/Skipped: |
| * platform/mac/Skipped: |
| * platform/win/Skipped: |
| |
| 2010-06-03 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: Rebaseline chromium tests as a follow up to r60611. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=37364 |
| |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.checksum: |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.png: |
| * platform/chromium-linux/fast/borders/svg-as-border-image-expected.checksum: |
| * platform/chromium-linux/scrollbars/listbox-scrollbar-combinations-expected.checksum: |
| * platform/chromium-linux/scrollbars/overflow-scrollbar-combinations-expected.checksum: |
| * platform/chromium-linux/scrollbars/overflow-scrollbar-combinations-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.png: |
| * platform/chromium-win/fast/borders/svg-as-border-image-expected.checksum: |
| * platform/chromium-win/fast/borders/svg-as-border-image-expected.png: |
| * platform/chromium-win/scrollbars/listbox-scrollbar-combinations-expected.checksum: |
| * platform/chromium-win/scrollbars/listbox-scrollbar-combinations-expected.png: |
| * platform/chromium-win/scrollbars/overflow-scrollbar-combinations-expected.checksum: |
| * platform/chromium-win/scrollbars/overflow-scrollbar-combinations-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: |
| |
| 2010-06-03 Fumitoshi Ukai <ukai@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| 4 websocket tests don't fail now. |
| |
| * platform/chromium/test_expectations.txt: |
| - remove websocket/tests/unicode.html, websocket/tests/send.html, |
| websocket/tests/handshake-error.html and |
| websocket/tests/long-invalid-header.html |
| |
| 2010-06-02 Darin Fisher <darin@chromium.org> |
| |
| Reviewed by Brady Eidson. |
| |
| location.href and outgoing referrer not updated properly by |
| pushState/replaceState |
| https://bugs.webkit.org/show_bug.cgi?id=40027 |
| |
| * fast/loader/stateobjects/document-destroyed-navigate-back-with-fragment-scroll.html: |
| Updated this test to account for location being modified by replaceState. |
| |
| * fast/loader/stateobjects/pushstate-updates-location-expected.txt: Added. |
| * fast/loader/stateobjects/pushstate-updates-location.html: Added. |
| * fast/loader/stateobjects/replacestate-updates-location-expected.txt: Added. |
| * fast/loader/stateobjects/replacestate-updates-location.html: Added. |
| * http/tests/navigation/pushstate-updates-referrer-expected.txt: Added. |
| * http/tests/navigation/pushstate-updates-referrer.html: Added. |
| * http/tests/navigation/replacestate-updates-referrer-expected.txt: Added. |
| * http/tests/navigation/replacestate-updates-referrer.html: Added. |
| * http/tests/navigation/resources/check-referrer.html: Added. |
| |
| 2010-06-02 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed. Test expectation update. |
| |
| * platform/qt/Skipped: Add editing/input/page-up-down-scrolls.html |
| |
| 2010-06-02 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed, test expectation update. |
| |
| Add fixed-move-after-keyboard-scroll.html temporarily |
| https://bugs.webkit.org/show_bug.cgi?id=40101 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-02 Nico Weber <thakis@chromium.org> |
| |
| Reviewed by Simon Fraser. |
| |
| Scroll events are sent twice per keypress for ports that don't have a platformWidget scrollbar. |
| |
| This was regressed by http://trac.webkit.org/changeset/58615 . Fix this by slightly tweaking |
| that patch, add a layout test. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=39918 |
| |
| * editing/input/page-up-down-scrolls-expected.txt: Added. |
| * editing/input/page-up-down-scrolls.html: Added. |
| |
| 2010-06-02 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r60580. |
| http://trac.webkit.org/changeset/60580 |
| https://bugs.webkit.org/show_bug.cgi?id=40087 |
| |
| This broke dragging links if the selection was in a |
| contentEditable element. (Requested by arv on #webkit). |
| |
| * editing/selection/click-in-focusable-link-should-not-clear-selection-expected.txt: Removed. |
| * editing/selection/click-in-focusable-link-should-not-clear-selection.html: Removed. |
| * editing/selection/script-tests/click-in-focusable-link-should-not-clear-selection.js: Removed. |
| |
| 2010-06-02 Erik Arvidsson <arv@chromium.org> |
| |
| Reviewed by ojan@chromium.org. |
| |
| REGRESSION: Weird focus behavior affects quoting on University of Washington message board system |
| https://bugs.webkit.org/show_bug.cgi?id=38548 |
| |
| * editing/selection/click-in-focusable-link-should-not-clear-selection-expected.txt: Added. |
| * editing/selection/click-in-focusable-link-should-not-clear-selection.html: Added. |
| * editing/selection/script-tests/click-in-focusable-link-should-not-clear-selection.js: Added. |
| (description.getElementCenter): |
| (doubleClickOnElement): |
| (mouseDownOnElement): |
| (selectionShouldBe): |
| |
| 2010-06-02 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed, layout test fix. |
| |
| Web Inspector: disable resource tracking on exiting the inspector layout test. |
| This is a short-term fix while I am working on making sure DRT disables it |
| automatically on the test exit. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40083 |
| |
| * http/tests/inspector/resource-parameters.html: |
| |
| 2010-06-02 Eric Seidel <eric@webkit.org> |
| |
| Unreviewed. Just reverting part of r60556 as requested by Dave Hyatt on webkit-commits@list.webkit.org. |
| |
| Several layout tests needlessly use invalid HTML |
| https://bugs.webkit.org/show_bug.cgi?id=39985 |
| |
| css1/box_properties/float_elements_in_series.html |
| remains invalid HTML, but we can't change it because |
| css1/ is meant to be a pristine copy of the CSS1 test suite. |
| |
| * css1/box_properties/float_elements_in_series.html: |
| - Revert changes to this test. Dave Hyatt points out |
| that although undocumented, this directory is meant |
| to contain a pristine copy of the CSS1 test suite. |
| It really should be documented and/or moved somewhere |
| special, but for now we'll just revert the changes. |
| |
| 2010-06-02 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: added new inspector test to Skipped in Tiger for |
| its loader not reporting the resource size right. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40049 |
| |
| * platform/mac-tiger/Skipped: |
| |
| 2010-06-02 Mikhail Naganov <mnaganov@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: add Console API for retrieving memory stats |
| |
| Add 'console.memory' property which returns an object. Currently |
| it has two fields: totalJSHeapSize and usedJSHeapSize. Later, it can be |
| extended for reporting total browser's memory consumption. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=39646 |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * fast/dom/prototype-inheritance-2-expected.txt: |
| * platform/gtk/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| * platform/win/fast/dom/prototype-inheritance-2-expected.txt: |
| |
| 2010-06-02 Mikhail Naganov <mnaganov@chromium.org> |
| |
| Unreviewed, rolling out r60563. |
| http://trac.webkit.org/changeset/60563 |
| https://bugs.webkit.org/show_bug.cgi?id=39646 |
| |
| windows build failed |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * platform/gtk/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| |
| 2010-06-02 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: adding new inspector test into GTK's Skipped. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40049 |
| |
| * platform/gtk/Skipped: |
| |
| 2010-06-02 Pavel Feldman <pfeldman@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: add test for resource parameters. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40026 |
| |
| * http/tests/inspector/inspector-test.js: |
| (onload): |
| (dumpObject): |
| (dumpArray): |
| * http/tests/inspector/resource-har-conversion-expected.txt: |
| * http/tests/inspector/resource-har-conversion.html: |
| * http/tests/inspector/resource-parameters-expected.txt: Added. |
| * http/tests/inspector/resource-parameters.html: Added. |
| * http/tests/inspector/resource-tests.js: Added. |
| (resourceURLComparer): |
| * http/tests/inspector/resources/resource-form-data-receiver-iframe.html: Copied from LayoutTests/fast/dom/Window/resources/blank.html. |
| * inspector/console-format-collections-expected.txt: |
| * inspector/console-format-expected.txt: |
| * inspector/console-log-before-inspector-open-expected.txt: |
| * inspector/console-tests-expected.txt: |
| * inspector/elements-panel-structure-expected.txt: |
| * inspector/elements-panel-styles-expected.txt: |
| * inspector/elements-panel-xhtml-structure-expected.txt: |
| * inspector/evaluate-in-frontend-expected.txt: |
| * inspector/styles-source-offsets-expected.txt: |
| * inspector/syntax-highlight-javascript-expected.txt: |
| * inspector/timeline-event-dispatch-expected.txt: |
| * inspector/timeline-layout-expected.txt: |
| * inspector/timeline-mark-timeline-expected.txt: |
| * inspector/timeline-network-resource-expected.txt: |
| * inspector/timeline-paint-expected.txt: |
| * inspector/timeline-parse-html-expected.txt: |
| * inspector/timeline-recalculate-styles-expected.txt: |
| * inspector/timeline-script-tag-1-expected.txt: |
| * inspector/timeline-script-tag-2-expected.txt: |
| * inspector/timeline-test.js: |
| (printTimelineRecordProperties): |
| * platform/chromium-win/inspector/console-log-before-inspector-open-expected.txt: Removed. |
| * platform/chromium-win/inspector/timeline-event-dispatch-expected.txt: |
| * platform/chromium-win/inspector/timeline-mark-timeline-expected.txt: |
| * platform/chromium-win/inspector/timeline-network-resource-expected.txt: |
| * platform/chromium-win/inspector/timeline-paint-expected.txt: |
| * platform/chromium-win/inspector/timeline-parse-html-expected.txt: |
| |
| 2010-06-02 Sergio Villar Senin <svillar@igalia.com> |
| |
| Reviewed by Xan Lopez. |
| |
| [GTK] tests failing with leftover unload handlers |
| https://bugs.webkit.org/show_bug.cgi?id=30585 |
| |
| * platform/gtk/Skipped: |
| |
| 2010-06-02 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Several layout tests needlessly use invalid HTML |
| https://bugs.webkit.org/show_bug.cgi?id=39985 |
| |
| This change does not change behavior or reduce test coverage. |
| It only makes our test suite more clear by making our non-parser |
| tests not bother to test parser quirks which are already covered |
| by our parsing test suites. |
| |
| Two invalid cases which are already tested by |
| the html5lib tests as well as others. |
| - Unclosed <title> swallowing the document is covered by |
| <!doctype html><title>foo/title><link></head><body>X |
| and other subtests in html5lib/resources/tests16.dat |
| Missing </title> is also covered by the (invalid) test: |
| fast/js/missing-title-end-tag-js.html |
| - Unclosed <tag swallowing the next tag is covered by: |
| fast/invalid/016.html. I suspect it's also covered by |
| various html5lib tests but proved difficult to grep for. |
| |
| * css1/box_properties/float_elements_in_series.html: |
| - Unclosed <td> tags swallow the following <img> tags. |
| This parser quirk is tested by the HTML5 tests and is an |
| intentional behavior change as part of HTML5. No need |
| for this test to depend on WebKit's old parser behavior. |
| * editing/selection/inactive-selection.html: |
| - Same as above. Here <div swallows the <script> tag. |
| * editing/selection/select-text-overflow-ellipsis.html: |
| - An unclosed <title> will swallow the whole document. |
| Intentional HTML5 change, tested by HTML5 test suite and |
| no need to depend on the old title behavior here. |
| * fast/dom/title-content-write-set.html: |
| - Again, no need to leave an unclosed title. |
| * fast/forms/select-set-inner.html: |
| - Unclosed <body swallows <p> |
| * fast/js/exception-linenums-in-html-2.html: |
| - Unclosed <title> swallows the document. |
| * html5lib/resources/webkit01.dat: |
| - Added a test for <img<img> to make sure it's covered. |
| |
| 2010-06-02 Andrey Kosyakov <caseq@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| WebInspector: Added test for contents of resource record and HAR conversion results. |
| Added generic object dumper to inspector-tests.js. |
| https://bugs.webkit.org/show_bug.cgi?id=30567 |
| |
| * http/tests/inspector/inspector-test.js: |
| (dumpObject): |
| * http/tests/inspector/resource-har-conversion-expected.txt: Added. |
| * http/tests/inspector/resource-har-conversion.html: Added. |
| * platform/gtk/Skipped: |
| |
| 2010-06-02 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| HTML5 parser does not track line numbers |
| https://bugs.webkit.org/show_bug.cgi?id=39984 |
| |
| Update our expectations to show the proper line numbers. |
| These new line numbers match what the old parser produces. |
| |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/webkit-resumer-expected-html5.txt: |
| |
| 2010-06-02 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed. Test expectation update. |
| |
| Remove Chromium-Mac expectation of mask-changes.html. The results |
| is now identical to platform/mac. |
| |
| * platform/chromium-mac/svg/custom/mask-changes-expected.checksum: Removed. |
| * platform/chromium-mac/svg/custom/mask-changes-expected.png: Removed. |
| |
| 2010-06-02 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed. Test expectation update. |
| |
| Update Windows and Linux results of empty-clip-path.html and |
| empty-mask.html for r60541. |
| |
| * platform/chromium-linux/svg/custom/empty-mask-expected.txt: Removed. |
| * platform/chromium-win/svg/custom/empty-clip-path-expected.txt: |
| * platform/chromium-win/svg/custom/empty-mask-expected.txt: |
| |
| 2010-06-02 Qi Zhang <qi.2.zhang@nokia.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| [Qt] Image shadow doesn't work |
| https://bugs.webkit.org/show_bug.cgi?id=37804 |
| |
| Enable image shadow basic test and disable image shadow transparent test case, that failed |
| because of the Qt known issue on transparent image. |
| |
| * platform/qt/Skipped: |
| |
| 2010-06-02 Dirk Schulze <krit@webkit.org> |
| |
| Uneviewed. |
| |
| SVG repaintRect should be empty if content got clipped away |
| https://bugs.webkit.org/show_bug.cgi?id=39965 |
| |
| Baseline update for Qt. |
| |
| * platform/qt/svg/custom/empty-mask-expected.txt: |
| |
| 2010-06-01 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVG repaintRect should be empty if content got clipped away |
| https://bugs.webkit.org/show_bug.cgi?id=39965 |
| |
| New repaintRect calculation causes updates of tests, where the content gets |
| clipped away. |
| |
| * platform/mac/svg/clip-path/clip-path-with-container-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-with-invisibile-child-expected.txt: |
| * platform/mac/svg/custom/empty-clip-path-expected.txt: |
| * platform/mac/svg/custom/empty-mask-expected.txt: |
| |
| 2010-06-01 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r60539. |
| http://trac.webkit.org/changeset/60539 |
| https://bugs.webkit.org/show_bug.cgi?id=40043 |
| |
| Accidentally added an unreviewed and invalid change to the |
| patch. (Requested by krit on #webkit). |
| |
| * platform/mac/svg/clip-path/clip-path-with-container-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-with-invisibile-child-expected.txt: |
| * platform/mac/svg/custom/empty-clip-path-expected.txt: |
| * platform/mac/svg/custom/empty-mask-expected.txt: |
| |
| 2010-06-01 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVG repaintRect should be empty if content got clipped away |
| https://bugs.webkit.org/show_bug.cgi?id=39965 |
| |
| New repaintRect calculation causes updates of tests, where the content gets |
| clipped away. |
| |
| * platform/mac/svg/clip-path/clip-path-with-container-expected.txt: |
| * platform/mac/svg/clip-path/clip-path-with-invisibile-child-expected.txt: |
| * platform/mac/svg/custom/empty-clip-path-expected.txt: |
| * platform/mac/svg/custom/empty-mask-expected.txt: |
| |
| 2010-06-01 Sheriff Bot <webkit.review.bot@gmail.com> |
| |
| Unreviewed, rolling out r60530. |
| http://trac.webkit.org/changeset/60530 |
| https://bugs.webkit.org/show_bug.cgi?id=40041 |
| |
| resource-har-conversion failed on GTK (Requested by abarth on |
| #webkit). |
| |
| * http/tests/inspector/inspector-test.js: |
| * http/tests/inspector/resource-har-conversion-expected.txt: Removed. |
| * http/tests/inspector/resource-har-conversion.html: Removed. |
| |
| 2010-06-01 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed. Test expectation update. |
| |
| Add Chromium-win Chromium-linux results for backslash-to-yen-sign*.html tests. |
| |
| * platform/chromium-linux/fast/text/backslash-to-yen-sign-dynamic-expected.checksum: Added. |
| * platform/chromium-linux/fast/text/backslash-to-yen-sign-dynamic-expected.png: Added. |
| * platform/chromium-linux/fast/text/backslash-to-yen-sign-dynamic-expected.txt: Added. |
| * platform/chromium-linux/fast/text/backslash-to-yen-sign-expected.checksum: Added. |
| * platform/chromium-linux/fast/text/backslash-to-yen-sign-expected.png: Added. |
| * platform/chromium-linux/fast/text/backslash-to-yen-sign-expected.txt: Added. |
| * platform/chromium-win/fast/text/backslash-to-yen-sign-dynamic-expected.checksum: Added. |
| * platform/chromium-win/fast/text/backslash-to-yen-sign-dynamic-expected.png: Added. |
| * platform/chromium-win/fast/text/backslash-to-yen-sign-dynamic-expected.txt: Added. |
| * platform/chromium-win/fast/text/backslash-to-yen-sign-expected.checksum: Added. |
| * platform/chromium-win/fast/text/backslash-to-yen-sign-expected.png: Added. |
| * platform/chromium-win/fast/text/backslash-to-yen-sign-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-01 Peter Kasting <pkasting@google.com> |
| |
| Unreviewed. Update test expectations. |
| |
| * platform/chromium/test_expectations.txt: moving-shadow-on-path has been rebaselined. input-search-padding may or may not be flaky. |
| |
| 2010-06-01 Andrey Kosyakov <caseq@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| WebInspector: Added test for contents of resource record and HAR conversion results. |
| Added generic object dumper to inspector-tests.js. |
| https://bugs.webkit.org/show_bug.cgi?id=30567 |
| |
| * http/tests/inspector/inspector-test.js: |
| (dumpObject): |
| * http/tests/inspector/resource-har-conversion-expected.txt: Added. |
| * http/tests/inspector/resource-har-conversion.html: Added. |
| |
| 2010-06-01 Kent Tamura <tkent@chromium.org> |
| |
| Unreviewed. Update test expectations. |
| |
| - Mark input-search-padding.html flaky on Mac |
| - Remove function_arguments.html, styles-disable-then-enable.html, |
| notifications-replace.html and notifications-rtl.html. They pass recently. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-01 James Robinson <jamesr@chromium.org> |
| |
| Unreviewed. Update the chromium baselines. |
| |
| * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.checksum: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-expected.checksum: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-nested-columns-child-expected.png: Added. |
| * platform/chromium-linux/fast/repaint/moving-shadow-on-path-expected.checksum: |
| * platform/chromium-linux/fast/repaint/moving-shadow-on-path-expected.png: |
| * platform/chromium-linux/svg/css/group-with-shadow-expected.checksum: |
| * platform/chromium-linux/svg/css/group-with-shadow-expected.png: |
| * platform/chromium-linux/svg/css/stars-with-shadow-expected.checksum: |
| * platform/chromium-linux/svg/css/stars-with-shadow-expected.png: |
| * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.checksum: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-expected.checksum: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-nested-columns-child-expected.png: Added. |
| * platform/chromium-mac/fast/repaint/moving-shadow-on-path-expected.checksum: |
| * platform/chromium-mac/fast/repaint/moving-shadow-on-path-expected.png: |
| * platform/chromium-mac/svg/css/stars-with-shadow-expected.checksum: |
| * platform/chromium-mac/svg/css/stars-with-shadow-expected.png: Removed. |
| * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.checksum: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-expected.checksum: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-expected.png: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-nested-columns-child-expected.txt: Added. |
| * platform/chromium-win/fast/repaint/moving-shadow-on-path-expected.checksum: |
| * platform/chromium-win/fast/repaint/moving-shadow-on-path-expected.png: |
| * platform/chromium-win/svg/css/group-with-shadow-expected.checksum: |
| * platform/chromium-win/svg/css/group-with-shadow-expected.png: |
| * platform/chromium-win/svg/css/group-with-shadow-expected.txt: |
| * platform/chromium-win/svg/css/stars-with-shadow-expected.checksum: |
| * platform/chromium-win/svg/css/stars-with-shadow-expected.png: |
| * platform/chromium-win/svg/custom/use-modify-target-symbol-expected.txt: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-01 Alexey Proskuryakov <ap@apple.com> |
| |
| Fixes Gtk buildbot. Suggested by Gavin Barraclough. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=40012 |
| Callable objects created via JavaScriptCore API cannot be used as Geolocation callbacks |
| |
| Disable subtests that check Math.abs - JS host objects are still InternalFunctions in |
| interpreter, so they behave differently from JIT. The bug tracks deciding what's the best |
| solution here. |
| |
| * fast/dom/Geolocation/argument-types-expected.txt: |
| * fast/dom/Geolocation/script-tests/argument-types.js: |
| |
| 2010-06-01 James Robinson <jamesr@chromium.org> |
| |
| Unreviewed. Update expected results for r60503 |
| https://bugs.webkit.org/show_bug.cgi?id=38851 |
| |
| * platform/mac/fast/repaint/moving-shadow-on-path-expected.txt: |
| |
| 2010-06-01 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Update expected results after r60503. |
| |
| Reviewed by Laszlo Gombos. |
| |
| * platform/qt/fast/repaint/moving-shadow-on-path-expected.txt: |
| * platform/qt/svg/css/arrow-with-shadow-expected.txt: |
| * platform/qt/svg/css/stars-with-shadow-expected.txt: |
| |
| 2010-06-01 Rob Buis <rwlbuis@gmail.com> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| Large SVG rect with shadow fails to render |
| https://bugs.webkit.org/show_bug.cgi?id=38851 |
| |
| Add new test covering that large shadow rects get renderered now. |
| Update test results that show slight differences, after fixing the |
| repaintRect calculations. |
| |
| * platform/mac-leopard/svg/css/composite-shadow-example-expected.checksum: |
| * platform/mac-leopard/svg/css/composite-shadow-example-expected.png: |
| * platform/mac-leopard/svg/css/composite-shadow-with-opacity-expected.checksum: |
| * platform/mac-leopard/svg/css/composite-shadow-with-opacity-expected.png: |
| * platform/mac-leopard/svg/css/group-with-shadow-expected.checksum: |
| * platform/mac-leopard/svg/css/group-with-shadow-expected.png: |
| * platform/mac/svg/css/arrow-with-shadow-expected.txt: |
| * platform/mac/svg/css/composite-shadow-example-expected.checksum: |
| * platform/mac/svg/css/composite-shadow-example-expected.png: |
| * platform/mac/svg/css/composite-shadow-with-opacity-expected.checksum: |
| * platform/mac/svg/css/composite-shadow-with-opacity-expected.png: |
| * platform/mac/svg/css/group-with-shadow-expected.checksum: |
| * platform/mac/svg/css/group-with-shadow-expected.png: |
| * platform/mac/svg/css/stars-with-shadow-expected.checksum: |
| * platform/mac/svg/css/stars-with-shadow-expected.png: |
| * platform/mac/svg/css/stars-with-shadow-expected.txt: |
| * platform/mac/svg/filters/shadow-on-rect-large-expected.checksum: Added. |
| * platform/mac/svg/filters/shadow-on-rect-large-expected.png: Added. |
| * platform/mac/svg/filters/shadow-on-rect-large-expected.txt: Added. |
| * svg/filters/shadow-on-rect-large.svg: Added. |
| |
| 2010-06-01 Rob Buis <rwlbuis@gmail.com> |
| |
| Reviewed by Dirk Schulze. |
| |
| Manipulating SVG element attributes in Javascript does not work as expected |
| https://bugs.webkit.org/show_bug.cgi?id=34328 |
| |
| Add test to verify that after removeAttribute viewBox is set to be empty. |
| |
| * platform/mac/svg/custom/use-modify-target-symbol-expected.txt: |
| * svg/custom/script-tests/svg-viewBox-dynamic.js: Added. |
| * svg/custom/svg-viewBox-dynamic-expected.txt: Added. |
| * svg/custom/svg-viewBox-dynamic.html: Added. |
| |
| 2010-06-01 Dumitru Daniliuc <dumi@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| storage/transaction-success-callback-isolated-world.html is being fixed. |
| https://bugs.webkit.org/show_bug.cgi?id=39145 |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-05-12 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Xan Lopez. |
| |
| [GTK] Get more mouse tests passing |
| https://bugs.webkit.org/show_bug.cgi?id=39040 |
| |
| Unskip tests that are now passing. |
| |
| * platform/gtk/Skipped: |
| |
| 2010-06-01 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Sam Weinig. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=39434 |
| REGRESSION (r59811): Geolocation callbacks cannot be created |
| |
| * platform/mac/Skipped: All tests used to be disabled. Now only those that fal with an |
| assertion are. |
| |
| * platform/gtk/Skipped: Unskipped tests that we affected by this bug. |
| |
| * fast/dom/Geolocation/script-tests/error.js: The test checks what happens if resolving |
| position fails. So, it has to enable permission, and has to use an error code that actually |
| exists. |
| |
| * fast/dom/Geolocation/script-tests/maximum-age.js: Error code 1 is permission denied, |
| but permission is not denied in this test. Use an error code that agrees with reality. |
| |
| * fast/dom/Geolocation/script-tests/watch.js: Ditto. |
| |
| * fast/dom/Geolocation/script-tests/reentrant-error.js: The test checks what happens if |
| resolving position fails. So, it has to enable permission. |
| |
| 2010-06-01 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Xan Lopez. |
| |
| [GTK] Double clicks cause three button press events |
| https://bugs.webkit.org/show_bug.cgi?id=38853 |
| |
| * platform/gtk/Skipped: Unskip passing tests. |
| * platform/gtk/editing/selection/5057506-2-expected.txt: Rebaseline this test, as it's correct now. |
| |
| 2010-06-01 Sergio Villar Senin <svillar@igalia.com> |
| |
| Unskipping tests. No review necessary. |
| |
| [GTK] unskip some editing tests that are actually working |
| https://bugs.webkit.org/show_bug.cgi?id=39999 |
| |
| * platform/gtk/Skipped: |
| |
| 2010-06-01 Martin Robinson <mrobinson@igalia.com> |
| |
| Reviewed by Xan Lopez. |
| |
| [GTK] css1/color_and_background/background_attachment.html fails on the 32-bit debug bot |
| https://bugs.webkit.org/show_bug.cgi?id=39101 |
| |
| The timing fix changed expected results for many tests, so regenerate |
| results for these tests. |
| |
| * platform/gtk/Skipped: Unskip tests that should be passing now. |
| * platform/gtk/css1/basic/class_as_selector-expected.txt: |
| * platform/gtk/css1/basic/comments-expected.txt: |
| * platform/gtk/css1/basic/containment-expected.txt: |
| * platform/gtk/css1/basic/id_as_selector-expected.txt: |
| * platform/gtk/css1/basic/inheritance-expected.txt: |
| * platform/gtk/css1/box_properties/acid_test-expected.txt: Removed. |
| * platform/gtk/css1/box_properties/border-expected.txt: |
| * platform/gtk/css1/box_properties/border_bottom-expected.txt: |
| * platform/gtk/css1/box_properties/border_bottom_width-expected.txt: |
| * platform/gtk/css1/box_properties/border_left-expected.txt: |
| * platform/gtk/css1/box_properties/border_left_width-expected.txt: |
| * platform/gtk/css1/box_properties/border_right_inline-expected.txt: |
| * platform/gtk/css1/box_properties/border_right_width-expected.txt: |
| * platform/gtk/css1/box_properties/border_style-expected.txt: |
| * platform/gtk/css1/box_properties/border_top-expected.txt: |
| * platform/gtk/css1/box_properties/border_top_width-expected.txt: |
| * platform/gtk/css1/box_properties/border_width-expected.txt: |
| * platform/gtk/css1/box_properties/clear-expected.txt: |
| * platform/gtk/css1/box_properties/clear_float-expected.txt: |
| * platform/gtk/css1/box_properties/float_elements_in_series-expected.txt: |
| * platform/gtk/css1/box_properties/float_margin-expected.txt: |
| * platform/gtk/css1/box_properties/float_on_text_elements-expected.txt: |
| * platform/gtk/css1/box_properties/height-expected.txt: |
| * platform/gtk/css1/box_properties/margin-expected.txt: |
| * platform/gtk/css1/box_properties/margin_bottom-expected.txt: |
| * platform/gtk/css1/box_properties/margin_inline-expected.txt: |
| * platform/gtk/css1/box_properties/margin_left-expected.txt: |
| * platform/gtk/css1/box_properties/margin_right-expected.txt: |
| * platform/gtk/css1/box_properties/margin_top-expected.txt: |
| * platform/gtk/css1/box_properties/padding-expected.txt: |
| * platform/gtk/css1/box_properties/padding_bottom-expected.txt: |
| * platform/gtk/css1/box_properties/padding_inline-expected.txt: |
| * platform/gtk/css1/box_properties/padding_left-expected.txt: |
| * platform/gtk/css1/box_properties/padding_right-expected.txt: |
| * platform/gtk/css1/box_properties/padding_top-expected.txt: |
| * platform/gtk/css1/box_properties/width-expected.txt: |
| * platform/gtk/css1/cascade/cascade_order-expected.txt: |
| * platform/gtk/css1/classification/display-expected.txt: |
| * platform/gtk/css1/classification/list_style_type-expected.txt: |
| * platform/gtk/css1/classification/white_space-expected.txt: |
| * platform/gtk/css1/color_and_background/background-expected.txt: |
| * platform/gtk/css1/color_and_background/background_attachment-expected.txt: |
| * platform/gtk/css1/color_and_background/background_position-expected.txt: |
| * platform/gtk/css1/color_and_background/background_repeat-expected.txt: |
| * platform/gtk/css1/conformance/forward_compatible_parsing-expected.txt: |
| * platform/gtk/css1/font_properties/font-expected.txt: |
| * platform/gtk/css1/font_properties/font_family-expected.txt: |
| * platform/gtk/css1/font_properties/font_size-expected.txt: |
| * platform/gtk/css1/font_properties/font_weight-expected.txt: |
| * platform/gtk/css1/formatting_model/floating_elements-expected.txt: |
| * platform/gtk/css1/formatting_model/height_of_lines-expected.txt: |
| * platform/gtk/css1/formatting_model/horizontal_formatting-expected.txt: |
| * platform/gtk/css1/formatting_model/inline_elements-expected.txt: |
| * platform/gtk/css1/formatting_model/replaced_elements-expected.txt: |
| * platform/gtk/css1/formatting_model/vertical_formatting-expected.txt: |
| * platform/gtk/css1/pseudo/anchor-expected.txt: |
| * platform/gtk/css1/pseudo/firstletter-expected.txt: |
| * platform/gtk/css1/pseudo/firstline-expected.txt: |
| * platform/gtk/css1/pseudo/multiple_pseudo_elements-expected.txt: |
| * platform/gtk/css1/pseudo/pseudo_elements_in_selectors-expected.txt: |
| * platform/gtk/css1/text_properties/letter_spacing-expected.txt: |
| * platform/gtk/css1/text_properties/line_height-expected.txt: |
| * platform/gtk/css1/text_properties/text_decoration-expected.txt: |
| * platform/gtk/css1/text_properties/text_indent-expected.txt: |
| * platform/gtk/css1/text_properties/text_transform-expected.txt: |
| * platform/gtk/css1/text_properties/vertical_align-expected.txt: |
| * platform/gtk/css1/text_properties/word_spacing-expected.txt: |
| * platform/gtk/css1/units/color_units-expected.txt: |
| * platform/gtk/css1/units/length_units-expected.txt: |
| * platform/gtk/css1/units/percentage_units-expected.txt: |
| * platform/gtk/editing/deleting/delete-line-end-ws-001-expected.txt: |
| * platform/gtk/editing/deleting/delete-line-end-ws-002-expected.txt: |
| * platform/gtk/fast/multicol/layers-in-multicol-expected.txt: |
| * platform/gtk/fast/multicol/layers-split-across-columns-expected.txt: |
| * platform/gtk/fast/multicol/nested-columns-expected.txt: |
| * platform/gtk/fast/repaint/fixed-child-move-after-scroll-expected.txt: |
| * platform/gtk/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt: |
| * platform/gtk/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt: |
| * platform/gtk/fast/repaint/fixed-move-after-scroll-expected.txt: |
| * platform/gtk/fast/repaint/fixed-tranformed-expected.txt: |
| * platform/gtk/fast/repaint/repaint-during-scroll-expected.txt: |
| * platform/gtk/fast/text/format-control-expected.txt: |
| |
| 2010-06-01 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: Chromium: rebaseline some svg tests. |
| |
| * platform/chromium-linux/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/filters-light-04-f-expected.checksum: Added. |
| * platform/chromium-linux/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Added. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum: |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.checksum: Added. |
| * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Added. |
| * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.checksum: Added. |
| * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Added. |
| * platform/chromium-win/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-06-01 Zoltan Herczeg <zherczeg@webkit.org> |
| |
| Reviewed by Dirk Schulze. |
| |
| Testing the anti-aliasing effect of the spot light edge |
| https://bugs.webkit.org/show_bug.cgi?id=39477 |
| |
| * platform/gtk/Skipped: |
| * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.checksum: |
| * platform/mac/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: |
| * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.checksum: Added. |
| * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Added. |
| * platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added. |
| * platform/qt/Skipped: |
| * svg/W3C-SVG-1.1/filters-light-04-f.png: Added. |
| * svg/W3C-SVG-1.1/filters-light-04-f.svg: Added. |
| |
| 2010-05-31 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Fix default action for EndTagOpenState |
| https://bugs.webkit.org/show_bug.cgi?id=39982 |
| |
| Add a test for a bogus end tag to webkit01.dat and update expected |
| results now that we pass some more tests. |
| |
| Adding this test revealed a bug in resuming the bogus comment state. |
| I've left these broken expectations, but I'll fix the bug in a future |
| patch. (The bug existed prior to this patch, just not the test.) |
| |
| * html5lib/resources/webkit01.dat: |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/webkit-resumer-expected-html5.txt: |
| |
| 2010-05-31 Roland Steiner <rolandsteiner@chromium.org> |
| |
| Unreviewed: land new Chromium baselines to unblock WebKit roll |
| |
| Bug 39980 - Add Chromium baselines for svg/filters/parent-children-with-same-filter |
| https://bugs.webkit.org/show_bug.cgi?id=39980 |
| |
| Add new baselines |
| |
| * platform/chromium-linux/svg/filters/parent-children-with-same-filter-expected.checksum: Added. |
| * platform/chromium-linux/svg/filters/parent-children-with-same-filter-expected.png: Added. |
| * platform/chromium-mac/svg/filters/parent-children-with-same-filter-expected.checksum: Added. |
| * platform/chromium-mac/svg/filters/parent-children-with-same-filter-expected.png: Added. |
| * platform/chromium-win/svg/filters/parent-children-with-same-filter-expected.checksum: Added. |
| * platform/chromium-win/svg/filters/parent-children-with-same-filter-expected.png: Added. |
| |
| 2010-05-31 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| REGRESSION(60409): window.onload never fires when using HTML5 parser |
| https://bugs.webkit.org/show_bug.cgi?id=39981 |
| |
| Now that we can actually run the tests again we pass 6 more. |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-05-31 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Dan Bernstein. |
| |
| REGRESSION (r58665): Infinite recursion in Position::getInlineBoxAndOffset() |
| https://bugs.webkit.org/show_bug.cgi?id=39946 |
| |
| * editing/selection/mixed-editability-12-expected.txt: Added. |
| * editing/selection/mixed-editability-12.html: Added. |
| |
| 2010-05-31 Leo Yang <leo.yang@torchmobile.com.cn> |
| |
| Reviewed by George Staikos. |
| |
| Fix canvas.toDataURL(type, quality, ...) to let it support quality parameter. |
| And implement it in Qt port. |
| https://bugs.webkit.org/show_bug.cgi?id=37304 |
| |
| * platform/qt/fast/canvas/toDataURL-jpeg-alpha-expected.txt: Added. |
| * platform/qt/fast/canvas/toDataURL-jpeg-alpha.html: Added. |
| * platform/qt/fast/canvas/toDataURL-jpeg-primarycolors-expected.txt: Added. |
| * platform/qt/fast/canvas/toDataURL-jpeg-primarycolors.html: Added. |
| * platform/qt/fast/canvas/toDataURL-jpeg-quality-basic-expected.txt: Added. |
| * platform/qt/fast/canvas/toDataURL-jpeg-quality-basic.html: Added. |
| * platform/qt/fast/canvas/toDataURL-jpeg-quality-notnumber-expected.txt: Added. |
| * platform/qt/fast/canvas/toDataURL-jpeg-quality-notnumber.html: Added. |
| * platform/qt/fast/canvas/toDataURL-jpeg-quality-outsiderange-expected.txt: Added. |
| * platform/qt/fast/canvas/toDataURL-jpeg-quality-outsiderange.html: Added. |
| * platform/qt/fast/canvas/toDataURL-jpeg.js: Added. |
| |
| 2010-05-31 Stephen White <senorblanco@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| New Chromium Win+Linux baselines for background image resize layout tests. |
| https://bugs.webkit.org/show_bug.cgi?id=38686 |
| |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.checksum: |
| * platform/chromium-linux/fast/backgrounds/size/backgroundSize15-expected.png: |
| * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.checksum: |
| * platform/chromium-linux/fast/backgrounds/size/contain-and-cover-expected.png: |
| * platform/chromium-linux/fast/borders/svg-as-border-image-expected.checksum: |
| * platform/chromium-linux/fast/repaint/backgroundSizeRepaint-expected.checksum: |
| * platform/chromium-linux/fast/repaint/backgroundSizeRepaint-expected.png: Removed. |
| * platform/chromium-linux/scrollbars/listbox-scrollbar-combinations-expected.checksum: |
| * platform/chromium-linux/scrollbars/listbox-scrollbar-combinations-expected.png: Removed. |
| * platform/chromium-linux/scrollbars/overflow-scrollbar-combinations-expected.checksum: |
| * platform/chromium-linux/scrollbars/overflow-scrollbar-combinations-expected.png: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum: |
| * platform/chromium-linux/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/backgroundSize15-expected.png: |
| * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.checksum: |
| * platform/chromium-win/fast/backgrounds/size/contain-and-cover-expected.png: |
| * platform/chromium-win/fast/borders/svg-as-border-image-expected.checksum: |
| * platform/chromium-win/fast/borders/svg-as-border-image-expected.png: |
| * platform/chromium-win/fast/repaint/backgroundSizeRepaint-expected.checksum: |
| * platform/chromium-win/fast/repaint/backgroundSizeRepaint-expected.png: |
| * platform/chromium-win/scrollbars/listbox-scrollbar-combinations-expected.checksum: |
| * platform/chromium-win/scrollbars/listbox-scrollbar-combinations-expected.png: |
| * platform/chromium-win/scrollbars/overflow-scrollbar-combinations-expected.checksum: |
| * platform/chromium-win/scrollbars/overflow-scrollbar-combinations-expected.png: |
| * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.checksum: |
| * platform/chromium-win/svg/W3C-SVG-1.1/coords-viewattr-02-b-expected.png: |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-05-31 Alexander Pavlov <apavlov@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Web Inspector: Implement retrieval of CSS stylesheets for source editing |
| https://bugs.webkit.org/show_bug.cgi?id=39833 |
| |
| * inspector/styles-source-offsets-expected.txt: Added. |
| * inspector/styles-source-offsets.html: Added. |
| |
| 2010-05-31 Steve Block <steveblock@google.com> |
| |
| Unreviewed, rolling out r60069. |
| http://trac.webkit.org/changeset/60069 |
| https://bugs.webkit.org/show_bug.cgi?id=39288 |
| |
| Roll out r60069 while the need for Geolocation::stop() is |
| investigated. |
| |
| * fast/dom/Geolocation/ongoing-request-leak-expected.txt: Removed. |
| * fast/dom/Geolocation/ongoing-request-leak.html: Removed. |
| * fast/dom/Geolocation/script-tests/ongoing-request-leak.js: Removed. |
| * platform/gtk/Skipped: |
| |
| 2010-05-31 Dirk Schulze <krit@webkit.org> |
| |
| Reviewed by Nikolas Zimmermann. |
| |
| SVG Filter: Crash if parent and child elements use the same filter |
| https://bugs.webkit.org/show_bug.cgi?id=39536 |
| |
| Check, that parent and child nodes can take the same filter without |
| crashing webkit. |
| |
| * platform/mac/svg/filters/parent-children-with-same-filter-expected.checksum: Added. |
| * platform/mac/svg/filters/parent-children-with-same-filter-expected.png: Added. |
| * platform/mac/svg/filters/parent-children-with-same-filter-expected.txt: Added. |
| * svg/filters/parent-children-with-same-filter.svg: Added. |
| |
| 2010-05-31 Roland Steiner <rolandsteiner@chromium.org> |
| |
| Unreviewed: update Chromium expectations for html5lib/runner.html |
| |
| Update the Chromium version of runner-expected.txt after r60430 |
| |
| * platform/chromium/html5lib/runner-expected.txt: |
| |
| 2010-05-31 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| Accessibility tests shouldn't rely on crazy <title> parsing |
| https://bugs.webkit.org/show_bug.cgi?id=39940 |
| |
| We have a separate test for crazy <title> parsing already in |
| fast/tokenizer. Also, this patch makes these tests pass with the HTML5 |
| parser (and run in Firefox). |
| |
| * accessibility/image-link-inline-cont.html: |
| * accessibility/image-link.html: |
| * accessibility/inline-continuations.html: |
| |
| 2010-05-30 Roland Steiner <rolandsteiner@chromium.org> |
| |
| Unreviewed: add failing test to Chromium test_expectations.txt |
| |
| WK rev. 60386 added storage/transaction-success-callback-isolated-world.html |
| which fails in Chromium on all platforms. |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-05-30 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Darin Adler. |
| |
| Fix LayoutTests/fast/parser/xml-declaration-missing-ending-mark.html in HTML5 parser |
| https://bugs.webkit.org/show_bug.cgi?id=39939 |
| |
| Add some tests for the bogus comment state. |
| |
| * html5lib/resources/comments01.dat: |
| * html5lib/runner-expected.txt: |
| |
| 2010-05-30 Roland Steiner <rolandsteiner@chromium.org> |
| |
| Unreviewed: rebaseline range-between-block-and-inline for Chromium. |
| |
| Add rebaselined test expectations for Chromium Win & Linux for |
| editing/selection/range-between-block-and-inline.html |
| |
| * platform/chromium-linux/editing/selection/range-between-block-and-inline-expected.checksum: Added. |
| * platform/chromium-linux/editing/selection/range-between-block-and-inline-expected.png: Added. |
| * platform/chromium-linux/editing/selection/range-between-block-and-inline-expected.txt: Added. |
| * platform/chromium-win/editing/selection/range-between-block-and-inline-expected.checksum: Added. |
| * platform/chromium-win/editing/selection/range-between-block-and-inline-expected.png: Added. |
| * platform/chromium-win/editing/selection/range-between-block-and-inline-expected.txt: Added. |
| |
| 2010-05-30 Roland Steiner <rolandsteiner@chromium.org> |
| |
| Unreviewed: fix Chromium test expectations. |
| |
| Fix Chromium test expectations for html5lib/runner.html |
| |
| * platform/chromium-mac/html5lib/runner-expected.txt: Removed. |
| * platform/chromium-win/html5lib/runner-expected.txt: Removed. |
| * platform/chromium/html5lib/runner-expected.txt: Added. |
| * platform/chromium/html5lib/webkit-runner-expected.txt: Removed. |
| |
| 2010-05-30 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Enhance Qt DRT implementation to support platform scroll wheel events. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=36004 |
| |
| Unskip: |
| |
| fast/events/remove-child-onscroll.html |
| fast/events/platform-wheelevent-in-scrolling-div.html |
| fast/events/continuous-platform-wheelevent-in-scrolling-div.html |
| |
| Add platform-specific results for Qt. Required because QWheelEvent only supports sending an event |
| for scrolling movement one axis at a time. Naturally the test's check for the axis the event does |
| not pertain to will 'fail' in such cases. So we get 6 lines of output in total, i.e.: |
| |
| FAIL event.wheelDeltaY should be -24000. Was 0. |
| PASS event.wheelDeltaX is window.expectedScrollLeft*-120 |
| PASS event.wheelDelta is window.expectedScrollLeft*-120 |
| |
| and then: |
| |
| PASS event.wheelDeltaY is window.expectedScrollTop*-120 |
| FAIL event.wheelDeltaX should be -12000. Was 0. |
| PASS event.wheelDelta is window.expectedScrollTop*-120 |
| |
| instead of just 3 like Mac: |
| |
| PASS event.wheelDeltaY is window.expectedScrollTop*-120 |
| PASS event.wheelDeltaX is window.expectedScrollLeft*-120 |
| PASS event.wheelDelta is window.expectedScrollTop*-120 |
| |
| |
| * platform/qt-linux/fast/events/continuous-platform-wheelevent-in-scrolling-div-expected.txt: Added. |
| * platform/qt-linux/fast/events/platform-wheelevent-in-scrolling-div-expected.txt: Added. |
| * platform/qt/Skipped: |
| |
| 2010-05-29 Justin Schuh <jschuh@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| Allow descendant frame navigation for file URLs when allowFileAccessFromFileURLs is false |
| https://bugs.webkit.org/show_bug.cgi?id=39750 |
| |
| Check that descendant file: frames can navigate each other. |
| |
| * fast/frames/location-change-no-file-access-expected.txt: Added. |
| * fast/frames/location-change-no-file-access.html: Added. |
| * fast/frames/resources/no-file-access-frame-1.html: Added. |
| * fast/frames/resources/no-file-access-frame-2.html: Added. |
| |
| 2010-05-28 Geoffrey Garen <ggaren@apple.com> |
| |
| Reviewed by Sam Weinig, Gavin Barraclough, Oliver Hunt. |
| |
| Simplified the host calling convention. |
| |
| Changed these results to expect to fail to stringify their exception |
| objects in the case of stack overflow. (Standardizing the calling |
| convention has implicitly added stack overflow checks to some places |
| where they used to be missing.) |
| |
| In a future patch, I plan to implement a more reliable way to stringify |
| exceptions without invoking a JS function. For now, though, it seems best |
| to match other test results, instead of silently overflowing the stack. |
| |
| * fast/js/global-recursion-on-full-stack-expected.txt: |
| * fast/xmlhttprequest/xmlhttprequest-recursive-sync-event-expected.txt: |
| |
| 2010-05-28 Stephen White <senorblanco@chromium.org> |
| |
| Reviewed by Darin Fisher. |
| |
| [CHROMIUM] Chromium port should support image interpolation quality |
| https://bugs.webkit.org/show_bug.cgi?id=38686 |
| |
| * platform/chromium/test_expectations.txt: |
| Add failure expectations for resizing-based tests, so they can be |
| rebaselined by the bots. |
| |
| 2010-05-28 Csaba Osztrogonác <ossy@webkit.org> |
| |
| [Qt] Skip new test introduced in r60386, because of |
| missing layoutTestController.evaluateScriptInIsolatedWorld() |
| |
| * platform/qt/Skipped: storage/transaction-success-callback-isolated-world.html skipped. |
| |
| 2010-05-28 Eric Uhrhane <ericu@chromium.org> |
| |
| Reviewed by Dmitry Titov. |
| |
| Refactor DB layout tests so that they work in Web Workers as well as Pages. |
| This is a big set of ports, but there are still more to come. |
| 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. |
| |
| 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. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=34995 |
| |
| * fast/workers/storage/multiple-databases-garbage-collection-expected.txt: Added. |
| * fast/workers/storage/multiple-databases-garbage-collection.html: Added. |
| * fast/workers/storage/multiple-transactions-expected.txt: Added. |
| * fast/workers/storage/multiple-transactions.html: Added. |
| * fast/workers/storage/multiple-transactions-on-different-handles-expected.txt: Added. |
| * fast/workers/storage/multiple-transactions-on-different-handles.html: Added. |
| * fast/workers/storage/change-version-handle-reuse-worker.html: Pulled out even more boilerplate. |
| * fast/workers/storage/execute-sql-args-worker.html: Pulled out even more boilerplate. |
| * fast/workers/storage/resources/database-worker-controller: Here's where the boilerplate went. |
| * fast/workers/storage/resources/database-worker.js: |
| * storage/multiple-databases-garbage-collection.html: |
| * storage/multiple-databases-garbage-collection.js: Added. |
| * storage/multiple-transactions-on-different-handles.html: |
| * storage/multiple-transactions-on-different-handles.js: Added. |
| * storage/multiple-transactions.html: |
| * storage/multiple-transactions.js: Added. |
| * storage/hash-change-with-xhr-expected.txt: Trivial whitespace change. |
| * storage/hash-change-with-xhr.html: |
| * storage/hash-change-with-xhr.js: Added. |
| * storage/open-database-while-transaction-in-progress.html: |
| * storage/open-database-while-transaction-in-progress.js: Added. |
| * storage/read-and-write-transactions-dont-run-together.html: |
| * storage/read-and-write-transactions-dont-run-together.js: Added. |
| * storage/test-authorizer.html: |
| * storage/test-authorizer.js: Added. |
| I made a small common include for all the non-worker tests to remove a little boilerplate. |
| * storage/resources/database-common.js: Added. |
| These two tests had already been ported to workers; I updated them to use the common include file. |
| * storage/change-version-handle-reuse.html: |
| * storage/execute-sql-args.html: |
| * fast/workers/storage/open-database-while-transaction-in-progress-expected.txt: Added. |
| * fast/workers/storage/open-database-while-transaction-in-progress.html: Added. |
| * fast/workers/storage/read-and-write-transactions-dont-run-together-expected.txt: Added. |
| * fast/workers/storage/read-and-write-transactions-dont-run-together.html: Added. |
| * fast/workers/storage/test-authorizer-expected.txt: Added. |
| * fast/workers/storage/test-authorizer.html: Added. |
| |
| 2010-05-28 Eric Uhrhane <ericu@chromium.org> |
| |
| Reviewed by Dmitry Titov. |
| |
| We don't test the async DB success callback in an isolated world. |
| https://bugs.webkit.org/show_bug.cgi?id=39849 |
| |
| This pretty much a copy of transaction-error-callback-isolated-world.html. |
| * storage/transaction-success-callback-isolated-world-expected.txt: Added. |
| * storage/transaction-success-callback-isolated-world.html: Added. |
| |
| 2010-05-28 Chang Shu <Chang.Shu@nokia.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| [Qt] Enable Philip's canvas tests on Qt and skip |
| the failed ones. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=20553 |
| |
| * platform/qt/Skipped: |
| |
| 2010-05-28 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Named entities in attributes aren't parsed correctly by HTML5 parser |
| https://bugs.webkit.org/show_bug.cgi?id=39873 |
| |
| Add a test suite for parsing entities in attributes and update expected results. |
| |
| * html5lib/resources/entities02.dat: Added. |
| * html5lib/runner-expected-html5.txt: |
| * html5lib/runner-expected.txt: |
| * html5lib/runner.html: |
| |
| 2010-05-28 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Handle edge cases in HTML5 entity parsing |
| https://bugs.webkit.org/show_bug.cgi?id=39823 |
| |
| Tests a bunch of the edge cases of entity handling in the HTML5 |
| specification. |
| |
| * html5lib/resources/entities01.dat: |
| * html5lib/runner-expected.txt: |
| |
| 2010-05-28 Chris Fleizach <cfleizach@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| AX: need to catch NSAccessibilityExceptions in DRT |
| https://bugs.webkit.org/show_bug.cgi?id=39881 |
| |
| * platform/mac/accessibility/unsupported-attribute-does-not-crash-expected.txt: Added. |
| * platform/mac/accessibility/unsupported-attribute-does-not-crash.html: Added. |
| |
| 2010-05-28 Mikhail Naganov <mnaganov@chromium.org> |
| |
| Unreviewed. Revert 60353 -- immature. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=39646 |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * platform/gtk/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| |
| 2010-05-28 Shu Chang <chang.shu@nokia.com> |
| |
| Unreviewed. |
| |
| Remove two junk files not supposed to be in. |
| |
| * canvas/philip/tests/.reportgen.html.swp: Removed. |
| * canvas/philip/tests/.reportgen.js.swp: Removed. |
| |
| 2010-05-28 Mikhail Naganov <mnaganov@chromium.org> |
| |
| Reviewed by Yury Semikhatsky. |
| |
| Web Inspector: add Console API for retrieving memory stats |
| |
| Add 'console.memory' property which returns an object. Currently |
| it has two fields: totalHeapSize and usedHeapSize. Later, it can be |
| extended for reporting total browser's memory consumption. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=39840 |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| * platform/gtk/fast/dom/Window/window-properties-expected.txt: |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: |
| |
| 2010-05-28 Yael Aharon <yael.aharon@nokia.com> |
| |
| Reviewed by Laszlo Gombos. |
| |
| [Qt] Pass all web notification layout tests |
| https://bugs.webkit.org/show_bug.cgi?id=39146 |
| |
| * platform/qt/Skipped: |
| |
| 2010-05-28 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| document.write does not work correctly in the HTML5 parser |
| https://bugs.webkit.org/show_bug.cgi?id=39828 |
| |
| Add two tests for document.write behavior and update |
| our expected results to remove two parse errors now that |
| document.write is functioning correctly. |
| |
| * html5lib/resources/webkit01.dat: |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-05-27 MORITA Hajime <morrita@google.com> |
| |
| Reviewed by Ojan Vafai. |
| |
| Cursor movement and text selection does not work well if a block is followed by an inline. |
| https://bugs.webkit.org/show_bug.cgi?id=32123 |
| |
| RenderInline::setSelectionState() missed selection state |
| propagation for ancestors. This fix pulled |
| RenderBlock::setSelectionState() up to RenderBoxModelObject, to |
| share it with RenderInline. |
| |
| * editing/selection/range-between-block-and-inline.html: Added. |
| * platform/mac/editing/selection/range-between-block-and-inline-expected.checksum: Added. |
| * platform/mac/editing/selection/range-between-block-and-inline-expected.png: Added. |
| * platform/mac/editing/selection/range-between-block-and-inline-expected.txt: Added. |
| |
| 2010-05-27 Roland Steiner <rolandsteiner@chromium.org> |
| |
| Reviewed by Tamura Kent. |
| |
| [Chromium] Update chromium test expectations for parseFloat & toNumber tests |
| https://bugs.webkit.org/show_bug.cgi?id=39861 |
| |
| Update expectation files. |
| |
| * platform/chromium/fast/js/ToNumber-expected.txt: |
| * platform/chromium/fast/js/parseFloat-expected.txt: |
| |
| 2010-05-26 Darin Adler <darin@apple.com> |
| |
| Reviewed by Kent Tamura. |
| |
| Null characters handled incorrectly in ToNumber conversion |
| https://bugs.webkit.org/show_bug.cgi?id=38088 |
| |
| * fast/js/ToNumber-expected.txt: Updated for new tests and to |
| expect PASS for two null character tests. |
| * fast/js/ToNumber.js: Added more test cases. |
| * fast/js/parseFloat-expected.txt: Updated for new test case. |
| * fast/js/script-tests/parseFloat.js: Added a test case. |
| |
| 2010-05-27 Julie Parent <jparent@chromium.org> |
| |
| Unreviewed. |
| |
| Update Chromium expectations for runner.html after r60278. |
| |
| * platform/chromium-mac/html5lib/runner-expected.txt: |
| * platform/chromium-win/html5lib/runner-expected.txt: |
| |
| 2010-05-27 Anders Carlsson <andersca@apple.com> |
| |
| Reviewed by Adam Roben. |
| |
| [Qt] REGRESSION(r60258): It broke 10 tests. |
| https://bugs.webkit.org/show_bug.cgi?id=39819 |
| |
| Remove tests from the skipped list. |
| |
| * platform/qt/Skipped: |
| |
| 2010-05-27 Alexey Proskuryakov <ap@apple.com> |
| |
| https://bugs.webkit.org/show_bug.cgi?id=39852 |
| [Qt] fast/encoding/yentest.html fails |
| |
| * platform/Qt/Skipped: Disabling the new tests for backslash transcoding. |
| |
| 2010-05-27 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Shinichiro Hamaji. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=39606 |
| Land tests for <rdar://problem/3277733>: \ in JavaScript mishandled when encoding is Japanese |
| |
| * fast/encoding/resources/yentestexternal.js: Added. |
| * fast/encoding/resources/yentestexternal2.js: Added. |
| * fast/encoding/yentest-expected.txt: Added. |
| * fast/encoding/yentest.html: Added. |
| * fast/encoding/yentest2-expected.txt: Added. |
| * fast/encoding/yentest2.html: Added. |
| |
| 2010-05-27 Tony Gentilcore <tonyg@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| Mark some SVG tests as flaky on Windows |
| https://bugs.webkit.org/show_bug.cgi?id=39790 |
| |
| The following SVG tests have been failing intermittently on the |
| chromium console for the past 2+ days. |
| - svg/clip-path/clip-path-childs-clipped.svg |
| - svg/clip-path/clip-path-evenodd-nonzero.svg |
| - svg/clip-path/clip-path-text-and-shape.svg |
| - svg/text/text-text-04-t.svg |
| - svg/text/text-text-05-t.svg |
| |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-05-26 Jeremy Orlow <jorlow@chromium.org> |
| |
| Reviewed by Steve Block. |
| |
| Clean up IndexedDB layout tests |
| https://bugs.webkit.org/show_bug.cgi?id=39748 |
| |
| Split basics.js into a common library plus 2 other tests. This |
| will make it easier to ensure good test coverage as we go forward |
| without too much cut and paste coding. For the most part, each |
| IndexedDB idl file should have its own test in the future (at a |
| minimum). |
| |
| Also switching the 'description' portion of the test expectation |
| to reflect the build fix from last night (which breaks the feature). |
| |
| * storage/indexeddb/basics-expected.txt: Removed. |
| * storage/indexeddb/basics.html: Removed. |
| * storage/indexeddb/idb-database-request-expected.txt: Added. |
| * storage/indexeddb/idb-database-request.html: Added. |
| * storage/indexeddb/indexed-database-request-expected.txt: Added. |
| * storage/indexeddb/indexed-database-request.html: Added. |
| * storage/indexeddb/resources/shared.js: Added. |
| (init): |
| (done): |
| (verifyEventCommon): |
| (verifyErrorEvent): |
| (verifySuccessEvent): |
| (verifyResult): |
| (unexpectedErrorCallback): |
| * storage/indexeddb/script-tests/TEMPLATE.html: |
| * storage/indexeddb/script-tests/basics.js: Removed. |
| * storage/indexeddb/script-tests/idb-database-request.js: Added. |
| (openSuccess): |
| (test): |
| * storage/indexeddb/script-tests/indexed-database-request.js: Added. |
| (openCallback): |
| (test): |
| |
| 2010-05-27 Jedrzej Nowacki <jedrzej.nowacki@nokia.com> |
| |
| Reviewed by Brady Eidson. |
| |
| New Layout test for the history.pushState function. |
| |
| The test checks if history.length property is correct after |
| a few pushState calls. |
| |
| history.pushState doesn't work for the first page in a window. |
| https://bugs.webkit.org/show_bug.cgi?id=39418 |
| |
| * fast/loader/stateobjects/pushstate-without-history-expected.txt: Added. |
| * fast/loader/stateobjects/pushstate-without-history.html: Added. |
| |
| 2010-05-27 Zhenyao Mo <zmo@google.com> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Implement lazy clearing of renderbuffers |
| https://bugs.webkit.org/show_bug.cgi?id=36248 |
| |
| * fast/canvas/webgl/renderbuffer-initialization-expected.txt: Added. |
| * fast/canvas/webgl/renderbuffer-initialization.html: Added. |
| |
| 2010-05-27 Hans Wennborg <hans@chromium.org> |
| |
| Reviewed by Alexey Proskuryakov. |
| |
| Increase limit on number of (i)frames from 200 to 1000. |
| https://bugs.webkit.org/show_bug.cgi?id=39427 |
| |
| Add layout tests that test the possibility of generating 1000 iframes. |
| |
| * compositing/iframes/lots-of-iframes-expected.txt: Added. |
| * compositing/iframes/lots-of-iframes.html: Added. |
| * compositing/iframes/lots-of-objects-expected.txt: Added. |
| * compositing/iframes/lots-of-objects.html: Added. |
| |
| 2010-05-27 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. Add failing tests to the Skipped list temporarily. |
| |
| [Qt] REGRESSION(r60258): It broke 10 tests. |
| https://bugs.webkit.org/show_bug.cgi?id=39819 |
| |
| * platform/qt/Skipped: |
| |
| 2010-05-27 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Add <pre>/<listing> hack to HTML5Lexer to fix the last remaining HTML5 test suite regressions |
| https://bugs.webkit.org/show_bug.cgi?id=39818 |
| |
| * html5lib/runner-expected-html5.txt: |
| |
| 2010-05-27 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Remove custom webkit runner and update normal runner with our nifty |
| goodness. |
| |
| * html5lib/runner-expected.txt: |
| * html5lib/runner.html: |
| * html5lib/webkit-runner-expected-html5.txt: Removed. |
| * html5lib/webkit-runner-expected.txt: Removed. |
| * html5lib/webkit-runner.html: Removed. |
| |
| 2010-05-26 Eric Seidel <eric@webkit.org> |
| |
| Reviewed by Adam Barth. |
| |
| Update our expectations now that we're handling external scripts. |
| |
| * html5lib/webkit-runner-expected-html5.txt: |
| |
| 2010-05-26 Tony Chang <tony@chromium.org> |
| |
| Not reviewed, skipping new test on gtk. |
| |
| [gtk] skip editing/input/scroll-viewport-page-up-down.html because of missing eventSender methods |
| https://bugs.webkit.org/show_bug.cgi?id=39808 |
| |
| * platform/gtk/Skipped: |
| |
| 2010-05-26 Zelidrag Hornung <zelidrag@chromium.org> |
| |
| Reviewed by Ojan Vafai. |
| |
| Fixed frame page up/down scrolling calculation. Made sure that the |
| cursor moves with page up/down event. Please note that now for mac |
| editing behavior we will scroll the content to center the cursor on |
| page up/down while other platforms will align the cursor with the top of |
| displayed frame. |
| https://bugs.webkit.org/show_bug.cgi?id=38213 |
| |
| * 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. |
| * editing/input/option-page-up-down.html: Ditto. |
| * editing/input/scroll-viewport-page-up-down-expected.txt: Scrolling test of contenteditable iframe and div. |
| * editing/input/scroll-viewport-page-up-down.html: Ditto. |
| * editing/resources/contenteditable-iframe-fixed-size-src.html: Resource for the scrolling test above. |
| * platform/mac/editing/selection/25228.html: Change the test to have the cursor on the right edge of the screen. The original test |
| wasn't testing the behavior anymore. |
| |
| 2010-05-26 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Fix webkit01.dat resumer tests in HTML5 parser |
| https://bugs.webkit.org/show_bug.cgi?id=39796 |
| |
| Update expectations to show massive passage. |
| |
| * html5lib/webkit-resumer-expected-html5.txt: |
| |
| 2010-05-26 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Make HTML5 lexer not ASSERT when resuming partial parses |
| https://bugs.webkit.org/show_bug.cgi?id=39755 |
| |
| Add a test suite for partial parsing. This test runs all our parsing |
| test cases, but stops and starts the parser at every character in the |
| parse stream to make sure we resume parsing properly. Currently, a |
| bunch of the test cases are commented out, but I'll comment them back |
| in as I get them running. |
| |
| * html5lib/webkit-resumer-expected-html5.txt: Added. |
| * html5lib/webkit-resumer-expected.txt: Added. |
| * html5lib/webkit-resumer.html: Added. |
| |
| 2010-05-26 Alexey Proskuryakov <ap@apple.com> |
| |
| Make the test pass on chromium by weakening expectations. It's probably a chromium bug, but |
| the test only practically checks that the height is non-zero, so chromium's 198 is fine |
| for now. |
| |
| * fast/css/custom-font-xheight.html: |
| |
| 2010-05-26 Alexey Proskuryakov <ap@apple.com> |
| |
| https://bugs.webkit.org/show_bug.cgi?id=39682 |
| <rdar://problem/8026774> REGRESSION: WebKit nightly adding insane height to div at random |
| |
| Without the fix, the height is usually zero, but could also be huge, depending on uninialized |
| memory contents. |
| |
| * fast/css/custom-font-xheight-expected.txt: Added. |
| * fast/css/custom-font-xheight.html: Added. |
| * platform/mac-tiger/Skipped: |
| |
| 2010-05-26 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed fix, Qt specific expected file updated after r60235. |
| |
| * platform/qt/fast/dom/Window/window-properties-expected.txt: updated. |
| |
| 2010-05-26 Csaba Osztrogonác <ossy@webkit.org> |
| |
| Unreviewed. |
| |
| [Qt] media/media-can-play-ogg.html crashes intermittently on the bot |
| https://bugs.webkit.org/show_bug.cgi?id=39481 |
| |
| * platform/qt/Skipped: the culprit media/audio-only-video-intrinsic-size.html skipped until fix. |
| |
| 2010-05-26 Jessie Berlin <jberlin@webkit.org> |
| |
| Reviewed by Pavel Feldman |
| |
| Bug 31296 - Web Inspector: Should support console.groupCollapsed |
| https://bugs.webkit.org/show_bug.cgi?id=31296 |
| |
| * fast/dom/Window/window-properties-expected.txt: |
| Update results to take into account added groupCollapsed function. |
| |
| * inspector/console-tests-expected.txt: |
| * inspector/console-tests.html: |
| Add test for groupCollapsed and its results. |
| |
| 2010-05-26 Nikolas Zimmermann <nzimmermann@rim.com> |
| |
| 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. |
| |
| * platform/mac-leopard/svg/hixie/links/003-broken-expected.checksum: Added. |
| * platform/mac-leopard/svg/hixie/links/003-broken-expected.png: Added. |
| |
| 2010-05-26 yael aharon <yael.aharon@nokia.com> |
| |
| Reviewed by Kent Tamura. |
| |
| Support the labels attribute in labelable form controls |
| https://bugs.webkit.org/show_bug.cgi?id=38713 |
| |
| Update result for HTMLSelectElement, since it now includes the new attribute "labels" |
| * fast/dom/domListEnumeration-expected.txt: |
| * fast/dom/script-tests/domListEnumeration.js: |
| |
| * fast/forms/labels-add-htmlFor-label-expected.txt: Added. |
| * fast/forms/labels-add-htmlFor-label.html: Added. |
| * fast/forms/labels-add-parent-label-expected.txt: Added. |
| * fast/forms/labels-add-parent-label.html: Added. |
| * fast/forms/labels-change-htmlFor-attribute-expected.txt: Added. |
| * fast/forms/labels-change-htmlFor-attribute.html: Added. |
| * fast/forms/labels-item-index-expected.txt: Added. |
| * fast/forms/labels-item-index.html: Added. |
| * fast/forms/labels-remove-htmlFor-attribute-expected.txt: Added. |
| * fast/forms/labels-remove-htmlFor-attribute.html: Added. |
| * fast/forms/labels-remove-htmlFor-label-expected.txt: Added. |
| * fast/forms/labels-remove-htmlFor-label.html: Added. |
| * fast/forms/labels-remove-parent-label-expected.txt: Added. |
| * fast/forms/labels-remove-parent-label.html: Added. |
| * fast/forms/labels-set-htmlFor-attribute-expected.txt: Added. |
| * fast/forms/labels-set-htmlFor-attribute.html: Added. |
| * fast/forms/script-tests/labels-add-htmlFor-label.js: Added. |
| * fast/forms/script-tests/labels-add-parent-label.js: Added. |
| * fast/forms/script-tests/labels-change-htmlFor-attribute.js: Added. |
| * fast/forms/script-tests/labels-item-index.js: Added. |
| * fast/forms/script-tests/labels-remove-htmlFor-attribute.js: Added. |
| * fast/forms/script-tests/labels-remove-htmlFor-label.js: Added. |
| * fast/forms/script-tests/labels-remove-parent-label.js: Added. |
| * fast/forms/script-tests/labels-set-htmlFor-attribute.js: Added. |
| |
| 2010-05-24 Jeremy Orlow <jorlow@chromium.org> |
| |
| Reviewed by Steve Block. |
| |
| Flesh out IDBDatabase |
| https://bugs.webkit.org/show_bug.cgi?id=39602 |
| |
| Update the test expectations now that this succeeds. |
| |
| * storage/indexeddb/basics-expected.txt: |
| |
| 2010-05-26 Alexander Pavlov <apavlov@chromium.org> |
| |
| Reviewed by Pavel Feldman. |
| |
| Expose CSS rule body start/end offsets in the parent stylesheet |
| https://bugs.webkit.org/show_bug.cgi?id=38906 |
| |
| * inspector/resources/styles-source-offsets.css: Added. |
| (body): |
| (/* comment before selector */body.main1/* comment after selector */): |
| (body.main2): |
| * inspector/styles-source-offsets-expected.txt: Added. |
| * inspector/styles-source-offsets.html: Added. |
| |
| 2010-05-25 Tony Chang <tony@chromium.org> |
| |
| Not reviewed, adding chromium-mac results. They differ from |
| mac-leopard results because of scollbars. |
| |
| [chromium] add layout test results for mac for fast/multicol/span tests |
| https://bugs.webkit.org/show_bug.cgi?id=39709 |
| |
| * platform/chromium-mac/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Added. |
| * platform/chromium-mac/fast/multicol/span/anonymous-style-inheritance-expected.png: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.checksum: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-expected.checksum: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum: Added. |
| * platform/chromium-mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Added. |
| * platform/chromium-mac/fast/multicol/span/span-margin-collapsing-expected.checksum: Added. |
| * platform/chromium-mac/fast/multicol/span/span-margin-collapsing-expected.png: Added. |
| |
| 2010-05-25 Tony Chang <tony@chromium.org> |
| |
| Not reviewed, just adding chromium and mac-leopard results. |
| |
| add chromium layout test results for fast/multicol/span tests added in r60201 |
| https://bugs.webkit.org/show_bug.cgi?id=39707 |
| |
| * platform/chromium-linux/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Added. |
| * platform/chromium-linux/fast/multicol/span/anonymous-style-inheritance-expected.png: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.checksum: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-expected.checksum: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum: Added. |
| * platform/chromium-linux/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Added. |
| * platform/chromium-linux/fast/multicol/span/span-margin-collapsing-expected.checksum: Added. |
| * platform/chromium-linux/fast/multicol/span/span-margin-collapsing-expected.png: Added. |
| * platform/chromium-win/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Added. |
| * platform/chromium-win/fast/multicol/span/anonymous-style-inheritance-expected.png: Added. |
| * platform/chromium-win/fast/multicol/span/anonymous-style-inheritance-expected.txt: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.checksum: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.checksum: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-expected.txt: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Added. |
| * platform/chromium-win/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt: Added. |
| * platform/chromium-win/fast/multicol/span/span-margin-collapsing-expected.checksum: Added. |
| * platform/chromium-win/fast/multicol/span/span-margin-collapsing-expected.png: Added. |
| * platform/chromium-win/fast/multicol/span/span-margin-collapsing-expected.txt: Added. |
| * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.checksum: Added. |
| * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.png: Added. |
| * platform/mac-leopard/fast/multicol/span/anonymous-style-inheritance-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.txt. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.checksum: Added. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Added. |
| * 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. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.checksum: Added. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Added. |
| * 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. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-property-removal-expected.checksum: Added. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Added. |
| * 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. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.checksum: Added. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Added. |
| * 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. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-expected.checksum: Added. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-expected.png: Added. |
| * 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. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-removal-expected.checksum: Added. |
| * platform/mac-leopard/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Added. |
| * 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. |
| * platform/mac-leopard/fast/multicol/span/span-margin-collapsing-expected.checksum: Added. |
| * platform/mac-leopard/fast/multicol/span/span-margin-collapsing-expected.png: Added. |
| * platform/mac-leopard/fast/multicol/span/span-margin-collapsing-expected.txt: Copied from LayoutTests/platform/mac/fast/multicol/span/span-margin-collapsing-expected.txt. |
| |
| 2010-05-25 James Robinson <jamesr@chromium.org> |
| |
| Unreviewed, pixel expectations change only. |
| |
| Move Leopard-specific pixel test results from platform/mac to platform/mac-leopard |
| https://bugs.webkit.org/show_bug.cgi?id=39317 |
| |
| This is the first 200 diffs from css1/ and css2.1/. |
| |
| * platform/mac-leopard/css1/basic: Added. |
| * platform/mac-leopard/css1/basic/class_as_selector-expected.checksum: Copied from LayoutTests/platform/mac/css1/basic/class_as_selector-expected.checksum. |
| * platform/mac-leopard/css1/basic/class_as_selector-expected.png: Copied from LayoutTests/platform/mac/css1/basic/class_as_selector-expected.png. |
| * platform/mac-leopard/css1/basic/comments-expected.checksum: Copied from LayoutTests/platform/mac/css1/basic/comments-expected.checksum. |
| * platform/mac-leopard/css1/basic/comments-expected.png: Copied from LayoutTests/platform/mac/css1/basic/comments-expected.png. |
| * platform/mac-leopard/css1/basic/containment-expected.checksum: Copied from LayoutTests/platform/mac/css1/basic/containment-expected.checksum. |
| * platform/mac-leopard/css1/basic/containment-expected.png: Copied from LayoutTests/platform/mac/css1/basic/containment-expected.png. |
| * platform/mac-leopard/css1/basic/contextual_selectors-expected.checksum: Copied from LayoutTests/platform/mac/css1/basic/contextual_selectors-expected.checksum. |
| * platform/mac-leopard/css1/basic/contextual_selectors-expected.png: Copied from LayoutTests/platform/mac/css1/basic/contextual_selectors-expected.png. |
| * platform/mac-leopard/css1/basic/grouping-expected.checksum: Copied from LayoutTests/platform/mac/css1/basic/grouping-expected.checksum. |
| * platform/mac-leopard/css1/basic/grouping-expected.png: Copied from LayoutTests/platform/mac/css1/basic/grouping-expected.png. |
| * platform/mac-leopard/css1/basic/id_as_selector-expected.checksum: Copied from LayoutTests/platform/mac/css1/basic/id_as_selector-expected.checksum. |
| * platform/mac-leopard/css1/basic/id_as_selector-expected.png: Copied from LayoutTests/platform/mac/css1/basic/id_as_selector-expected.png. |
| * platform/mac-leopard/css1/basic/inheritance-expected.checksum: Copied from LayoutTests/platform/mac/css1/basic/inheritance-expected.checksum. |
| * platform/mac-leopard/css1/basic/inheritance-expected.png: Copied from LayoutTests/platform/mac/css1/basic/inheritance-expected.png. |
| * platform/mac-leopard/css1/box_properties: Added. |
| * platform/mac-leopard/css1/box_properties/border-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_bottom-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_bottom-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_bottom-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_bottom-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_bottom_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_bottom_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_bottom_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_bottom_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_bottom_width-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_bottom_width-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_bottom_width-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_bottom_width-expected.png. |
| * 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. |
| * 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. |
| * platform/mac-leopard/css1/box_properties/border_color-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_color-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_color-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_color-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_color_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_color_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_color_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_color_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_left-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_left-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_left-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_left-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_left_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_left_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_left_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_left_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_left_width-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_left_width-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_left_width-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_left_width-expected.png. |
| * 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. |
| * 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. |
| * platform/mac-leopard/css1/box_properties/border_right-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_right-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_right-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_right-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_right_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_right_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_right_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_right_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_right_width-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_right_width-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_right_width-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_right_width-expected.png. |
| * 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. |
| * 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. |
| * platform/mac-leopard/css1/box_properties/border_style-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_style-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_style-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_style-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_style_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_style_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_style_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_style_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_top-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_top-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_top-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_top-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_top_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_top_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_top_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_top_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_top_width-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_top_width-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_top_width-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_top_width-expected.png. |
| * 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. |
| * 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. |
| * platform/mac-leopard/css1/box_properties/border_width-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_width-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_width-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_width-expected.png. |
| * platform/mac-leopard/css1/box_properties/border_width_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/border_width_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/border_width_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/border_width_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/clear-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/clear-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/clear-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/clear-expected.png. |
| * platform/mac-leopard/css1/box_properties/clear_float-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/clear_float-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/clear_float-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/clear_float-expected.png. |
| * platform/mac-leopard/css1/box_properties/float-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/float-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/float-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/float-expected.png. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * platform/mac-leopard/css1/box_properties/height-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/height-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/height-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/height-expected.png. |
| * platform/mac-leopard/css1/box_properties/margin-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/margin-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin-expected.png. |
| * platform/mac-leopard/css1/box_properties/margin_bottom-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_bottom-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/margin_bottom-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_bottom-expected.png. |
| * platform/mac-leopard/css1/box_properties/margin_bottom_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_bottom_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/margin_bottom_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_bottom_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/margin_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/margin_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/margin_left-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_left-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/margin_left-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_left-expected.png. |
| * platform/mac-leopard/css1/box_properties/margin_left_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_left_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/margin_left_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_left_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/margin_right-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_right-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/margin_right-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_right-expected.png. |
| * platform/mac-leopard/css1/box_properties/margin_right_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_right_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/margin_right_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_right_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/margin_top-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_top-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/margin_top-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_top-expected.png. |
| * platform/mac-leopard/css1/box_properties/margin_top_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/margin_top_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/margin_top_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/margin_top_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/padding-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/padding-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding-expected.png. |
| * platform/mac-leopard/css1/box_properties/padding_bottom-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_bottom-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/padding_bottom-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_bottom-expected.png. |
| * platform/mac-leopard/css1/box_properties/padding_bottom_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_bottom_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/padding_bottom_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_bottom_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/padding_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/padding_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/padding_left-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_left-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/padding_left-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_left-expected.png. |
| * platform/mac-leopard/css1/box_properties/padding_left_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_left_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/padding_left_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_left_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/padding_right-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_right-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/padding_right-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_right-expected.png. |
| * platform/mac-leopard/css1/box_properties/padding_right_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_right_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/padding_right_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_right_inline-expected.png. |
| * platform/mac-leopard/css1/box_properties/padding_top-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_top-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/padding_top-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_top-expected.png. |
| * platform/mac-leopard/css1/box_properties/padding_top_inline-expected.checksum: Copied from LayoutTests/platform/mac/css1/box_properties/padding_top_inline-expected.checksum. |
| * platform/mac-leopard/css1/box_properties/padding_top_inline-expected.png: Copied from LayoutTests/platform/mac/css1/box_properties/padding_top_inline-expected.png. |
| * platform/mac-leopard/css1/cascade: Added. |
| * platform/mac-leopard/css1/cascade/cascade_order-expected.checksum: Copied from LayoutTests/platform/mac/css1/cascade/cascade_order-expected.checksum. |
| * platform/mac-leopard/css1/cascade/cascade_order-expected.png: Copied from LayoutTests/platform/mac/css1/cascade/cascade_order-expected.png. |
| * platform/mac-leopard/css1/cascade/important-expected.checksum: Copied from LayoutTests/platform/mac/css1/cascade/important-expected.checksum. |
| * platform/mac-leopard/css1/cascade/important-expected.png: Copied from LayoutTests/platform/mac/css1/cascade/important-expected.png. |
| * platform/mac-leopard/css1/classification: Added. |
| * platform/mac-leopard/css1/classification/display-expected.checksum: Copied from LayoutTests/platform/mac/css1/classification/display-expected.checksum. |
| * platform/mac-leopard/css1/classification/display-expected.png: Copied from LayoutTests/platform/mac/css1/classification/display-expected.png. |
| * platform/mac-leopard/css1/classification/list_style-expected.checksum: Copied from LayoutTests/platform/mac/css1/classification/list_style-expected.checksum. |
| * platform/mac-leopard/css1/classification/list_style-expected.png: Copied from LayoutTests/platform/mac/css1/classification/list_style-expected.png. |
| * platform/mac-leopard/css1/classification/list_style_image-expected.checksum: Copied from LayoutTests/platform/mac/css1/classification/list_style_image-expected.checksum. |
| * platform/mac-leopard/css1/classification/list_style_image-expected.png: Copied from LayoutTests/platform/mac/css1/classification/list_style_image-expected.png. |
| * platform/mac-leopard/css1/classification/list_style_position-expected.checksum: Copied from LayoutTests/platform/mac/css1/classification/list_style_position-expected.checksum. |
| * platform/mac-leopard/css1/classification/list_style_position-expected.png: Copied from LayoutTests/platform/mac/css1/classification/list_style_position-expected.png. |
| * platform/mac-leopard/css1/classification/list_style_type-expected.checksum: Copied from LayoutTests/platform/mac/css1/classification/list_style_type-expected.checksum. |
| * platform/mac-leopard/css1/classification/list_style_type-expected.png: Copied from LayoutTests/platform/mac/css1/classification/list_style_type-expected.png. |
| * platform/mac-leopard/css1/classification/white_space-expected.checksum: Copied from LayoutTests/platform/mac/css1/classification/white_space-expected.checksum. |
| * platform/mac-leopard/css1/classification/white_space-expected.png: Copied from LayoutTests/platform/mac/css1/classification/white_space-expected.png. |
| * platform/mac-leopard/css1/color_and_background: Added. |
| * platform/mac-leopard/css1/color_and_background/background-expected.checksum: Copied from LayoutTests/platform/mac/css1/color_and_background/background-expected.checksum. |
| * platform/mac-leopard/css1/color_and_background/background-expected.png: Copied from LayoutTests/platform/mac/css1/color_and_background/background-expected.png. |
| * platform/mac-leopard/css1/color_and_background/background_attachment-expected.checksum: Copied from LayoutTests/platform/mac/css1/color_and_background/background_attachment-expected.checksum. |
| * platform/mac-leopard/css1/color_and_background/background_attachment-expected.png: Copied from LayoutTests/platform/mac/css1/color_and_background/background_attachment-expected.png. |
| * platform/mac-leopard/css1/color_and_background/background_color-expected.checksum: Copied from LayoutTests/platform/mac/css1/color_and_background/background_color-expected.checksum. |
| * platform/mac-leopard/css1/color_and_background/background_color-expected.png: Copied from LayoutTests/platform/mac/css1/color_and_background/background_color-expected.png. |
| * platform/mac-leopard/css1/color_and_background/background_image-expected.checksum: Copied from LayoutTests/platform/mac/css1/color_and_background/background_image-expected.checksum. |
| * platform/mac-leopard/css1/color_and_background/background_image-expected.png: Copied from LayoutTests/platform/mac/css1/color_and_background/background_image-expected.png. |
| * platform/mac-leopard/css1/color_and_background/background_position-expected.checksum: Copied from LayoutTests/platform/mac/css1/color_and_background/background_position-expected.checksum. |
| * platform/mac-leopard/css1/color_and_background/background_position-expected.png: Copied from LayoutTests/platform/mac/css1/color_and_background/background_position-expected.png. |
| * platform/mac-leopard/css1/color_and_background/background_repeat-expected.checksum: Copied from LayoutTests/platform/mac/css1/color_and_background/background_repeat-expected.checksum. |
| * platform/mac-leopard/css1/color_and_background/background_repeat-expected.png: Copied from LayoutTests/platform/mac/css1/color_and_background/background_repeat-expected.png. |
| * platform/mac-leopard/css1/color_and_background/color-expected.checksum: Copied from LayoutTests/platform/mac/css1/color_and_background/color-expected.checksum. |
| * platform/mac-leopard/css1/color_and_background/color-expected.png: Copied from LayoutTests/platform/mac/css1/color_and_background/color-expected.png. |
| * platform/mac-leopard/css1/font_properties: Added. |
| * platform/mac-leopard/css1/font_properties/font-expected.checksum: Copied from LayoutTests/platform/mac/css1/font_properties/font-expected.checksum. |
| * platform/mac-leopard/css1/font_properties/font-expected.png: Copied from LayoutTests/platform/mac/css1/font_properties/font-expected.png. |
| * platform/mac-leopard/css1/font_properties/font_size-expected.checksum: Copied from LayoutTests/platform/mac/css1/font_properties/font_size-expected.checksum. |
| * platform/mac-leopard/css1/font_properties/font_size-expected.png: Copied from LayoutTests/platform/mac/css1/font_properties/font_size-expected.png. |
| * platform/mac-leopard/css1/font_properties/font_style-expected.checksum: Copied from LayoutTests/platform/mac/css1/font_properties/font_style-expected.checksum. |
| * platform/mac-leopard/css1/font_properties/font_style-expected.png: Copied from LayoutTests/platform/mac/css1/font_properties/font_style-expected.png. |
| * platform/mac-leopard/css1/font_properties/font_weight-expected.checksum: Copied from LayoutTests/platform/mac/css1/font_properties/font_weight-expected.checksum. |
| * platform/mac-leopard/css1/font_properties/font_weight-expected.png: Copied from LayoutTests/platform/mac/css1/font_properties/font_weight-expected.png. |
| * platform/mac-leopard/css1/formatting_model: Added. |
| * platform/mac-leopard/css1/formatting_model/canvas-expected.checksum: Copied from LayoutTests/platform/mac/css1/formatting_model/canvas-expected.checksum. |
| * platform/mac-leopard/css1/formatting_model/canvas-expected.png: Copied from LayoutTests/platform/mac/css1/formatting_model/canvas-expected.png. |
| * platform/mac-leopard/css1/formatting_model/floating_elements-expected.checksum: Copied from LayoutTests/platform/mac/css1/formatting_model/floating_elements-expected.checksum. |
| * platform/mac-leopard/css1/formatting_model/floating_elements-expected.png: Copied from LayoutTests/platform/mac/css1/formatting_model/floating_elements-expected.png. |
| * platform/mac-leopard/css1/formatting_model/height_of_lines-expected.checksum: Copied from LayoutTests/platform/mac/css1/formatting_model/height_of_lines-expected.checksum. |
| * platform/mac-leopard/css1/formatting_model/height_of_lines-expected.png: Copied from LayoutTests/platform/mac/css1/formatting_model/height_of_lines-expected.png. |
| * platform/mac-leopard/css1/formatting_model/horizontal_formatting-expected.checksum: Copied from LayoutTests/platform/mac/css1/formatting_model/horizontal_formatting-expected.checksum. |
| * platform/mac-leopard/css1/formatting_model/horizontal_formatting-expected.png: Copied from LayoutTests/platform/mac/css1/formatting_model/horizontal_formatting-expected.png. |
| * platform/mac-leopard/css1/formatting_model/inline_elements-expected.checksum: Copied from LayoutTests/platform/mac/css1/formatting_model/inline_elements-expected.checksum. |
| * platform/mac-leopard/css1/formatting_model/inline_elements-expected.png: Copied from LayoutTests/platform/mac/css1/formatting_model/inline_elements-expected.png. |
| * platform/mac-leopard/css1/formatting_model/replaced_elements-expected.checksum: Copied from LayoutTests/platform/mac/css1/formatting_model/replaced_elements-expected.checksum. |
| * platform/mac-leopard/css1/formatting_model/replaced_elements-expected.png: Copied from LayoutTests/platform/mac/css1/formatting_model/replaced_elements-expected.png. |
| * platform/mac-leopard/css1/formatting_model/vertical_formatting-expected.checksum: Copied from LayoutTests/platform/mac/css1/formatting_model/vertical_formatting-expected.checksum. |
| * platform/mac-leopard/css1/formatting_model/vertical_formatting-expected.png: Copied from LayoutTests/platform/mac/css1/formatting_model/vertical_formatting-expected.png. |
| * platform/mac-leopard/css1/pseudo: Added. |
| * platform/mac-leopard/css1/pseudo/anchor-expected.checksum: Copied from LayoutTests/platform/mac/css1/pseudo/anchor-expected.checksum. |
| * platform/mac-leopard/css1/pseudo/anchor-expected.png: Copied from LayoutTests/platform/mac/css1/pseudo/anchor-expected.png. |
| * platform/mac-leopard/css1/pseudo/firstletter-expected.checksum: Copied from LayoutTests/platform/mac/css1/pseudo/firstletter-expected.checksum. |
| * platform/mac-leopard/css1/pseudo/firstletter-expected.png: Copied from LayoutTests/platform/mac/css1/pseudo/firstletter-expected.png. |
| * platform/mac-leopard/css1/pseudo/firstline-expected.checksum: Copied from LayoutTests/platform/mac/css1/pseudo/firstline-expected.checksum. |
| * platform/mac-leopard/css1/pseudo/firstline-expected.png: Copied from LayoutTests/platform/mac/css1/pseudo/firstline-expected.png. |
| * platform/mac-leopard/css1/pseudo/multiple_pseudo_elements-expected.checksum: Copied from LayoutTests/platform/mac/css1/pseudo/multiple_pseudo_elements-expected.checksum. |
| * platform/mac-leopard/css1/pseudo/multiple_pseudo_elements-expected.png: Copied from LayoutTests/platform/mac/css1/pseudo/multiple_pseudo_elements-expected.png. |
| * platform/mac-leopard/css1/pseudo/pseudo_elements_in_selectors-expected.checksum: Copied from LayoutTests/platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.checksum. |
| * platform/mac-leopard/css1/pseudo/pseudo_elements_in_selectors-expected.png: Copied from LayoutTests/platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.png. |
| * platform/mac-leopard/css1/text_properties/letter_spacing-expected.checksum: Copied from LayoutTests/platform/mac/css1/text_properties/letter_spacing-expected.checksum. |
| * platform/mac-leopard/css1/text_properties/letter_spacing-expected.png: Copied from LayoutTests/platform/mac/css1/text_properties/letter_spacing-expected.png. |
| * platform/mac-leopard/css1/text_properties/line_height-expected.checksum: Copied from LayoutTests/platform/mac/css1/text_properties/line_height-expected.checksum. |
| * platform/mac-leopard/css1/text_properties/line_height-expected.png: Copied from LayoutTests/platform/mac/css1/text_properties/line_height-expected.png. |
| * platform/mac-leopard/css1/text_properties/text_align-expected.checksum: Copied from LayoutTests/platform/mac/css1/text_properties/text_align-expected.checksum. |
| * platform/mac-leopard/css1/text_properties/text_align-expected.png: Copied from LayoutTests/platform/mac/css1/text_properties/text_align-expected.png. |
| * platform/mac-leopard/css1/text_properties/text_decoration-expected.checksum: Copied from LayoutTests/platform/mac/css1/text_properties/text_decoration-expected.checksum. |
| * platform/mac-leopard/css1/text_properties/text_decoration-expected.png: Copied from LayoutTests/platform/mac/css1/text_properties/text_decoration-expected.png. |
| * platform/mac-leopard/css1/text_properties/text_indent-expected.checksum: Copied from LayoutTests/platform/mac/css1/text_properties/text_indent-expected.checksum. |
| * platform/mac-leopard/css1/text_properties/text_indent-expected.png: Copied from LayoutTests/platform/mac/css1/text_properties/text_indent-expected.png. |
| * platform/mac-leopard/css1/text_properties/vertical_align-expected.checksum: Copied from LayoutTests/platform/mac/css1/text_properties/vertical_align-expected.checksum. |
| * platform/mac-leopard/css1/text_properties/vertical_align-expected.png: Copied from LayoutTests/platform/mac/css1/text_properties/vertical_align-expected.png. |
| * platform/mac-leopard/css1/text_properties/word_spacing-expected.checksum: Copied from LayoutTests/platform/mac/css1/text_properties/word_spacing-expected.checksum. |
| * platform/mac-leopard/css1/text_properties/word_spacing-expected.png: Copied from LayoutTests/platform/mac/css1/text_properties/word_spacing-expected.png. |
| * platform/mac-leopard/css1/units: Added. |
| * platform/mac-leopard/css1/units/color_units-expected.checksum: Copied from LayoutTests/platform/mac/css1/units/color_units-expected.checksum. |
| * platform/mac-leopard/css1/units/color_units-expected.png: Copied from LayoutTests/platform/mac/css1/units/color_units-expected.png. |
| * platform/mac-leopard/css1/units/length_units-expected.checksum: Copied from LayoutTests/platform/mac/css1/units/length_units-expected.checksum. |
| * platform/mac-leopard/css1/units/length_units-expected.png: Copied from LayoutTests/platform/mac/css1/units/length_units-expected.png. |
| * platform/mac-leopard/css1/units/percentage_units-expected.checksum: Copied from LayoutTests/platform/mac/css1/units/percentage_units-expected.checksum. |
| * platform/mac-leopard/css1/units/percentage_units-expected.png: Copied from LayoutTests/platform/mac/css1/units/percentage_units-expected.png. |
| * platform/mac-leopard/css1/units/urls-expected.checksum: Copied from LayoutTests/platform/mac/css1/units/urls-expected.checksum. |
| * platform/mac-leopard/css1/units/urls-expected.png: Copied from LayoutTests/platform/mac/css1/units/urls-expected.png. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * platform/mac-leopard/css2.1/t0402-syntax-01-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-01-f-expected.checksum. |
| * platform/mac-leopard/css2.1/t0402-syntax-01-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-01-f-expected.png. |
| * platform/mac-leopard/css2.1/t0402-syntax-02-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-02-f-expected.checksum. |
| * platform/mac-leopard/css2.1/t0402-syntax-02-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-02-f-expected.png. |
| * platform/mac-leopard/css2.1/t0402-syntax-03-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-03-f-expected.checksum. |
| * platform/mac-leopard/css2.1/t0402-syntax-03-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-03-f-expected.png. |
| * platform/mac-leopard/css2.1/t0402-syntax-04-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-04-f-expected.checksum. |
| * platform/mac-leopard/css2.1/t0402-syntax-04-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-04-f-expected.png. |
| * platform/mac-leopard/css2.1/t0402-syntax-05-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-05-f-expected.checksum. |
| * platform/mac-leopard/css2.1/t0402-syntax-05-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-05-f-expected.png. |
| * platform/mac-leopard/css2.1/t0402-syntax-06-f-expected.checksum: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-06-f-expected.checksum. |
| * platform/mac-leopard/css2.1/t0402-syntax-06-f-expected.png: Copied from LayoutTests/platform/mac/css2.1/t0402-syntax-06-f-expected.png. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * platform/mac/css1/basic/class_as_selector-expected.checksum: Replaced. |
| * platform/mac/css1/basic/class_as_selector-expected.png: Replaced. |
| * platform/mac/css1/basic/comments-expected.checksum: Replaced. |
| * platform/mac/css1/basic/comments-expected.png: Replaced. |
| * platform/mac/css1/basic/containment-expected.checksum: Replaced. |
| * platform/mac/css1/basic/containment-expected.png: Replaced. |
| * platform/mac/css1/basic/contextual_selectors-expected.checksum: Replaced. |
| * platform/mac/css1/basic/contextual_selectors-expected.png: Replaced. |
| * platform/mac/css1/basic/grouping-expected.checksum: Replaced. |
| * platform/mac/css1/basic/grouping-expected.png: Replaced. |
| * platform/mac/css1/basic/id_as_selector-expected.checksum: Replaced. |
| * platform/mac/css1/basic/id_as_selector-expected.png: Replaced. |
| * platform/mac/css1/basic/inheritance-expected.checksum: Replaced. |
| * platform/mac/css1/basic/inheritance-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_bottom-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_bottom-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_bottom_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_bottom_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_bottom_width-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_bottom_width-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_bottom_width_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_bottom_width_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_color-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_color-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_color_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_color_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_left-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_left-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_left_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_left_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_left_width-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_left_width-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_left_width_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_left_width_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_right-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_right-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_right_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_right_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_right_width-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_right_width-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_right_width_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_right_width_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_style-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_style-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_style_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_style_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_top-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_top-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_top_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_top_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_top_width-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_top_width-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_top_width_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_top_width_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_width-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_width-expected.png: Replaced. |
| * platform/mac/css1/box_properties/border_width_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/border_width_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/clear-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/clear-expected.png: Replaced. |
| * platform/mac/css1/box_properties/clear_float-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/clear_float-expected.png: Replaced. |
| * platform/mac/css1/box_properties/float-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/float-expected.png: Replaced. |
| * platform/mac/css1/box_properties/float_elements_in_series-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/float_elements_in_series-expected.png: Replaced. |
| * platform/mac/css1/box_properties/float_on_text_elements-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/float_on_text_elements-expected.png: Replaced. |
| * platform/mac/css1/box_properties/height-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/height-expected.png: Replaced. |
| * platform/mac/css1/box_properties/margin-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/margin-expected.png: Replaced. |
| * platform/mac/css1/box_properties/margin_bottom-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/margin_bottom-expected.png: Replaced. |
| * platform/mac/css1/box_properties/margin_bottom_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/margin_bottom_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/margin_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/margin_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/margin_left-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/margin_left-expected.png: Replaced. |
| * platform/mac/css1/box_properties/margin_left_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/margin_left_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/margin_right-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/margin_right-expected.png: Replaced. |
| * platform/mac/css1/box_properties/margin_right_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/margin_right_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/margin_top-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/margin_top-expected.png: Replaced. |
| * platform/mac/css1/box_properties/margin_top_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/margin_top_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/padding-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/padding-expected.png: Replaced. |
| * platform/mac/css1/box_properties/padding_bottom-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/padding_bottom-expected.png: Replaced. |
| * platform/mac/css1/box_properties/padding_bottom_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/padding_bottom_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/padding_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/padding_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/padding_left-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/padding_left-expected.png: Replaced. |
| * platform/mac/css1/box_properties/padding_left_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/padding_left_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/padding_right-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/padding_right-expected.png: Replaced. |
| * platform/mac/css1/box_properties/padding_right_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/padding_right_inline-expected.png: Replaced. |
| * platform/mac/css1/box_properties/padding_top-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/padding_top-expected.png: Replaced. |
| * platform/mac/css1/box_properties/padding_top_inline-expected.checksum: Replaced. |
| * platform/mac/css1/box_properties/padding_top_inline-expected.png: Replaced. |
| * platform/mac/css1/cascade/cascade_order-expected.checksum: Replaced. |
| * platform/mac/css1/cascade/cascade_order-expected.png: Replaced. |
| * platform/mac/css1/cascade/important-expected.checksum: Replaced. |
| * platform/mac/css1/cascade/important-expected.png: Replaced. |
| * platform/mac/css1/classification/display-expected.checksum: Replaced. |
| * platform/mac/css1/classification/display-expected.png: Replaced. |
| * platform/mac/css1/classification/list_style-expected.checksum: Replaced. |
| * platform/mac/css1/classification/list_style-expected.png: Replaced. |
| * platform/mac/css1/classification/list_style_image-expected.checksum: Replaced. |
| * platform/mac/css1/classification/list_style_image-expected.png: Replaced. |
| * platform/mac/css1/classification/list_style_position-expected.checksum: Replaced. |
| * platform/mac/css1/classification/list_style_position-expected.png: Replaced. |
| * platform/mac/css1/classification/list_style_type-expected.checksum: Replaced. |
| * platform/mac/css1/classification/list_style_type-expected.png: Replaced. |
| * platform/mac/css1/classification/white_space-expected.checksum: Replaced. |
| * platform/mac/css1/classification/white_space-expected.png: Replaced. |
| * platform/mac/css1/color_and_background/background-expected.checksum: Replaced. |
| * platform/mac/css1/color_and_background/background-expected.png: Replaced. |
| * platform/mac/css1/color_and_background/background_attachment-expected.checksum: Replaced. |
| * platform/mac/css1/color_and_background/background_attachment-expected.png: Replaced. |
| * platform/mac/css1/color_and_background/background_color-expected.checksum: Replaced. |
| * platform/mac/css1/color_and_background/background_color-expected.png: Replaced. |
| * platform/mac/css1/color_and_background/background_image-expected.checksum: Replaced. |
| * platform/mac/css1/color_and_background/background_image-expected.png: Replaced. |
| * platform/mac/css1/color_and_background/background_position-expected.checksum: Replaced. |
| * platform/mac/css1/color_and_background/background_position-expected.png: Replaced. |
| * platform/mac/css1/color_and_background/background_repeat-expected.checksum: Replaced. |
| * platform/mac/css1/color_and_background/background_repeat-expected.png: Replaced. |
| * platform/mac/css1/color_and_background/color-expected.checksum: Replaced. |
| * platform/mac/css1/color_and_background/color-expected.png: Replaced. |
| * platform/mac/css1/font_properties/font-expected.checksum: Replaced. |
| * platform/mac/css1/font_properties/font-expected.png: Replaced. |
| * platform/mac/css1/font_properties/font_size-expected.checksum: Replaced. |
| * platform/mac/css1/font_properties/font_size-expected.png: Replaced. |
| * platform/mac/css1/font_properties/font_style-expected.checksum: Replaced. |
| * platform/mac/css1/font_properties/font_style-expected.png: Replaced. |
| * platform/mac/css1/font_properties/font_weight-expected.checksum: Replaced. |
| * platform/mac/css1/font_properties/font_weight-expected.png: Replaced. |
| * platform/mac/css1/formatting_model/canvas-expected.checksum: Replaced. |
| * platform/mac/css1/formatting_model/canvas-expected.png: Replaced. |
| * platform/mac/css1/formatting_model/floating_elements-expected.checksum: Replaced. |
| * platform/mac/css1/formatting_model/floating_elements-expected.png: Replaced. |
| * platform/mac/css1/formatting_model/height_of_lines-expected.checksum: Replaced. |
| * platform/mac/css1/formatting_model/height_of_lines-expected.png: Replaced. |
| * platform/mac/css1/formatting_model/horizontal_formatting-expected.checksum: Replaced. |
| * platform/mac/css1/formatting_model/horizontal_formatting-expected.png: Replaced. |
| * platform/mac/css1/formatting_model/inline_elements-expected.checksum: Replaced. |
| * platform/mac/css1/formatting_model/inline_elements-expected.png: Replaced. |
| * platform/mac/css1/formatting_model/replaced_elements-expected.checksum: Replaced. |
| * platform/mac/css1/formatting_model/replaced_elements-expected.png: Replaced. |
| * platform/mac/css1/formatting_model/vertical_formatting-expected.checksum: Replaced. |
| * platform/mac/css1/formatting_model/vertical_formatting-expected.png: Replaced. |
| * platform/mac/css1/pseudo/anchor-expected.checksum: Replaced. |
| * platform/mac/css1/pseudo/anchor-expected.png: Replaced. |
| * platform/mac/css1/pseudo/firstletter-expected.checksum: Replaced. |
| * platform/mac/css1/pseudo/firstletter-expected.png: Replaced. |
| * platform/mac/css1/pseudo/firstline-expected.checksum: Replaced. |
| * platform/mac/css1/pseudo/firstline-expected.png: Replaced. |
| * platform/mac/css1/pseudo/multiple_pseudo_elements-expected.checksum: Replaced. |
| * platform/mac/css1/pseudo/multiple_pseudo_elements-expected.png: Replaced. |
| * platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.checksum: Replaced. |
| * platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.png: Replaced. |
| * platform/mac/css1/text_properties/letter_spacing-expected.checksum: Replaced. |
| * platform/mac/css1/text_properties/letter_spacing-expected.png: Replaced. |
| * platform/mac/css1/text_properties/line_height-expected.checksum: Replaced. |
| * platform/mac/css1/text_properties/line_height-expected.png: Replaced. |
| * platform/mac/css1/text_properties/text_align-expected.checksum: Replaced. |
| * platform/mac/css1/text_properties/text_align-expected.png: Replaced. |
| * platform/mac/css1/text_properties/text_decoration-expected.checksum: Replaced. |
| * platform/mac/css1/text_properties/text_decoration-expected.png: Replaced. |
| * platform/mac/css1/text_properties/text_indent-expected.checksum: Replaced. |
| * platform/mac/css1/text_properties/text_indent-expected.png: Replaced. |
| * platform/mac/css1/text_properties/vertical_align-expected.checksum: Replaced. |
| * platform/mac/css1/text_properties/vertical_align-expected.png: Replaced. |
| * platform/mac/css1/text_properties/word_spacing-expected.checksum: Replaced. |
| * platform/mac/css1/text_properties/word_spacing-expected.png: Replaced. |
| * platform/mac/css1/units/color_units-expected.checksum: Replaced. |
| * platform/mac/css1/units/color_units-expected.png: Replaced. |
| * platform/mac/css1/units/length_units-expected.checksum: Replaced. |
| * platform/mac/css1/units/length_units-expected.png: Replaced. |
| * platform/mac/css1/units/percentage_units-expected.checksum: Replaced. |
| * platform/mac/css1/units/percentage_units-expected.png: Replaced. |
| * platform/mac/css1/units/urls-expected.checksum: Replaced. |
| * platform/mac/css1/units/urls-expected.png: Replaced. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-00-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-00-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-01-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-01-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-02-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-02-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-03-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-03-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-04-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0402-c71-fwd-parsing-04-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0402-syntax-01-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0402-syntax-01-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0402-syntax-02-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0402-syntax-02-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0402-syntax-03-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0402-syntax-03-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0402-syntax-04-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0402-syntax-04-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0402-syntax-05-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0402-syntax-05-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0402-syntax-06-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0402-syntax-06-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0505-c16-descendant-00-e-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0505-c16-descendant-00-e-expected.png: Replaced. |
| * platform/mac/css2.1/t0505-c16-descendant-01-e-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0505-c16-descendant-01-e-expected.png: Replaced. |
| * platform/mac/css2.1/t0505-c16-descendant-02-e-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0505-c16-descendant-02-e-expected.png: Replaced. |
| * platform/mac/css2.1/t0509-c15-ids-00-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0509-c15-ids-00-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0509-c15-ids-01-e-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0509-c15-ids-01-e-expected.png: Replaced. |
| * platform/mac/css2.1/t0509-id-sel-syntax-01-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0509-id-sel-syntax-01-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0509-id-sel-syntax-02-b-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0509-id-sel-syntax-02-b-expected.png: Replaced. |
| * platform/mac/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png: Replaced. |
| * platform/mac/css2.1/t0511-c21-pseud-anch-00-e-i-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0511-c21-pseud-anch-00-e-i-expected.png: Replaced. |
| * platform/mac/css2.1/t0511-c21-pseud-link-00-e-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0511-c21-pseud-link-00-e-expected.png: Replaced. |
| * platform/mac/css2.1/t0511-c21-pseud-link-01-e-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0511-c21-pseud-link-01-e-expected.png: Replaced. |
| * platform/mac/css2.1/t0511-c21-pseud-link-02-e-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0511-c21-pseud-link-02-e-expected.png: Replaced. |
| * platform/mac/css2.1/t0511-c21-pseud-link-03-e-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0511-c21-pseud-link-03-e-expected.png: Replaced. |
| * platform/mac/css2.1/t0602-c13-inh-underlin-00-e-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0602-c13-inh-underlin-00-e-expected.png: Replaced. |
| * platform/mac/css2.1/t0602-c13-inheritance-00-e-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0602-c13-inheritance-00-e-expected.png: Replaced. |
| * platform/mac/css2.1/t0602-inherit-bdr-pad-b-00-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0602-inherit-bdr-pad-b-00-expected.png: Replaced. |
| * platform/mac/css2.1/t0603-c11-import-00-b-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0603-c11-import-00-b-expected.png: Replaced. |
| * platform/mac/css2.1/t0801-c412-hz-box-00-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0801-c412-hz-box-00-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5502-mrgn-r-03-c-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5502-mrgn-r-03-c-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5504-mrgn-l-02-c-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5504-mrgn-l-02-c-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5504-mrgn-l-03-c-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5504-mrgn-l-03-c-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5505-imrgn-00-a-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5505-imrgn-00-a-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5505-mrgn-00-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5505-mrgn-01-e-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5505-mrgn-01-e-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5505-mrgn-02-c-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5505-mrgn-02-c-expected.png: Replaced. |
| * platform/mac/css2.1/t0803-c5505-mrgn-03-c-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0803-c5505-mrgn-03-c-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5506-padn-t-00-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5506-padn-t-00-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5507-padn-r-01-c-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5507-padn-r-01-c-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5507-padn-r-02-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5507-padn-r-02-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5507-padn-r-03-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5507-padn-r-03-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5509-padn-l-00-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5509-padn-l-01-b-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5509-padn-l-01-b-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5509-padn-l-02-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5509-padn-l-02-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5510-ipadn-00-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5510-ipadn-00-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5510-padn-01-e-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5510-padn-01-e-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0804-c5510-padn-02-f-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0804-c5510-padn-02-f-expected.png: Replaced. |
| * platform/mac/css2.1/t0805-c5511-brdr-tw-00-b-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0805-c5511-brdr-tw-00-b-expected.png: Replaced. |
| * platform/mac/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png: Replaced. |
| * platform/mac/css2.1/t0805-c5511-brdr-tw-02-b-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0805-c5511-brdr-tw-02-b-expected.png: Replaced. |
| * platform/mac/css2.1/t0805-c5511-brdr-tw-03-b-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0805-c5511-brdr-tw-03-b-expected.png: Replaced. |
| * platform/mac/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.png: Replaced. |
| * platform/mac/css2.1/t0805-c5512-brdr-rw-00-b-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0805-c5512-brdr-rw-00-b-expected.png: Replaced. |
| * platform/mac/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png: Replaced. |
| * platform/mac/css2.1/t0805-c5512-brdr-rw-02-b-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0805-c5512-brdr-rw-02-b-expected.png: Replaced. |
| * platform/mac/css2.1/t0805-c5512-brdr-rw-03-b-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0805-c5512-brdr-rw-03-b-expected.png: Replaced. |
| * platform/mac/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.checksum: Replaced. |
| * platform/mac/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.png: Replaced. |
| * platform/mac/css2.1/t09-c5526c-display-00-e-expected.checksum: Replaced. |
| * platform/mac/css2.1/t09-c5526c-display-00-e-expected.png: Replaced. |
| |
| 2010-05-25 James Robinson <jamesr@chromium.org> |
| |
| Unreviewed pixel expectations change |
| |
| Move Leopard-specific pixel test results from platform/mac to platform/mac-leopard |
| https://bugs.webkit.org/show_bug.cgi?id=39317 |
| |
| Moves leopard-specific pixel test expectations for tests in tables/mozilla to |
| platform/mac-leopard and adds new snow leopard expectations to platform/mac. |
| This is the second batch (after 60185) of of updates for pixel diffs <0.1% |
| in the LayoutTests/tables/ directory. |
| |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_center-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_center-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_align_char-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_char-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_align_char-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_char-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_left-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_left-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_right-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_align_right-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_char-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_char-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_char-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_char-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_middle-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_middle-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_top-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tbody_valign_top-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/td_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/td_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_char-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_char-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_char-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_char-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_char-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_char-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_middle-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_top-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tfoot_valign_top-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_center-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_center-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_align_char-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_char-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_align_char-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_char-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_justify-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_justify-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_left-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_left-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_right-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_align_right-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_char-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_char-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_char-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_char-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_valign_middle-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_valign_middle-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_valign_top-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_top-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/thead_valign_top-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/thead_valign_top-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tr_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tr_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.png. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table-expected.png. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table_border-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_table_border-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_table_border-expected.png. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_height-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_height-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_height-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_height-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_nowrap-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_nowrap-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.png. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_width-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_width-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_td_width-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_td_width-expected.png. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * platform/mac-leopard/tables/mozilla/marvin/x_th_nowrap-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_th_nowrap-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.png. |
| * 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. |
| * 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. |
| * platform/mac-leopard/tables/mozilla/marvin/x_th_width-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_width-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_th_width-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_th_width-expected.png. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * platform/mac-leopard/tables/mozilla/marvin/x_thead_class-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_class-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_thead_class-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_class-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_thead_id-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_id-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_thead_id-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_id-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/x_thead_style-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_style-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/x_thead_style-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/x_thead_style-expected.png. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * platform/mac-leopard/tables/mozilla/other: Added. |
| * platform/mac-leopard/tables/mozilla/other/cell_widths-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/other/cell_widths-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/other/cell_widths-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/other/cell_widths-expected.png. |
| * platform/mac-leopard/tables/mozilla/other/cellspacing-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/other/cellspacing-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/other/cellspacing-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/other/cellspacing-expected.png. |
| * platform/mac-leopard/tables/mozilla/other/nested2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/other/nested2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/other/nested2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/other/nested2-expected.png. |
| * platform/mac-leopard/tables/mozilla/other/nestedTables-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/other/nestedTables-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/other/nestedTables-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/other/nestedTables-expected.png. |
| * platform/mac-leopard/tables/mozilla/other/padding-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/other/padding-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/other/padding-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/other/padding-expected.png. |
| * platform/mac-leopard/tables/mozilla/other/test3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/other/test3-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/other/test3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/other/test3-expected.png. |
| * platform/mac-leopard/tables/mozilla/other/test6-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/other/test6-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/other/test6-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/other/test6-expected.png. |
| * 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. |
| * 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. |
| * platform/mac-leopard/tables/mozilla_expected_failures: Added. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs: Added. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/97619-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/97619-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug1010-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug1010-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug10140-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug10140-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug101759-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug101759-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug101759-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug101759-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug10216-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug10216-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.png. |
| * 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. |
| * 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. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug106966-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug106966-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug1128-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug1128-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug11331-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug11331-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug11945-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug11945-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug11945-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug11945-expected.png. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug14489-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug14489-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug14489-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug14489-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug17826-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug17826-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug18770-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug18770-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug18770-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug18770-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug21518-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug21518-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug22122-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug22122-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.png. |
| * 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. |
| * 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. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug25707-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug25707-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug25707-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug25707-expected.png. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug42043-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug42043-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug42043-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug42043-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug4294-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug4294-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug47163-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug47163-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug47163-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug47163-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug51000-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug51000-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug56024-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug56024-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug59252-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug59252-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.png. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug73629-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug73629-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug73629-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug73629-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug91057-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/bugs/bug91057-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/collapsing_borders: Added. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core: Added. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/backgrounds-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/backgrounds-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/captions1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/captions1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions1-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/captions2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/captions2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions2-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/captions3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions3-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/captions3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/captions3-expected.png. |
| * 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. |
| * 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. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/columns-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/columns-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/columns-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/columns-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/conflicts-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/conflicts-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/conflicts-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/conflicts-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/standards1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/standards1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/core/standards1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/core/standards1-expected.png. |
| * platform/mac-leopard/tables/mozilla_expected_failures/marvin: Added. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * platform/mac-leopard/tables/mozilla_expected_failures/other: Added. |
| * 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. |
| * 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. |
| * platform/mac-leopard/tables/mozilla_expected_failures/other/test4-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/other/test4-expected.checksum. |
| * platform/mac-leopard/tables/mozilla_expected_failures/other/test4-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla_expected_failures/other/test4-expected.png. |
| * platform/mac/tables/mozilla/marvin/tbody_align_center-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_align_center-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_align_char-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_align_char-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_align_left-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_align_left-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_align_right-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_align_right-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_char-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_char-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_char-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_char-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_align_center-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_align_center-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_align_char-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_align_char-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_align_justify-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_align_justify-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_align_left-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_align_left-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_align_right-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_align_right-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_char-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_char-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_valign_top-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/thead_valign_top-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_col_align_justify-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_col_align_justify-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_col_width_pct-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_col_width_pct-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_align_justify-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_align_justify-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_width_pct-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_width_pct-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_bgcolor_name-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_bgcolor_name-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_border-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_border-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_border_none-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_border_none-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_border_px-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_border_px-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_rules_groups-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_rules_groups-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_rules_none-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_rules_none-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_width_pct-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_width_pct-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_width_px-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_table_width_px-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_align_center-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_align_center-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_align_left-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_align_left-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_align_right-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_align_right-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_bgcolor_name-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_bgcolor_name-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_height-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_height-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_width-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_td_width-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_align_center-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_align_center-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_align_left-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_align_left-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_align_right-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_align_right-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_bgcolor_name-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_bgcolor_name-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_width-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_th_width-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_class-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_class-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_id-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_id-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_style-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_style-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tr_align_justify-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tr_align_justify-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_name-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.png: Replaced. |
| * platform/mac/tables/mozilla/other/cell_widths-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/other/cell_widths-expected.png: Replaced. |
| * platform/mac/tables/mozilla/other/cellspacing-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/other/cellspacing-expected.png: Replaced. |
| * platform/mac/tables/mozilla/other/nested2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/other/nested2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/other/nestedTables-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/other/nestedTables-expected.png: Replaced. |
| * platform/mac/tables/mozilla/other/padding-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/other/padding-expected.png: Replaced. |
| * platform/mac/tables/mozilla/other/test3-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/other/test3-expected.png: Replaced. |
| * platform/mac/tables/mozilla/other/test6-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/other/test6-expected.png: Replaced. |
| * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug101759-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug101759-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug11945-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug11945-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug14489-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug14489-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug18770-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug18770-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug25707-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug25707-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-5-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-4-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug42043-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug42043-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug47163-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug47163-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug73629-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug73629-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/captions1-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/captions2-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/captions3-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/columns-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/columns-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/conflicts-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/conflicts-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/standards1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/core/standards1-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_above-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_below-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_void-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.png: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/other/test4-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla_expected_failures/other/test4-expected.png: Replaced. |
| |
| 2010-05-25 Dirk Pranke <dpranke@chromium.org> |
| |
| Reviewed by Dimitri Glazkov. |
| |
| Re-commit r58765 - it had been rolled out to see if it was causing |
| a perf regression (in r59787 and r59789), but that does not seem to |
| have been the case. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=39605 |
| |
| * fast/notifications/notifications-replace-expected.txt: Added. |
| * fast/notifications/notifications-replace.html: Added. |
| * fast/notifications/notifications-rtl-expected.txt: Added. |
| * fast/notifications/notifications-rtl.html: Added. |
| |
| 2010-05-25 James Robinson <jamesr@chromium.org> |
| |
| Reviewed by Darin Adler. |
| |
| Move Leopard-specific pixel test results from platform/mac to platform/mac-leopard |
| https://bugs.webkit.org/show_bug.cgi?id=39317 |
| |
| Add leopard baselines for one test I missed. |
| |
| * platform/mac-leopard/tables/mozilla/bugs/bug8411-expected.checksum: Added. |
| * platform/mac-leopard/tables/mozilla/bugs/bug8411-expected.png: Added. |
| |
| 2010-05-25 Jer Noble <jer.noble@apple.com> |
| |
| Reviewed by Adam Roben. |
| |
| Full screen doesn't work for video elements |
| https://bugs.webkit.org/show_bug.cgi?id=39557 |
| rdar://problem/8011813 |
| |
| Re-enabled fullscreen support on windows, and modified tests to match. |
| |
| * platform/win/media/controls-after-reload-expected.txt: |
| * platform/win/media/controls-drag-timebar-expected.txt: |
| * platform/win/media/controls-strict-expected.txt: |
| * platform/win/media/controls-styling-expected.txt: |
| * platform/win/media/video-controls-rendering-expected.txt: |
| * platform/win/media/video-display-toggle-expected.txt: |
| * platform/win/media/video-no-audio-expected.txt: |
| |
| 2010-05-25 Alexey Proskuryakov <ap@apple.com> |
| |
| Reviewed by Darin Adler. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=18595 |
| REGRESSION (r20766): Setting display:none on an iframe causes the ownerDocument to freeze |
| |
| * fast/events/autoscroll-nonscrollable-iframe-in-scrollable-div.html: |
| * fast/events/autoscroll-with-non-scrollable-parent.html: |
| Fixed a typo in tests that I used as copy/paste inspiration. It isn't significant here, |
| because frame's left and top offsets are equal. |
| |
| * fast/events/frame-detached-in-mousedown-expected.txt: Added. |
| * fast/events/frame-detached-in-mousedown.html: Added. |
| |
| 2010-05-25 James Robinson <jamesr@chromium.org> |
| |
| Unreviewed. Pixel expectations change only |
| |
| Move Leopard-specific pixel test results from platform/mac to platform/mac-leopard |
| https://bugs.webkit.org/show_bug.cgi?id=39317 |
| |
| Adds snow leopard specific baselines for tables/mozilla and moves the current |
| leopard-specific baselines to platform/mac-leopard. |
| |
| * platform/mac-leopard/tables: Added. |
| * platform/mac-leopard/tables/mozilla: Added. |
| * platform/mac-leopard/tables/mozilla/bugs: Added. |
| * platform/mac-leopard/tables/mozilla/bugs/bug10296-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug10296-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug10296-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug10296-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug1055-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1055-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug1055-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1055-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug106816-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug106816-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug106816-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug106816-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug113235-3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-3-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug113235-3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug113235-3-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug11944-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug11944-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug11944-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug11944-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug119786-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug119786-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug119786-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug119786-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug131020-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug131020-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug131020-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug131020-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug13118-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug13118-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug13118-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug13118-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug13196-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug13196-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug13196-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug13196-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug133756-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug133756-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug133756-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug133756-2-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug139524-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug139524-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug139524-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug139524-2-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug14159-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug14159-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug14159-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug14159-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug1430-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1430-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug1430-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1430-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug14929-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug14929-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug14929-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug14929-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug15247-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug15247-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug15247-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug15247-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug17130-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug17130-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug17130-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug17130-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug17130-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug17130-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug17130-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug17130-2-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug1800-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1800-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug1800-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug1800-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug18359-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug18359-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18359-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug18955-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18955-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug18955-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug18955-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug19061-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug19061-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug19061-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug19061-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug19061-2-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug194024-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug194024-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug194024-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug194024-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug19599-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug19599-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug19599-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug19599-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug20804-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug20804-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug20804-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug20804-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2267-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2267-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2267-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2267-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug23235-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug23235-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug23235-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug23235-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug23299-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug23299-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug23299-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug23299-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug24627-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug24627-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug24627-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug24627-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2479-3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2479-3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-3-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2479-4-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2479-4-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2479-4-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug25086-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug25086-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug25086-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug25086-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug25663-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug25663-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug25663-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug25663-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2684-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2684-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2684-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2684-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug27038-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug27038-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug27038-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug27038-2-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2773-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2773-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2773-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2773-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2886-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2886-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2886-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2886-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug29058-3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29058-3-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug29058-3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29058-3-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug29429-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29429-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug29429-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug29429-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2947-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2947-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2947-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2947-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2981-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2981-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2981-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2981-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2981-2-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2997-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2997-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug2997-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug2997-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug30692-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug30692-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug30692-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug3103-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug3103-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug3103-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug3103-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug32205-3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug32205-3-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug32205-3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug32205-3-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug33855-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug33855-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug33855-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug3454-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug3454-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug3454-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug3454-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug3681-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug3681-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug3681-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug3681-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug3977-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug3977-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug3977-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug3977-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug41890-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug41890-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug41890-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug41890-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug42187-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug42187-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug42187-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug42187-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug43039-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug43039-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug43039-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug43039-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug4382-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug4382-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4382-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug43854-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug43854-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug43854-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug43854-2-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug4427-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4427-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug4427-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug4427-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug44505-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug44505-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug44505-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug44505-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug45055-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug45055-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug45055-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug45055-2-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug45486-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug45486-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug45486-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug45486-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug46368-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug46368-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug46368-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug46368-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46368-2-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug46623-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46623-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug46623-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46623-2-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug46924-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46924-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug46924-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug46924-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug47432-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug47432-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug47432-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug47432-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug51727-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug51727-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug51727-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug52505-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug52505-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52505-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug52506-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52506-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug52506-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug52506-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug5538-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug5538-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug5538-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug5538-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug55694-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug55694-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug55694-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug55694-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug57300-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug57300-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug57300-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug57300-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug5799-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug5799-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug5799-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug5799-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug5835-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug5835-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug5835-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug5835-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug60749-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug60749-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug60749-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug60749-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug6184-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug6184-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug6184-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug6184-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug6404-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug6404-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug6404-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug6404-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug650-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug650-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug650-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug650-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug68912-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug68912-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug68912-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug69382-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug69382-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug69382-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug69382-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug7112-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7112-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug7112-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7112-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug7112-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7112-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug7112-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7112-2-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug7121-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7121-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug7121-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7121-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug7342-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug7342-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7342-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug7471-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7471-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug7471-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7471-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug7714-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7714-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug7714-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug7714-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug78162-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug78162-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug78162-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug78162-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug80762-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug80762-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug80762-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug80762-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug82946-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug82946-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug82946-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug82946-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug8858-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug8858-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug8858-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug8858-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug8950-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug8950-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug8950-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug8950-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug9123-1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug9123-1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug9123-1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug9123-1-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug9123-2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug9123-2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug9123-2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug9123-2-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug92143-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug92143-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug92143-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug92143-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug93363-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug93363-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug93363-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug93363-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug96334-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug96334-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug96334-expected.png. |
| * platform/mac-leopard/tables/mozilla/bugs/bug965-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug965-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/bugs/bug965-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/bugs/bug965-expected.png. |
| * platform/mac-leopard/tables/mozilla/collapsing_borders: Added. |
| * platform/mac-leopard/tables/mozilla/collapsing_borders/bug41262-3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/collapsing_borders/bug41262-3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png. |
| * platform/mac-leopard/tables/mozilla/core: Added. |
| * platform/mac-leopard/tables/mozilla/core/borders-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/borders-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/core/borders-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/borders-expected.png. |
| * platform/mac-leopard/tables/mozilla/core/col_span-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_span-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/core/col_span-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/col_span-expected.png. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * platform/mac-leopard/tables/mozilla/core/margins-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/margins-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/core/margins-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/margins-expected.png. |
| * platform/mac-leopard/tables/mozilla/core/one_row-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/one_row-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/core/one_row-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/one_row-expected.png. |
| * platform/mac-leopard/tables/mozilla/core/row_span-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/row_span-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/core/row_span-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/row_span-expected.png. |
| * platform/mac-leopard/tables/mozilla/core/table_rules-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/table_rules-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/core/table_rules-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/table_rules-expected.png. |
| * platform/mac-leopard/tables/mozilla/core/table_widths-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/core/table_widths-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/core/table_widths-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/core/table_widths-expected.png. |
| * platform/mac-leopard/tables/mozilla/dom: Added. |
| * platform/mac-leopard/tables/mozilla/dom/deleteTbodyRebuild1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/dom/deleteTbodyRebuild1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/dom/deleteTbodyRebuild1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/dom/deleteTbodyRebuild1-expected.png. |
| * platform/mac-leopard/tables/mozilla/dom/insertCellsRebuild1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/dom/insertCellsRebuild1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/dom/insertCellsRebuild1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/dom/insertCellsRebuild1-expected.png. |
| * platform/mac-leopard/tables/mozilla/images: Added. |
| * platform/mac-leopard/tables/mozilla/images/adforce_imgis_com-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/images/adforce_imgis_com-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/images/adforce_imgis_com-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/images/adforce_imgis_com-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin: Added. |
| * platform/mac-leopard/tables/mozilla/marvin/body_tbody-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/body_tbody-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/body_tbody-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/body_tbody-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/body_tfoot-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/body_tfoot-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/body_tfoot-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/body_tfoot-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/body_thead-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/body_thead-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/body_thead-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/body_thead-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/col_span-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/col_span-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/col_span-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/col_span-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_align_justify-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_align_justify-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_span-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_span-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_span-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_span-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_valign_baseline-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_valign_baseline-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_valign_bottom-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_valign_bottom-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_valign_middle-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_valign_middle-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_valign_top-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_valign_top-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_width_pct-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_width_pct-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_width_px-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/colgroup_width_px-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/table_frame_border-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_frame_border-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/table_frame_border-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_frame_border-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/table_frame_box-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_frame_box-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/table_frame_box-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_frame_box-expected.png. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * platform/mac-leopard/tables/mozilla/marvin/table_rules_all-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_all-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/table_rules_all-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_all-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/table_rules_groups-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_groups-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/table_rules_groups-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_groups-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/table_rules_none-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_none-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/table_rules_none-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/table_rules_none-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_align_center-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_align_center-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_align_center-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_align_center-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_align_left-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_align_left-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_align_left-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_align_left-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_align_right-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_align_right-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_align_right-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_align_right-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_border_0-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_border_0-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_border_0-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_border_0-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_border_1-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_border_1-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_border_1-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_border_1-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_border_2-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_border_2-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_border_2-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_border_2-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_border_3-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_border_3-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_border_3-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_border_3-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_cellpadding-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_cellpadding-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_cellpadding_pct-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_cellpadding_pct-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_cellspacing-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_cellspacing-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_class-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_class-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_class-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_class-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_id-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_id-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_id-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_id-expected.png. |
| * 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. |
| * 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. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_style-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_style-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_style-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_style-expected.png. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_colspan-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_colspan-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_colspan-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_colspan-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_height-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_height-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_height-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_height-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_nowrap-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_nowrap-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_nowrap-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_nowrap-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_rowspan-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_rowspan-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_rowspan-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_rowspan-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_width-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_width-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_td_width-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_td_width-expected.png. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * 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. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_th_colspan-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_colspan-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_th_colspan-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_colspan-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_th_height-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_height-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_th_height-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_height-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_th_rowspan-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_rowspan-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_th_rowspan-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_rowspan-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_th_width-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_width-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_th_width-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_th_width-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_width_percent-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_width_percent-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_width_percent-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_width_percent-expected.png. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_width_px-expected.checksum: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_width_px-expected.checksum. |
| * platform/mac-leopard/tables/mozilla/marvin/tables_width_px-expected.png: Copied from LayoutTests/platform/mac/tables/mozilla/marvin/tables_width_px-expected.png. |
| * platform/mac/tables/mozilla/bugs/bug10296-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug10296-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug1055-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug1055-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug106816-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug106816-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug113235-3-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug113235-3-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug11944-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug11944-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug119786-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug119786-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug131020-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug131020-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug13118-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug13118-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug13196-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug13196-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug133756-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug133756-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug139524-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug139524-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug14159-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug14159-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug1430-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug1430-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug14929-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug14929-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug15247-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug15247-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug17130-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug17130-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug17130-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug17130-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug1800-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug1800-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug18359-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug18359-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug18955-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug18955-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug19061-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug19061-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug19061-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug19061-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug194024-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug194024-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug19599-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug19599-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug20804-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug20804-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2267-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2267-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug23235-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug23235-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug23299-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug23299-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug24627-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug24627-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2479-3-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2479-3-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2479-4-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2479-4-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug25086-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug25086-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug25663-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug25663-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2684-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2684-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug27038-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug27038-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2773-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2773-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2886-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2886-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug29058-3-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug29058-3-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug29429-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug29429-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2947-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2947-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2981-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2981-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2981-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2981-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2997-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug2997-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug30692-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug30692-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug3103-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug3103-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug32205-3-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug32205-3-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug33855-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug33855-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug3454-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug3454-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug3681-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug3681-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug3977-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug3977-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug41890-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug41890-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug42187-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug42187-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug43039-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug43039-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug4382-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug4382-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug43854-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug43854-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug4427-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug4427-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug44505-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug44505-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug45055-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug45055-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug45486-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug45486-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug46368-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug46368-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug46368-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug46368-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug46623-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug46623-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug46924-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug46924-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug47432-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug47432-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug51727-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug51727-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug52505-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug52505-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug52506-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug52506-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug5538-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug5538-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug55694-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug55694-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug57300-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug57300-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug5799-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug5799-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug5835-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug5835-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug60749-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug60749-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug6184-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug6184-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug6404-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug6404-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug650-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug650-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug68912-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug68912-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug69382-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug69382-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug7112-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug7112-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug7112-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug7112-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug7121-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug7121-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug7342-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug7342-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug7471-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug7471-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug7714-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug7714-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug78162-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug78162-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug80762-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug80762-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug82946-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug82946-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug8411-expected.checksum: |
| * platform/mac/tables/mozilla/bugs/bug8411-expected.png: |
| * platform/mac/tables/mozilla/bugs/bug8858-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug8858-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug8950-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug8950-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug9123-1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug9123-1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug9123-2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug9123-2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug92143-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug92143-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug93363-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug93363-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug96334-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug96334-expected.png: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug965-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/bugs/bug965-expected.png: Replaced. |
| * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/borders-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/borders-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/col_span-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/col_span-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_auto_autoPer-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_auto_autoPer-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_auto_per-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_auto_per-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_fix_autoPer-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_fix_autoPer-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/margins-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/margins-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/one_row-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/one_row-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/row_span-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/row_span-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/table_rules-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/table_rules-expected.png: Replaced. |
| * platform/mac/tables/mozilla/core/table_widths-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/core/table_widths-expected.png: Replaced. |
| * platform/mac/tables/mozilla/dom/deleteTbodyRebuild1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/dom/deleteTbodyRebuild1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/dom/insertCellsRebuild1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/dom/insertCellsRebuild1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/images/adforce_imgis_com-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/images/adforce_imgis_com-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/body_tbody-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/body_tbody-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/body_tfoot-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/body_tfoot-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/body_thead-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/body_thead-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/col_span-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/col_span-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_span-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_span-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_frame_border-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_frame_border-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_frame_box-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_frame_box-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_row_align_center-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_row_align_center-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_row_align_left-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_row_align_left-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_row_align_right-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_row_align_right-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_rules_all-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_rules_all-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_rules_groups-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_rules_groups-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_rules_none-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/table_rules_none-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_align_center-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_align_center-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_align_left-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_align_left-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_align_right-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_align_right-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_border_0-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_border_0-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_border_1-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_border_1-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_border_2-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_border_2-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_border_3-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_border_3-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_class-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_class-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_id-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_id-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_row_th_nowrap-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_row_th_nowrap-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_style-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_style-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_align_center-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_align_center-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_align_left-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_align_left-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_align_right-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_align_right-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_colspan-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_colspan-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_height-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_height-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_nowrap-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_nowrap-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_rowspan-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_rowspan-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_width-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_td_width-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_align_center-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_align_center-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_align_left-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_align_left-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_align_right-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_align_right-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_colspan-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_colspan-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_height-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_height-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_rowspan-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_rowspan-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_width-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_th_width-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_width_percent-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_width_percent-expected.png: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_width_px-expected.checksum: Replaced. |
| * platform/mac/tables/mozilla/marvin/tables_width_px-expected.png: Replaced. |
| |
| 2010-05-25 Darin Adler <darin@apple.com> |
| |
| Update more files that changed as a result of |
| https://bugs.webkit.org/show_bug.cgi?id=39516 |
| That patch added -webkit-column-span. |
| |
| * fast/css/getComputedStyle/computed-style-expected.txt: |
| * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * platform/chromium-mac/fast/css/computed-style-expected.txt: |
| * platform/chromium-mac/fast/css/computed-style-without-renderer-expected.txt: |
| * platform/chromium-win/fast/css/computed-style-expected.txt: |
| * platform/chromium-win/fast/css/computed-style-without-renderer-expected.txt: |
| * platform/qt/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| * platform/win/fast/css/getComputedStyle/computed-style-expected.txt: |
| * platform/win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: |
| Added -webkit-column-span. |
| |
| 2010-05-25 Julie Parent <jparent@chromium.org> |
| |
| Unreviewed. |
| |
| Update Chromium test expectations from r60172. |
| |
| * platform/chromium/html5lib/webkit-runner-expected.txt: |
| |
| 2010-05-25 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Add more HTML5 entity parsing test coverage |
| https://bugs.webkit.org/show_bug.cgi?id=39662 |
| |
| These tests all pass in Firefox. We have some more work to do here. |
| There's a large testing matrix for entities, so expect more tests in |
| the future. |
| |
| * html5lib/webkit-runner-expected-html5.txt: |
| * html5lib/webkit-runner-expected.txt: |
| * html5lib/webkit-runner.html: |
| |
| 2010-05-25 Antonio Gomes <tonikitoo@webkit.org> |
| |
| Unreviewed attempt to make Tiger bot green. |
| |
| [Mac][Tiger] failing philip canvas tests |
| https://bugs.webkit.org/show_bug.cgi?id=39677 |
| |
| * platform/mac-tiger/Skipped: |
| |
| 2010-05-25 Chang Shu <chang.shu@nokia.com> |
| |
| Unreviewed. |
| |
| Skipped two additional canvas test cases that failed on SnowLeopard only. |
| https://bugs.webkit.org/show_bug.cgi?id=20553 |
| |
| * platform/mac-snowleopard/Skipped: |
| |
| 2010-05-25 Chang Shu <chang.shu@nokia.com> |
| |
| Reviewed by Kenneth Rohde Christiansen. |
| |
| The following are the steps on how the expected results were created: |
| 1. Generated ~800 results on Mac. |
| 2. Manually edited ~100 failed results to "Passed" to make them "expected". |
| All ~800 expected results are the same across the platforms. |
| 3. Put the failed ones in Mac's Skipped list. Other platforms are skipping |
| the whole directory, which will be worked on later. |
| https://bugs.webkit.org/show_bug.cgi?id=20553 |
| |
| * canvas/philip/tests/*-expected.txt: 788 files Added. |
| * platform/mac/Skipped: |
| |
| 2010-05-25 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Clear attributes for each tag in the HTML5 parser |
| https://bugs.webkit.org/show_bug.cgi?id=39660 |
| |
| I'm surprised this wasn't covered already, but sometimes the most basic |
| things are the hardest to remember to test. |
| |
| * html5lib/resources/webkit01.dat: |
| |
| 2010-05-25 Tony Chang <tony@chromium.org> |
| |
| Not reviewed, fixing the expected result. |
| |
| [chromium] add v8 baseline for html5lib/webkit-runner.html (error message differences) |
| https://bugs.webkit.org/show_bug.cgi?id=39659 |
| |
| I checked in expected results generated from the wrong revision. |
| |
| * platform/chromium/html5lib/webkit-runner-expected.txt: |
| |
| 2010-05-25 Tony Chang <tony@chromium.org> |
| |
| Reviewed by Adam Barth. |
| |
| [chromium] add v8 baseline for html5lib/webkit-runner.html (error message differences) |
| https://bugs.webkit.org/show_bug.cgi?id=39659 |
| |
| * platform/chromium/html5lib/webkit-runner-expected.txt: Added. |
| |
| 2010-05-25 Tony Chang <tony@chromium.org> |
| |
| Not reviewed, updating test expectations. |
| |
| [chromium] Fix test expectation for fast/dom/global-constructors.html |
| https://bugs.webkit.org/show_bug.cgi?id=39656 |
| |
| This test was modified in r60119 and the V8 specific expecatation needs updating. |
| Also disable fast/dom/prototype-property.html because it's failing. |
| |
| * platform/chromium-mac/fast/dom/global-constructors-expected.txt: Removed. |
| * platform/chromium-win/fast/dom/global-constructors-expected.txt: Removed. |
| * platform/chromium/fast/dom/global-constructors-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/dom/global-constructors-expected.txt. |
| * platform/chromium/test_expectations.txt: |
| |
| 2010-05-25 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. |
| |
| Use @type="text/plain" to silence JavaScript parse errors. These |
| errors show up differently in JSC and V8 and that's not what we're |
| trying to test with this test. |
| |
| * html5lib/resources/scriptdata01.dat: |
| * html5lib/webkit-runner-expected-html5.txt: |
| * html5lib/webkit-runner-expected.txt: |
| |
| 2010-05-25 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Fix <noembed> and <plaintext> content models |
| https://bugs.webkit.org/show_bug.cgi?id=39653 |
| |
| Update expected result to show new passing test. |
| |
| * html5lib/webkit-runner-expected-html5.txt: |
| |
| 2010-05-24 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| First cut at HTML5 entities |
| https://bugs.webkit.org/show_bug.cgi?id=39649 |
| |
| Update the expected results to show the new passing tests. Yay! |
| |
| * html5lib/webkit-runner-expected-html5.txt: |
| |
| 2010-05-24 Robert Hogan <robert@webkit.org> |
| |
| Reviewed by Laszlo Gombos. |
| |
| [Qt] DRT Support for removeOriginAccessWhitelistEntry |
| |
| Unskips http/tests/xmlhttprequest/origin-whitelisting-removal.html |
| |
| [Qt] DRT Support for removeOriginAccessWhitelistEntry |
| https://bugs.webkit.org/show_bug.cgi?id=39565 |
| |
| * platform/qt/Skipped: |
| |
| 2010-05-24 Andreas Kling <andreas.kling@nokia.com> |
| |
| Reviewed by Sam Weinig. |
| |
| Add a test to verify that the 'prototype' property on generated Web IDL interfaces is { DontDelete | ReadOnly }. |
| |
| Spec link: |
| http://www.w3.org/TR/WebIDL/#interface-object |
| |
| https://bugs.webkit.org/show_bug.cgi?id=39436 |
| |
| * fast/dom/global-constructors-expected.txt: Updated baseline. |
| * fast/dom/global-constructors.html: |
| * fast/dom/prototype-property-expected.txt: Added. |
| * fast/dom/prototype-property.html: Added. |
| * fast/dom/script-tests/prototype-property.js: Added. |
| (tryToDeletePrototype): |
| (tryToSetPrototype): |
| |
| 2010-05-24 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Import remaining html5lib tests into webkit-runner.html |
| https://bugs.webkit.org/show_bug.cgi?id=39638 |
| |
| We should be able to drive the diffs between webkit-runner-expected.txt |
| and webkit-runner-expected-html5.txt to zero. |
| |
| Another option is to remove webkit-runner and just use runner.html, but |
| we don't yet support <script src=...> in the HTML5 parser. |
| |
| * html5lib/webkit-runner-expected-html5.txt: |
| * html5lib/webkit-runner-expected.txt: |
| * html5lib/webkit-runner.html: |
| |
| 2010-05-24 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Teach the HTML5 parser how to lex escaped script data |
| https://bugs.webkit.org/show_bug.cgi?id=39630 |
| |
| Add a bunch of tests for parsing script data. I think these tests |
| drive the lexer into all the script data states. |
| |
| * html5lib/resources/scriptdata01.dat: Added. |
| * html5lib/webkit-runner-expected-html5.txt: |
| * html5lib/webkit-runner-expected.txt: |
| * html5lib/webkit-runner.html: |
| |
| 2010-05-24 James Robinson <jamesr@chromium.org> |
| |
| Unreviewed baseline only change |
| |
| Move Leopard-specific pixel test results from platform/mac to platform/mac-leopard |
| https://bugs.webkit.org/show_bug.cgi?id=39317 |
| |
| This shuffles the pixel failures in editing/ that are due to small (<0.1%) pixel |
| diffs in text rendering between Leopard and Snow Leopard. |
| |
| * platform/mac-leopard/editing/deleting/4922367-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/4922367-expected.checksum. |
| * platform/mac-leopard/editing/deleting/4922367-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/4922367-expected.png. |
| * platform/mac-leopard/editing/deleting/5026848-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5026848-1-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5026848-1-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5026848-1-expected.png. |
| * platform/mac-leopard/editing/deleting/5026848-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5026848-2-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5026848-2-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5026848-2-expected.png. |
| * platform/mac-leopard/editing/deleting/5026848-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5026848-3-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5026848-3-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5026848-3-expected.png. |
| * platform/mac-leopard/editing/deleting/5032066-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5032066-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5032066-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5032066-expected.png. |
| * platform/mac-leopard/editing/deleting/5091898-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5091898-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5091898-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5091898-expected.png. |
| * platform/mac-leopard/editing/deleting/5099303-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5099303-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5099303-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5099303-expected.png. |
| * platform/mac-leopard/editing/deleting/5115601-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5115601-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5115601-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5115601-expected.png. |
| * platform/mac-leopard/editing/deleting/5126166-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5126166-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5126166-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5126166-expected.png. |
| * platform/mac-leopard/editing/deleting/5144139-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5144139-2-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5144139-2-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5144139-2-expected.png. |
| * platform/mac-leopard/editing/deleting/5168598-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5168598-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5168598-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5168598-expected.png. |
| * platform/mac-leopard/editing/deleting/5206311-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5206311-1-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5206311-1-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5206311-1-expected.png. |
| * platform/mac-leopard/editing/deleting/5206311-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5206311-2-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5206311-2-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5206311-2-expected.png. |
| * platform/mac-leopard/editing/deleting/5272440-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5272440-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5272440-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5272440-expected.png. |
| * platform/mac-leopard/editing/deleting/5369009-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5369009-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5369009-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5369009-expected.png. |
| * platform/mac-leopard/editing/deleting/5390681-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5390681-2-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5390681-2-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5390681-2-expected.png. |
| * platform/mac-leopard/editing/deleting/5390681-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5390681-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5390681-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5390681-expected.png. |
| * platform/mac-leopard/editing/deleting/5433862-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5433862-2-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5433862-2-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5433862-2-expected.png. |
| * platform/mac-leopard/editing/deleting/5483370-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/5483370-expected.checksum. |
| * platform/mac-leopard/editing/deleting/5483370-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/5483370-expected.png. |
| * platform/mac-leopard/editing/deleting/delete-4038408-fix-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/delete-4038408-fix-expected.checksum. |
| * platform/mac-leopard/editing/deleting/delete-4038408-fix-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/delete-4038408-fix-expected.png. |
| * platform/mac-leopard/editing/deleting/delete-br-013-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/delete-br-013-expected.checksum. |
| * platform/mac-leopard/editing/deleting/delete-br-013-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/delete-br-013-expected.png. |
| * platform/mac-leopard/editing/deleting/delete-first-list-item-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/delete-first-list-item-expected.checksum. |
| * platform/mac-leopard/editing/deleting/delete-first-list-item-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/delete-first-list-item-expected.png. |
| * platform/mac-leopard/editing/deleting/delete-line-015-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/delete-line-015-expected.checksum. |
| * platform/mac-leopard/editing/deleting/delete-line-015-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/delete-line-015-expected.png. |
| * platform/mac-leopard/editing/deleting/delete-line-016-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/delete-line-016-expected.checksum. |
| * platform/mac-leopard/editing/deleting/delete-line-016-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/delete-line-016-expected.png. |
| * platform/mac-leopard/editing/deleting/delete-line-017-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/delete-line-017-expected.checksum. |
| * platform/mac-leopard/editing/deleting/delete-line-017-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/delete-line-017-expected.png. |
| * platform/mac-leopard/editing/deleting/delete-ws-fixup-002-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/delete-ws-fixup-002-expected.checksum. |
| * platform/mac-leopard/editing/deleting/delete-ws-fixup-002-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/delete-ws-fixup-002-expected.png. |
| * platform/mac-leopard/editing/deleting/merge-endOfParagraph-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/merge-endOfParagraph-expected.checksum. |
| * platform/mac-leopard/editing/deleting/merge-endOfParagraph-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/merge-endOfParagraph-expected.png. |
| * platform/mac-leopard/editing/deleting/merge-into-empty-block-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/merge-into-empty-block-1-expected.checksum. |
| * platform/mac-leopard/editing/deleting/merge-into-empty-block-1-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/merge-into-empty-block-1-expected.png. |
| * platform/mac-leopard/editing/deleting/merge-no-br-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/merge-no-br-expected.checksum. |
| * platform/mac-leopard/editing/deleting/merge-no-br-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/merge-no-br-expected.png. |
| * platform/mac-leopard/editing/deleting/merge-whitespace-pre-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/merge-whitespace-pre-expected.checksum. |
| * platform/mac-leopard/editing/deleting/merge-whitespace-pre-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/merge-whitespace-pre-expected.png. |
| * platform/mac-leopard/editing/deleting/pruning-after-merge-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/pruning-after-merge-2-expected.checksum. |
| * platform/mac-leopard/editing/deleting/pruning-after-merge-2-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/pruning-after-merge-2-expected.png. |
| * platform/mac-leopard/editing/deleting/smart-delete-003-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/smart-delete-003-expected.checksum. |
| * platform/mac-leopard/editing/deleting/smart-delete-003-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/smart-delete-003-expected.png. |
| * platform/mac-leopard/editing/deleting/smart-delete-004-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/smart-delete-004-expected.checksum. |
| * platform/mac-leopard/editing/deleting/smart-delete-004-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/smart-delete-004-expected.png. |
| * platform/mac-leopard/editing/deleting/table-cells-expected.checksum: Copied from LayoutTests/platform/mac/editing/deleting/table-cells-expected.checksum. |
| * platform/mac-leopard/editing/deleting/table-cells-expected.png: Copied from LayoutTests/platform/mac/editing/deleting/table-cells-expected.png. |
| * platform/mac-leopard/editing/execCommand: Added. |
| * platform/mac-leopard/editing/execCommand/4580583-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4580583-1-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/4580583-1-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4580583-1-expected.png. |
| * platform/mac-leopard/editing/execCommand/4580583-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4580583-2-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/4580583-2-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4580583-2-expected.png. |
| * platform/mac-leopard/editing/execCommand/4641880-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4641880-1-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/4641880-1-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4641880-1-expected.png. |
| * platform/mac-leopard/editing/execCommand/4641880-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4641880-2-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/4641880-2-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4641880-2-expected.png. |
| * platform/mac-leopard/editing/execCommand/4747450-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4747450-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/4747450-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4747450-expected.png. |
| * platform/mac-leopard/editing/execCommand/4786404-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4786404-2-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/4786404-2-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4786404-2-expected.png. |
| * platform/mac-leopard/editing/execCommand/4916402-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4916402-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/4916402-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4916402-expected.png. |
| * platform/mac-leopard/editing/execCommand/4916541-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4916541-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/4916541-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4916541-expected.png. |
| * platform/mac-leopard/editing/execCommand/4920488-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4920488-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/4920488-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4920488-expected.png. |
| * platform/mac-leopard/editing/execCommand/4920742-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4920742-1-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/4920742-1-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4920742-1-expected.png. |
| * platform/mac-leopard/editing/execCommand/4924441-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/4924441-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/4924441-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/4924441-expected.png. |
| * platform/mac-leopard/editing/execCommand/5049671-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/5049671-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/5049671-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/5049671-expected.png. |
| * platform/mac-leopard/editing/execCommand/5080333-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/5080333-1-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/5080333-1-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/5080333-1-expected.png. |
| * platform/mac-leopard/editing/execCommand/5080333-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/5080333-2-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/5080333-2-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/5080333-2-expected.png. |
| * platform/mac-leopard/editing/execCommand/5136770-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/5136770-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/5136770-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/5136770-expected.png. |
| * platform/mac-leopard/editing/execCommand/5138441-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/5138441-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/5138441-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/5138441-expected.png. |
| * platform/mac-leopard/editing/execCommand/5190926-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/5190926-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/5190926-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/5190926-expected.png. |
| * platform/mac-leopard/editing/execCommand/5481523-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/5481523-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/5481523-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/5481523-expected.png. |
| * platform/mac-leopard/editing/execCommand/create-list-with-hr-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/create-list-with-hr-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/create-list-with-hr-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/create-list-with-hr-expected.png. |
| * platform/mac-leopard/editing/execCommand/find-after-replace-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/find-after-replace-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/find-after-replace-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/find-after-replace-expected.png. |
| * platform/mac-leopard/editing/execCommand/findString-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/findString-2-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/findString-2-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/findString-2-expected.png. |
| * platform/mac-leopard/editing/execCommand/insertHorizontalRule-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/insertHorizontalRule-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/insertHorizontalRule-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/insertHorizontalRule-expected.png. |
| * platform/mac-leopard/editing/execCommand/insertImage-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/insertImage-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/insertImage-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/insertImage-expected.png. |
| * platform/mac-leopard/editing/execCommand/outdent-selection-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/outdent-selection-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/outdent-selection-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/outdent-selection-expected.png. |
| * platform/mac-leopard/editing/execCommand/remove-formatting-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/remove-formatting-2-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/remove-formatting-2-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/remove-formatting-2-expected.png. |
| * platform/mac-leopard/editing/execCommand/remove-formatting-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/remove-formatting-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/remove-formatting-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/remove-formatting-expected.png. |
| * platform/mac-leopard/editing/execCommand/remove-list-from-range-selection-expected.checksum: Copied from LayoutTests/platform/mac/editing/execCommand/remove-list-from-range-selection-expected.checksum. |
| * platform/mac-leopard/editing/execCommand/remove-list-from-range-selection-expected.png: Copied from LayoutTests/platform/mac/editing/execCommand/remove-list-from-range-selection-expected.png. |
| * platform/mac-leopard/editing/inserting: Added. |
| * platform/mac-leopard/editing/inserting/12882-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/12882-expected.checksum. |
| * platform/mac-leopard/editing/inserting/12882-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/12882-expected.png. |
| * platform/mac-leopard/editing/inserting/4278698-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/4278698-expected.checksum. |
| * platform/mac-leopard/editing/inserting/4278698-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/4278698-expected.png. |
| * platform/mac-leopard/editing/inserting/4840662-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/4840662-expected.checksum. |
| * platform/mac-leopard/editing/inserting/4840662-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/4840662-expected.png. |
| * platform/mac-leopard/editing/inserting/4875189-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/4875189-2-expected.checksum. |
| * platform/mac-leopard/editing/inserting/4875189-2-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/4875189-2-expected.png. |
| * platform/mac-leopard/editing/inserting/5002441-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5002441-expected.checksum. |
| * platform/mac-leopard/editing/inserting/5002441-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5002441-expected.png. |
| * platform/mac-leopard/editing/inserting/5058163-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5058163-1-expected.checksum. |
| * platform/mac-leopard/editing/inserting/5058163-1-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5058163-1-expected.png. |
| * platform/mac-leopard/editing/inserting/5058163-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5058163-2-expected.checksum. |
| * platform/mac-leopard/editing/inserting/5058163-2-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5058163-2-expected.png. |
| * platform/mac-leopard/editing/inserting/5156401-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5156401-2-expected.checksum. |
| * platform/mac-leopard/editing/inserting/5156401-2-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5156401-2-expected.png. |
| * platform/mac-leopard/editing/inserting/5418891-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5418891-expected.checksum. |
| * platform/mac-leopard/editing/inserting/5418891-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5418891-expected.png. |
| * platform/mac-leopard/editing/inserting/5510537-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5510537-expected.checksum. |
| * platform/mac-leopard/editing/inserting/5510537-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5510537-expected.png. |
| * platform/mac-leopard/editing/inserting/5549929-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5549929-2-expected.checksum. |
| * platform/mac-leopard/editing/inserting/5549929-2-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5549929-2-expected.png. |
| * platform/mac-leopard/editing/inserting/5607069-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5607069-2-expected.checksum. |
| * platform/mac-leopard/editing/inserting/5607069-2-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5607069-2-expected.png. |
| * platform/mac-leopard/editing/inserting/5607069-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/5607069-3-expected.checksum. |
| * platform/mac-leopard/editing/inserting/5607069-3-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/5607069-3-expected.png. |
| * platform/mac-leopard/editing/inserting/6703873-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/6703873-expected.checksum. |
| * platform/mac-leopard/editing/inserting/6703873-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/6703873-expected.png. |
| * platform/mac-leopard/editing/inserting/editable-html-element-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/editable-html-element-expected.checksum. |
| * platform/mac-leopard/editing/inserting/editable-html-element-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/editable-html-element-expected.png. |
| * platform/mac-leopard/editing/inserting/edited-whitespace-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/edited-whitespace-1-expected.checksum. |
| * platform/mac-leopard/editing/inserting/edited-whitespace-1-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/edited-whitespace-1-expected.png. |
| * platform/mac-leopard/editing/inserting/editing-empty-divs-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/editing-empty-divs-expected.checksum. |
| * platform/mac-leopard/editing/inserting/editing-empty-divs-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/editing-empty-divs-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-3786362-fix-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-3786362-fix-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-3786362-fix-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-3786362-fix-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-at-end-01-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-at-end-01-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-at-end-01-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-at-end-01-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-at-end-02-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-at-end-02-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-at-end-02-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-at-end-02-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-br-009-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-009-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-br-009-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-009-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-br-quoted-001-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-001-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-br-quoted-001-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-001-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-br-quoted-002-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-002-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-br-quoted-002-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-002-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-br-quoted-003-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-003-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-br-quoted-003-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-003-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-br-quoted-004-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-004-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-br-quoted-004-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-004-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-br-quoted-005-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-005-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-br-quoted-005-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-005-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-br-quoted-006-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-006-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-br-quoted-006-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-br-quoted-006-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-paragraph-01-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-01-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-paragraph-01-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-01-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-paragraph-02-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-02-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-paragraph-02-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-02-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-paragraph-03-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-03-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-paragraph-03-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-03-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-paragraph-04-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-04-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-paragraph-04-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-04-expected.png. |
| * platform/mac-leopard/editing/inserting/insert-paragraph-05-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-05-expected.checksum. |
| * platform/mac-leopard/editing/inserting/insert-paragraph-05-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/insert-paragraph-05-expected.png. |
| * platform/mac-leopard/editing/inserting/line-break-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/line-break-expected.checksum. |
| * platform/mac-leopard/editing/inserting/line-break-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/line-break-expected.png. |
| * platform/mac-leopard/editing/inserting/multiple-lines-selected-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/multiple-lines-selected-expected.checksum. |
| * platform/mac-leopard/editing/inserting/multiple-lines-selected-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/multiple-lines-selected-expected.png. |
| * platform/mac-leopard/editing/inserting/paragraph-separator-03-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/paragraph-separator-03-expected.checksum. |
| * platform/mac-leopard/editing/inserting/paragraph-separator-03-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/paragraph-separator-03-expected.png. |
| * platform/mac-leopard/editing/inserting/paragraph-separator-in-table-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/paragraph-separator-in-table-2-expected.checksum. |
| * platform/mac-leopard/editing/inserting/paragraph-separator-in-table-2-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/paragraph-separator-in-table-2-expected.png. |
| * platform/mac-leopard/editing/inserting/typing-around-br-001-expected.checksum: Copied from LayoutTests/platform/mac/editing/inserting/typing-around-br-001-expected.checksum. |
| * platform/mac-leopard/editing/inserting/typing-around-br-001-expected.png: Copied from LayoutTests/platform/mac/editing/inserting/typing-around-br-001-expected.png. |
| * platform/mac-leopard/editing/pasteboard/3976872-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/3976872-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/3976872-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/3976872-expected.png. |
| * platform/mac-leopard/editing/pasteboard/4076267-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4076267-2-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/4076267-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4076267-2-expected.png. |
| * platform/mac-leopard/editing/pasteboard/4242293-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4242293-1-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/4242293-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4242293-1-expected.png. |
| * platform/mac-leopard/editing/pasteboard/4242293-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4242293-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/4242293-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4242293-expected.png. |
| * platform/mac-leopard/editing/pasteboard/4631972-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4631972-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/4631972-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4631972-expected.png. |
| * platform/mac-leopard/editing/pasteboard/4641033-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4641033-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/4641033-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4641033-expected.png. |
| * platform/mac-leopard/editing/pasteboard/4861080-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4861080-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/4861080-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4861080-expected.png. |
| * platform/mac-leopard/editing/pasteboard/4944770-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-1-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/4944770-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-1-expected.png. |
| * platform/mac-leopard/editing/pasteboard/4944770-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-2-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/4944770-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4944770-2-expected.png. |
| * platform/mac-leopard/editing/pasteboard/4947130-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/4947130-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/4947130-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/4947130-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5027857-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5027857-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5027857-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5027857-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5032095-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5032095-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5032095-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5032095-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5065605-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5065605-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5065605-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5065605-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5071074-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5071074-2-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5071074-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5071074-2-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5071074-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5071074-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5071074-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5071074-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5075944-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5075944-2-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5075944-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5075944-2-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5075944-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5075944-3-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5075944-3-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5075944-3-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5089327-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5089327-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5089327-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5089327-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5247341-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5247341-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5247341-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5247341-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5368833-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5368833-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5368833-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5368833-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5387578-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5387578-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5387578-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5387578-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5478250-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5478250-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5478250-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5478250-expected.png. |
| * platform/mac-leopard/editing/pasteboard/5601583-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/5601583-1-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/5601583-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/5601583-1-expected.png. |
| * platform/mac-leopard/editing/pasteboard/8145-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/8145-2-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/8145-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/8145-2-expected.png. |
| * platform/mac-leopard/editing/pasteboard/8145-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/8145-3-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/8145-3-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/8145-3-expected.png. |
| * platform/mac-leopard/editing/pasteboard/bad-placeholder-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/bad-placeholder-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/bad-placeholder-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/bad-placeholder-expected.png. |
| * platform/mac-leopard/editing/pasteboard/copy-paste-bidi-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/copy-paste-bidi-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/copy-paste-bidi-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/copy-paste-bidi-expected.png. |
| * platform/mac-leopard/editing/pasteboard/copy-standalone-image-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/copy-standalone-image-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/copy-standalone-image-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/copy-standalone-image-expected.png. |
| * platform/mac-leopard/editing/pasteboard/displaced-generic-placeholder-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/displaced-generic-placeholder-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/displaced-generic-placeholder-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/displaced-generic-placeholder-expected.png. |
| * platform/mac-leopard/editing/pasteboard/display-block-on-spans-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/display-block-on-spans-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/display-block-on-spans-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/display-block-on-spans-expected.png. |
| * platform/mac-leopard/editing/pasteboard/drop-text-without-selection-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/drop-text-without-selection-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/drop-text-without-selection-expected.png. |
| * platform/mac-leopard/editing/pasteboard/interchange-newline-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/interchange-newline-1-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/interchange-newline-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/interchange-newline-1-expected.png. |
| * platform/mac-leopard/editing/pasteboard/interchange-newline-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/interchange-newline-2-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/interchange-newline-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/interchange-newline-2-expected.png. |
| * platform/mac-leopard/editing/pasteboard/interchange-newline-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/interchange-newline-3-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/interchange-newline-3-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/interchange-newline-3-expected.png. |
| * platform/mac-leopard/editing/pasteboard/interchange-newline-4-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/interchange-newline-4-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/interchange-newline-4-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/interchange-newline-4-expected.png. |
| * platform/mac-leopard/editing/pasteboard/merge-after-delete-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-after-delete-1-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/merge-after-delete-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-after-delete-1-expected.png. |
| * platform/mac-leopard/editing/pasteboard/merge-after-delete-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-after-delete-2-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/merge-after-delete-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-after-delete-2-expected.png. |
| * platform/mac-leopard/editing/pasteboard/merge-end-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-1-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/merge-end-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-1-expected.png. |
| * platform/mac-leopard/editing/pasteboard/merge-end-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-2-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/merge-end-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-2-expected.png. |
| * platform/mac-leopard/editing/pasteboard/merge-end-5-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-5-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/merge-end-5-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-5-expected.png. |
| * platform/mac-leopard/editing/pasteboard/merge-end-blockquote-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-blockquote-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/merge-end-blockquote-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-blockquote-expected.png. |
| * platform/mac-leopard/editing/pasteboard/merge-end-borders-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-borders-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/merge-end-borders-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-borders-expected.png. |
| * platform/mac-leopard/editing/pasteboard/merge-end-list-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-list-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/merge-end-list-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-list-expected.png. |
| * platform/mac-leopard/editing/pasteboard/merge-end-table-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-table-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/merge-end-table-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-end-table-expected.png. |
| * platform/mac-leopard/editing/pasteboard/merge-start-blockquote-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-start-blockquote-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/merge-start-blockquote-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/merge-start-blockquote-expected.png. |
| * platform/mac-leopard/editing/pasteboard/nested-blocks-with-text-area-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/nested-blocks-with-text-area-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.png. |
| * platform/mac-leopard/editing/pasteboard/nested-blocks-with-text-field-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/nested-blocks-with-text-field-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.png. |
| * platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-RTFD-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/paste-RTFD-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-RTFD-expected.png. |
| * platform/mac-leopard/editing/pasteboard/paste-blockquote-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-blockquote-3-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/paste-blockquote-3-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-blockquote-3-expected.png. |
| * platform/mac-leopard/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.png. |
| * platform/mac-leopard/editing/pasteboard/paste-pre-002-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-pre-002-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/paste-pre-002-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-pre-002-expected.png. |
| * platform/mac-leopard/editing/pasteboard/paste-table-003-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-table-003-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/paste-table-003-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-table-003-expected.png. |
| * platform/mac-leopard/editing/pasteboard/paste-text-012-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-012-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/paste-text-012-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-012-expected.png. |
| * platform/mac-leopard/editing/pasteboard/paste-text-013-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-013-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/paste-text-013-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-013-expected.png. |
| * platform/mac-leopard/editing/pasteboard/paste-text-014-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-014-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/paste-text-014-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-014-expected.png. |
| * platform/mac-leopard/editing/pasteboard/paste-text-016-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-016-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/paste-text-016-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/paste-text-016-expected.png. |
| * platform/mac-leopard/editing/pasteboard/pasting-object-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-object-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/pasting-object-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-object-expected.png. |
| * platform/mac-leopard/editing/pasteboard/pasting-tabs-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/pasting-tabs-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/pasting-tabs-expected.png. |
| * platform/mac-leopard/editing/pasteboard/prevent-block-nesting-01-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/prevent-block-nesting-01-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.png. |
| * platform/mac-leopard/editing/pasteboard/quirks-mode-br-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/quirks-mode-br-1-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/quirks-mode-br-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/quirks-mode-br-1-expected.png. |
| * platform/mac-leopard/editing/pasteboard/select-element-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/select-element-1-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/select-element-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/select-element-1-expected.png. |
| * platform/mac-leopard/editing/pasteboard/smart-drag-drop-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/smart-drag-drop-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/smart-drag-drop-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/smart-drag-drop-expected.png. |
| * platform/mac-leopard/editing/pasteboard/smart-paste-008-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/smart-paste-008-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/smart-paste-008-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/smart-paste-008-expected.png. |
| * platform/mac-leopard/editing/pasteboard/styled-element-markup-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/styled-element-markup-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/styled-element-markup-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/styled-element-markup-expected.png. |
| * platform/mac-leopard/editing/pasteboard/subframe-dragndrop-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/subframe-dragndrop-1-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.png. |
| * platform/mac-leopard/editing/pasteboard/testcase-9507-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/testcase-9507-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/testcase-9507-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/testcase-9507-expected.png. |
| * platform/mac-leopard/editing/pasteboard/undoable-fragment-removes-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/undoable-fragment-removes-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/undoable-fragment-removes-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/undoable-fragment-removes-expected.png. |
| * platform/mac-leopard/editing/pasteboard/unrendered-br-expected.checksum: Copied from LayoutTests/platform/mac/editing/pasteboard/unrendered-br-expected.checksum. |
| * platform/mac-leopard/editing/pasteboard/unrendered-br-expected.png: Copied from LayoutTests/platform/mac/editing/pasteboard/unrendered-br-expected.png. |
| * platform/mac-leopard/editing/selection: Added. |
| * platform/mac-leopard/editing/selection/13804-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/13804-expected.checksum. |
| * platform/mac-leopard/editing/selection/13804-expected.png: Copied from LayoutTests/platform/mac/editing/selection/13804-expected.png. |
| * platform/mac-leopard/editing/selection/14971-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/14971-expected.checksum. |
| * platform/mac-leopard/editing/selection/14971-expected.png: Copied from LayoutTests/platform/mac/editing/selection/14971-expected.png. |
| * platform/mac-leopard/editing/selection/4402375-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4402375-expected.checksum. |
| * platform/mac-leopard/editing/selection/4402375-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4402375-expected.png. |
| * platform/mac-leopard/editing/selection/4818145-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4818145-expected.checksum. |
| * platform/mac-leopard/editing/selection/4818145-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4818145-expected.png. |
| * platform/mac-leopard/editing/selection/4889598-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4889598-expected.checksum. |
| * platform/mac-leopard/editing/selection/4889598-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4889598-expected.png. |
| * platform/mac-leopard/editing/selection/4895428-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4895428-2-expected.checksum. |
| * platform/mac-leopard/editing/selection/4895428-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4895428-2-expected.png. |
| * platform/mac-leopard/editing/selection/4895428-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.checksum. |
| * platform/mac-leopard/editing/selection/4895428-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4895428-3-expected.png. |
| * platform/mac-leopard/editing/selection/4895428-4-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4895428-4-expected.checksum. |
| * platform/mac-leopard/editing/selection/4895428-4-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4895428-4-expected.png. |
| * platform/mac-leopard/editing/selection/4932260-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4932260-3-expected.checksum. |
| * platform/mac-leopard/editing/selection/4932260-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4932260-3-expected.png. |
| * platform/mac-leopard/editing/selection/4947387-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4947387-expected.checksum. |
| * platform/mac-leopard/editing/selection/4947387-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4947387-expected.png. |
| * platform/mac-leopard/editing/selection/4960116-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4960116-expected.checksum. |
| * platform/mac-leopard/editing/selection/4960116-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4960116-expected.png. |
| * platform/mac-leopard/editing/selection/4975120-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.checksum. |
| * platform/mac-leopard/editing/selection/4975120-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4975120-expected.png. |
| * platform/mac-leopard/editing/selection/4983858-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/4983858-expected.checksum. |
| * platform/mac-leopard/editing/selection/4983858-expected.png: Copied from LayoutTests/platform/mac/editing/selection/4983858-expected.png. |
| * platform/mac-leopard/editing/selection/5007143-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5007143-2-expected.checksum. |
| * platform/mac-leopard/editing/selection/5007143-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5007143-2-expected.png. |
| * platform/mac-leopard/editing/selection/5007143-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5007143-expected.checksum. |
| * platform/mac-leopard/editing/selection/5007143-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5007143-expected.png. |
| * platform/mac-leopard/editing/selection/5057506-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5057506-2-expected.checksum. |
| * platform/mac-leopard/editing/selection/5057506-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5057506-2-expected.png. |
| * platform/mac-leopard/editing/selection/5057506-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5057506-expected.checksum. |
| * platform/mac-leopard/editing/selection/5057506-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5057506-expected.png. |
| * platform/mac-leopard/editing/selection/5076323-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5076323-1-expected.checksum. |
| * platform/mac-leopard/editing/selection/5076323-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5076323-1-expected.png. |
| * platform/mac-leopard/editing/selection/5081257-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5081257-1-expected.checksum. |
| * platform/mac-leopard/editing/selection/5081257-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5081257-1-expected.png. |
| * platform/mac-leopard/editing/selection/5099303-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5099303-expected.checksum. |
| * platform/mac-leopard/editing/selection/5099303-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5099303-expected.png. |
| * platform/mac-leopard/editing/selection/5131716-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5131716-1-expected.checksum. |
| * platform/mac-leopard/editing/selection/5131716-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5131716-1-expected.png. |
| * platform/mac-leopard/editing/selection/5131716-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5131716-2-expected.checksum. |
| * platform/mac-leopard/editing/selection/5131716-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5131716-2-expected.png. |
| * platform/mac-leopard/editing/selection/5131716-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5131716-3-expected.checksum. |
| * platform/mac-leopard/editing/selection/5131716-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5131716-3-expected.png. |
| * platform/mac-leopard/editing/selection/5131716-4-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5131716-4-expected.checksum. |
| * platform/mac-leopard/editing/selection/5131716-4-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5131716-4-expected.png. |
| * platform/mac-leopard/editing/selection/5195166-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5195166-2-expected.checksum. |
| * platform/mac-leopard/editing/selection/5195166-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5195166-2-expected.png. |
| * platform/mac-leopard/editing/selection/5232159-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5232159-expected.checksum. |
| * platform/mac-leopard/editing/selection/5232159-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5232159-expected.png. |
| * platform/mac-leopard/editing/selection/5234383-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5234383-1-expected.checksum. |
| * platform/mac-leopard/editing/selection/5234383-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5234383-1-expected.png. |
| * platform/mac-leopard/editing/selection/5234383-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5234383-2-expected.checksum. |
| * platform/mac-leopard/editing/selection/5234383-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5234383-2-expected.png. |
| * platform/mac-leopard/editing/selection/5240265-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5240265-expected.checksum. |
| * platform/mac-leopard/editing/selection/5240265-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5240265-expected.png. |
| * platform/mac-leopard/editing/selection/5354455-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5354455-1-expected.checksum. |
| * platform/mac-leopard/editing/selection/5354455-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5354455-1-expected.png. |
| * platform/mac-leopard/editing/selection/5354455-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/5354455-2-expected.checksum. |
| * platform/mac-leopard/editing/selection/5354455-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/5354455-2-expected.png. |
| * platform/mac-leopard/editing/selection/6476-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/6476-expected.checksum. |
| * platform/mac-leopard/editing/selection/6476-expected.png: Copied from LayoutTests/platform/mac/editing/selection/6476-expected.png. |
| * platform/mac-leopard/editing/selection/7152-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/7152-1-expected.checksum. |
| * platform/mac-leopard/editing/selection/7152-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/7152-1-expected.png. |
| * platform/mac-leopard/editing/selection/7152-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/7152-2-expected.checksum. |
| * platform/mac-leopard/editing/selection/7152-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/7152-2-expected.png. |
| * platform/mac-leopard/editing/selection/addRange-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/addRange-expected.checksum. |
| * platform/mac-leopard/editing/selection/addRange-expected.png: Copied from LayoutTests/platform/mac/editing/selection/addRange-expected.png. |
| * platform/mac-leopard/editing/selection/after-line-wrap-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/after-line-wrap-expected.checksum. |
| * platform/mac-leopard/editing/selection/after-line-wrap-expected.png: Copied from LayoutTests/platform/mac/editing/selection/after-line-wrap-expected.png. |
| * platform/mac-leopard/editing/selection/caret-and-focus-ring-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/caret-and-focus-ring-expected.checksum. |
| * platform/mac-leopard/editing/selection/caret-and-focus-ring-expected.png: Copied from LayoutTests/platform/mac/editing/selection/caret-and-focus-ring-expected.png. |
| * platform/mac-leopard/editing/selection/caret-rtl-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/caret-rtl-2-expected.checksum. |
| * platform/mac-leopard/editing/selection/caret-rtl-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/caret-rtl-2-expected.png. |
| * platform/mac-leopard/editing/selection/caret-rtl-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/caret-rtl-expected.checksum. |
| * platform/mac-leopard/editing/selection/caret-rtl-expected.png: Copied from LayoutTests/platform/mac/editing/selection/caret-rtl-expected.png. |
| * platform/mac-leopard/editing/selection/clear-selection-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/clear-selection-expected.checksum. |
| * platform/mac-leopard/editing/selection/clear-selection-expected.png: Copied from LayoutTests/platform/mac/editing/selection/clear-selection-expected.png. |
| * platform/mac-leopard/editing/selection/click-start-of-line-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/click-start-of-line-expected.checksum. |
| * platform/mac-leopard/editing/selection/click-start-of-line-expected.png: Copied from LayoutTests/platform/mac/editing/selection/click-start-of-line-expected.png. |
| * platform/mac-leopard/editing/selection/contenteditable-click-inside-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/contenteditable-click-inside-expected.checksum. |
| * platform/mac-leopard/editing/selection/contenteditable-click-inside-expected.png: Copied from LayoutTests/platform/mac/editing/selection/contenteditable-click-inside-expected.png. |
| * platform/mac-leopard/editing/selection/designmode-no-caret-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/designmode-no-caret-expected.checksum. |
| * platform/mac-leopard/editing/selection/designmode-no-caret-expected.png: Copied from LayoutTests/platform/mac/editing/selection/designmode-no-caret-expected.png. |
| * platform/mac-leopard/editing/selection/drag-in-iframe-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/drag-in-iframe-expected.checksum. |
| * platform/mac-leopard/editing/selection/drag-in-iframe-expected.png: Copied from LayoutTests/platform/mac/editing/selection/drag-in-iframe-expected.png. |
| * platform/mac-leopard/editing/selection/editable-html-element-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/editable-html-element-expected.checksum. |
| * platform/mac-leopard/editing/selection/editable-html-element-expected.png: Copied from LayoutTests/platform/mac/editing/selection/editable-html-element-expected.png. |
| * platform/mac-leopard/editing/selection/editable-non-editable-crash-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/editable-non-editable-crash-expected.checksum. |
| * platform/mac-leopard/editing/selection/editable-non-editable-crash-expected.png: Copied from LayoutTests/platform/mac/editing/selection/editable-non-editable-crash-expected.png. |
| * platform/mac-leopard/editing/selection/end-of-document-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/end-of-document-expected.checksum. |
| * platform/mac-leopard/editing/selection/end-of-document-expected.png: Copied from LayoutTests/platform/mac/editing/selection/end-of-document-expected.png. |
| * platform/mac-leopard/editing/selection/expanding-selections-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/expanding-selections-expected.checksum. |
| * platform/mac-leopard/editing/selection/expanding-selections-expected.png: Copied from LayoutTests/platform/mac/editing/selection/expanding-selections-expected.png. |
| * platform/mac-leopard/editing/selection/expanding-selections2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/expanding-selections2-expected.checksum. |
| * platform/mac-leopard/editing/selection/expanding-selections2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/expanding-selections2-expected.png. |
| * platform/mac-leopard/editing/selection/focus_editable_html-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/focus_editable_html-expected.checksum. |
| * platform/mac-leopard/editing/selection/focus_editable_html-expected.png: Copied from LayoutTests/platform/mac/editing/selection/focus_editable_html-expected.png. |
| * platform/mac-leopard/editing/selection/iframe-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/iframe-expected.checksum. |
| * platform/mac-leopard/editing/selection/iframe-expected.png: Copied from LayoutTests/platform/mac/editing/selection/iframe-expected.png. |
| * platform/mac-leopard/editing/selection/inline-closest-leaf-child-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/inline-closest-leaf-child-expected.checksum. |
| * platform/mac-leopard/editing/selection/inline-closest-leaf-child-expected.png: Copied from LayoutTests/platform/mac/editing/selection/inline-closest-leaf-child-expected.png. |
| * platform/mac-leopard/editing/selection/inline-table-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/inline-table-expected.checksum. |
| * platform/mac-leopard/editing/selection/inline-table-expected.png: Copied from LayoutTests/platform/mac/editing/selection/inline-table-expected.png. |
| * platform/mac-leopard/editing/selection/leave-requested-block-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/leave-requested-block-expected.checksum. |
| * platform/mac-leopard/editing/selection/leave-requested-block-expected.png: Copied from LayoutTests/platform/mac/editing/selection/leave-requested-block-expected.png. |
| * platform/mac-leopard/editing/selection/mixed-editability-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-1-expected.checksum. |
| * platform/mac-leopard/editing/selection/mixed-editability-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-1-expected.png. |
| * platform/mac-leopard/editing/selection/mixed-editability-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-3-expected.checksum. |
| * platform/mac-leopard/editing/selection/mixed-editability-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-3-expected.png. |
| * platform/mac-leopard/editing/selection/mixed-editability-4-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-4-expected.checksum. |
| * platform/mac-leopard/editing/selection/mixed-editability-4-expected.png: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-4-expected.png. |
| * platform/mac-leopard/editing/selection/mixed-editability-5-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-5-expected.checksum. |
| * platform/mac-leopard/editing/selection/mixed-editability-5-expected.png: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-5-expected.png. |
| * platform/mac-leopard/editing/selection/mixed-editability-6-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-6-expected.checksum. |
| * platform/mac-leopard/editing/selection/mixed-editability-6-expected.png: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-6-expected.png. |
| * platform/mac-leopard/editing/selection/mixed-editability-7-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-7-expected.checksum. |
| * platform/mac-leopard/editing/selection/mixed-editability-7-expected.png: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-7-expected.png. |
| * platform/mac-leopard/editing/selection/mixed-editability-8-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-8-expected.checksum. |
| * platform/mac-leopard/editing/selection/mixed-editability-8-expected.png: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-8-expected.png. |
| * platform/mac-leopard/editing/selection/mixed-editability-9-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-9-expected.checksum. |
| * platform/mac-leopard/editing/selection/mixed-editability-9-expected.png: Copied from LayoutTests/platform/mac/editing/selection/mixed-editability-9-expected.png. |
| * platform/mac-leopard/editing/selection/move-by-sentence-linebreak-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/move-by-sentence-linebreak-expected.checksum. |
| * platform/mac-leopard/editing/selection/move-by-sentence-linebreak-expected.png: Copied from LayoutTests/platform/mac/editing/selection/move-by-sentence-linebreak-expected.png. |
| * platform/mac-leopard/editing/selection/node-removal-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/node-removal-1-expected.checksum. |
| * platform/mac-leopard/editing/selection/node-removal-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/node-removal-1-expected.png. |
| * platform/mac-leopard/editing/selection/node-removal-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/node-removal-2-expected.checksum. |
| * platform/mac-leopard/editing/selection/node-removal-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/node-removal-2-expected.png. |
| * platform/mac-leopard/editing/selection/paragraph-granularity-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/paragraph-granularity-expected.checksum. |
| * platform/mac-leopard/editing/selection/paragraph-granularity-expected.png: Copied from LayoutTests/platform/mac/editing/selection/paragraph-granularity-expected.png. |
| * platform/mac-leopard/editing/selection/previous-line-position-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/previous-line-position-expected.checksum. |
| * platform/mac-leopard/editing/selection/previous-line-position-expected.png: Copied from LayoutTests/platform/mac/editing/selection/previous-line-position-expected.png. |
| * platform/mac-leopard/editing/selection/replace-selection-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/replace-selection-1-expected.checksum. |
| * platform/mac-leopard/editing/selection/replace-selection-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/replace-selection-1-expected.png. |
| * platform/mac-leopard/editing/selection/replaced-boundaries-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-1-expected.checksum. |
| * platform/mac-leopard/editing/selection/replaced-boundaries-1-expected.png: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-1-expected.png. |
| * platform/mac-leopard/editing/selection/replaced-boundaries-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-2-expected.checksum. |
| * platform/mac-leopard/editing/selection/replaced-boundaries-2-expected.png: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-2-expected.png. |
| * platform/mac-leopard/editing/selection/replaced-boundaries-3-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.checksum. |
| * platform/mac-leopard/editing/selection/replaced-boundaries-3-expected.png: Copied from LayoutTests/platform/mac/editing/selection/replaced-boundaries-3-expected.png. |
| * platform/mac-leopard/editing/selection/select-all-005-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/select-all-005-expected.checksum. |
| * platform/mac-leopard/editing/selection/select-all-005-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-all-005-expected.png. |
| * platform/mac-leopard/editing/selection/select-all-006-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/select-all-006-expected.checksum. |
| * platform/mac-leopard/editing/selection/select-all-006-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-all-006-expected.png. |
| * platform/mac-leopard/editing/selection/select-all-iframe-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/select-all-iframe-expected.checksum. |
| * platform/mac-leopard/editing/selection/select-all-iframe-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-all-iframe-expected.png. |
| * platform/mac-leopard/editing/selection/select-box-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/select-box-expected.checksum. |
| * platform/mac-leopard/editing/selection/select-box-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-box-expected.png. |
| * platform/mac-leopard/editing/selection/select-element-paragraph-boundary-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/select-element-paragraph-boundary-expected.checksum. |
| * platform/mac-leopard/editing/selection/select-element-paragraph-boundary-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-element-paragraph-boundary-expected.png. |
| * platform/mac-leopard/editing/selection/select-from-textfield-outwards-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.checksum. |
| * platform/mac-leopard/editing/selection/select-from-textfield-outwards-expected.png: Copied from LayoutTests/platform/mac/editing/selection/select-from-textfield-outwards-expected.png. |
| * platform/mac-leopard/editing/selection/selection-actions-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/selection-actions-expected.checksum. |
| * platform/mac-leopard/editing/selection/selection-actions-expected.png: Copied from LayoutTests/platform/mac/editing/selection/selection-actions-expected.png. |
| * platform/mac-leopard/editing/selection/selection-background-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/selection-background-expected.checksum. |
| * platform/mac-leopard/editing/selection/selection-background-expected.png: Copied from LayoutTests/platform/mac/editing/selection/selection-background-expected.png. |
| * platform/mac-leopard/editing/selection/triple-click-in-pre-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/triple-click-in-pre-expected.checksum. |
| * platform/mac-leopard/editing/selection/triple-click-in-pre-expected.png: Copied from LayoutTests/platform/mac/editing/selection/triple-click-in-pre-expected.png. |
| * platform/mac-leopard/editing/selection/unrendered-space-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/unrendered-space-expected.checksum. |
| * platform/mac-leopard/editing/selection/unrendered-space-expected.png: Copied from LayoutTests/platform/mac/editing/selection/unrendered-space-expected.png. |
| * platform/mac-leopard/editing/selection/word-granularity-expected.checksum: Copied from LayoutTests/platform/mac/editing/selection/word-granularity-expected.checksum. |
| * platform/mac-leopard/editing/selection/word-granularity-expected.png: Copied from LayoutTests/platform/mac/editing/selection/word-granularity-expected.png. |
| * platform/mac-leopard/editing/spelling/inline_spelling_markers-expected.checksum: Copied from LayoutTests/platform/mac/editing/spelling/inline_spelling_markers-expected.checksum. |
| * platform/mac-leopard/editing/spelling/inline_spelling_markers-expected.png: Copied from LayoutTests/platform/mac/editing/spelling/inline_spelling_markers-expected.png. |
| * platform/mac-leopard/editing/spelling/spellcheck-attribute-expected.checksum: Copied from LayoutTests/platform/mac/editing/spelling/spellcheck-attribute-expected.checksum. |
| * platform/mac-leopard/editing/spelling/spellcheck-attribute-expected.png: Copied from LayoutTests/platform/mac/editing/spelling/spellcheck-attribute-expected.png. |
| * platform/mac-leopard/editing/style: Added. |
| * platform/mac-leopard/editing/style/5017613-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/5017613-1-expected.checksum. |
| * platform/mac-leopard/editing/style/5017613-1-expected.png: Copied from LayoutTests/platform/mac/editing/style/5017613-1-expected.png. |
| * platform/mac-leopard/editing/style/5017613-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/5017613-2-expected.checksum. |
| * platform/mac-leopard/editing/style/5017613-2-expected.png: Copied from LayoutTests/platform/mac/editing/style/5017613-2-expected.png. |
| * platform/mac-leopard/editing/style/5046875-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/5046875-1-expected.checksum. |
| * platform/mac-leopard/editing/style/5046875-1-expected.png: Copied from LayoutTests/platform/mac/editing/style/5046875-1-expected.png. |
| * platform/mac-leopard/editing/style/5046875-2-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/5046875-2-expected.checksum. |
| * platform/mac-leopard/editing/style/5046875-2-expected.png: Copied from LayoutTests/platform/mac/editing/style/5046875-2-expected.png. |
| * platform/mac-leopard/editing/style/5065910-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/5065910-expected.checksum. |
| * platform/mac-leopard/editing/style/5065910-expected.png: Copied from LayoutTests/platform/mac/editing/style/5065910-expected.png. |
| * platform/mac-leopard/editing/style/5084241-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/5084241-expected.checksum. |
| * platform/mac-leopard/editing/style/5084241-expected.png: Copied from LayoutTests/platform/mac/editing/style/5084241-expected.png. |
| * platform/mac-leopard/editing/style/apple-style-editable-mix-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/apple-style-editable-mix-expected.checksum. |
| * platform/mac-leopard/editing/style/apple-style-editable-mix-expected.png: Copied from LayoutTests/platform/mac/editing/style/apple-style-editable-mix-expected.png. |
| * platform/mac-leopard/editing/style/fontsize-1-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/fontsize-1-expected.checksum. |
| * platform/mac-leopard/editing/style/fontsize-1-expected.png: Copied from LayoutTests/platform/mac/editing/style/fontsize-1-expected.png. |
| * platform/mac-leopard/editing/style/non-inheritable-styles-expected.checksum: Copied from LayoutTests/platform/mac/editing/style/non-inheritable-styles-expected.checksum. |
| * platform/mac-leopard/editing/style/non-inheritable-styles-expected.png: Copied from LayoutTests/platform/mac/editing/style/non-inheritable-styles-expected.png. |
| * platform/mac/editing/deleting/4922367-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/4922367-expected.png: Replaced. |
| * platform/mac/editing/deleting/5026848-1-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5026848-1-expected.png: Replaced. |
| * platform/mac/editing/deleting/5026848-2-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5026848-2-expected.png: Replaced. |
| * platform/mac/editing/deleting/5026848-3-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5026848-3-expected.png: Replaced. |
| * platform/mac/editing/deleting/5032066-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5032066-expected.png: Replaced. |
| * platform/mac/editing/deleting/5091898-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5091898-expected.png: Replaced. |
| * platform/mac/editing/deleting/5099303-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5099303-expected.png: Replaced. |
| * platform/mac/editing/deleting/5115601-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5115601-expected.png: Replaced. |
| * platform/mac/editing/deleting/5126166-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5126166-expected.png: Replaced. |
| * platform/mac/editing/deleting/5144139-2-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5144139-2-expected.png: Replaced. |
| * platform/mac/editing/deleting/5168598-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5168598-expected.png: Replaced. |
| * platform/mac/editing/deleting/5206311-1-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5206311-1-expected.png: Replaced. |
| * platform/mac/editing/deleting/5206311-2-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5206311-2-expected.png: Replaced. |
| * platform/mac/editing/deleting/5272440-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5272440-expected.png: Replaced. |
| * platform/mac/editing/deleting/5369009-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5369009-expected.png: Replaced. |
| * platform/mac/editing/deleting/5390681-2-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5390681-2-expected.png: Replaced. |
| * platform/mac/editing/deleting/5390681-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5390681-expected.png: Replaced. |
| * platform/mac/editing/deleting/5433862-2-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5433862-2-expected.png: Replaced. |
| * platform/mac/editing/deleting/5483370-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/5483370-expected.png: Replaced. |
| * platform/mac/editing/deleting/delete-4038408-fix-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/delete-4038408-fix-expected.png: Replaced. |
| * platform/mac/editing/deleting/delete-br-013-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/delete-br-013-expected.png: Replaced. |
| * platform/mac/editing/deleting/delete-first-list-item-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/delete-first-list-item-expected.png: Replaced. |
| * platform/mac/editing/deleting/delete-line-015-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/delete-line-015-expected.png: Replaced. |
| * platform/mac/editing/deleting/delete-line-016-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/delete-line-016-expected.png: Replaced. |
| * platform/mac/editing/deleting/delete-line-017-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/delete-line-017-expected.png: Replaced. |
| * platform/mac/editing/deleting/delete-ws-fixup-002-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/delete-ws-fixup-002-expected.png: Replaced. |
| * platform/mac/editing/deleting/merge-endOfParagraph-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/merge-endOfParagraph-expected.png: Replaced. |
| * platform/mac/editing/deleting/merge-into-empty-block-1-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/merge-into-empty-block-1-expected.png: Replaced. |
| * platform/mac/editing/deleting/merge-no-br-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/merge-no-br-expected.png: Replaced. |
| * platform/mac/editing/deleting/merge-whitespace-pre-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/merge-whitespace-pre-expected.png: Replaced. |
| * platform/mac/editing/deleting/pruning-after-merge-2-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/pruning-after-merge-2-expected.png: Replaced. |
| * platform/mac/editing/deleting/smart-delete-003-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/smart-delete-003-expected.png: Replaced. |
| * platform/mac/editing/deleting/smart-delete-004-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/smart-delete-004-expected.png: Replaced. |
| * platform/mac/editing/deleting/table-cells-expected.checksum: Replaced. |
| * platform/mac/editing/deleting/table-cells-expected.png: Replaced. |
| * platform/mac/editing/execCommand/4580583-1-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/4580583-1-expected.png: Replaced. |
| * platform/mac/editing/execCommand/4580583-2-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/4580583-2-expected.png: Replaced. |
| * platform/mac/editing/execCommand/4641880-1-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/4641880-1-expected.png: Replaced. |
| * platform/mac/editing/execCommand/4641880-2-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/4641880-2-expected.png: Replaced. |
| * platform/mac/editing/execCommand/4747450-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/4747450-expected.png: Replaced. |
| * platform/mac/editing/execCommand/4786404-2-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/4786404-2-expected.png: Replaced. |
| * platform/mac/editing/execCommand/4916402-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/4916402-expected.png: Replaced. |
| * platform/mac/editing/execCommand/4916541-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/4916541-expected.png: Replaced. |
| * platform/mac/editing/execCommand/4920488-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/4920488-expected.png: Replaced. |
| * platform/mac/editing/execCommand/4920742-1-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/4920742-1-expected.png: Replaced. |
| * platform/mac/editing/execCommand/4924441-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/4924441-expected.png: Replaced. |
| * platform/mac/editing/execCommand/5049671-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/5049671-expected.png: Replaced. |
| * platform/mac/editing/execCommand/5080333-1-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/5080333-1-expected.png: Replaced. |
| * platform/mac/editing/execCommand/5080333-2-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/5080333-2-expected.png: Replaced. |
| * platform/mac/editing/execCommand/5136770-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/5136770-expected.png: Replaced. |
| * platform/mac/editing/execCommand/5138441-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/5138441-expected.png: Replaced. |
| * platform/mac/editing/execCommand/5190926-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/5190926-expected.png: Replaced. |
| * platform/mac/editing/execCommand/5481523-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/5481523-expected.png: Replaced. |
| * platform/mac/editing/execCommand/create-list-with-hr-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/create-list-with-hr-expected.png: Replaced. |
| * platform/mac/editing/execCommand/find-after-replace-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/find-after-replace-expected.png: Replaced. |
| * platform/mac/editing/execCommand/findString-2-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/findString-2-expected.png: Replaced. |
| * platform/mac/editing/execCommand/insertHorizontalRule-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/insertHorizontalRule-expected.png: Replaced. |
| * platform/mac/editing/execCommand/insertImage-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/insertImage-expected.png: Replaced. |
| * platform/mac/editing/execCommand/outdent-selection-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/outdent-selection-expected.png: Replaced. |
| * platform/mac/editing/execCommand/remove-formatting-2-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/remove-formatting-2-expected.png: Replaced. |
| * platform/mac/editing/execCommand/remove-formatting-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/remove-formatting-expected.png: Replaced. |
| * platform/mac/editing/execCommand/remove-list-from-range-selection-expected.checksum: Replaced. |
| * platform/mac/editing/execCommand/remove-list-from-range-selection-expected.png: Replaced. |
| * platform/mac/editing/inserting/12882-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/12882-expected.png: Replaced. |
| * platform/mac/editing/inserting/4278698-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/4278698-expected.png: Replaced. |
| * platform/mac/editing/inserting/4840662-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/4840662-expected.png: Replaced. |
| * platform/mac/editing/inserting/4875189-2-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/4875189-2-expected.png: Replaced. |
| * platform/mac/editing/inserting/5002441-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/5002441-expected.png: Replaced. |
| * platform/mac/editing/inserting/5058163-1-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/5058163-1-expected.png: Replaced. |
| * platform/mac/editing/inserting/5058163-2-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/5058163-2-expected.png: Replaced. |
| * platform/mac/editing/inserting/5156401-2-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/5156401-2-expected.png: Replaced. |
| * platform/mac/editing/inserting/5418891-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/5418891-expected.png: Replaced. |
| * platform/mac/editing/inserting/5510537-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/5510537-expected.png: Replaced. |
| * platform/mac/editing/inserting/5549929-2-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/5549929-2-expected.png: Replaced. |
| * platform/mac/editing/inserting/5607069-2-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/5607069-2-expected.png: Replaced. |
| * platform/mac/editing/inserting/5607069-3-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/5607069-3-expected.png: Replaced. |
| * platform/mac/editing/inserting/6703873-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/6703873-expected.png: Replaced. |
| * platform/mac/editing/inserting/editable-html-element-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/editable-html-element-expected.png: Replaced. |
| * platform/mac/editing/inserting/edited-whitespace-1-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/edited-whitespace-1-expected.png: Replaced. |
| * platform/mac/editing/inserting/editing-empty-divs-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/editing-empty-divs-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-3786362-fix-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-3786362-fix-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-at-end-01-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-at-end-01-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-at-end-02-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-at-end-02-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-br-009-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-br-009-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-br-quoted-001-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-br-quoted-001-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-br-quoted-002-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-br-quoted-002-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-br-quoted-003-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-br-quoted-003-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-br-quoted-004-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-br-quoted-004-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-br-quoted-005-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-br-quoted-005-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-br-quoted-006-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-br-quoted-006-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-paragraph-01-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-paragraph-01-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-paragraph-02-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-paragraph-02-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-paragraph-03-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-paragraph-03-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-paragraph-04-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-paragraph-04-expected.png: Replaced. |
| * platform/mac/editing/inserting/insert-paragraph-05-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/insert-paragraph-05-expected.png: Replaced. |
| * platform/mac/editing/inserting/line-break-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/line-break-expected.png: Replaced. |
| * platform/mac/editing/inserting/multiple-lines-selected-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/multiple-lines-selected-expected.png: Replaced. |
| * platform/mac/editing/inserting/paragraph-separator-03-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/paragraph-separator-03-expected.png: Replaced. |
| * platform/mac/editing/inserting/paragraph-separator-in-table-2-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/paragraph-separator-in-table-2-expected.png: Replaced. |
| * platform/mac/editing/inserting/typing-around-br-001-expected.checksum: Replaced. |
| * platform/mac/editing/inserting/typing-around-br-001-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/3976872-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/3976872-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/4076267-2-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/4076267-2-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/4242293-1-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/4242293-1-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/4242293-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/4242293-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/4631972-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/4631972-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/4641033-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/4641033-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/4861080-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/4861080-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/4944770-1-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/4944770-1-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/4944770-2-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/4944770-2-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/4947130-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/4947130-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5027857-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5027857-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5032095-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5032095-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5065605-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5065605-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5071074-2-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5071074-2-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5071074-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5071074-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5075944-2-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5075944-2-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5075944-3-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5075944-3-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5089327-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5089327-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5247341-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5247341-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5368833-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5368833-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5387578-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5387578-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5478250-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5478250-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/5601583-1-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/5601583-1-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/8145-2-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/8145-2-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/8145-3-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/8145-3-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/bad-placeholder-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/bad-placeholder-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/copy-paste-bidi-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/copy-paste-bidi-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/copy-standalone-image-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/copy-standalone-image-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/displaced-generic-placeholder-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/displaced-generic-placeholder-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/display-block-on-spans-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/display-block-on-spans-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/drop-text-without-selection-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/drop-text-without-selection-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/interchange-newline-1-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/interchange-newline-1-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/interchange-newline-2-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/interchange-newline-2-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/interchange-newline-3-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/interchange-newline-3-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/interchange-newline-4-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/interchange-newline-4-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/merge-after-delete-1-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/merge-after-delete-1-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/merge-after-delete-2-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/merge-after-delete-2-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-1-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-1-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-2-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-2-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-5-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-5-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-blockquote-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-blockquote-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-borders-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-borders-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-list-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-list-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-table-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/merge-end-table-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/merge-start-blockquote-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/merge-start-blockquote-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/paste-RTFD-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/paste-RTFD-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/paste-blockquote-3-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/paste-blockquote-3-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-2-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/paste-pre-002-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/paste-pre-002-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/paste-table-003-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/paste-table-003-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/paste-text-012-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/paste-text-012-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/paste-text-013-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/paste-text-013-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/paste-text-014-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/paste-text-014-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/paste-text-016-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/paste-text-016-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/pasting-object-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/pasting-object-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/pasting-tabs-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/pasting-tabs-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/quirks-mode-br-1-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/quirks-mode-br-1-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/select-element-1-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/select-element-1-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/smart-drag-drop-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/smart-drag-drop-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/smart-paste-008-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/smart-paste-008-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/styled-element-markup-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/styled-element-markup-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/testcase-9507-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/testcase-9507-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/undoable-fragment-removes-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/undoable-fragment-removes-expected.png: Replaced. |
| * platform/mac/editing/pasteboard/unrendered-br-expected.checksum: Replaced. |
| * platform/mac/editing/pasteboard/unrendered-br-expected.png: Replaced. |
| * platform/mac/editing/selection/13804-expected.checksum: Replaced. |
| * platform/mac/editing/selection/13804-expected.png: Replaced. |
| * platform/mac/editing/selection/14971-expected.checksum: Replaced. |
| * platform/mac/editing/selection/14971-expected.png: Replaced. |
| * platform/mac/editing/selection/4402375-expected.checksum: Replaced. |
| * platform/mac/editing/selection/4402375-expected.png: Replaced. |
| * platform/mac/editing/selection/4818145-expected.checksum: Replaced. |
| * platform/mac/editing/selection/4818145-expected.png: Replaced. |
| * platform/mac/editing/selection/4889598-expected.checksum: Replaced. |
| * platform/mac/editing/selection/4889598-expected.png: Replaced. |
| * platform/mac/editing/selection/4895428-2-expected.checksum: Replaced. |
| * platform/mac/editing/selection/4895428-2-expected.png: Replaced. |
| * platform/mac/editing/selection/4895428-3-expected.checksum: Replaced. |
| * platform/mac/editing/selection/4895428-3-expected.png: Replaced. |
| * platform/mac/editing/selection/4895428-4-expected.checksum: Replaced. |
| * platform/mac/editing/selection/4895428-4-expected.png: Replaced. |
| * platform/mac/editing/selection/4932260-3-expected.checksum: Replaced. |
| * platform/mac/editing/selection/4932260-3-expected.png: Replaced. |
| * platform/mac/editing/selection/4947387-expected.checksum: Replaced. |
| * platform/mac/editing/selection/4947387-expected.png: Replaced. |
| * platform/mac/editing/selection/4960116-expected.checksum: Replaced. |
| * platform/mac/editing/selection/4960116-expected.png: Replaced. |
| * platform/mac/editing/selection/4975120-expected.checksum: Replaced. |
| * platform/mac/editing/selection/4975120-expected.png: Replaced. |
| * platform/mac/editing/selection/4983858-expected.checksum: Replaced. |
| * platform/mac/editing/selection/4983858-expected.png: Replaced. |
| * platform/mac/editing/selection/5007143-2-expected.checksum: Replaced. |
| * platform/mac/editing/selection/5007143-2-expected.png: Replaced. |
| * platform/mac/editing/selection/5007143-expected.checksum: Replaced. |
| * platform/mac/editing/selection/5007143-expected.png: Replaced. |
| * platform/mac/editing/selection/5057506-2-expected.checksum: Replaced. |
| * platform/mac/editing/selection/5057506-2-expected.png: Replaced. |
| * platform/mac/editing/selection/5057506-expected.checksum: Replaced. |
| * platform/mac/editing/selection/5057506-expected.png: Replaced. |
| * platform/mac/editing/selection/5076323-1-expected.checksum: Replaced. |
| * platform/mac/editing/selection/5076323-1-expected.png: Replaced. |
| * platform/mac/editing/selection/5081257-1-expected.checksum: Replaced. |
| * platform/mac/editing/selection/5081257-1-expected.png: Replaced. |
| * platform/mac/editing/selection/5099303-expected.checksum: Replaced. |
| * platform/mac/editing/selection/5099303-expected.png: Replaced. |
| * platform/mac/editing/selection/5131716-1-expected.checksum: Replaced. |
| * platform/mac/editing/selection/5131716-1-expected.png: Replaced. |
| * platform/mac/editing/selection/5131716-2-expected.checksum: Replaced. |
| * platform/mac/editing/selection/5131716-2-expected.png: Replaced. |
| * platform/mac/editing/selection/5131716-3-expected.checksum: Replaced. |
| * platform/mac/editing/selection/5131716-3-expected.png: Replaced. |
| * platform/mac/editing/selection/5131716-4-expected.checksum: Replaced. |
| * platform/mac/editing/selection/5131716-4-expected.png: Replaced. |
| * platform/mac/editing/selection/5195166-2-expected.checksum: Replaced. |
| * platform/mac/editing/selection/5195166-2-expected.png: Replaced. |
| * platform/mac/editing/selection/5232159-expected.checksum: Replaced. |
| * platform/mac/editing/selection/5232159-expected.png: Replaced. |
| * platform/mac/editing/selection/5234383-1-expected.checksum: Replaced. |
| * platform/mac/editing/selection/5234383-1-expected.png: Replaced. |
| * platform/mac/editing/selection/5234383-2-expected.checksum: Replaced. |
| * platform/mac/editing/selection/5234383-2-expected.png: Replaced. |
| * platform/mac/editing/selection/5240265-expected.checksum: Replaced. |
| * platform/mac/editing/selection/5240265-expected.png: Replaced. |
| * platform/mac/editing/selection/5354455-1-expected.checksum: Replaced. |
| * platform/mac/editing/selection/5354455-1-expected.png: Replaced. |
| * platform/mac/editing/selection/5354455-2-expected.checksum: Replaced. |
| * platform/mac/editing/selection/5354455-2-expected.png: Replaced. |
| * platform/mac/editing/selection/6476-expected.checksum: Replaced. |
| * platform/mac/editing/selection/6476-expected.png: Replaced. |
| * platform/mac/editing/selection/7152-1-expected.checksum: Replaced. |
| * platform/mac/editing/selection/7152-1-expected.png: Replaced. |
| * platform/mac/editing/selection/7152-2-expected.checksum: Replaced. |
| * platform/mac/editing/selection/7152-2-expected.png: Replaced. |
| * platform/mac/editing/selection/addRange-expected.checksum: Replaced. |
| * platform/mac/editing/selection/addRange-expected.png: Replaced. |
| * platform/mac/editing/selection/after-line-wrap-expected.checksum: Replaced. |
| * platform/mac/editing/selection/after-line-wrap-expected.png: Replaced. |
| * platform/mac/editing/selection/caret-and-focus-ring-expected.checksum: Replaced. |
| * platform/mac/editing/selection/caret-and-focus-ring-expected.png: Replaced. |
| * platform/mac/editing/selection/caret-rtl-2-expected.checksum: Replaced. |
| * platform/mac/editing/selection/caret-rtl-2-expected.png: Replaced. |
| * platform/mac/editing/selection/caret-rtl-expected.checksum: Replaced. |
| * platform/mac/editing/selection/caret-rtl-expected.png: Replaced. |
| * platform/mac/editing/selection/clear-selection-expected.checksum: Replaced. |
| * platform/mac/editing/selection/clear-selection-expected.png: Replaced. |
| * platform/mac/editing/selection/click-start-of-line-expected.checksum: Replaced. |
| * platform/mac/editing/selection/click-start-of-line-expected.png: Replaced. |
| * platform/mac/editing/selection/contenteditable-click-inside-expected.checksum: Replaced. |
| * platform/mac/editing/selection/contenteditable-click-inside-expected.png: Replaced. |
| * platform/mac/editing/selection/designmode-no-caret-expected.checksum: Replaced. |
| * platform/mac/editing/selection/designmode-no-caret-expected.png: Replaced. |
| * platform/mac/editing/selection/drag-in-iframe-expected.checksum: Replaced. |
| * platform/mac/editing/selection/drag-in-iframe-expected.png: Replaced. |
| * platform/mac/editing/selection/editable-html-element-expected.checksum: Replaced. |
| * platform/mac/editing/selection/editable-html-element-expected.png: Replaced. |
| * platform/mac/editing/selection/editable-non-editable-crash-expected.checksum: Replaced. |
| * platform/mac/editing/selection/editable-non-editable-crash-expected.png: Replaced. |
| * platform/mac/editing/selection/end-of-document-expected.checksum: Replaced. |
| * platform/mac/editing/selection/end-of-document-expected.png: Replaced. |
| * platform/mac/editing/selection/expanding-selections-expected.checksum: Replaced. |
| * platform/mac/editing/selection/expanding-selections-expected.png: Replaced. |
| * platform/mac/editing/selection/expanding-selections2-expected.checksum: Replaced. |
| * platform/mac/editing/selection/expanding-selections2-expected.png: Replaced. |
| * platform/mac/editing/selection/focus_editable_html-expected.checksum: Replaced. |
| * platform/mac/editing/selection/focus_editable_html-expected.png: Replaced. |
| * platform/mac/editing/selection/iframe-expected.checksum: Replaced. |
| * platform/mac/editing/selection/iframe-expected.png: Replaced. |
| * platform/mac/editing/selection/inline-closest-leaf-child-expected.checksum: Replaced. |
| * platform/mac/editing/selection/inline-closest-leaf-child-expected.png: Replaced. |
| * platform/mac/editing/selection/inline-table-expected.checksum: Replaced. |
| * platform/mac/editing/selection/inline-table-expected.png: Replaced. |
| * platform/mac/editing/selection/leave-requested-block-expected.checksum: Replaced. |
| * platform/mac/editing/selection/leave-requested-block-expected.png: Replaced. |
| * platform/mac/editing/selection/mixed-editability-1-expected.checksum: Replaced. |
| * platform/mac/editing/selection/mixed-editability-1-expected.png: Replaced. |
| * platform/mac/editing/selection/mixed-editability-3-expected.checksum: Replaced. |
| * platform/mac/editing/selection/mixed-editability-3-expected.png: Replaced. |
| * platform/mac/editing/selection/mixed-editability-4-expected.checksum: Replaced. |
| * platform/mac/editing/selection/mixed-editability-4-expected.png: Replaced. |
| * platform/mac/editing/selection/mixed-editability-5-expected.checksum: Replaced. |
| * platform/mac/editing/selection/mixed-editability-5-expected.png: Replaced. |
| * platform/mac/editing/selection/mixed-editability-6-expected.checksum: Replaced. |
| * platform/mac/editing/selection/mixed-editability-6-expected.png: Replaced. |
| * platform/mac/editing/selection/mixed-editability-7-expected.checksum: Replaced. |
| * platform/mac/editing/selection/mixed-editability-7-expected.png: Replaced. |
| * platform/mac/editing/selection/mixed-editability-8-expected.checksum: Replaced. |
| * platform/mac/editing/selection/mixed-editability-8-expected.png: Replaced. |
| * platform/mac/editing/selection/mixed-editability-9-expected.checksum: Replaced. |
| * platform/mac/editing/selection/mixed-editability-9-expected.png: Replaced. |
| * platform/mac/editing/selection/move-by-sentence-linebreak-expected.checksum: Replaced. |
| * platform/mac/editing/selection/move-by-sentence-linebreak-expected.png: Replaced. |
| * platform/mac/editing/selection/node-removal-1-expected.checksum: Replaced. |
| * platform/mac/editing/selection/node-removal-1-expected.png: Replaced. |
| * platform/mac/editing/selection/node-removal-2-expected.checksum: Replaced. |
| * platform/mac/editing/selection/node-removal-2-expected.png: Replaced. |
| * platform/mac/editing/selection/paragraph-granularity-expected.checksum: Replaced. |
| * platform/mac/editing/selection/paragraph-granularity-expected.png: Replaced. |
| * platform/mac/editing/selection/previous-line-position-expected.checksum: Replaced. |
| * platform/mac/editing/selection/previous-line-position-expected.png: Replaced. |
| * platform/mac/editing/selection/replace-selection-1-expected.checksum: Replaced. |
| * platform/mac/editing/selection/replace-selection-1-expected.png: Replaced. |
| * platform/mac/editing/selection/replaced-boundaries-1-expected.checksum: Replaced. |
| * platform/mac/editing/selection/replaced-boundaries-1-expected.png: Replaced. |
| * platform/mac/editing/selection/replaced-boundaries-2-expected.checksum: Replaced. |
| * platform/mac/editing/selection/replaced-boundaries-2-expected.png: Replaced. |
| * platform/mac/editing/selection/replaced-boundaries-3-expected.checksum: Replaced. |
| * platform/mac/editing/selection/replaced-boundaries-3-expected.png: Replaced. |
| * platform/mac/editing/selection/select-all-005-expected.checksum: Replaced. |
| * platform/mac/editing/selection/select-all-005-expected.png: Replaced. |
| * platform/mac/editing/selection/select-all-006-expected.checksum: Replaced. |
| * platform/mac/editing/selection/select-all-006-expected.png: Replaced. |
| * platform/mac/editing/selection/select-all-iframe-expected.checksum: Replaced. |
| * platform/mac/editing/selection/select-all-iframe-expected.png: Replaced. |
| * platform/mac/editing/selection/select-box-expected.checksum: Replaced. |
| * platform/mac/editing/selection/select-box-expected.png: Replaced. |
| * platform/mac/editing/selection/select-element-paragraph-boundary-expected.checksum: Replaced. |
| * platform/mac/editing/selection/select-element-paragraph-boundary-expected.png: Replaced. |
| * platform/mac/editing/selection/select-from-textfield-outwards-expected.checksum: Replaced. |
| * platform/mac/editing/selection/select-from-textfield-outwards-expected.png: Replaced. |
| * platform/mac/editing/selection/selection-actions-expected.checksum: Replaced. |
| * platform/mac/editing/selection/selection-actions-expected.png: Replaced. |
| * platform/mac/editing/selection/selection-background-expected.checksum: Replaced. |
| * platform/mac/editing/selection/selection-background-expected.png: Replaced. |
| * platform/mac/editing/selection/triple-click-in-pre-expected.checksum: Replaced. |
| * platform/mac/editing/selection/triple-click-in-pre-expected.png: Replaced. |
| * platform/mac/editing/selection/unrendered-space-expected.checksum: Replaced. |
| * platform/mac/editing/selection/unrendered-space-expected.png: Replaced. |
| * platform/mac/editing/selection/word-granularity-expected.checksum: Replaced. |
| * platform/mac/editing/selection/word-granularity-expected.png: Replaced. |
| * platform/mac/editing/spelling/inline_spelling_markers-expected.checksum: Replaced. |
| * platform/mac/editing/spelling/inline_spelling_markers-expected.png: Replaced. |
| * platform/mac/editing/spelling/spellcheck-attribute-expected.checksum: Replaced. |
| * platform/mac/editing/spelling/spellcheck-attribute-expected.png: Replaced. |
| * platform/mac/editing/style/5017613-1-expected.checksum: Replaced. |
| * platform/mac/editing/style/5017613-1-expected.png: Replaced. |
| * platform/mac/editing/style/5017613-2-expected.checksum: Replaced. |
| * platform/mac/editing/style/5017613-2-expected.png: Replaced. |
| * platform/mac/editing/style/5046875-1-expected.checksum: Replaced. |
| * platform/mac/editing/style/5046875-1-expected.png: Replaced. |
| * platform/mac/editing/style/5046875-2-expected.checksum: Replaced. |
| * platform/mac/editing/style/5046875-2-expected.png: Replaced. |
| * platform/mac/editing/style/5065910-expected.checksum: Replaced. |
| * platform/mac/editing/style/5065910-expected.png: Replaced. |
| * platform/mac/editing/style/5084241-expected.checksum: Replaced. |
| * platform/mac/editing/style/5084241-expected.png: Replaced. |
| * platform/mac/editing/style/apple-style-editable-mix-expected.checksum: Replaced. |
| * platform/mac/editing/style/apple-style-editable-mix-expected.png: Replaced. |
| * platform/mac/editing/style/fontsize-1-expected.checksum: Replaced. |
| * platform/mac/editing/style/fontsize-1-expected.png: Replaced. |
| * platform/mac/editing/style/non-inheritable-styles-expected.checksum: Replaced. |
| * platform/mac/editing/style/non-inheritable-styles-expected.png: Replaced. |
| |
| 2010-05-24 Pavel Feldman <pfeldman@chromium.org> |
| |
| Not reviewed: cleaning up, actually deleting false expectations. |
| |
| https://bugs.webkit.org/show_bug.cgi?id=39622 |
| |
| * platform/chromium-mac/plugins/document-open-expected.txt: Removed. |
| * platform/chromium-mac/plugins/geturlnotify-during-document-teardown-expected.txt: Removed. |
| * platform/chromium-mac/plugins/netscape-plugin-map-data-to-src-expected.txt: Removed. |
| * platform/chromium-mac/plugins/netscape-plugin-setwindow-size-2-expected.txt: Removed. |
| * platform/chromium-mac/plugins/netscape-plugin-setwindow-size-expected.txt: Removed. |
| * platform/chromium-mac/plugins/open-and-close-window-with-plugin-expected.txt: Removed. |
| * platform/chromium-mac/plugins/window-open-expected.txt: Removed. |
| * platform/chromium-win/plugins/document-open-expected.txt: Removed. |
| * platform/chromium-win/plugins/geturlnotify-during-document-teardown-expected.txt: Removed. |
| * platform/chromium-win/plugins/netscape-plugin-map-data-to-src-expected.txt: Removed. |
| * platform/chromium-win/plugins/netscape-plugin-setwindow-size-2-expected.txt: Removed. |
| * platform/chromium-win/plugins/netscape-plugin-setwindow-size-expected.txt: Removed. |
| * platform/chromium-win/plugins/open-and-close-window-with-plugin-expected.txt: Removed. |
| * platform/chromium-win/plugins/window-open-expected.txt: Removed. |
| |
| 2010-05-24 Jaime Yap <jaimeyap@google.com> |
| |
| Reviewed by Pavel Feldman. |
| |
| Removes test forkages that are no longer needed due to new v8 stack trace API. |
| https://bugs.webkit.org/show_bug.cgi?id=39622 |
| |
| * platform/chromium-mac/plugins/document-open-expected.txt: Removed. |
| * platform/chromium-mac/plugins/geturlnotify-during-document-teardown-expected.txt: Removed. |
| * platform/chromium-mac/plugins/netscape-plugin-map-data-to-src-expected.txt: Removed. |
| * platform/chromium-mac/plugins/netscape-plugin-setwindow-size-2-expected.txt: Removed. |
| * platform/chromium-mac/plugins/netscape-plugin-setwindow-size-expected.txt: Removed. |
| * platform/chromium-mac/plugins/open-and-close-window-with-plugin-expected.txt: Removed. |
| * platform/chromium-mac/plugins/window-open-expected.txt: Removed. |
| * platform/chromium-win/plugins/document-open-expected.txt: Removed. |
| * platform/chromium-win/plugins/geturlnotify-during-document-teardown-expected.txt: Removed. |
| * platform/chromium-win/plugins/netscape-plugin-map-data-to-src-expected.txt: Removed. |
| * platform/chromium-win/plugins/netscape-plugin-setwindow-size-2-expected.txt: Removed. |
| * platform/chromium-win/plugins/netscape-plugin-setwindow-size-expected.txt: Removed. |
| * platform/chromium-win/plugins/open-and-close-window-with-plugin-expected.txt: Removed. |
| * platform/chromium-win/plugins/window-open-expected.txt: Removed. |
| |
| 2010-05-24 Adam Barth <abarth@webkit.org> |
| |
| Rubber-stamped by Eric Seidel. |
| |
| Add the tests14.dat suite to the HTML5 parser test harness because it |
| passes. |
| |
| * html5lib/webkit-runner-expected-html5.txt: |
| * html5lib/webkit-runner-expected.txt: |
| * html5lib/webkit-runner.html: |
| |
| 2010-05-24 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. Update HTML4 parser expected results for new tests. |
| |
| * html5lib/webkit-runner-expected.txt: |
| |
| 2010-05-24 Adam Barth <abarth@webkit.org> |
| |
| Unreviewed. Update expected results for HTML5 parser. I didn't know |
| we had this file. |
| |
| * html5lib/webkit-runner-expected-html5.txt: |
| |
| 2010-05-24 Adam Barth <abarth@webkit.org> |
| |
| Reviewed by Eric Seidel. |
| |
| Teach the HTML5 parser to lex DOCTYPEs |
| https://bugs.webkit.org/show_bug.cgi?id=39571 |
| |
| Add tests for DOCTYPEs. |
| |
| * html5lib/resources/doctype01.dat: Added. |
| * html5lib/webkit-runner.html: |
| |
| == Rolled over to ChangeLog-2010-05-24 == |