2012-08-08 Xianzhu Wang [Chromium-Android] Apply all Linux layout test expectations https://bugs.webkit.org/show_bug.cgi?id=92653 Reviewed by Adam Barth. We used to let chromium_android.py replace all 'LINUX' to 'LINUX ANDROID' in test expectations on Android to automatically inherit all test expectations of chromium-linux. As a step of upstreaming chromium-android, now we actually update TestExpectations. In this change, 'LINUX's are replaced to 'LINUX ANDROID', *except* those: 1) already have 'ANDROID', 2) not applicable or not to be tested on Android, e.g. plugins, inspector, non-virtual gpu tests, etc. Instead we add SKIP rules for them. * platform/chromium/TestExpectations: 2012-08-08 Dean Jackson css3/flexbox/content-height-with-scrollbars.html failing image test on Lion and MountainLion https://bugs.webkit.org/show_bug.cgi?id=93530 Unreviewed test expectations update. * platform/mac/TestExpectations: 2012-08-08 Erik Arvidsson DOM4: classList should be defined on Element and not on HTMLElement https://bugs.webkit.org/show_bug.cgi?id=93015 Reviewed by Adam Barth. DOM4 specs that Element should have the classList WebIDL attribute. This moves the attribute to the correct IDL file. * fast/dom/Element/class-list-expected.txt: Added. * fast/dom/Element/class-list.html: Added. 2012-08-08 Beth Dakin https://bugs.webkit.org/show_bug.cgi?id=93393 Overflow regions sometimes repaint incorrectly after going into or coming out of compositing mode -and corresponding- Reviewed by Simon Fraser. * compositing/repaint/newly-composited-on-scroll.html: Added. * platform/mac/compositing/repaint/newly-composited-on-scroll-expected.png: Added. * platform/mac/compositing/repaint/newly-composited-on-scroll-expected.txt: Added. 2012-08-08 Eric Carlson REGRESSION (r124710-r124713): media/video-seek-past-end-paused.html failing on Apple Lion Debug WK1 (Tests) https://bugs.webkit.org/show_bug.cgi?id=93394 Unreviewed. Adding the correct results for failing tests on Mac. * platform/mac/media/video-seek-past-end-paused-expected.txt: 2012-08-08 Pavel Feldman REGRESSION(r125046): Breaks debug build (assertion in protocol type checks) (Requested by pfeldman on #webkit). https://bugs.webkit.org/show_bug.cgi?id=93505 Not reviewed: roll out. * inspector/console/command-line-api-inspect-expected.txt: * inspector/console/console-dir-expected.txt: * inspector/console/console-eval-global-expected.txt: * inspector/console/console-eval-global.html: * inspector/console/console-format-collections-expected.txt: * inspector/console/console-format-collections.html: * inspector/console/console-format-expected.txt: * inspector/console/console-format.html: * inspector/console/console-log-document-proto-expected.txt: * inspector/console/console-log-document-proto.html: * inspector/console/console-log-toString-object-expected.txt: * inspector/debugger/watch-expressions-panel-switch-expected.txt: * inspector/elements/event-listener-sidebar-expected.txt: * inspector/elements/event-listeners-about-blank-expected.txt: * platform/chromium/inspector/console/console-dir-expected.txt: * platform/chromium/inspector/console/console-eval-global-expected.txt: Copied from LayoutTests/inspector/console/console-eval-global-expected.txt. * platform/chromium/inspector/console/console-format-collections-expected.txt: * platform/chromium/inspector/console/console-format-expected.txt: Copied from LayoutTests/inspector/console/console-format-expected.txt. * platform/chromium/inspector/console/console-log-document-proto-expected.txt: * platform/chromium/inspector/debugger/watch-expressions-panel-switch-expected.txt: * platform/chromium/inspector/elements/event-listener-sidebar-expected.txt: Copied from LayoutTests/inspector/elements/event-listener-sidebar-expected.txt. 2012-08-08 Florin Malita [chromium][win] Rebaseline css3/filters/custom tests https://bugs.webkit.org/show_bug.cgi?id=93404 Unreviewed gardening: updating Chromium results after 125044. * platform/chromium-linux-x86/css3/filters/custom/effect-color-check-expected.png: Removed. * platform/chromium-linux/css3/filters/custom/effect-color-check-expected.png: Removed. * platform/chromium-win-xp/css3/filters/custom/effect-color-check-expected.png: Removed. * platform/chromium-win/css3/filters/custom/effect-color-check-expected.png: * platform/chromium-win/css3/filters/custom/effect-custom-combined-missing-expected.png: * platform/chromium-win/css3/filters/custom/effect-custom-parameters-expected.png: * platform/chromium/TestExpectations: 2012-08-08 Zan Dobersek Unreviewed GTK gardening. Adding expectations for three tests that are flaky crashers: - editing/inserting/insert-character-in-first-letter-crash.html - fast/history/nested-visited-test.html - fast/css/first-letter-text-fragment-crash.html * platform/gtk/TestExpectations: 2012-08-08 Anna Cavender Update HTMLMediaElement to the new OO MediaSource API. https://bugs.webkit.org/show_bug.cgi?id=91775 Reviewed by Eric Carlson. This patch rips out the old-style MediaSource API and allows a MediaSource object to be attached to HTMLMediaElement. http://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html * http/tests/media/media-source/media-source.js: (MediaSourceTest.SegmentHelper): (MediaSourceTest.SegmentHelper.prototype.addSourceBuffer): (MediaSourceTest.SegmentHelper.prototype.appendInitSegment): (MediaSourceTest.SegmentHelper.prototype.appendMediaSegment): (MediaSourceTest.SegmentHelper.prototype.appendUntilEndOfStream): (MediaSourceTest.setSrcToMediaSourceTestURL): (MediaSourceTest.defaultOnErrorChecks): (MediaSourceTest.runOnSourceOpen.eventHandlerFunction): (MediaSourceTest.runOnSourceOpen): (MediaSourceTest.logSourceState): (MediaSourceTest.expectSourceState): * http/tests/media/media-source/video-media-source-abort-expected.txt: * http/tests/media/media-source/video-media-source-abort.html: * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt: Renamed from LayoutTests/http/tests/media/media-source/video-media-source-add-and-remove-ids-expected.txt. * http/tests/media/media-source/video-media-source-add-and-remove-buffers.html: Added. * http/tests/media/media-source/video-media-source-add-and-remove-ids.html: Removed. * http/tests/media/media-source/video-media-source-errors-expected.txt: * http/tests/media/media-source/video-media-source-errors.html: * http/tests/media/media-source/video-media-source-event-attributes-expected.txt: * http/tests/media/media-source/video-media-source-event-attributes.html: * http/tests/media/media-source/video-media-source-objects-expected.txt: Added. * http/tests/media/media-source/video-media-source-objects.html: Added. * http/tests/media/media-source/video-media-source-play-expected.txt: * http/tests/media/media-source/video-media-source-play.html: * http/tests/media/media-source/video-media-source-seek-expected.txt: * http/tests/media/media-source/video-media-source-seek.html: * http/tests/media/media-source/video-media-source-state-changes-expected.txt: * http/tests/media/media-source/video-media-source-state-changes.html: 2012-08-07 Ojan Vafai percentage height/width values in quirks mode are incorrectly resolved in flexbox children https://bugs.webkit.org/show_bug.cgi?id=81809 Reviewed by Tony Chang. * css3/flexbox/box-sizing-min-max-sizes-expected.txt: Added. * css3/flexbox/box-sizing-min-max-sizes.html: Added. * css3/flexbox/percentage-sizes-expected.txt: Added. * css3/flexbox/percentage-sizes-quirks-expected.txt: Added. * css3/flexbox/percentage-sizes-quirks.html: Added. * css3/flexbox/percentage-sizes.html: Added. 2012-08-08 Andrew Scherkus Fire suspend event whenever network state is set to NETWORK_IDLE. https://bugs.webkit.org/show_bug.cgi?id=93052 Reviewed by Eric Carlson. There was a regression in the Chromium port (http://crbug.com/139511) that revealed we didn't have a layout test for suspend events. Upon further investigation it appeared we also had a bug where we didn't fire the suspend event when a media engine reported they had completely loaded the media. Covered by new test http/tests/media/video-load-suspend.html. * http/tests/media/video-load-suspend-expected.txt: Added. * http/tests/media/video-load-suspend.html: Added. * media/event-attributes-expected.txt: Updated to include suspend event. 2012-08-08 Tom Sepez Video element image loader must persist after element detach. https://bugs.webkit.org/show_bug.cgi?id=90801 Reviewed by Eric Carlson. We rely on the OwnPtr in the element to cleanup the loader. * fast/dom/beforeload/remove-video-poster-in-beforeload-listener-expected.txt: Added. * fast/dom/beforeload/remove-video-poster-in-beforeload-listener.html: Added. 2012-08-08 Dan Bernstein REGRESSION (r123171): element with intrinsic size and max-width gets sized incorrectly https://bugs.webkit.org/show_bug.cgi?id=93388 Reviewed by Beth Dakin. * svg/css/max-width-3-expected.html: Added. * svg/css/max-width-3.html: Added. 2012-08-08 Keishi Hattori Make slider tick mark snapping threshold configurable for each platform https://bugs.webkit.org/show_bug.cgi?id=93429 Reviewed by Kent Tamura. * fast/forms/datalist/range-snap-to-datalist-expected.txt: Removed. * fast/forms/datalist/range-snap-to-datalist.html: Changed so we can use this test for different snapping thresholds. * platform/chromium/fast/forms/datalist/range-snap-to-datalist-expected.txt: Added. 2012-08-08 Mike West Until CSP fully supports paths, we should log a warning if we encounter a source with a path. https://bugs.webkit.org/show_bug.cgi?id=93468 Reviewed by Adam Barth. * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowconnectionto.html: * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowfontfrom.html: * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowframefrom.html: * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowimagefrom.html: * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowmediafrom.html: * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowobjectfrom.html: * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowscriptfrom.html: * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-allowstylefrom.html: * http/tests/security/contentSecurityPolicy/1.1/securitypolicy-reporturi.html: All of the SecurityPolicy API tests with source lists contained sources with a trailing `/`. I've fixed that oversight. * http/tests/security/contentSecurityPolicy/source-list-parsing-05-expected.txt: * http/tests/security/contentSecurityPolicy/source-list-parsing-05.html: * http/tests/security/contentSecurityPolicy/source-list-parsing-06-expected.txt: * http/tests/security/contentSecurityPolicy/source-list-parsing-06.html: Updating the text of the test, and updating them to include the new console warnings. 2012-08-08 Pavel Feldman Web Inspector: generate preview for the objects dumped into the console upon logging. https://bugs.webkit.org/show_bug.cgi?id=35801 Reviewed by Vsevolod Vlasov. * inspector/console/command-line-api-inspect-expected.txt: * inspector/console/console-dir-expected.txt: * inspector/console/console-eval-global-expected.txt: * inspector/console/console-eval-global.html: * inspector/console/console-format-collections-expected.txt: * inspector/console/console-format-collections.html: * inspector/console/console-format-expected.txt: * inspector/console/console-format.html: * inspector/console/console-log-document-proto-expected.txt: * inspector/console/console-log-document-proto.html: * inspector/console/console-log-toString-object-expected.txt: * inspector/debugger/watch-expressions-panel-switch-expected.txt: * inspector/elements/event-listener-sidebar-expected.txt: * inspector/elements/event-listeners-about-blank-expected.txt: * platform/chromium/inspector/console/console-dir-expected.txt: * platform/chromium/inspector/console/console-eval-global-expected.txt: Removed. * platform/chromium/inspector/console/console-format-collections-expected.txt: * platform/chromium/inspector/console/console-format-expected.txt: Removed. * platform/chromium/inspector/console/console-log-document-proto-expected.txt: * platform/chromium/inspector/debugger/watch-expressions-panel-switch-expected.txt: * platform/chromium/inspector/elements/event-listener-sidebar-expected.txt: Removed. 2012-07-31 Philippe Normand [GStreamer] media/media-continues-playing-after-replace-source.html fails https://bugs.webkit.org/show_bug.cgi?id=86310 Reviewed by Eric Carlson. Unflag now passing media test on GTK and EFL. * platform/efl/TestExpectations: * platform/gtk/TestExpectations: 2012-08-08 Alexandru Chiculita [Chromium] Skia assert triggered by custom filter unmultiplied results https://bugs.webkit.org/show_bug.cgi?id=92758 Reviewed by Dean Jackson. Updated the shaders to output un-premultiplied colors. Also, updated the output results where needed. * css3/filters/custom/custom-filter-shader-cache-expected.png: * css3/filters/custom/effect-color-check-expected.png: * css3/filters/custom/effect-custom-combined-missing-expected.png: * css3/filters/custom/effect-custom-expected.png: * css3/filters/custom/effect-custom-parameters-expected.png: * css3/filters/custom/filter-repaint-custom-expected.png: * css3/filters/custom/missing-custom-filter-shader-expected.png: * css3/filters/resources/color-add.fs: * css3/filters/resources/color-fill.fs: * platform/chromium/TestExpectations: Disabled the following tests on Windows. They need a rebaseline. * platform/chromium-linux/css3/filters/custom/effect-color-check-expected.png: * platform/chromium-linux/css3/filters/custom/effect-custom-combined-missing-expected.png: * platform/chromium-linux/css3/filters/custom/effect-custom-parameters-expected.png: * platform/chromium-mac/css3/filters/custom/effect-color-check-expected.png: * platform/chromium-mac/css3/filters/custom/effect-custom-combined-missing-expected.png: * platform/chromium-mac/css3/filters/custom/effect-custom-parameters-expected.png: 2012-08-08 Pavel Feldman Web Inspector: store last evaluation result in $_ https://bugs.webkit.org/show_bug.cgi?id=93377 Reviewed by Vsevolod Vlasov. * inspector/console/console-last-result-expected.txt: Added. * inspector/console/console-last-result.html: Added. 2012-08-08 KwangYong Choi [EFL] Support DataList for
, for instance. After r121971, the test results are
        normal again.

        * platform/qt/Skipped: Unskipped fast/css/tab-size.html.

2012-07-24  Bruno de Oliveira Abinader  

        [Qt] Updated acid3 layout test results after monospace fix
        https://bugs.webkit.org/show_bug.cgi?id=87501

        Reviewed by Alexis Menard.

        Updated Qt (same for WK1 and WK2) layout test results for
        http/tests/misc/acid3.html after monospace font fix landed in r121971.

        * platform/qt/Skipped: Unskip http/tests/misc/acid3.html.
        * platform/qt/http/tests/misc/acid3-expected.png: Added.
        * platform/qt/http/tests/misc/acid3-expected.txt: Added.

2012-07-24  Bruno de Oliveira Abinader  

        [Qt] Unskip layout test after monospace-font fix
        https://bugs.webkit.org/show_bug.cgi?id=81899

        Reviewed by Alexis Menard.

        This test has been skipped because monospace fonts weren't properly used by
        layout tests. After r121971, the test results are normal again.

        * platform/qt/Skipped: Unskipped layout test.

2012-07-24  János Badics  

        [Qt] Unreviewed gardening after r123100. Added baseline to tests that have been unskipped.
        https://bugs.webkit.org/show_bug.cgi?id=91739

        * platform/qt-5.0/fast/dynamic/insert-before-table-part-in-continuation-expected.png: Added.
        * platform/qt-5.0/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
        * platform/qt-5.0/fast/events/onload-re-entry-expected.png: Added.
        * platform/qt-5.0/fast/events/onload-re-entry-expected.txt: Added.
        * platform/qt-5.0/fast/events/touch/touch-slider-expected.txt: Added.
        * platform/qt-5.0/fast/events/touch/touch-slider-no-js-touch-listener-expected.txt: Added.
        * platform/qt-5.0/fast/inline/absolute-positioned-inline-in-centred-block-expected.png: Added.
        * platform/qt-5.0/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:

2012-07-24  János Badics  

        [Qt] Unreviewed gardening after r123432. Added baseline to fast/text/whitespace/028.html
        after is has been unskipped.
        https://bugs.webkit.org/show_bug.cgi?id=91971

        * platform/qt.5-0/fast/text/whitespace/028-expected.png: Added.
        * platform/qt.5-0/fast/text/whitespace/028-expected.txt: Added.

2012-07-24  Ádám Kallai  

        [Qt] Unreviewed gardening. Update expectations after r122988 and r122712.

        * platform/qt-5.0-wk2/editing/deleting/5144139-2-expected.txt: Added after r122712.
        * platform/qt-5.0/editing/deleting/5144139-2-expected.txt: Removed.
        * platform/qt-5.0/http/tests/misc/location-replace-crossdomain-expected.png: Added after r122988.
        * platform/qt-5.0/http/tests/misc/location-replace-crossdomain-expected.txt: Added after r122988.
        * platform/qt-5.0/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Added after r122988.
        * platform/qt-5.0/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt: Added after r122988.

2012-07-24  Caio Marcelo de Oliveira Filho  

        [Qt] fast/css/text-transform-select.html should be rebaselined for WK1 and WK2 on Qt 5.0
        https://bugs.webkit.org/show_bug.cgi?id=77377

        Reviewed by Simon Hausmann.

        Test now pass in both WK1 and WK2.

        * platform/qt-5.0/Skipped:

2012-07-23  Hans Wennborg  

        Speech JavaScript API: Add the SpeechRecognitionResult.emma attribute
        https://bugs.webkit.org/show_bug.cgi?id=91743

        Reviewed by Adam Barth.

        Add layout test for the SpeechRecognitionResult.emma attribute.

        * fast/speech/scripted/emma.html: Added.
        * fast/speech/scripted/emma-expected.txt: Added.

2012-07-24  Zan Dobersek  

        Unreviewed GTK gardening.

        Skipping tests added in r123343 and adding a test expectation for
        an accessibility test added in r123428.

        * platform/gtk/TestExpectations:

2012-07-24  Andrei Poenaru  

        Web Inspector: Protocol Extension: add getFlowByName command
        https://bugs.webkit.org/show_bug.cgi?id=91855

        Reviewed by Pavel Feldman.

        Created a single test suite for the WebInspector protocol extension for CSS Regions.

        * inspector/styles/protocol-css-regions-commands-expected.txt: Added.
        * inspector/styles/protocol-css-regions-commands.html: Added.
        * inspector/styles/protocol-getNamedFlowCollection-command-expected.txt: Removed.
        * inspector/styles/protocol-getNamedFlowCollection-command.html: Removed.
        * platform/efl/TestExpectations:
        * platform/qt/Skipped:

2012-07-24  Anthony Scian  

        Web Inspector [JSC]: Enable initiator column in network panel.
        https://bugs.webkit.org/show_bug.cgi?id=65533

        Reviewed by Vsevolod Vlasov.

        Bug https://bugs.webkit.org/show_bug.cgi?id=65105 caused
        network-initiator.html to be disabled due to caching CSS information.
        Tweaked the test so that reloads could be forced to avoid the cache
        copy (thanks to Vsevolod Vlasov for help on this); test works now and
        is updated for availability of stack traces fixed in 40118. Consolidated
        results into common expected results output.

        * http/tests/inspector/inspector-test.js:
        (initialize_InspectorTest.InspectorTest.hardReloadPage):
        (initialize_InspectorTest.InspectorTest.reloadPage):
        (initialize_InspectorTest.InspectorTest._innerReloadPage):
        * http/tests/inspector/network/network-initiator-expected.txt:
        * http/tests/inspector/network/network-initiator.html:
        * platform/chromium/TestExpectations:
        * platform/chromium/http/tests/inspector/network/network-initiated-expected.txt: Removed.
        * platform/mac/TestExpectations:

2012-07-24  Yoshifumi Inoue  

        [Tests] Copy fast/forms/number/number-change-type-on-focus.html and number-losing-renderer-on-click.html to fast/forms/resources
        https://bugs.webkit.org/show_bug.cgi?id=92083

        Reviewed by Kent Tamura.

        This patch copies two test HTML files in fast/forms/number into JavaScript code directory,
        fast/forms/resources:
          - number-change-type-on-focus.html -> common-change-type-on-focus.js
          - number-losing-renderer-on-click.html -> common-losing-renderer-on-click.js

        * fast/forms/resources/common-change-type-on-focus.js: Copied from LayoutTests/fast/forms/number/number-change-type-on-focus.html.
        * fast/forms/resources/common-losing-renderer-on-click.js: Copied from LayoutTests/fast/forms/number/number-losing-renderer-on-click.html.

2012-07-24  Yoshifumi Inoue  

        [Tests] Rename fast/forms/number/number-crash.html to number-losing-renderer-on-click.html
        https://bugs.webkit.org/show_bug.cgi?id=92085

        Reviewed by Kent Tamura.

        This patch renames test file fast/forms/number/number-crash.html to number-losing-renderer-on-click.html
        to make test name denotes what test will be done.

        * fast/forms/number/number-crash-expected.txt: Removed.
        * fast/forms/number/number-crash.html: Removed.
        * fast/forms/number/number-losing-renderer-on-click-expected.txt: Copied from LayoutTests/fast/forms/number/number-crash-expected.txt.
        * fast/forms/number/number-losing-renderer-on-click.html: Copied from LayoutTests/fast/forms/number/number-crash.html.

2012-07-24  János Badics  

        [Qt] Unreviewed gardening after r123379. Newly added fast/css/sticky/parsing-position-sticky.html fails.
        https://bugs.webkit.org/show_bug.cgi?id=92080

        * platform/qt/Skipped:

2012-07-24  Szilard Ledan  

        [Qt] Unreview gardening.

        * platform/qt/Skipped:

2012-07-24  János Badics  

        [Qt] Unreviewed gardening. Skipped a test because of a missing feature.

        * platform/qt/Skipped:

2012-07-24  Arko Saha  

        Microdata: Implement PropertyNodeList interface.
        https://bugs.webkit.org/show_bug.cgi?id=80269

        Reviewed by Ryosuke Niwa.

        Added test cases for PropertyNodeList interface and PropertyNodeList.getValues() method.
        Spec: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-dom-interfaces.html#propertynodelist

        * fast/dom/MicroData/nameditem-returns-propertynodelist-expected.txt: Added.
        * fast/dom/MicroData/nameditem-returns-propertynodelist.html: Added.
        * fast/dom/MicroData/propertynodelist-getvalues-array-values-obtained-from-itemvalue-of-each-element-expected.txt: Added.
        * fast/dom/MicroData/propertynodelist-getvalues-array-values-obtained-from-itemvalue-of-each-element.html: Added.
        * fast/dom/MicroData/propertynodelist-getvalues-test-expected.txt: Added.
        * fast/dom/MicroData/propertynodelist-getvalues-test.html: Added.
        * fast/dom/MicroData/propertynodelist-test-add-remove-element-expected.txt: Added.
        * fast/dom/MicroData/propertynodelist-test-add-remove-element.html: Added.

2012-07-23  Balazs Ankes  

        [Qt] from platform/qt/fast/overflow to platform/qt/fast/xsl tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91971

        Unreviewed rebaseline.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/fast/overflow/001-expected.png: Added.
        * platform/qt/fast/overflow/001-expected.txt:
        * platform/qt/fast/overflow/002-expected.png: Added.
        * platform/qt/fast/overflow/002-expected.txt:
        * platform/qt/fast/overflow/004-expected.png:
        * platform/qt/fast/overflow/004-expected.txt:
        * platform/qt/fast/overflow/006-expected.png: Added.
        * platform/qt/fast/overflow/006-expected.txt:
        * platform/qt/fast/overflow/007-expected.png:
        * platform/qt/fast/overflow/007-expected.txt:
        * platform/qt/fast/overflow/008-expected.png: Added.
        * platform/qt/fast/overflow/008-expected.txt:
        * platform/qt/fast/overflow/border-radius-clipping-expected.png: Added.
        * platform/qt/fast/overflow/border-radius-clipping-expected.txt:
        * platform/qt/fast/overflow/childFocusRingClip-expected.png: Added.
        * platform/qt/fast/overflow/childFocusRingClip-expected.txt:
        * platform/qt/fast/overflow/dynamic-hidden-expected.png: Added.
        * platform/qt/fast/overflow/dynamic-hidden-expected.txt:
        * platform/qt/fast/overflow/float-in-relpositioned-expected.png: Added.
        * platform/qt/fast/overflow/float-in-relpositioned-expected.txt:
        * platform/qt/fast/overflow/hidden-scrollbar-resize-expected.png: Added.
        * platform/qt/fast/overflow/hidden-scrollbar-resize-expected.txt:
        * platform/qt/fast/overflow/hit-test-overflow-controls-expected.png: Added.
        * platform/qt/fast/overflow/hit-test-overflow-controls-expected.txt:
        * platform/qt/fast/overflow/image-selection-highlight-expected.png:
        * platform/qt/fast/overflow/image-selection-highlight-expected.txt:
        * platform/qt/fast/overflow/infiniteRecursion-expected.png:
        * platform/qt/fast/overflow/infiniteRecursion-expected.txt:
        * platform/qt/fast/overflow/line-clamp-expected.png:
        * platform/qt/fast/overflow/line-clamp-expected.txt:
        * platform/qt/fast/overflow/overflow-auto-position-absolute-expected.png: Added.
        * platform/qt/fast/overflow/overflow-auto-position-absolute-expected.txt:
        * platform/qt/fast/overflow/overflow-auto-table-expected.png:
        * platform/qt/fast/overflow/overflow-auto-table-expected.txt:
        * platform/qt/fast/overflow/overflow-float-stacking-expected.png: Added.
        * platform/qt/fast/overflow/overflow-float-stacking-expected.txt:
        * platform/qt/fast/overflow/overflow-focus-ring-expected.png:
        * platform/qt/fast/overflow/overflow-focus-ring-expected.txt:
        * platform/qt/fast/overflow/overflow-rtl-inline-scrollbar-expected.png: Added.
        * platform/qt/fast/overflow/overflow-rtl-inline-scrollbar-expected.txt:
        * platform/qt/fast/overflow/overflow-rtl-vertical-expected.png:
        * platform/qt/fast/overflow/overflow-rtl-vertical-expected.txt:
        * platform/qt/fast/overflow/overflow-stacking-expected.png: Added.
        * platform/qt/fast/overflow/overflow-stacking-expected.txt:
        * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.png: Added.
        * platform/qt/fast/overflow/overflow-with-local-background-attachment-expected.txt:
        * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.png:
        * platform/qt/fast/overflow/position-fixed-transform-clipping-expected.txt:
        * platform/qt/fast/overflow/scrollbar-position-update-expected.png: Added.
        * platform/qt/fast/overflow/scrollbar-position-update-expected.txt:
        * platform/qt/fast/overflow/table-overflow-float-expected.png:
        * platform/qt/fast/overflow/table-overflow-float-expected.txt:
        * platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.png:
        * platform/qt/fast/overflow/unreachable-overflow-rtl-bug-expected.txt:
        * platform/qt/fast/parser/001-expected.png:
        * platform/qt/fast/parser/001-expected.txt:
        * platform/qt/fast/parser/bad-xml-slash-expected.png: Copied from LayoutTests/platform/qt/fast/text/whitespace/023-expected.png.
        * platform/qt/fast/parser/bad-xml-slash-expected.txt:
        * platform/qt/fast/parser/broken-comments-vs-parsing-mode-expected.png: Added.
        * platform/qt/fast/parser/broken-comments-vs-parsing-mode-expected.txt:
        * platform/qt/fast/parser/document-write-option-expected.png: Added.
        * platform/qt/fast/parser/document-write-option-expected.txt:
        * platform/qt/fast/parser/entity-comment-in-style-expected.png: Added.
        * platform/qt/fast/parser/entity-comment-in-style-expected.txt:
        * platform/qt/fast/parser/entity-comment-in-textarea-expected.png:
        * platform/qt/fast/parser/entity-comment-in-textarea-expected.txt:
        * platform/qt/fast/parser/nofoo-tags-inside-paragraph-expected.png: Added.
        * platform/qt/fast/parser/nofoo-tags-inside-paragraph-expected.txt:
        * platform/qt/fast/parser/open-comment-in-style-expected.png: Added.
        * platform/qt/fast/parser/open-comment-in-style-expected.txt:
        * platform/qt/fast/parser/open-comment-in-textarea-expected.png:
        * platform/qt/fast/parser/open-comment-in-textarea-expected.txt:
        * platform/qt/fast/parser/title-error-test-expected.png: Added.
        * platform/qt/fast/parser/title-error-test-expected.txt:
        * platform/qt/fast/reflections/abs-position-in-reflection-expected.png: Added.
        * platform/qt/fast/reflections/abs-position-in-reflection-expected.txt:
        * platform/qt/fast/reflections/inline-crash-expected.png: Added.
        * platform/qt/fast/reflections/inline-crash-expected.txt:
        * platform/qt/fast/reflections/opacity-reflection-transform-expected.png:
        * platform/qt/fast/reflections/opacity-reflection-transform-expected.txt:
        * platform/qt/fast/reflections/reflection-nesting-expected.png: Added.
        * platform/qt/fast/reflections/reflection-nesting-expected.txt:
        * platform/qt/fast/reflections/reflection-overflow-hidden-expected.png: Added.
        * platform/qt/fast/reflections/reflection-overflow-hidden-expected.txt:
        * platform/qt/fast/reflections/transparent-reflected-sublayers-expected.png: Added.
        * platform/qt/fast/reflections/transparent-reflected-sublayers-expected.txt:
        * platform/qt/fast/repaint/4774354-expected.png:
        * platform/qt/fast/repaint/4774354-expected.txt:
        * platform/qt/fast/repaint/4776765-expected.png:
        * platform/qt/fast/repaint/4776765-expected.txt:
        * platform/qt/fast/repaint/backgroundSizeRepaint-expected.png:
        * platform/qt/fast/repaint/backgroundSizeRepaint-expected.txt:
        * platform/qt/fast/repaint/block-layout-inline-children-float-positioned-expected.png:
        * platform/qt/fast/repaint/block-layout-inline-children-float-positioned-expected.txt:
        * platform/qt/fast/repaint/block-layout-inline-children-replaced-expected.png:
        * platform/qt/fast/repaint/block-layout-inline-children-replaced-expected.txt:
        * platform/qt/fast/repaint/body-background-image-expected.png:
        * platform/qt/fast/repaint/body-background-image-expected.txt:
        * platform/qt/fast/repaint/border-fit-lines-expected.png:
        * platform/qt/fast/repaint/border-fit-lines-expected.txt:
        * platform/qt/fast/repaint/border-radius-repaint-expected.png:
        * platform/qt/fast/repaint/border-radius-repaint-expected.txt:
        * platform/qt/fast/repaint/border-repaint-glitch-expected.png:
        * platform/qt/fast/repaint/border-repaint-glitch-expected.txt:
        * platform/qt/fast/repaint/box-shadow-dynamic-expected.png:
        * platform/qt/fast/repaint/box-shadow-dynamic-expected.txt:
        * platform/qt/fast/repaint/bugzilla-3509-expected.png:
        * platform/qt/fast/repaint/bugzilla-3509-expected.txt:
        * platform/qt/fast/repaint/bugzilla-5699-expected.png:
        * platform/qt/fast/repaint/bugzilla-5699-expected.txt:
        * platform/qt/fast/repaint/bugzilla-6278-expected.png:
        * platform/qt/fast/repaint/bugzilla-6278-expected.txt:
        * platform/qt/fast/repaint/bugzilla-6388-expected.png:
        * platform/qt/fast/repaint/bugzilla-6388-expected.txt:
        * platform/qt/fast/repaint/bugzilla-6473-expected.png:
        * platform/qt/fast/repaint/bugzilla-6473-expected.txt:
        * platform/qt/fast/repaint/bugzilla-7235-expected.png:
        * platform/qt/fast/repaint/bugzilla-7235-expected.txt:
        * platform/qt/fast/repaint/caret-outside-block-expected.png:
        * platform/qt/fast/repaint/caret-outside-block-expected.txt:
        * platform/qt/fast/repaint/change-transform-expected.png:
        * platform/qt/fast/repaint/change-transform-expected.txt:
        * platform/qt/fast/repaint/clipped-relative-expected.png:
        * platform/qt/fast/repaint/clipped-relative-expected.txt:
        * platform/qt/fast/repaint/containing-block-position-change-expected.png:
        * platform/qt/fast/repaint/containing-block-position-change-expected.txt:
        * platform/qt/fast/repaint/control-clip-expected.png:
        * platform/qt/fast/repaint/control-clip-expected.txt:
        * platform/qt/fast/repaint/create-layer-repaint-expected.png:
        * platform/qt/fast/repaint/create-layer-repaint-expected.txt:
        * platform/qt/fast/repaint/delete-into-nested-block-expected.png:
        * platform/qt/fast/repaint/delete-into-nested-block-expected.txt:
        * platform/qt/fast/repaint/dynamic-table-vertical-alignment-change-expected.png:
        * platform/qt/fast/repaint/dynamic-table-vertical-alignment-change-expected.txt:
        * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.png:
        * platform/qt/fast/repaint/fixed-child-move-after-scroll-expected.txt:
        * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.png:
        * platform/qt/fast/repaint/fixed-child-of-fixed-move-after-scroll-expected.txt:
        * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.png:
        * platform/qt/fast/repaint/fixed-child-of-transformed-move-after-scroll-expected.txt:
        * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.png:
        * platform/qt/fast/repaint/fixed-move-after-keyboard-scroll-expected.txt:
        * platform/qt/fast/repaint/fixed-move-after-scroll-expected.png:
        * platform/qt/fast/repaint/fixed-move-after-scroll-expected.txt:
        * platform/qt/fast/repaint/float-move-during-layout-expected.png:
        * platform/qt/fast/repaint/float-move-during-layout-expected.txt:
        * platform/qt/fast/repaint/focus-layers-expected.png:
        * platform/qt/fast/repaint/focus-layers-expected.txt:
        * platform/qt/fast/repaint/inline-color-change-expected.png:
        * platform/qt/fast/repaint/inline-color-change-expected.txt:
        * platform/qt/fast/repaint/inline-outline-repaint-expected.png:
        * platform/qt/fast/repaint/inline-outline-repaint-expected.txt:
        * platform/qt/fast/repaint/layout-state-relative-expected.png:
        * platform/qt/fast/repaint/layout-state-relative-expected.txt:
        * platform/qt/fast/repaint/layout-state-scrolloffset-expected.png:
        * platform/qt/fast/repaint/layout-state-scrolloffset-expected.txt:
        * platform/qt/fast/repaint/layout-state-scrolloffset2-expected.png:
        * platform/qt/fast/repaint/layout-state-scrolloffset2-expected.txt:
        * platform/qt/fast/repaint/layout-state-scrolloffset3-expected.png:
        * platform/qt/fast/repaint/layout-state-scrolloffset3-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-1-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-1-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-10-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-10-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-2-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-2-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-3-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-3-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-4-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-4-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-5-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-5-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-6-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-6-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-7-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-7-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-8-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-8-expected.txt:
        * platform/qt/fast/repaint/line-flow-with-floats-9-expected.png:
        * platform/qt/fast/repaint/line-flow-with-floats-9-expected.txt:
        * platform/qt/fast/repaint/line-overflow-expected.png:
        * platform/qt/fast/repaint/line-overflow-expected.txt:
        * platform/qt/fast/repaint/list-marker-2-expected.png:
        * platform/qt/fast/repaint/list-marker-2-expected.txt:
        * platform/qt/fast/repaint/make-children-non-inline-expected.png:
        * platform/qt/fast/repaint/make-children-non-inline-expected.txt:
        * platform/qt/fast/repaint/multicol-repaint-expected.png:
        * platform/qt/fast/repaint/multicol-repaint-expected.txt:
        * platform/qt/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png:
        * platform/qt/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.txt:
        * platform/qt/fast/repaint/opacity-change-on-overflow-float-expected.png:
        * platform/qt/fast/repaint/opacity-change-on-overflow-float-expected.txt:
        * platform/qt/fast/repaint/outline-child-repaint-expected.png:
        * platform/qt/fast/repaint/outline-child-repaint-expected.txt:
        * platform/qt/fast/repaint/outline-inset-expected.png:
        * platform/qt/fast/repaint/outline-inset-expected.txt:
        * platform/qt/fast/repaint/outline-repaint-glitch-expected.png:
        * platform/qt/fast/repaint/outline-repaint-glitch-expected.txt:
        * platform/qt/fast/repaint/outline-shrinking-expected.png:
        * platform/qt/fast/repaint/outline-shrinking-expected.txt:
        * platform/qt/fast/repaint/overflow-delete-line-expected.png:
        * platform/qt/fast/repaint/overflow-delete-line-expected.txt:
        * platform/qt/fast/repaint/overflow-scroll-body-appear-expected.png:
        * platform/qt/fast/repaint/overflow-scroll-body-appear-expected.txt:
        * platform/qt/fast/repaint/overflow-scroll-delete-expected.png:
        * platform/qt/fast/repaint/overflow-scroll-delete-expected.txt:
        * platform/qt/fast/repaint/positioned-document-element-expected.png:
        * platform/qt/fast/repaint/positioned-document-element-expected.txt:
        * platform/qt/fast/repaint/reflection-redraw-expected.png:
        * platform/qt/fast/repaint/reflection-redraw-expected.txt:
        * platform/qt/fast/repaint/region-painting-invalidation-expected.png:
        * platform/qt/fast/repaint/region-painting-invalidation-expected.txt:
        * platform/qt/fast/repaint/rel-positioned-inline-with-overflow-expected.png: Added.
        * platform/qt/fast/repaint/rel-positioned-inline-with-overflow-expected.txt:
        * platform/qt/fast/repaint/repaint-resized-overflow-expected.png:
        * platform/qt/fast/repaint/repaint-resized-overflow-expected.txt:
        * platform/qt/fast/repaint/scale-page-shrink-expected.png:
        * platform/qt/fast/repaint/scale-page-shrink-expected.txt:
        * platform/qt/fast/repaint/search-field-cancel-expected.png:
        * platform/qt/fast/repaint/search-field-cancel-expected.txt:
        * platform/qt/fast/repaint/select-option-background-color-expected.png:
        * platform/qt/fast/repaint/select-option-background-color-expected.txt:
        * platform/qt/fast/repaint/selected-replaced-expected.png:
        * platform/qt/fast/repaint/selected-replaced-expected.txt:
        * platform/qt/fast/repaint/selection-after-delete-expected.png:
        * platform/qt/fast/repaint/selection-after-delete-expected.txt:
        * platform/qt/fast/repaint/selection-after-remove-expected.png:
        * platform/qt/fast/repaint/selection-after-remove-expected.txt:
        * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.png:
        * platform/qt/fast/repaint/selection-gap-overflow-scroll-2-expected.txt:
        * platform/qt/fast/repaint/selection-rl-expected.png:
        * platform/qt/fast/repaint/selection-rl-expected.txt:
        * platform/qt/fast/repaint/stacked-diacritics-expected.png:
        * platform/qt/fast/repaint/stacked-diacritics-expected.txt:
        * platform/qt/fast/repaint/subtree-layoutstate-transform-expected.png:
        * platform/qt/fast/repaint/subtree-layoutstate-transform-expected.txt:
        * platform/qt/fast/repaint/subtree-root-skipped-expected.png:
        * platform/qt/fast/repaint/subtree-root-skipped-expected.txt:
        * platform/qt/fast/repaint/table-cell-collapsed-border-expected.png:
        * platform/qt/fast/repaint/table-cell-collapsed-border-expected.txt:
        * platform/qt/fast/repaint/table-cell-move-expected.png:
        * platform/qt/fast/repaint/table-cell-move-expected.txt:
        * platform/qt/fast/repaint/table-collapsed-border-expected.png:
        * platform/qt/fast/repaint/table-collapsed-border-expected.txt:
        * platform/qt/fast/repaint/table-extra-bottom-grow-expected.png:
        * platform/qt/fast/repaint/table-extra-bottom-grow-expected.txt:
        * platform/qt/fast/repaint/text-append-dirty-lines-expected.png:
        * platform/qt/fast/repaint/text-append-dirty-lines-expected.txt:
        * platform/qt/fast/repaint/transform-absolute-in-positioned-container-expected.png:
        * platform/qt/fast/repaint/transform-absolute-in-positioned-container-expected.txt:
        * platform/qt/fast/repaint/transform-relative-position-expected.png:
        * platform/qt/fast/repaint/transform-relative-position-expected.txt:
        * platform/qt/fast/repaint/transform-repaint-descendants-expected.png:
        * platform/qt/fast/repaint/transform-repaint-descendants-expected.txt:
        * platform/qt/fast/repaint/transform-translate-expected.png:
        * platform/qt/fast/repaint/transform-translate-expected.txt:
        * platform/qt/fast/replaced/001-expected.png:
        * platform/qt/fast/replaced/001-expected.txt:
        * platform/qt/fast/replaced/002-expected.png:
        * platform/qt/fast/replaced/002-expected.txt:
        * platform/qt/fast/replaced/003-expected.png:
        * platform/qt/fast/replaced/003-expected.txt:
        * platform/qt/fast/replaced/004-expected.png:
        * platform/qt/fast/replaced/004-expected.txt:
        * platform/qt/fast/replaced/005-expected.png:
        * platform/qt/fast/replaced/005-expected.txt:
        * platform/qt/fast/replaced/006-expected.png:
        * platform/qt/fast/replaced/006-expected.txt:
        * platform/qt/fast/replaced/007-expected.png:
        * platform/qt/fast/replaced/007-expected.txt:
        * platform/qt/fast/replaced/absolute-image-sizing-expected.png:
        * platform/qt/fast/replaced/absolute-image-sizing-expected.txt:
        * platform/qt/fast/replaced/absolute-position-percentage-height-expected.png:
        * platform/qt/fast/replaced/absolute-position-percentage-height-expected.txt:
        * platform/qt/fast/replaced/absolute-position-percentage-width-expected.png:
        * platform/qt/fast/replaced/absolute-position-percentage-width-expected.txt:
        * platform/qt/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
        * platform/qt/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
        * platform/qt/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.png:
        * platform/qt/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.txt:
        * platform/qt/fast/replaced/applet-disabled-positioned-expected.png:
        * platform/qt/fast/replaced/applet-disabled-positioned-expected.txt:
        * platform/qt/fast/replaced/applet-display-none-expected.png:
        * platform/qt/fast/replaced/applet-display-none-expected.txt:
        * platform/qt/fast/replaced/applet-rendering-java-disabled-expected.png:
        * platform/qt/fast/replaced/applet-rendering-java-disabled-expected.txt:
        * platform/qt/fast/replaced/border-radius-clip-expected.png:
        * platform/qt/fast/replaced/border-radius-clip-expected.txt:
        * platform/qt/fast/replaced/embed-display-none-expected.png:
        * platform/qt/fast/replaced/embed-display-none-expected.txt:
        * platform/qt/fast/replaced/image-resize-width-expected.png:
        * platform/qt/fast/replaced/image-resize-width-expected.txt:
        * platform/qt/fast/replaced/image-sizing-expected.png:
        * platform/qt/fast/replaced/image-sizing-expected.txt:
        * platform/qt/fast/replaced/inline-box-wrapper-handover-expected.png:
        * platform/qt/fast/replaced/inline-box-wrapper-handover-expected.txt:
        * platform/qt/fast/replaced/max-width-percent-expected.png:
        * platform/qt/fast/replaced/max-width-percent-expected.txt:
        * platform/qt/fast/replaced/maxheight-percent-expected.png:
        * platform/qt/fast/replaced/maxheight-percent-expected.txt:
        * platform/qt/fast/replaced/maxheight-pxs-expected.png:
        * platform/qt/fast/replaced/maxheight-pxs-expected.txt:
        * platform/qt/fast/replaced/maxwidth-percent-expected.png:
        * platform/qt/fast/replaced/maxwidth-percent-expected.txt:
        * platform/qt/fast/replaced/maxwidth-pxs-expected.png:
        * platform/qt/fast/replaced/maxwidth-pxs-expected.txt:
        * platform/qt/fast/replaced/minheight-percent-expected.png:
        * platform/qt/fast/replaced/minheight-percent-expected.txt:
        * platform/qt/fast/replaced/minheight-pxs-expected.png:
        * platform/qt/fast/replaced/minheight-pxs-expected.txt:
        * platform/qt/fast/replaced/minwidth-percent-expected.png:
        * platform/qt/fast/replaced/minwidth-percent-expected.txt:
        * platform/qt/fast/replaced/minwidth-pxs-expected.png:
        * platform/qt/fast/replaced/minwidth-pxs-expected.txt:
        * platform/qt/fast/replaced/object-align-hspace-vspace-expected.png:
        * platform/qt/fast/replaced/object-align-hspace-vspace-expected.txt:
        * platform/qt/fast/replaced/object-display-none-expected.png:
        * platform/qt/fast/replaced/object-display-none-expected.txt:
        * platform/qt/fast/replaced/percent-height-in-anonymous-block-in-table-expected.png:
        * platform/qt/fast/replaced/percent-height-in-anonymous-block-in-table-expected.txt:
        * platform/qt/fast/replaced/percent-height-in-anonymous-block-widget-expected.png:
        * platform/qt/fast/replaced/percent-height-in-anonymous-block-widget-expected.txt:
        * platform/qt/fast/replaced/replaced-breaking-expected.png:
        * platform/qt/fast/replaced/replaced-breaking-expected.txt:
        * platform/qt/fast/replaced/replaced-breaking-mixture-expected.png:
        * platform/qt/fast/replaced/replaced-breaking-mixture-expected.txt:
        * platform/qt/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.png:
        * platform/qt/fast/replaced/replaced-child-of-absolute-with-auto-height-expected.txt:
        * platform/qt/fast/replaced/selection-rect-in-table-cell-expected.png:
        * platform/qt/fast/replaced/selection-rect-in-table-cell-expected.txt:
        * platform/qt/fast/replaced/selection-rect-transform-expected.png:
        * platform/qt/fast/replaced/selection-rect-transform-expected.txt:
        * platform/qt/fast/replaced/three-selects-break-expected.png:
        * platform/qt/fast/replaced/three-selects-break-expected.txt:
        * platform/qt/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.png:
        * platform/qt/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.txt:
        * platform/qt/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
        * platform/qt/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
        * platform/qt/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.png:
        * platform/qt/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.txt:
        * platform/qt/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.png:
        * platform/qt/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.txt:
        * platform/qt/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.png:
        * platform/qt/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.txt:
        * platform/qt/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.png:
        * platform/qt/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.txt:
        * platform/qt/fast/replaced/width100percent-button-expected.png:
        * platform/qt/fast/replaced/width100percent-button-expected.txt:
        * platform/qt/fast/replaced/width100percent-checkbox-expected.png:
        * platform/qt/fast/replaced/width100percent-checkbox-expected.txt:
        * platform/qt/fast/replaced/width100percent-image-expected.png:
        * platform/qt/fast/replaced/width100percent-image-expected.txt:
        * platform/qt/fast/replaced/width100percent-radio-expected.png: Added.
        * platform/qt/fast/replaced/width100percent-radio-expected.txt:
        * platform/qt/fast/replaced/width100percent-searchfield-expected.png:
        * platform/qt/fast/replaced/width100percent-searchfield-expected.txt:
        * platform/qt/fast/replaced/width100percent-textfield-expected.png:
        * platform/qt/fast/replaced/width100percent-textfield-expected.txt:
        * platform/qt/fast/ruby/ruby-inline-table-expected.png:
        * platform/qt/fast/ruby/ruby-inline-table-expected.txt:
        * platform/qt/fast/ruby/ruby-text-before-after-content-expected.png:
        * platform/qt/fast/ruby/ruby-text-before-after-content-expected.txt:
        * platform/qt/fast/runin/001-expected.png:
        * platform/qt/fast/runin/001-expected.txt:
        * platform/qt/fast/runin/generated-expected.png:
        * platform/qt/fast/runin/generated-expected.txt:
        * platform/qt/fast/runin/generated2-expected.png:
        * platform/qt/fast/runin/generated2-expected.txt:
        * platform/qt/fast/runin/generated3-expected.png:
        * platform/qt/fast/runin/generated3-expected.txt:
        * platform/qt/fast/spatial-navigation/snav-multiple-select-focusring-expected.png:
        * platform/qt/fast/spatial-navigation/snav-multiple-select-focusring-expected.txt:
        * platform/qt/fast/text/atsui-kerning-and-ligatures-expected.png: Added.
        * platform/qt/fast/text/atsui-small-caps-punctuation-size-expected.png:
        * platform/qt/fast/text/backslash-to-yen-sign-dynamic-expected.png:
        * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.png:
        * platform/qt/fast/text/backslash-to-yen-sign-euc-expected.txt:
        * platform/qt/fast/text/backslash-to-yen-sign-expected.png:
        * platform/qt/fast/text/backslash-to-yen-sign-expected.txt:
        * platform/qt/fast/text/basic/001-expected.png:
        * platform/qt/fast/text/basic/002-expected.png: Added.
        * platform/qt/fast/text/basic/003-expected.png:
        * platform/qt/fast/text/basic/003-expected.txt:
        * platform/qt/fast/text/basic/004-expected.png: Added.
        * platform/qt/fast/text/basic/005-expected.png: Added.
        * platform/qt/fast/text/basic/006-expected.png: Added.
        * platform/qt/fast/text/basic/007-expected.png: Added.
        * platform/qt/fast/text/basic/008-expected.png: Added.
        * platform/qt/fast/text/basic/009-expected.png:
        * platform/qt/fast/text/basic/011-expected.png: Added.
        * platform/qt/fast/text/basic/012-expected.png: Added.
        * platform/qt/fast/text/basic/generic-family-changes-expected.png:
        * platform/qt/fast/text/basic/generic-family-reset-expected.png:
        * platform/qt/fast/text/break-word-expected.png:
        * platform/qt/fast/text/capitalize-empty-generated-string-expected.png: Added.
        * platform/qt/fast/text/capitalize-preserve-nbsp-expected.png: Added.
        * platform/qt/fast/text/cg-vs-atsui-expected.png:
        * platform/qt/fast/text/complex-preferred-logical-widths-expected.png:
        * platform/qt/fast/text/complex-synthetic-bold-space-width-expected.png:
        * platform/qt/fast/text/complex-text-opacity-expected.png:
        * platform/qt/fast/text/complex-text-opacity-expected.txt:
        * platform/qt/fast/text/delete-hard-break-character-expected.png: Added.
        * platform/qt/fast/text/embed-at-end-of-pre-wrap-line-expected.png:
        * platform/qt/fast/text/fake-italic-expected.png: Added.
        * platform/qt/fast/text/fallback-traits-fixup-expected.png: Added.
        * platform/qt/fast/text/fallback-traits-fixup-expected.txt:
        * platform/qt/fast/text/firstline/001-expected.png: Added.
        * platform/qt/fast/text/firstline/002-expected.png: Added.
        * platform/qt/fast/text/firstline/003-expected.png: Added.
        * platform/qt/fast/text/font-initial-expected.png: Added.
        * platform/qt/fast/text/hyphenate-limit-before-after-expected.png:
        * platform/qt/fast/text/hyphenate-limit-lines-expected.png:
        * platform/qt/fast/text/international/arabic-justify-expected.png: Added.
        * platform/qt/fast/text/international/arabic-justify-expected.txt:
        * platform/qt/fast/text/international/hindi-whitespace-expected.png: Added.
        * platform/qt/fast/text/international/hindi-whitespace-expected.txt:
        * platform/qt/fast/text/international/text-spliced-font-expected.png:
        * platform/qt/fast/text/international/text-spliced-font-expected.txt:
        * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png:
        * platform/qt/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt:
        * platform/qt/fast/text/justified-selection-at-edge-expected.png: Added.
        * platform/qt/fast/text/justified-selection-expected.png: Added.
        * platform/qt/fast/text/large-text-composed-char-expected.png:
        * platform/qt/fast/text/large-text-composed-char-expected.txt:
        * platform/qt/fast/text/letter-spacing-negative-opacity-expected.png:
        * platform/qt/fast/text/letter-spacing-negative-opacity-expected.txt:
        * platform/qt/fast/text/line-breaks-after-white-space-expected.png:
        * platform/qt/fast/text/midword-break-before-surrogate-pair-2-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/multicol-repaint-expected.png.
        * platform/qt/fast/text/midword-break-hang-expected.png: Added.
        * platform/qt/fast/text/reset-emptyRun-expected.png: Added.
        * platform/qt/fast/text/selection-hard-linebreak-expected.png:
        * platform/qt/fast/text/shadow-no-blur-expected.png:
        * platform/qt/fast/text/shadow-translucent-fill-expected.png: Added.
        * platform/qt/fast/text/should-use-atsui-expected.png: Added.
        * platform/qt/fast/text/softHyphen-expected.png: Added.
        * platform/qt/fast/text/softHyphen-expected.txt:
        * platform/qt/fast/text/stroking-decorations-expected.png: Added.
        * platform/qt/fast/text/stroking-expected.png: Added.
        * platform/qt/fast/text/text-letter-spacing-expected.png:
        * platform/qt/fast/text/text-letter-spacing-expected.txt:
        * platform/qt/fast/text/text-shadow-no-default-color-expected.png: Added.
        * platform/qt/fast/text/textIteratorNilRenderer-expected.png:
        * platform/qt/fast/text/unicode-variation-selector-expected.png:
        * platform/qt/fast/text/wbr-expected.png: Added.
        * platform/qt/fast/text/wbr-in-pre-crash-expected.png: Added.
        * platform/qt/fast/text/wbr-pre-expected.png:
        * platform/qt/fast/text/wbr-styled-expected.png:
        * platform/qt/fast/text/whitespace/002-expected.png:
        * platform/qt/fast/text/whitespace/003-expected.png:
        * platform/qt/fast/text/whitespace/006-expected.png: Added.
        * platform/qt/fast/text/whitespace/007-expected.png: Added.
        * platform/qt/fast/text/whitespace/008-expected.png: Added.
        * platform/qt/fast/text/whitespace/009-expected.png: Added.
        * platform/qt/fast/text/whitespace/012-expected.png:
        * platform/qt/fast/text/whitespace/013-expected.png: Copied from LayoutTests/platform/qt/fast/repaint/multicol-repaint-expected.png.
        * platform/qt/fast/text/whitespace/014-expected.png: Copied from LayoutTests/platform/qt/fast/replaced/three-selects-break-expected.png.
        * platform/qt/fast/text/whitespace/018-expected.png: Added.
        * platform/qt/fast/text/whitespace/020-expected.png: Added.
        * platform/qt/fast/text/whitespace/021-expected.png: Added.
        * platform/qt/fast/text/whitespace/022-expected.png:
        * platform/qt/fast/text/whitespace/023-expected.png:
        * platform/qt/fast/text/whitespace/025-expected.png: Added.
        * platform/qt/fast/text/whitespace/026-expected.png: Added.
        * platform/qt/fast/text/whitespace/027-expected.png: Added.
        * platform/qt/fast/text/whitespace/030-expected.png:
        * platform/qt/fast/text/whitespace/nbsp-mode-and-linewraps-expected.png: Added.
        * platform/qt/fast/text/whitespace/normal-after-nowrap-breaking-expected.png:
        * platform/qt/fast/text/whitespace/nowrap-clear-float-expected.png: Added.
        * platform/qt/fast/text/whitespace/pre-break-word-expected.png:
        * platform/qt/fast/text/whitespace/pre-newline-box-test-expected.png:
        * platform/qt/fast/text/whitespace/pre-wrap-last-char-expected.png: Added.
        * platform/qt/fast/text/whitespace/pre-wrap-line-test-expected.png:
        * platform/qt/fast/text/whitespace/pre-wrap-overflow-selection-expected.png:
        * platform/qt/fast/text/whitespace/pre-wrap-overflow-selection-expected.txt:
        * platform/qt/fast/text/whitespace/span-in-word-space-causes-overflow-expected.png: Added.
        * platform/qt/fast/text/word-break-expected.png:
        * platform/qt/fast/text/word-break-expected.txt:
        * platform/qt/fast/text/zero-font-size-expected.png:
        * platform/qt/fast/text/zero-font-size-expected.txt:
        * platform/qt/fast/tokenizer/001-expected.png:
        * platform/qt/fast/tokenizer/001-expected.txt:
        * platform/qt/fast/tokenizer/003-expected.png:
        * platform/qt/fast/tokenizer/003-expected.txt:
        * platform/qt/fast/transforms/bounding-rect-zoom-expected.png: Added.
        * platform/qt/fast/transforms/bounding-rect-zoom-expected.txt:
        * platform/qt/fast/transforms/diamond-expected.png:
        * platform/qt/fast/transforms/diamond-expected.txt:
        * platform/qt/fast/transforms/identity-matrix-expected.png:
        * platform/qt/fast/transforms/identity-matrix-expected.txt:
        * platform/qt/fast/transforms/overflow-with-transform-expected.png:
        * platform/qt/fast/transforms/overflow-with-transform-expected.txt:
        * platform/qt/fast/transforms/skew-with-unitless-zero-expected.png:
        * platform/qt/fast/transforms/skew-with-unitless-zero-expected.txt:
        * platform/qt/fast/transforms/transform-on-inline-expected.png:
        * platform/qt/fast/transforms/transform-on-inline-expected.txt:
        * platform/qt/fast/transforms/transform-overflow-expected.png:
        * platform/qt/fast/transforms/transform-overflow-expected.txt:
        * platform/qt/fast/transforms/transform-positioned-ancestor-expected.png:
        * platform/qt/fast/transforms/transform-positioned-ancestor-expected.txt:
        * platform/qt/fast/transforms/transform-table-row-expected.png:
        * platform/qt/fast/transforms/transform-table-row-expected.txt:
        * platform/qt/fast/transforms/transformed-caret-expected.png:
        * platform/qt/fast/transforms/transformed-caret-expected.txt:
        * platform/qt/fast/transforms/transformed-document-element-expected.png:
        * platform/qt/fast/transforms/transformed-document-element-expected.txt:
        * platform/qt/fast/transforms/transforms-with-opacity-expected.png:
        * platform/qt/fast/transforms/transforms-with-opacity-expected.txt:
        * platform/qt/fast/transforms/transforms-with-zoom-expected.png:
        * platform/qt/fast/transforms/transforms-with-zoom-expected.txt:
        * platform/qt/fast/writing-mode/background-horizontal-bt-expected.png:
        * platform/qt/fast/writing-mode/background-horizontal-bt-expected.txt:
        * platform/qt/fast/writing-mode/background-vertical-lr-expected.png:
        * platform/qt/fast/writing-mode/background-vertical-lr-expected.txt:
        * platform/qt/fast/writing-mode/background-vertical-rl-expected.png:
        * platform/qt/fast/writing-mode/background-vertical-rl-expected.txt:
        * platform/qt/fast/writing-mode/basic-vertical-line-expected.png:
        * platform/qt/fast/writing-mode/basic-vertical-line-expected.txt:
        * platform/qt/fast/writing-mode/border-radius-clipping-vertical-lr-expected.png:
        * platform/qt/fast/writing-mode/border-radius-clipping-vertical-lr-expected.txt:
        * platform/qt/fast/writing-mode/box-shadow-horizontal-bt-expected.png:
        * platform/qt/fast/writing-mode/box-shadow-horizontal-bt-expected.txt:
        * platform/qt/fast/writing-mode/box-shadow-vertical-lr-expected.png:
        * platform/qt/fast/writing-mode/box-shadow-vertical-lr-expected.txt:
        * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.png:
        * platform/qt/fast/writing-mode/box-shadow-vertical-rl-expected.txt:
        * platform/qt/fast/writing-mode/english-bt-text-expected.png:
        * platform/qt/fast/writing-mode/english-bt-text-expected.txt:
        * platform/qt/fast/writing-mode/english-lr-text-expected.png:
        * platform/qt/fast/writing-mode/english-lr-text-expected.txt:
        * platform/qt/fast/writing-mode/english-rl-text-expected.png:
        * platform/qt/fast/writing-mode/english-rl-text-expected.txt:
        * platform/qt/fast/writing-mode/fallback-orientation-expected.png:
        * platform/qt/fast/writing-mode/fallback-orientation-expected.txt:
        * platform/qt/fast/writing-mode/fieldsets-expected.png:
        * platform/qt/fast/writing-mode/fieldsets-expected.txt:
        * platform/qt/fast/writing-mode/horizontal-bt-replaced-selection-expected.png:
        * platform/qt/fast/writing-mode/horizontal-bt-replaced-selection-expected.txt:
        * platform/qt/fast/writing-mode/vertical-lr-replaced-selection-expected.png:
        * platform/qt/fast/writing-mode/vertical-lr-replaced-selection-expected.txt:
        * platform/qt/fast/writing-mode/vertical-rl-replaced-selection-expected.png:
        * platform/qt/fast/writing-mode/vertical-rl-replaced-selection-expected.txt:
        * platform/qt/fast/xsl/document-function-expected.png: Added.
        * platform/qt/fast/xsl/document-function-expected.txt:
        * platform/qt/fast/xsl/xslt-entity-expected.png: Copied from LayoutTests/platform/qt/fast/text/whitespace/023-expected.png.
        * platform/qt/fast/xsl/xslt-entity-expected.txt:

2012-07-23  Dominic Mazzoni  

        AX: Need AccessibilityObjects for nodes without renderers in canvas subtree
        https://bugs.webkit.org/show_bug.cgi?id=87899

        Reviewed by Chris Fleizach.

        This new test adds a bunch of elements to a normal container and the same elements to
        a canvas subtree, then it iterates over all of the accessible objects within each
        container and makes sure they have identical roles. Because we know the nodes in the
        canvas subtree don't have renderers, this successfully tests that AccessibilityNodeObjects
        are getting created for these nodes.

        * accessibility/canvas-accessibilitynodeobject-expected.txt: Added.
        * accessibility/canvas-accessibilitynodeobject.html: Added.

2012-07-23  Douglas Stockwell  

        Null-pointer crash when a derived color like -webkit-activelink is set in a gradient stop
        https://bugs.webkit.org/show_bug.cgi?id=89148

        Reviewed by Simon Fraser.

        * fast/css/crash-on-gradient-with-derived-color-expected.txt: Added.
        * fast/css/crash-on-gradient-with-derived-color.html: Added.

2012-07-23  Joone Hur  

        Unreviewed GTK/EFL gardening after r123379
        Marked fast/css/sticky/parsing-position-sticky.html as known failure
        tracked by the bug 92063

        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:

2012-07-23  Yoshifumi Inoue  

        [Tests] Rename fast/forms/time/*.html to time-*.html
        https://bugs.webkit.org/show_bug.cgi?id=92058

        Reviewed by Kent Tamura.

        This patch renames test scripts and expected text to same naming 
        scheme(name starts with "time-"), for fast/forms/time.

        * fast/forms/time/ValidityState-rangeOverflow-time-expected.txt: Removed.
        * fast/forms/time/ValidityState-rangeOverflow-time.html: Removed.
        * fast/forms/time/ValidityState-rangeUnderflow-time-expected.txt: Removed.
        * fast/forms/time/ValidityState-rangeUnderflow-time.html: Removed.
        * fast/forms/time/ValidityState-stepMismatch-time-expected.txt: Removed.
        * fast/forms/time/ValidityState-stepMismatch-time.html: Removed.
        * fast/forms/time/ValidityState-typeMismatch-time-expected.txt: Removed.
        * fast/forms/time/ValidityState-typeMismatch-time.html: Removed.
        * fast/forms/time/input-valueasdate-time-expected.txt: Removed.
        * fast/forms/time/input-valueasdate-time.html: Removed.
        * fast/forms/time/input-valueasnumber-time-expected.txt: Removed.
        * fast/forms/time/input-valueasnumber-time.html: Removed.
        * fast/forms/time/time-validity-state-range-overflow-expected.txt: Copied from LayoutTests/fast/forms/time/ValidityState-rangeOverflow-time-expected.txt.
        * fast/forms/time/time-validity-state-range-overflow.html: Copied from LayoutTests/fast/forms/time/ValidityState-rangeOverflow-time.html.
        * fast/forms/time/time-validity-state-range-underflow-expected.txt: Copied from LayoutTests/fast/forms/time/ValidityState-rangeUnderflow-time-expected.txt.
        * fast/forms/time/time-validity-state-range-underflow.html: Copied from LayoutTests/fast/forms/time/ValidityState-rangeUnderflow-time.html.
        * fast/forms/time/time-validity-state-step-mismatch-expected.txt: Copied from LayoutTests/fast/forms/time/ValidityState-stepMismatch-time-expected.txt.
        * fast/forms/time/time-validity-state-step-mismatch.html: Copied from LayoutTests/fast/forms/time/ValidityState-stepMismatch-time.html.
        * fast/forms/time/time-validity-state-type-mismatch-expected.txt: Copied from LayoutTests/fast/forms/time/ValidityState-typeMismatch-time-expected.txt.
        * fast/forms/time/time-validity-state-type-mismatch.html: Copied from LayoutTests/fast/forms/time/ValidityState-typeMismatch-time.html.
        * fast/forms/time/time-valueasdate-expected.txt: Copied from LayoutTests/fast/forms/time/input-valueasdate-time-expected.txt.
        * fast/forms/time/time-valueasdate.html: Copied from LayoutTests/fast/forms/time/input-valueasdate-time.html.
        * fast/forms/time/time-valueasnumber-expected.txt: Copied from LayoutTests/fast/forms/time/input-valueasnumber-time-expected.txt.
        * fast/forms/time/time-valueasnumber.html: Copied from LayoutTests/fast/forms/time/input-valueasnumber-time.html.

2012-07-23  Roger Fong  

        Disable flexbox on Windows
        https://bugs.webkit.org/show_bug.cgi?id=92047
        

        Reviewed by Darin Adler.

        Disabled Flexbox CSS3 syntax on Mac, need to do the same for Windows.

        * platform/win/Skipped:
        Add related CSS3 Flexbox tests to skip list.
        
2012-07-23  Hanyee Kim  

        WebKit does not retain final value of opacity in animations, unless it is specified on the last key frame
        https://bugs.webkit.org/show_bug.cgi?id=91322

        Reviewed by Noam Rosenthal.

        Added a test to check if the opacity has the right value after animation.

        * animations/fill-mode-forwards2-expected.txt: Added.
        * animations/fill-mode-forwards2.html: Added.

2012-07-23  David Dorwin  

        Fixed crash in webkitAddKey() when key parameter is null.
        https://bugs.webkit.org/show_bug.cgi?id=85444

        Reviewed by Kentaro Hara.

        Reference: Step 1 of http://dvcs.w3.org/hg/html-media/raw-file/5f76a0b43836/encrypted-media/encrypted-media.html#dom-addkey

        * media/encrypted-media/encrypted-media-syntax-expected.txt:
        * media/encrypted-media/encrypted-media-syntax.html:

2012-07-23  Tony Chang  

        http/tests/multipart/policy-ignore-crash.php is failing on Chromium
        https://bugs.webkit.org/show_bug.cgi?id=92046

        Reviewed by Adam Barth.

        Chromium's network layer now shows most text/* mime types. This test was using text/random to
        try to trigger a crash when multipart content switch from a text type to a non-text type.
        Change the test to use a text type that we don't render.

        * http/tests/multipart/policy-ignore-crash.php: Use text/rtf instead of text/random.
        * platform/chromium/TestExpectations: Test should be passing again.

2012-07-23  Hayato Ito  

        A FocusScope for a distributed node should not be its TreeScope.
        https://bugs.webkit.org/show_bug.cgi?id=91829

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/focus-navigation-with-distributed-nodes-expected.txt: Added.
        * fast/dom/shadow/focus-navigation-with-distributed-nodes.html: Added.
        * fast/dom/shadow/resources/shadow-dom.js:
        (shouldNavigateFocus):

2012-07-23  Douglas Stockwell  

        Null-pointer crash when parsing border-image
        https://bugs.webkit.org/show_bug.cgi?id=91963

        Reviewed by Darin Adler.

        * fast/css/border-image-fill-crash-expected.txt: Added.
        * fast/css/border-image-fill-crash.html: Added.

2012-07-23  Bem Jones-Bey  

        [CSS Exclusions] SVG shape errors should invalidate exclusion shapes
        https://bugs.webkit.org/show_bug.cgi?id=91761

        Reviewed by Andreas Kling.

        Test that negative heights. widths, and radiuses are ignored.

        * fast/exclusions/parsing-wrap-shape-lengths-expected.txt:
        * fast/exclusions/parsing-wrap-shape-lengths.html:

2012-07-23  Caio Marcelo de Oliveira Filho  

        [Qt] css3/selectors3 rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=92038

        Reviewed by Alexis Menard.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped: These tests are failing because of  default size in
        WK2, which is different than the expected results generated from WK1. Moved them to
        appropriate block in skipped list.
        * platform/qt-5.0/Skipped:
        * platform/qt/css3/selectors3/html/css3-modsel-21c-expected.png:
        * platform/qt/css3/selectors3/html/css3-modsel-21c-expected.txt:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-21c-expected.png:
        * platform/qt/css3/selectors3/xhtml/css3-modsel-21c-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-148-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-148-expected.txt:
        * platform/qt/css3/selectors3/xml/css3-modsel-21c-expected.png:
        * platform/qt/css3/selectors3/xml/css3-modsel-21c-expected.txt:

2012-07-23  Tony Chang  

        Unreviewed gardening. Land pixel results for fast/frames/valid.html on chromium mac snowleopard.

        * fast/frames/valid-expected.txt: Renamed from LayoutTests/platform/efl/fast/frames/valid-expected.txt.
        * platform/chromium-mac-snowleopard/fast/frames/valid-expected.png: Added.
        * platform/chromium/TestExpectations:
        * platform/gtk/fast/frames/valid-expected.txt: Removed.
        * platform/mac/fast/frames/valid-expected.txt: Removed.

2012-07-23  Andrew Wilson  

        Unreviewed chromium expectations change to mark test as slow: fast/forms/select-set-length-with-mutation-remove.html.

        * platform/chromium/TestExpectations:

2012-07-23  Kwang Yul Seo  

        Use the original token to create an element in "reconstruct the active formatting elements" and "call the adoption agency"
        https://bugs.webkit.org/show_bug.cgi?id=91703

        Reviewed by Adam Barth.

        Updated test expectation for html5lib/runner-expected.txt
        because now resources/scripted/adoption01.dat passes.

        * html5lib/runner-expected.txt:

2012-07-23  Rafael Brandao  

        [Qt] svg/{in-html,overflow,repaint,wicd} needs update after new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=92023

        Unreviewed gardening.

        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/svg/wicd/test-rightsizing-b-expected.png: Removed.
        * platform/qt-5.0/svg/wicd/test-rightsizing-b-expected.txt: Removed.
        * platform/qt/Skipped:
        * platform/qt/svg/in-html/by-reference-expected.txt:
        * platform/qt/svg/in-html/circle-expected.png:
        * platform/qt/svg/in-html/circle-expected.txt:
        * platform/qt/svg/overflow/overflow-on-foreignObject-expected.png:
        * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.txt:
        * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.txt:
        * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.txt:
        * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.txt:
        * platform/qt/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.txt:
        * platform/qt/svg/repaint/inner-svg-change-viewBox-contract-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-foreignObject-expected.png.
        * platform/qt/svg/repaint/inner-svg-change-viewBox-contract-expected.txt: Added.
        * platform/qt/svg/repaint/inner-svg-change-viewBox-expected.png: Added.
        * platform/qt/svg/repaint/inner-svg-change-viewBox-expected.txt: Added.
        * platform/qt/svg/repaint/inner-svg-change-viewPort-relative-expected.txt:
        * platform/qt/svg/repaint/mask-clip-target-transform-expected.png: Added.
        * platform/qt/svg/repaint/text-mask-update-expected.png: Copied from LayoutTests/platform/qt/svg/overflow/overflow-on-foreignObject-expected.png.
        * platform/qt/svg/repaint/text-mask-update-expected.txt: Added.
        * platform/qt/svg/wicd/rightsizing-grid-expected.png:
        * platform/qt/svg/wicd/rightsizing-grid-expected.txt:
        * platform/qt/svg/wicd/sizing-flakiness-expected.txt:
        * platform/qt/svg/wicd/test-rightsizing-a-expected.png:
        * platform/qt/svg/wicd/test-rightsizing-a-expected.txt:
        * platform/qt/svg/wicd/test-rightsizing-b-expected.png:
        * platform/qt/svg/wicd/test-rightsizing-b-expected.txt:
        * platform/qt/svg/wicd/test-scalable-background-image1-expected.png:
        * platform/qt/svg/wicd/test-scalable-background-image1-expected.txt:
        * platform/qt/svg/wicd/test-scalable-background-image2-expected.png:
        * platform/qt/svg/wicd/test-scalable-background-image2-expected.txt:

2012-07-23  Gregg Tavares  

        Fix WebGL texSubImage2D for cube maps
        https://bugs.webkit.org/show_bug.cgi?id=91927

        Reviewed by Kenneth Russell.

        Tests for WebGL texSubImage2D for cube maps.

        * fast/canvas/webgl/tex-sub-image-cube-maps-expected.txt: Added.
        * fast/canvas/webgl/tex-sub-image-cube-maps.html: Added.

2012-07-23  Filip Pizlo  

        DFG is too aggressive in performing the specific value optimization on loads
        https://bugs.webkit.org/show_bug.cgi?id=92034

        Reviewed by Mark Hahnenberg.

        * fast/js/dfg-resolve-global-polymorphic-non-dictionary-expected.txt: Added.
        * fast/js/dfg-resolve-global-polymorphic-non-dictionary.html: Added.
        * fast/js/dfg-resolve-global-specific-dictionary-expected.txt: Added.
        * fast/js/dfg-resolve-global-specific-dictionary.html: Added.
        * fast/js/script-tests/dfg-resolve-global-polymorphic-non-dictionary.js: Added.
        (description.foo):
        * fast/js/script-tests/dfg-resolve-global-specific-dictionary.js: Added.
        (description.foo):
        (x):

2012-07-23  Filip Pizlo  

        REGRESSION(r123169): It made fast/js/dfg-inline-arguments-use-from-uninlined-code.html fail on 32 bit platforms
        https://bugs.webkit.org/show_bug.cgi?id=92002

        Unskip test that this change fixes, as requested by Ossy.

        * platform/qt/Skipped:

2012-07-23  Andrew Wilson  

        More unreviewed chromium expectation changes to mark tests as failing/slow.
        * platform/chromium/TestExpectations:

2012-06-12  Jer Noble  

        MediaController.currentTime should be kept stable during script execution.
        https://bugs.webkit.org/show_bug.cgi?id=88555

        Reviewed by Eric Carlson.

        * media/media-controller-time-constant-expected.txt: Added.
        * media/media-controller-time-constant.html: Added.

2012-07-23  Caio Marcelo de Oliveira Filho  

        [Qt] dom/xhtml/level3/core rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=92028

        Unreviewed.

        * platform/qt-5.0/Skipped:
        * platform/qt/dom/xhtml/level3/core/documentgetinputencoding03-expected.txt:
        * platform/qt/dom/xhtml/level3/core/entitygetinputencoding02-expected.txt:
        * platform/qt/dom/xhtml/level3/core/entitygetxmlversion02-expected.txt:
        * platform/qt/dom/xhtml/level3/core/nodegetbaseuri05-expected.txt:
        * platform/qt/dom/xhtml/level3/core/nodegetbaseuri07-expected.txt:
        * platform/qt/dom/xhtml/level3/core/nodegetbaseuri09-expected.txt:
        * platform/qt/dom/xhtml/level3/core/nodegetbaseuri10-expected.txt:
        * platform/qt/dom/xhtml/level3/core/nodegetbaseuri11-expected.txt:
        * platform/qt/dom/xhtml/level3/core/nodegetbaseuri15-expected.txt:
        * platform/qt/dom/xhtml/level3/core/nodegetbaseuri17-expected.txt:
        * platform/qt/dom/xhtml/level3/core/nodegetbaseuri18-expected.txt:
        * platform/qt/dom/xhtml/level3/core/nodelookupnamespaceuri01-expected.txt:
        * platform/qt/dom/xhtml/level3/core/nodelookupprefix19-expected.txt:

2012-07-23  Simon Fraser  

        Part 2 of: Implement sticky positioning
        https://bugs.webkit.org/show_bug.cgi?id=90046

        Reviewed by Ojan Vafai.

        Test for parsing and returning fro getComputedStyle() the new
        -webkit-sticky value for position.

        * fast/css/sticky/parsing-position-sticky-expected.txt: Added.
        * fast/css/sticky/parsing-position-sticky.html: Added.
        * fast/css/sticky/resources/parsing-position-sticky.js: Added.
        (test):

2012-07-23  Andrew Wilson  

        Unreviewed chromium expectations change to mark media/media-fragments/TC0010-TC0019.html as flaky/crashy.

        * platform/chromium/TestExpectations:

2012-07-23  Stephen Chenney  

        Crash when setting empty class name on a new element
        https://bugs.webkit.org/show_bug.cgi?id=92024

        Reviewed by Andreas Kling.

        Add a check for null attributeData() when setting the className to an
        empty string on a newly created element.

        * svg/custom/empty-className-baseVal-crash-expected.txt: Added.
        * svg/custom/empty-className-baseVal-crash.html: Added.

2012-07-23  Caio Marcelo de Oliveira Filho  

        [Qt] tables/mozilla_expected_failures rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=92013

        Unreviewed.

        * platform/qt-5.0/Skipped:
        * platform/qt/tables/mozilla_expected_failures/marvin/table_overflow_td_align_right-expected.txt:

2012-07-23  Caio Marcelo de Oliveira Filho  

        [Qt] tables/mozilla_expected_failures/bugs rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=92017

        Reviewed by Alexis Menard.

        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug128876-expected.png: Added.
        * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png: Added.
        * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:

2012-07-23  Rafael Brandao  

        [Qt] svg/zoom needs update after new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=92007

        Reviewed by Alexis Menard.

        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Removed.
        * platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Removed.
        * platform/qt/Skipped:
        * platform/qt/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png: Added.
        * platform/qt/svg/zoom/page/absolute-sized-document-scrollbars-expected.png: Added.
        * platform/qt/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added.
        * platform/qt/svg/zoom/page/zoom-background-images-expected.png:
        * platform/qt/svg/zoom/page/zoom-background-images-expected.txt:
        * platform/qt/svg/zoom/page/zoom-foreign-content-expected.txt: Added.
        * platform/qt/svg/zoom/page/zoom-foreignObject-expected.png:
        * platform/qt/svg/zoom/page/zoom-foreignObject-expected.txt:
        * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.png:
        * platform/qt/svg/zoom/page/zoom-hixie-mixed-008-expected.txt:
        * platform/qt/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png:
        * platform/qt/svg/zoom/page/zoom-hixie-rendering-model-004-expected.txt:
        * platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png:
        * platform/qt/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
        * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.png:
        * platform/qt/svg/zoom/page/zoom-mask-with-percentages-expected.txt:
        * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png:
        * platform/qt/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt:
        * platform/qt/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt:
        * platform/qt/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt:
        * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Added.
        * platform/qt/svg/zoom/page/zoom-svg-float-border-padding-expected.txt:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png:
        * platform/qt/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.txt:
        * platform/qt/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png: Added.
        * platform/qt/svg/zoom/text/absolute-sized-document-scrollbars-expected.png: Added.
        * platform/qt/svg/zoom/text/relative-sized-document-scrollbars-expected.png: Added.
        * platform/qt/svg/zoom/text/zoom-foreignObject-expected.png:
        * platform/qt/svg/zoom/text/zoom-foreignObject-expected.txt:
        * platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.png:
        * platform/qt/svg/zoom/text/zoom-hixie-mixed-008-expected.txt:
        * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.png:
        * platform/qt/svg/zoom/text/zoom-hixie-mixed-009-expected.txt:
        * platform/qt/svg/zoom/text/zoom-hixie-rendering-model-004-expected.png:
        * platform/qt/svg/zoom/text/zoom-hixie-rendering-model-004-expected.txt:
        * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
        * platform/qt/svg/zoom/text/zoom-svg-float-border-padding-expected.txt:

2012-07-23  Andrew Wilson  

        Unreviewed chromium expectations change to ignore flakiness for struct-dom-06-b.svg.

        * platform/chromium/TestExpectations:

2012-07-23  Andrew Wilson  

        Unreviewed chromium expectations change to ignore DEBUG failures for policy-ignore-crash.php.

        * platform/chromium/TestExpectations:

2012-07-23  Sheriff Bot  

        Unreviewed, rolling out r123362.
        http://trac.webkit.org/changeset/123362
        https://bugs.webkit.org/show_bug.cgi?id=92020

        uploaded wrong expectations :( bad caio (Requested by cmarcelo
        on #webkit).

        * platform/gtk/tables/mozilla_expected_failures/bugs/bug128876-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Removed.
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug128876-expected.png: Removed.
        * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png: Removed.
        * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:

2012-07-23  Andrew Wilson  

        Unreviewed chromium expectations change to mark inline-plaintext-relayout-with-leading-neutrals.html flaky.
        https://bugs.webkit.org/show_bug.cgi?id=92019

        * platform/chromium/TestExpectations:

2012-07-23  Caio Marcelo de Oliveira Filho  

        [Qt] tables/mozilla_expected_failures/bugs rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=92017

        Reviewed by Alexis Menard.

        * platform/gtk/tables/mozilla_expected_failures/bugs/bug128876-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug23847-expected.txt: Copied from LayoutTests/platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt.
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * platform/gtk/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug128876-expected.png: Added.
        * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.png: Added.
        * platform/qt/tables/mozilla_expected_failures/bugs/bug23847-expected.txt:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-6-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-7-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-8-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug3166-9-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug80762-2-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png:
        * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt:

2012-07-23  Ryosuke Niwa  

        REGRESSION(r123281): childNodes sometimes returns wrong nodes
        https://bugs.webkit.org/show_bug.cgi?id=92014

        Reviewed by Anders Carlsson.

        Added an integration regression test that caught this bug.

        * fast/dom/NodeList/childNodes-reverse-iteration-expected.txt: Added.
        * fast/dom/NodeList/childNodes-reverse-iteration.html: Added.

2012-07-23  Luciano Wolf  

        [Qt] animations needs rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=91997

        Reviewed by Noam Rosenthal.

        Updating skipped tests inside animations directory.

        * platform/qt-5.0/Skipped:
        * platform/qt/animations/3d/change-transform-in-end-event-expected.txt: Added.
        * platform/qt/animations/3d/state-at-end-event-transform-expected.txt:
        * platform/qt/animations/additive-transform-animations-expected.txt:
        * platform/qt/animations/cross-fade-background-image-expected.txt:
        * platform/qt/animations/cross-fade-border-image-source-expected.txt:
        * platform/qt/animations/cross-fade-list-style-image-expected.txt:
        * platform/qt/animations/cross-fade-webkit-mask-box-image-expected.txt:
        * platform/qt/animations/cross-fade-webkit-mask-image-expected.txt:
        * platform/qt/animations/missing-values-first-keyframe-expected.txt:
        * platform/qt/animations/missing-values-last-keyframe-expected.txt:
        * platform/qt/animations/state-at-end-event-expected.txt:

2012-07-23  Pierre Rossi  

        Unify numTouchEventHandlersChanged and needTouchEvents in the chrome client
        https://bugs.webkit.org/show_bug.cgi?id=91006

        Reviewed by Ryosuke Niwa.

        Extend the touch-handler-count test to also cover the hasListenerType logic.

        * fast/events/touch/touch-handler-count-expected.txt:
        * fast/events/touch/touch-handler-count.html:

2012-07-23  Andrew Wilson  

        Unreviewed chromium expectations change to mark fast/frames/frameset-frameborder-boolean-values.html as slow on snowleopard.
        https://bugs.webkit.org/show_bug.cgi?id=24182

        * platform/chromium/TestExpectations:

2012-07-23  Andrew Wilson  

        Unreviewed chromium change to mark sandboxed-iframe-navigation-parent.html as slow on Windows.
        https://bugs.webkit.org/show_bug.cgi?id=24182

        * platform/chromium/TestExpectations:

2012-07-23  Andrew Wilson  

        Unreviewed chromium expectations change after r123302.
        https://bugs.webkit.org/show_bug.cgi?id=91806

        * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.png:
        * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png:
        * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-layer-expected.png:

2012-07-23  Andrew Wilson  

        Unreviewed chromium expectations change to ignore failures for policy-ignore-crash.php.

        * platform/chromium/TestExpectations:

2012-07-23  Vincent Scheib  

        Skip http/tests/pointer-lock on ports that do not support pointer lock.

        Unreviewed.

        * platform/efl/Skipped:
        * platform/mac/Skipped:
        * platform/qt/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:

2012-07-21  Vincent Scheib  

        webkitFullscreenElement, webkitCurrentFullScreenElement, webkitPointerLockElement block cross origin access.
        https://bugs.webkit.org/show_bug.cgi?id=91892

        Reviewed by Adam Barth.

        Tests verifying the behavior of accessing
        webkitFullscreenElement, webkitCurrentFullScreenElement, webkitPointerLockElement
        from different origins.

        * http/tests/fullscreen/fullscreenelement-different-origin-expected.txt: Added.
        * http/tests/fullscreen/fullscreenelement-different-origin.html: Added.
        * http/tests/fullscreen/fullscreenelement-same-origin-expected.txt: Added.
        * http/tests/fullscreen/fullscreenelement-same-origin.html: Added.
        * http/tests/pointer-lock/pointerlockelement-different-origin-expected.txt: Added.
        * http/tests/pointer-lock/pointerlockelement-different-origin.html: Added.
        * http/tests/pointer-lock/pointerlockelement-same-origin-expected.txt: Added.
        * http/tests/pointer-lock/pointerlockelement-same-origin.html: Added.
        * http/tests/resources/pointer-lock/iframe-common.js: Added.
        (thisFileName):
        (window.onmessage):
        * http/tests/resources/pointer-lock/inner-iframe.html: Added.
        * http/tests/resources/pointer-lock/pointer-lock-test-harness.js:
        (runOnKeyPress.keypressHandler):
        * pointer-lock/locked-element-iframe-removed-from-dom-expected.txt:
        * pointer-lock/locked-element-iframe-removed-from-dom.html:
        * pointer-lock/locked-element-removed-from-dom-expected.txt:
        * pointer-lock/locked-element-removed-from-dom.html:

2012-07-23  Zan Dobersek  

        Unreviewed GTK gardening, adding the WONTFIX modifier to a few more tests,
        moving them to the top of the expected failures section.

        * platform/gtk/TestExpectations:

2012-07-23  Kristóf Kosztyó  

        [Qt] Unreviewed gardening. Skip the failing tests.

        * platform/qt/Skipped:

2012-07-23  Csaba Osztrogonác  

        [Qt] DumpRenderTree does not use 'monospace' font when directed
        https://bugs.webkit.org/show_bug.cgi?id=85203

        Unreviewed gardening.

        * platform/qt-4.8/Skipped: Unskip now passing tests.

2012-07-23  Caio Marcelo de Oliveira Filho  

        [Qt] editing/inserting/multiple-lines-selected.html fails
        https://bugs.webkit.org/show_bug.cgi?id=91993

        Reviewed by Simon Hausmann.

        Removing wrong expected results, adding it to the skipped list.

        * platform/qt-5.0/Skipped:
        * platform/qt/editing/inserting/multiple-lines-selected-expected.png: Removed.
        * platform/qt/editing/inserting/multiple-lines-selected-expected.txt: Removed.

2012-07-23  Caio Marcelo de Oliveira Filho  

        [Qt] editing/inserting rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=91985

        Unreviewed.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk1/editing/inserting/4960120-1-expected.png: Removed.
        * platform/qt-5.0-wk1/editing/inserting/4960120-1-expected.txt: Removed.
        * platform/qt-5.0-wk1/editing/inserting/before-after-input-element-expected.png: Removed.
        * platform/qt-5.0-wk1/editing/inserting/before-after-input-element-expected.txt: Removed.
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/editing/inserting/5549929-2-expected.txt: Removed.
        * platform/qt-5.0/editing/inserting/5549929-3-expected.txt: Removed.
        * platform/qt-5.0/editing/inserting/insert-br-at-tabspan-001-expected.txt: Removed.
        * platform/qt-5.0/editing/inserting/insert-br-at-tabspan-002-expected.txt: Removed.
        * platform/qt-5.0/editing/inserting/insert-br-at-tabspan-003-expected.txt: Removed.
        * platform/qt-5.0/editing/inserting/insert-tab-001-expected.txt: Removed.
        * platform/qt-5.0/editing/inserting/insert-tab-002-expected.txt: Removed.
        * platform/qt-5.0/editing/inserting/insert-tab-004-expected.txt: Removed.
        * platform/qt-5.0/editing/inserting/insert-text-at-tabspan-001-expected.txt: Removed.
        * platform/qt-5.0/editing/inserting/insert-text-at-tabspan-002-expected.txt: Removed.
        * platform/qt-5.0/editing/inserting/insert-text-at-tabspan-003-expected.txt: Removed.
        * platform/qt/editing/inserting/4960120-1-expected.png:
        * platform/qt/editing/inserting/before-after-input-element-expected.png:
        * platform/qt/editing/inserting/insert-3654864-fix-expected.txt:
        * platform/qt/editing/inserting/insert-3851164-fix-expected.txt:
        * platform/qt/editing/inserting/insert-div-009-expected.png: Added.
        * platform/qt/editing/inserting/insert-div-009-expected.txt:
        * platform/qt/editing/inserting/insert-div-010-expected.png: Added.
        * platform/qt/editing/inserting/insert-div-010-expected.txt:

2012-07-23  Christophe Dumez  

        [EFL] media/controls-styling.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=91984

        Reviewed by Eric Carlson.

        Rebaseline media controls styling tests now that the
        EFL port properly ensures that overriding CSS
        properties won't affect the media controls.

        * platform/efl/media/controls-styling-expected.png:
        * platform/efl/media/controls-styling-expected.txt:
        * platform/efl/media/controls-styling-strict-expected.png:
        * platform/efl/media/controls-styling-strict-expected.txt:

2012-07-23  Christophe Dumez  

        [EFL] fast/layers/video-layer.html needs rebasing after r123320
        https://bugs.webkit.org/show_bug.cgi?id=91978

        Unreviewed EFL gardening, regenerate baseline for
        fast/layers/video-layer.html after r123320.

        * platform/efl/fast/layers/video-layer-expected.txt:

2012-07-23  Kristóf Kosztyó  

        [Qt] Unreviewed gardening.

        * platform/qt/Skipped:

2012-07-23  Andrei Poenaru  

        [Qt] new test introduced in r123205 fails on Qt
        https://bugs.webkit.org/show_bug.cgi?id=91967

        Reviewed by Kenneth Rohde Christiansen.

        Skipped WebInspector test that needs CSS Regions enabled.

        * platform/qt/Skipped:

2012-07-23  Zan Dobersek  

        Unreviewed GTK gardening.

        Marking more svg/W3C-SVG-1.1/animate-elem-* tests as flaky.

        * platform/gtk/TestExpectations:

2012-07-23  Christophe Dumez  

        [EFL] media/controls-styling-strict.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=91960

        Reviewed by Kenneth Rohde Christiansen.

        Update test expectations for media tests now that
        we use "display: -webkit-box;" for the current-time
        control.

        * platform/efl/media/audio-controls-rendering-expected.txt:
        * platform/efl/media/audio-repaint-expected.png:
        * platform/efl/media/audio-repaint-expected.txt:
        * platform/efl/media/controls-layout-direction-expected.png:
        * platform/efl/media/controls-strict-expected.png:
        * platform/efl/media/controls-strict-expected.txt:
        * platform/efl/media/controls-styling-expected.txt:
        * platform/efl/media/controls-styling-strict-expected.png: Added.
        * platform/efl/media/controls-styling-strict-expected.txt: Added.
        * platform/efl/media/media-controls-clone-expected.png:
        * platform/efl/media/media-controls-clone-expected.txt:
        * platform/efl/media/video-aspect-ratio-expected.png:
        * platform/efl/media/video-layer-crash-expected.png:
        * platform/efl/media/video-transformed-expected.png:
        * platform/efl/media/video-zoom-controls-expected.png:
        * platform/efl/media/video-zoom-controls-expected.txt:
        * platform/efl/media/video-zoom-expected.png:

2012-07-23  Christophe Dumez  

        [EFL] Skip http/tests/inspector-enabled/injected-script-discard.html
        https://bugs.webkit.org/show_bug.cgi?id=91959

        Unreviewed EFL gardening. Skip flaky Web Inspector test case.

        * platform/efl/TestExpectations:

2012-07-23  Hayato Ito  

        ComposedShadowTreeWalker should skip an empty insertion points.
        https://bugs.webkit.org/show_bug.cgi?id=91826

        Reviewed by Hajime Morita.

        * fast/dom/shadow/composed-shadow-tree-walker-expected.txt:
        * fast/dom/shadow/composed-shadow-tree-walker.html:

2012-07-23  Kristóf Kosztyó  

        [Qt] Unreviewed gardening. Skip the new failing tests.

        * platform/qt/Skipped:

2012-07-23  Li Yin  

        Improve AudioChannelSplitter test
        https://bugs.webkit.org/show_bug.cgi?id=91962

        Reviewed by Kentaro Hara.

        Spec: https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#AudioChannelSplitter-section
        The numberOfOutputs parameter determines the number of outputs.
        Values of up to 32 must be supported. If not specified, then 6 will be used.

        * webaudio/audiochannelsplitter-expected.txt:
        * webaudio/audiochannelsplitter.html:

2012-07-22  Li Yin  

        Improve BiquadFilterNode test case
        https://bugs.webkit.org/show_bug.cgi?id=90937

        Reviewed by Kentaro Hara.

        Spec: http://www.w3.org/TR/webaudio/#BiquadFilterNode
        Improve BiquadFilterNode test to cover constant value and number of inputs and outputs.

        * webaudio/biquadfilternode-basic-expected.txt:
        * webaudio/biquadfilternode-basic.html:

2012-07-22  Yoshifumi Inoue  

        [Tests] Rename fast/forms/number/*.html to number-*.html
        https://bugs.webkit.org/show_bug.cgi?id=91806

        Reviewed by Kent Tamura.

        This patch renames test scripts and expected text/images to same
        naming scheme(name starts with "number-"), for fast/forms/number.

        This patch also updates TestExpectations and Skipped files in platform
        directory for test name change.

        This patch is a part of forms input type test arrangement.
        https://bugs.webkit.org/show_bug.cgi?id=91805

        * fast/forms/number/ValidityState-rangeOverflow-number-expected.txt: Removed.
        * fast/forms/number/ValidityState-rangeOverflow-number.html: Removed.
        * fast/forms/number/ValidityState-rangeUnderflow-number-expected.txt: Removed.
        * fast/forms/number/ValidityState-rangeUnderflow-number.html: Removed.
        * fast/forms/number/ValidityState-stepMismatch-number-expected.txt: Removed.
        * fast/forms/number/ValidityState-stepMismatch-number.html: Removed.
        * fast/forms/number/ValidityState-typeMismatch-number-expected.txt: Removed.
        * fast/forms/number/ValidityState-typeMismatch-number.html: Removed.
        * fast/forms/number/input-appearance-number-rtl.html: Removed.
        * fast/forms/number/input-appearance-spinbutton-disabled-readonly.html: Removed.
        * fast/forms/number/input-appearance-spinbutton-layer.html: Removed.
        * fast/forms/number/input-appearance-spinbutton-visibility-expected.html: Removed.
        * fast/forms/number/input-appearance-spinbutton-visibility.html: Removed.
        * fast/forms/number/input-number-blur-twice-expected.txt: Removed.
        * fast/forms/number/input-number-blur-twice.html: Removed.
        * fast/forms/number/input-number-change-type-on-focus-expected.txt: Removed.
        * fast/forms/number/input-number-change-type-on-focus.html: Removed.
        * fast/forms/number/input-number-commit-valid-only-expected.txt: Removed.
        * fast/forms/number/input-number-commit-valid-only.html: Removed.
        * fast/forms/number/input-number-crash-expected.txt: Removed.
        * fast/forms/number/input-number-crash.html: Removed.
        * fast/forms/number/input-number-events-expected.txt: Removed.
        * fast/forms/number/input-number-events.html: Removed.
        * fast/forms/number/input-number-keyoperation-expected.txt: Removed.
        * fast/forms/number/input-number-keyoperation.html: Removed.
        * fast/forms/number/input-number-large-padding-expected.txt: Removed.
        * fast/forms/number/input-number-large-padding.html: Removed.
        * fast/forms/number/input-number-outofrange-expected.txt: Removed.
        * fast/forms/number/input-number-outofrange.html: Removed.
        * fast/forms/number/input-number-size-expected.txt: Removed.
        * fast/forms/number/input-number-size.html: Removed.
        * fast/forms/number/input-number-spinbutton-crash-expected.txt: Removed.
        * fast/forms/number/input-number-spinbutton-crash.html: Removed.
        * fast/forms/number/input-number-unacceptable-style-expected.txt: Removed.
        * fast/forms/number/input-number-unacceptable-style.html: Removed.
        * fast/forms/number/input-number-validation-message-expected.txt: Removed.
        * fast/forms/number/input-number-validation-message.html: Removed.
        * fast/forms/number/input-number-wheel-expected.txt: Removed.
        * fast/forms/number/input-number-wheel.html: Removed.
        * fast/forms/number/input-spinbutton-capturing-expected.txt: Removed.
        * fast/forms/number/input-spinbutton-capturing.html: Removed.
        * fast/forms/number/input-valueasnumber-number-expected.txt: Removed.
        * fast/forms/number/input-valueasnumber-number.html: Removed.
        * fast/forms/number/number-appearance-rtl.html: Copied from LayoutTests/fast/forms/number/input-appearance-number-rtl.html.
        * fast/forms/number/number-appearance-spinbutton-disabled-readonly.html: Copied from LayoutTests/fast/forms/number/input-appearance-spinbutton-disabled-readonly.html.
        * fast/forms/number/number-appearance-spinbutton-layer.html: Copied from LayoutTests/fast/forms/number/input-appearance-spinbutton-layer.html.
        * fast/forms/number/number-appearance-spinbutton-visibility-expected.html: Copied from LayoutTests/fast/forms/number/input-appearance-spinbutton-visibility-expected.html.
        * fast/forms/number/number-appearance-spinbutton-visibility.html: Copied from LayoutTests/fast/forms/number/input-appearance-spinbutton-visibility.html.
        * fast/forms/number/number-blur-twice-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-blur-twice-expected.txt.
        * fast/forms/number/number-blur-twice.html: Copied from LayoutTests/fast/forms/number/input-number-blur-twice.html.
        * fast/forms/number/number-change-type-on-focus-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-change-type-on-focus-expected.txt.
        * fast/forms/number/number-change-type-on-focus.html: Copied from LayoutTests/fast/forms/number/input-number-change-type-on-focus.html.
        * fast/forms/number/number-commit-valid-only-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-commit-valid-only-expected.txt.
        * fast/forms/number/number-commit-valid-only.html: Copied from LayoutTests/fast/forms/number/input-number-commit-valid-only.html.
        * fast/forms/number/number-crash-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-crash-expected.txt.
        * fast/forms/number/number-crash.html: Copied from LayoutTests/fast/forms/number/input-number-crash.html.
        * fast/forms/number/number-events-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-events-expected.txt.
        * fast/forms/number/number-events.html: Copied from LayoutTests/fast/forms/number/input-number-events.html.
        * fast/forms/number/number-keyoperation-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-keyoperation-expected.txt.
        * fast/forms/number/number-keyoperation.html: Copied from LayoutTests/fast/forms/number/input-number-keyoperation.html.
        * fast/forms/number/number-large-padding-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-large-padding-expected.txt.
        * fast/forms/number/number-large-padding.html: Copied from LayoutTests/fast/forms/number/input-number-large-padding.html.
        * fast/forms/number/number-outofrange-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-outofrange-expected.txt.
        * fast/forms/number/number-outofrange.html: Copied from LayoutTests/fast/forms/number/input-number-outofrange.html.
        * fast/forms/number/number-size-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-size-expected.txt.
        * fast/forms/number/number-size.html: Copied from LayoutTests/fast/forms/number/input-number-size.html.
        * fast/forms/number/number-spinbutton-capturing-expected.txt: Copied from LayoutTests/fast/forms/number/input-spinbutton-capturing-expected.txt.
        * fast/forms/number/number-spinbutton-capturing.html: Copied from LayoutTests/fast/forms/number/input-spinbutton-capturing.html.
        * fast/forms/number/number-spinbutton-crash-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-spinbutton-crash-expected.txt.
        * fast/forms/number/number-spinbutton-crash.html: Copied from LayoutTests/fast/forms/number/input-number-spinbutton-crash.html.
        * fast/forms/number/number-spinbutton-events-expected.txt: Copied from LayoutTests/fast/forms/number/spin-button-events-expected.txt.
        * fast/forms/number/number-spinbutton-events.html: Copied from LayoutTests/fast/forms/number/spin-button-events.html.
        * fast/forms/number/number-spinbutton-gets-disabled-or-readonly-expected.txt: Copied from LayoutTests/fast/forms/number/spin-button-gets-disabled-or-readonly-expected.txt.
        * fast/forms/number/number-spinbutton-gets-disabled-or-readonly.html: Copied from LayoutTests/fast/forms/number/spin-button-gets-disabled-or-readonly.html.
        * fast/forms/number/number-spinbutton-in-multi-column-expected.txt: Copied from LayoutTests/fast/forms/number/spin-in-multi-column-expected.txt.
        * fast/forms/number/number-spinbutton-in-multi-column.html: Copied from LayoutTests/fast/forms/number/spin-in-multi-column.html.
        * fast/forms/number/number-spinbutton-state-expected.txt: Copied from LayoutTests/fast/forms/number/spin-button-state-expected.txt.
        * fast/forms/number/number-spinbutton-state.html: Copied from LayoutTests/fast/forms/number/spin-button-state.html.
        * fast/forms/number/number-unacceptable-style-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-unacceptable-style-expected.txt.
        * fast/forms/number/number-unacceptable-style.html: Copied from LayoutTests/fast/forms/number/input-number-unacceptable-style.html.
        * fast/forms/number/number-validation-message-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-validation-message-expected.txt.
        * fast/forms/number/number-validation-message.html: Copied from LayoutTests/fast/forms/number/input-number-validation-message.html.
        * fast/forms/number/number-validity-state-range-underflow-expected.txt: Copied from LayoutTests/fast/forms/number/ValidityState-rangeUnderflow-number-expected.txt.
        * fast/forms/number/number-validity-state-range-underflow.html: Copied from LayoutTests/fast/forms/number/ValidityState-rangeUnderflow-number.html.
        * fast/forms/number/number-validity-state-step-mismatch-expected.txt: Copied from LayoutTests/fast/forms/number/ValidityState-stepMismatch-number-expected.txt.
        * fast/forms/number/number-validity-state-step-mismatch.html: Copied from LayoutTests/fast/forms/number/ValidityState-stepMismatch-number.html.
        * fast/forms/number/number-validity-state-type-mismatch-expected.txt: Copied from LayoutTests/fast/forms/number/ValidityState-typeMismatch-number-expected.txt.
        * fast/forms/number/number-validity-state-type-mismatch.html: Copied from LayoutTests/fast/forms/number/ValidityState-typeMismatch-number.html.
        * fast/forms/number/number-validitystate-range-overflow-expected.txt: Copied from LayoutTests/fast/forms/number/ValidityState-rangeOverflow-number-expected.txt.
        * fast/forms/number/number-validitystate-range-overflow.html: Copied from LayoutTests/fast/forms/number/ValidityState-rangeOverflow-number.html.
        * fast/forms/number/number-valueasnumber-expected.txt: Copied from LayoutTests/fast/forms/number/input-valueasnumber-number-expected.txt.
        * fast/forms/number/number-valueasnumber.html: Copied from LayoutTests/fast/forms/number/input-valueasnumber-number.html.
        * fast/forms/number/number-wheel-expected.txt: Copied from LayoutTests/fast/forms/number/input-number-wheel-expected.txt.
        * fast/forms/number/number-wheel.html: Copied from LayoutTests/fast/forms/number/input-number-wheel.html.
        * fast/forms/number/spin-button-events-expected.txt: Removed.
        * fast/forms/number/spin-button-events.html: Removed.
        * fast/forms/number/spin-button-gets-disabled-or-readonly-expected.txt: Removed.
        * fast/forms/number/spin-button-gets-disabled-or-readonly.html: Removed.
        * fast/forms/number/spin-button-state-expected.txt: Removed.
        * fast/forms/number/spin-button-state.html: Removed.
        * fast/forms/number/spin-in-multi-column-expected.txt: Removed.
        * fast/forms/number/spin-in-multi-column.html: Removed.
        * platform/chromium-linux/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
        * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
        * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
        * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
        * platform/chromium-linux/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/number/input-appearance-number-rtl-expected.png.
        * platform/chromium-linux/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
        * platform/chromium-linux/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
        * platform/chromium-linux/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-number-rtl-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
        * platform/chromium-mac-snowleopard/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
        * platform/chromium-mac/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
        * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
        * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
        * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
        * platform/chromium-mac/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-number-rtl-expected.png.
        * platform/chromium-mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
        * platform/chromium-mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
        * platform/chromium-mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
        * platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
        * platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
        * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
        * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
        * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
        * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
        * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.png.
        * platform/chromium-win/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.txt.
        * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
        * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
        * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
        * platform/chromium-win/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
        * platform/efl/Skipped:
        * platform/efl/TestExpectations:
        * platform/efl/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
        * platform/efl/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
        * platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
        * platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
        * platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
        * platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
        * platform/efl/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-number-rtl-expected.png.
        * platform/efl/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-number-rtl-expected.txt.
        * platform/efl/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
        * platform/efl/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
        * platform/efl/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
        * platform/efl/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
        * platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
        * platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
        * platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
        * platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
        * platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
        * platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
        * platform/gtk/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.png.
        * platform/gtk/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.txt.
        * platform/gtk/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
        * platform/gtk/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
        * platform/gtk/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
        * platform/gtk/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
        * platform/mac/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
        * platform/mac/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
        * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
        * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
        * platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
        * platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
        * platform/mac/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-number-rtl-expected.png.
        * platform/mac/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-number-rtl-expected.txt.
        * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
        * platform/mac/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
        * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
        * platform/mac/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
        * platform/qt-4.8/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
        * platform/qt-5.0-wk2/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png.
        * platform/qt-5.0-wk2/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.txt.
        * platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
        * platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
        * platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
        * platform/qt-5.0-wk2/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
        * platform/qt-arm/TestExpectations:
        * platform/qt-mac/Skipped:
        * platform/qt/Skipped:
        * platform/qt/fast/forms/number/input-appearance-number-rtl-expected.png: Removed.
        * platform/qt/fast/forms/number/input-appearance-number-rtl-expected.txt: Removed.
        * platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Removed.
        * platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
        * platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Removed.
        * platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed.
        * platform/qt/fast/forms/number/number-appearance-rtl-expected.png: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-number-rtl-expected.png.
        * platform/qt/fast/forms/number/number-appearance-rtl-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-number-rtl-expected.txt.
        * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png.
        * platform/qt/fast/forms/number/number-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt.
        * platform/qt/fast/forms/number/number-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.png.
        * platform/qt/fast/forms/number/number-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.txt.
        * platform/win-wk2/Skipped:
        * platform/win/Skipped:
        * platform/wincairo/Skipped:

2012-07-22  Kent Tamura  

        Rename ENABLE_METER_TAG and ENABLE_PROGRESS_TAG to ENABLE_METER_ELEMENT and ENABLE_PROGRESS_ELEMENT respectively
        https://bugs.webkit.org/show_bug.cgi?id=91941

        Reviewed by Kentaro Hara.

        A flag name for an elmement should be ENABLE_*_ELEMENT.

        * fast/dom/wrapper-classes.html:

2012-07-22  Stephen White  

        [chromium] Unreviewed gardening.
        
        Shamed into removing some BUGSENORBLANCOs from previous gardening
        stints.

        * platform/chromium/TestExpectations:

2012-07-22  Stephen White  

        [chromium] Test result gardening; unreviewed.

        * platform/chromium-mac-snowleopard/fast/borders/border-image-rotate-transform-expected.png:
        * platform/chromium-mac-snowleopard/fast/borders/border-image-scale-transform-expected.png:
        * platform/chromium-mac/fast/borders/border-image-scale-transform-expected.png:
        * platform/chromium-win/fast/borders/border-image-scale-transform-expected.png:
        * platform/chromium/TestExpectations:

2012-07-22  Zan Dobersek  

        Unreviewed GTK gardening, adding baselines for the media/controls-styling-strict.html
        test and skip a subpixel layout test that's crashing on debug builds (the
        feature is disabled at the moment so the failure is somewhat acceptable).

        * platform/gtk/TestExpectations:
        * platform/gtk/media/controls-styling-strict-expected.png: Added.
        * platform/gtk/media/controls-styling-strict-expected.txt: Added.

2012-07-21  Dan Bernstein  

         SVG-as-image (constrained) intrinsic size calculation is wrong in vertical writing modes
        https://bugs.webkit.org/show_bug.cgi?id=91918

        Reviewed by Anders Carlsson.

        * svg/as-image/svg-intrinsic-size-rectangular-vertical-expected.html: Added.
        * svg/as-image/svg-intrinsic-size-rectangular-vertical.html: Added.

2012-07-20  Tony Chang  

        [chromium] Mark anther test as needing a rebaseline due to r123285.

        * platform/chromium/TestExpectations:

2012-07-20  Stephen White  

        [chromium] Mark a test as needing a rebaseline due to image change.
        https://bugs.webkit.org/show_bug.cgi?id=90624

        Reviewed by Adrienne Walker.

        * platform/chromium/TestExpectations:

2012-07-20  Tony Chang  

        [chromium] Unreviewed, one more new baselines after r123272 (I missed SL).

        * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:

2012-07-20  Tony Chang  

        [chromium] Unreviewed, one more new baselines after r123272.

        * platform/chromium-linux/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-mac-snowleopard/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-mac/http/tests/media/video-buffered-range-contains-currentTime-expected.png:
        * platform/chromium-win/http/tests/media/video-buffered-range-contains-currentTime-expected.png:

2012-07-20  Tony Chang  

        [chromium] Unreviewed, land new baselines after r123272.

        * platform/chromium-linux/media/controls-styling-strict-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/layers/video-layer-expected.png:
        * platform/chromium-mac-snowleopard/fullscreen/full-screen-stacking-context-expected.png:
        * platform/chromium-mac-snowleopard/media/audio-controls-rendering-expected.png:
        * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-after-reload-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-layout-direction-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-strict-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-styling-expected.png:
        * platform/chromium-mac-snowleopard/media/controls-styling-strict-expected.png: Added.
        * platform/chromium-mac-snowleopard/media/controls-without-preload-expected.png:
        * platform/chromium-mac-snowleopard/media/media-controls-clone-expected.png:
        * platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.png:
        * platform/chromium-mac-snowleopard/media/video-display-toggle-expected.png:
        * platform/chromium-mac-snowleopard/media/video-empty-source-expected.png:
        * platform/chromium-mac-snowleopard/media/video-no-audio-expected.png:
        * platform/chromium-mac-snowleopard/media/video-playing-and-pause-expected.png:
        * platform/chromium-mac/css1/basic/inheritance-expected.png:
        * platform/chromium-mac/fast/layers/video-layer-expected.png:
        * platform/chromium-mac/fullscreen/full-screen-stacking-context-expected.png:
        * platform/chromium-mac/media/audio-controls-rendering-expected.png:
        * platform/chromium-mac/media/audio-repaint-expected.png:
        * platform/chromium-mac/media/controls-after-reload-expected.png:
        * platform/chromium-mac/media/controls-layout-direction-expected.png:
        * platform/chromium-mac/media/controls-strict-expected.png:
        * platform/chromium-mac/media/controls-styling-expected.png:
        * platform/chromium-mac/media/controls-styling-strict-expected.png: Added.
        * platform/chromium-mac/media/controls-styling-strict-expected.txt: Added.
        * platform/chromium-mac/media/controls-without-preload-expected.png:
        * platform/chromium-mac/media/media-controls-clone-expected.png:
        * platform/chromium-mac/media/video-controls-rendering-expected.png:
        * platform/chromium-mac/media/video-display-toggle-expected.png:
        * platform/chromium-mac/media/video-empty-source-expected.png:
        * platform/chromium-mac/media/video-no-audio-expected.png:
        * platform/chromium-mac/media/video-playing-and-pause-expected.png:
        * platform/chromium-mac/media/video-zoom-controls-expected.png:
        * platform/chromium-win/fast/layers/video-layer-expected.png:
        * platform/chromium-win/fullscreen/full-screen-stacking-context-expected.png:
        * platform/chromium-win/media/audio-controls-rendering-expected.png:
        * platform/chromium-win/media/audio-repaint-expected.png:
        * platform/chromium-win/media/controls-after-reload-expected.png:
        * platform/chromium-win/media/controls-layout-direction-expected.png:
        * platform/chromium-win/media/controls-strict-expected.png:
        * platform/chromium-win/media/controls-styling-expected.png:
        * platform/chromium-win/media/controls-styling-strict-expected.png: Added.
        * platform/chromium-win/media/controls-styling-strict-expected.txt: Added.
        * platform/chromium-win/media/controls-without-preload-expected.png:
        * platform/chromium-win/media/media-controls-clone-expected.png:
        * platform/chromium-win/media/video-controls-rendering-expected.png:
        * platform/chromium-win/media/video-display-toggle-expected.png:
        * platform/chromium-win/media/video-empty-source-expected.png:
        * platform/chromium-win/media/video-no-audio-expected.png:
        * platform/chromium-win/media/video-playing-and-pause-expected.png:
        * platform/chromium-win/media/video-zoom-controls-expected.png:

2012-07-20  Caio Marcelo de Oliveira Filho  

        [Qt] svg/text rebaseline after new test fonts (part 4)
        https://bugs.webkit.org/show_bug.cgi?id=91905

        Unreviewed.

        Two tests, svg/text/foreignObject-text-clipping-bug.xml and
        svg/text/scaling-font-with-geometric-precision.html, still have incorrect results.

        This is not a regression because they were incorrect before, but had expected files with
        the wrong results. Instead of updating wrong expectations, I kept them skipped but created
        a new bug to track each one.

        * platform/qt-5.0/Skipped:
        * platform/qt/svg/text/font-size-below-point-five-2-expected.png:
        * platform/qt/svg/text/font-size-below-point-five-2-expected.txt:
        * platform/qt/svg/text/font-size-below-point-five-expected.png:
        * platform/qt/svg/text/font-size-below-point-five-expected.txt:
        * platform/qt/svg/text/lengthAdjust-text-metrics-expected.txt:
        * platform/qt/svg/text/modify-text-node-in-tspan-expected.png:
        * platform/qt/svg/text/modify-text-node-in-tspan-expected.txt:
        * platform/qt/svg/text/remove-text-node-from-tspan-expected.png:
        * platform/qt/svg/text/remove-text-node-from-tspan-expected.txt:
        * platform/qt/svg/text/remove-tspan-from-text-expected.png:
        * platform/qt/svg/text/remove-tspan-from-text-expected.txt:
        * platform/qt/svg/text/text-altglyph-01-b-expected.png:
        * platform/qt/svg/text/text-altglyph-01-b-expected.txt:
        * platform/qt/svg/text/text-deco-01-b-expected.png:
        * platform/qt/svg/text/text-deco-01-b-expected.txt:
        * platform/qt/svg/text/text-fill-opacity-expected.png:
        * platform/qt/svg/text/text-fill-opacity-expected.txt:
        * platform/qt/svg/text/text-fonts-02-t-expected.png:
        * platform/qt/svg/text/text-fonts-02-t-expected.txt:
        * platform/qt/svg/text/text-gradient-positioning-expected.png:
        * platform/qt/svg/text/text-gradient-positioning-expected.txt:
        * platform/qt/svg/text/text-midpoint-split-bug-expected.png:
        * platform/qt/svg/text/text-midpoint-split-bug-expected.txt:
        * platform/qt/svg/text/text-path-middle-align-expected.txt:
        * platform/qt/svg/text/text-repaint-rects-expected.png:
        * platform/qt/svg/text/text-repaint-rects-expected.txt:
        * platform/qt/svg/text/text-spacing-01-b-expected.png:
        * platform/qt/svg/text/text-spacing-01-b-expected.txt:
        * platform/qt/svg/text/text-tref-01-b-expected.png:
        * platform/qt/svg/text/text-tref-01-b-expected.txt:
        * platform/qt/svg/text/text-viewbox-rescale-expected.png:
        * platform/qt/svg/text/text-viewbox-rescale-expected.txt:
        * platform/qt/svg/text/textPathBoundsBug-expected.txt:

2012-07-20  Joshua Bell  

        IndexedDB: "ASSERTION FAILED: !m_requestFinished" hit in IDBRequest::dispatchEvent
        https://bugs.webkit.org/show_bug.cgi?id=86911

        Reviewed by Tony Chang.

        Added regression test based on repro steps in the bug.

        * storage/indexeddb/request-continue-abort-expected.txt: Added.
        * storage/indexeddb/request-continue-abort.html: Added.
        * storage/indexeddb/resources/request-continue-abort.js: Added.
        (test.request.onsuccess.request.onsuccess.request.onsuccess):
        (test.request.onsuccess.request.onsuccess):
        (test.request.onsuccess):
        (test):
        (onUpgrade):
        (testCursor.request.onsuccess):
        (testCursor.request.onerror):
        (testCursor.transaction.onabort):
        (testCursor):

2012-07-20  Caio Marcelo de Oliveira Filho  

        [Qt] svg/text rebaseline after new test fonts (part 3)
        https://bugs.webkit.org/show_bug.cgi?id=91904

        Unreviewed.

        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: Removed.
        * platform/qt-5.0/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt: Removed.
        * platform/qt-5.0/svg/text/text-overflow-ellipsis-svgfont-expected.png: Removed.
        * platform/qt-5.0/svg/text/text-overflow-ellipsis-svgfont-expected.txt: Removed.
        * platform/qt-5.0/svg/text/text-tselect-01-b-expected.png: Removed.
        * platform/qt-5.0/svg/text/text-tselect-01-b-expected.txt: Removed.
        * platform/qt-5.0/svg/text/text-tspan-01-b-expected.png: Removed.
        * platform/qt-5.0/svg/text/text-tspan-01-b-expected.txt: Removed.
        * platform/qt/svg/text/append-text-node-to-tspan-expected.png:
        * platform/qt/svg/text/append-text-node-to-tspan-expected.txt:
        * platform/qt/svg/text/ems-display-none-expected.png:
        * platform/qt/svg/text/ems-display-none-expected.txt:
        * platform/qt/svg/text/exs-display-none-expected.png:
        * platform/qt/svg/text/exs-display-none-expected.txt:
        * platform/qt/svg/text/foreignObject-repaint-expected.png:
        * platform/qt/svg/text/foreignObject-repaint-expected.txt:
        * platform/qt/svg/text/scaled-font-expected.png:
        * platform/qt/svg/text/scaled-font-expected.txt:
        * platform/qt/svg/text/text-overflow-ellipsis-svgfont-expected.png:
        * platform/qt/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
        * platform/qt/svg/text/text-tselect-01-b-expected.png:
        * platform/qt/svg/text/text-tselect-01-b-expected.txt:
        * platform/qt/svg/text/text-tspan-01-b-expected.png:
        * platform/qt/svg/text/text-tspan-01-b-expected.txt:
        * platform/qt/svg/text/text-ws-01-t-expected.png:
        * platform/qt/svg/text/text-ws-01-t-expected.txt:
        * platform/qt/svg/text/text-ws-02-t-expected.png:
        * platform/qt/svg/text/text-ws-02-t-expected.txt:

2012-07-20  Andrew Scherkus  

        [chromium] Unreviewed rebaselined due to r123259.

        * platform/chromium-linux/media/media-document-audio-repaint-expected.png:
        * platform/chromium-linux/media/video-zoom-controls-expected.txt: Removed.
        * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png:
        * platform/chromium-mac/fast/layers/video-layer-expected.txt:
        * platform/chromium-mac/media/audio-controls-rendering-expected.txt:
        * platform/chromium-mac/media/audio-repaint-expected.txt:
        * platform/chromium-mac/media/controls-after-reload-expected.txt:
        * platform/chromium-mac/media/controls-strict-expected.txt:
        * platform/chromium-mac/media/controls-styling-expected.txt:
        * platform/chromium-mac/media/controls-without-preload-expected.txt:
        * platform/chromium-mac/media/media-controls-clone-expected.txt:
        * platform/chromium-mac/media/media-document-audio-repaint-expected.png:
        * platform/chromium-mac/media/media-document-audio-repaint-expected.txt:
        * platform/chromium-mac/media/video-controls-rendering-expected.txt:
        * platform/chromium-mac/media/video-display-toggle-expected.txt:
        * platform/chromium-mac/media/video-empty-source-expected.txt:
        * platform/chromium-mac/media/video-no-audio-expected.txt:
        * platform/chromium-mac/media/video-playing-and-pause-expected.txt:
        * platform/chromium-mac/media/video-zoom-controls-expected.txt:
        * platform/chromium-win/fast/layers/video-layer-expected.txt:
        * platform/chromium-win/media/audio-controls-rendering-expected.txt:
        * platform/chromium-win/media/audio-repaint-expected.txt:
        * platform/chromium-win/media/controls-after-reload-expected.txt:
        * platform/chromium-win/media/controls-strict-expected.txt:
        * platform/chromium-win/media/controls-styling-expected.txt:
        * platform/chromium-win/media/controls-without-preload-expected.txt:
        * platform/chromium-win/media/media-controls-clone-expected.txt:
        * platform/chromium-win/media/media-document-audio-repaint-expected.png:
        * platform/chromium-win/media/media-document-audio-repaint-expected.txt:
        * platform/chromium-win/media/video-controls-rendering-expected.txt:
        * platform/chromium-win/media/video-display-toggle-expected.txt:
        * platform/chromium-win/media/video-empty-source-expected.txt:
        * platform/chromium-win/media/video-no-audio-expected.txt:
        * platform/chromium-win/media/video-playing-and-pause-expected.txt:
        * platform/chromium-win/media/video-zoom-controls-expected.txt:
        * platform/chromium/TestExpectations:

2012-07-20  Luciano Wolf  

        [Qt] ietestcenter needs rebaseline after new test fonts
        https://bugs.webkit.org/show_bug.cgi?id=91886

        Updating skipped tests inside ietestcenter. The following tests
        remain skipped:
        /css3/bordersbackgrounds/border-radius-style-001-expected.txt (not using dashed line)
        /css3/bordersbackgrounds/border-radius-style-002-expected.txt (not using dashed line)
        /css3/text/textshadow-002-expected.txt (missing bar on top of blue text)

        Reviewed by Noam Rosenthal.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-attachment-local-scrolling-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-applied-to-rounded-inline-element-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-color-border-box-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-repeat-space-padding-box-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-002-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-applies-to-block-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background-size-aspect-ratio-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_color_padding_box-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_position_three_four_values-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_properties_greater_than_images-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_border_box-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/background_repeat_space_content_box-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-001-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-002-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-003-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-004-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-005-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-006-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-007-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-008-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-009-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-010-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-011-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-012-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-013-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-014-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-015-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-016-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-applies-to-017-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-001-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-clip-002-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-different-width-001-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-initial-value-001-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-not-inherited-001-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-shorthand-001-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-003-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-004-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-style-005-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-001-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-sum-of-radii-002-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-three-values-001-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-with-two-values-001-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-001-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-002-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-003-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-left-radius-values-004-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-top-right-radius-values-004-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-001-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-002-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-003-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/box-shadow-004-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/color-behind-images-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/none-as-image-layer-expected.txt:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.png: Added.
        * platform/qt/ietestcenter/css3/bordersbackgrounds/order-of-images-expected.txt:
        * platform/qt/ietestcenter/css3/text/textshadow-001-expected.png: Added.
        * platform/qt/ietestcenter/css3/text/textshadow-001-expected.txt:
        * platform/qt/ietestcenter/css3/text/textshadow-003-expected.png: Added.
        * platform/qt/ietestcenter/css3/text/textshadow-003-expected.txt:
        * platform/qt/ietestcenter/css3/text/textshadow-004-expected.png: Added.
        * platform/qt/ietestcenter/css3/text/textshadow-004-expected.txt:
        * platform/qt/ietestcenter/css3/text/textshadow-005-expected.png: Added.
        * platform/qt/ietestcenter/css3/text/textshadow-005-expected.txt:
        * platform/qt/ietestcenter/css3/text/textshadow-006-expected.png: Added.
        * platform/qt/ietestcenter/css3/text/textshadow-006-expected.txt:
        * platform/qt/ietestcenter/css3/text/textshadow-007-expected.png: Added.
        * platform/qt/ietestcenter/css3/text/textshadow-007-expected.txt:
        * platform/qt/ietestcenter/css3/text/textshadow-008-expected.png: Added.
        * platform/qt/ietestcenter/css3/text/textshadow-008-expected.txt:
        * platform/qt/ietestcenter/css3/text/textshadow-009-expected.png: Added.
        * platform/qt/ietestcenter/css3/text/textshadow-009-expected.txt:
        * platform/qt/ietestcenter/css3/text/textshadow-010-expected.png: Added.
        * platform/qt/ietestcenter/css3/text/textshadow-010-expected.txt:

2012-07-20  Caio Marcelo de Oliveira Filho  

        [Qt] svg/text rebaseline after new test fonts (part 2)
        https://bugs.webkit.org/show_bug.cgi?id=91902

        Reviewed by Noam Rosenthal.

        * platform/qt-5.0-wk2/svg/text/multichar-glyph-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/text/multichar-glyph-expected.txt: Removed.
        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/svg/text/text-align-01-b-expected.png: Removed.
        * platform/qt-5.0/svg/text/text-align-01-b-expected.txt: Removed.
        * platform/qt-5.0/svg/text/text-align-02-b-expected.png: Removed.
        * platform/qt-5.0/svg/text/text-align-02-b-expected.txt: Removed.
        * platform/qt-5.0/svg/text/text-align-04-b-expected.png: Removed.
        * platform/qt-5.0/svg/text/text-align-04-b-expected.txt: Removed.
        * platform/qt-5.0/svg/text/text-align-06-b-expected.png: Removed.
        * platform/qt-5.0/svg/text/text-align-06-b-expected.txt: Removed.
        * platform/qt/svg/text/multichar-glyph-expected.png:
        * platform/qt/svg/text/multichar-glyph-expected.txt:
        * platform/qt/svg/text/selection-background-color-expected.png: Added.
        * platform/qt/svg/text/selection-background-color-expected.txt:
        * platform/qt/svg/text/selection-styles-expected.png:
        * platform/qt/svg/text/selection-styles-expected.txt:
        * platform/qt/svg/text/selection-tripleclick-expected.png:
        * platform/qt/svg/text/selection-tripleclick-expected.txt:
        * platform/qt/svg/text/text-align-01-b-expected.png:
        * platform/qt/svg/text/text-align-01-b-expected.txt:
        * platform/qt/svg/text/text-align-02-b-expected.png:
        * platform/qt/svg/text/text-align-02-b-expected.txt:
        * platform/qt/svg/text/text-align-03-b-expected.png:
        * platform/qt/svg/text/text-align-03-b-expected.txt:
        * platform/qt/svg/text/text-align-04-b-expected.png:
        * platform/qt/svg/text/text-align-04-b-expected.txt:
        * platform/qt/svg/text/text-align-05-b-expected.png:
        * platform/qt/svg/text/text-align-05-b-expected.txt:
        * platform/qt/svg/text/text-align-06-b-expected.png:
        * platform/qt/svg/text/text-align-06-b-expected.txt:
        * platform/qt/svg/text/text-path-01-b-expected.png:
        * platform/qt/svg/text/text-path-01-b-expected.txt:
        * platform/qt/svg/text/tspan-dynamic-positioning-expected.png:
        * platform/qt/svg/text/tspan-dynamic-positioning-expected.txt:

2012-07-20  Caio Marcelo de Oliveira Filho  

        [Qt] svg/text rebaseline after new test fonts (part 1)
        https://bugs.webkit.org/show_bug.cgi?id=91762

        Reviewed by Andreas Kling.

        * platform/qt-5.0-wk2/svg/text/kerning-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/text/kerning-expected.txt: Removed.
        * platform/qt-5.0/Skipped:
        * platform/qt-5.0/svg/text/text-text-01-b-expected.png: Removed.
        * platform/qt-5.0/svg/text/text-text-01-b-expected.txt: Removed.
        * platform/qt-5.0/svg/text/text-text-04-t-expected.png: Removed.
        * platform/qt-5.0/svg/text/text-text-04-t-expected.txt: Removed.
        * platform/qt/svg/text/kerning-expected.png:
        * platform/qt/svg/text/kerning-expected.txt:
        * platform/qt/svg/text/small-fonts-2-expected.png:
        * platform/qt/svg/text/small-fonts-2-expected.txt:
        * platform/qt/svg/text/small-fonts-3-expected.png:
        * platform/qt/svg/text/small-fonts-3-expected.txt:
        * platform/qt/svg/text/small-fonts-expected.png:
        * platform/qt/svg/text/small-fonts-expected.txt: Added.
        * platform/qt/svg/text/small-fonts-in-html5-expected.png:
        * platform/qt/svg/text/small-fonts-in-html5-expected.txt:
        * platform/qt/svg/text/text-text-01-b-expected.png:
        * platform/qt/svg/text/text-text-01-b-expected.txt:
        * platform/qt/svg/text/text-text-03-b-expected.png:
        * platform/qt/svg/text/text-text-03-b-expected.txt:
        * platform/qt/svg/text/text-text-04-t-expected.png:
        * platform/qt/svg/text/text-text-04-t-expected.txt:
        * platform/qt/svg/text/text-text-05-t-expected.png:
        * platform/qt/svg/text/text-text-05-t-expected.txt:
        * platform/qt/svg/text/text-text-06-t-expected.png:
        * platform/qt/svg/text/text-text-06-t-expected.txt:
        * platform/qt/svg/text/text-text-07-t-expected.png:
        * platform/qt/svg/text/text-text-07-t-expected.txt:
        * platform/qt/svg/text/text-text-08-b-expected.png:
        * platform/qt/svg/text/text-text-08-b-expected.txt:

2012-07-20  Tony Chang  

        [chromium] Unreviewed gardening.  Remove a test that hasn't been
        added to the tree yet.

        * platform/chromium/TestExpectations:

2012-07-20  Tony Chang  

        [chromium] Unreviewed, mark some tests as slow in debug.

        * platform/chromium/TestExpectations:

2012-07-20  Tony Chang  

        [chromium] Unreviewed, mark some tests as slow in debug.

        * platform/chromium/TestExpectations:

2012-07-19  Andrew Scherkus  

        [chromium] CSS tweaks to media controls to prevent styles from being overridden
        https://bugs.webkit.org/show_bug.cgi?id=91802

        Reviewed by Eric Carlson.

        * media/controls-styling-strict.html: Added.
        * platform/chromium-linux/media/controls-styling-strict-expected.png: Added.
        * platform/chromium-linux/media/controls-styling-strict-expected.txt: Added.

2012-07-20  Tony Chang  

        [chromium] Unreviewed gardening.  Unskip some tests that just need new baselines.

        * platform/chromium/TestExpectations:

2012-07-20  Tony Chang  

        [chromium] Rebaseline css3/filters/custom tests
        https://bugs.webkit.org/show_bug.cgi?id=82372

        Unreviewed, but unofficially reviewed by Chiculita Alexandru and Stephen White.

        Add baselines for these tests. They are enabled and use the Mesa
        software renderer.

        * platform/chromium-linux/css3/filters/custom/effect-custom-parameters-expected.png:
        * platform/chromium-mac/css3/filters/custom/custom-filter-shader-cache-expected.png:
        * platform/chromium-mac/css3/filters/custom/effect-custom-combined-missing-expected.png:
        * platform/chromium-mac/css3/filters/custom/effect-custom-expected.png:
        * platform/chromium-mac/css3/filters/custom/effect-custom-parameters-expected.png:
        * platform/chromium-win/css3/filters/custom/custom-filter-shader-cache-expected.png: Added.
        * platform/chromium-win/css3/filters/custom/effect-custom-combined-missing-expected.png: Added.
        * platform/chromium-win/css3/filters/custom/effect-custom-expected.png: Added.
        * platform/chromium-win/css3/filters/custom/effect-custom-parameters-expected.png: Added.
        * platform/chromium-win/css3/filters/custom/missing-custom-filter-shader-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/filters/custom/missing-custom-filter-shader-expected.png.
        * platform/chromium/TestExpectations:

2012-07-20  Vincent Scheib  

        Move pointer lock test resources to http/tests/resources in preparation for adding new tests to http.
        https://bugs.webkit.org/show_bug.cgi?id=91882

        Reviewed by Adrienne Walker.

        * http/tests/resources/pointer-lock/pointer-lock-test-harness.js: Renamed from LayoutTests/pointer-lock/resources/pointer-lock-test-harness.js.
        * pointer-lock/bug90391-move-then-window-open-crash.html:
        * pointer-lock/lock-already-locked.html:
        * pointer-lock/lock-element-not-in-dom.html:
        * pointer-lock/lock-fail-responses.html:
        * pointer-lock/locked-element-iframe-removed-from-dom.html:
        * pointer-lock/locked-element-removed-from-dom.html:
        * pointer-lock/mouse-event-api.html:
        * pointer-lock/mouse-event-delivery.html:
        * pointer-lock/pointer-lock-api.html:
        * pointer-lock/pointerlockchange-pointerlockerror-events.html:
        * pointer-lock/pointerlocklost-event.html:

2012-07-20  Zan Dobersek  

        Unreviewed GTK gardening, adding platform-specific baseline for
        fast/dom/Window/window-properties-performance.html that assumes jsHeapSizeLimit
        attribute to be undefined, as expected for ports using JavaScriptCore.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/dom/Window/window-properties-performance-expected.txt: Added.

2012-07-20  Zan Dobersek  

        Unreviewed GTK gardening, adding image baseline for
        fast/images/paletted-png-with-color-profile.html.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/images/paletted-png-with-color-profile-expected.png: Added.

2012-07-20  Stephen Chenney  

        SVG Filter Effect sub-region not applied for some filters
        https://bugs.webkit.org/show_bug.cgi?id=89767

        Reviewed by Dirk Schulze.

        Unreviewed test expectations update.

        Numerous results changed by one pixel due to the difference between
        clipping and pre-applying the filter subregion. Some feGaussianBlur
        and feDropShadow results changed more, but that was expected.

        * platform/chromium-linux-x86/svg/batik/filters: Removed.
        * platform/chromium-linux-x86/svg/filters/shadow-on-filter-expected.png:
        * platform/chromium-linux-x86/svg/filters/shadow-on-rect-with-filter-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
        * platform/chromium-linux/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
        * platform/chromium-linux/svg/batik/filters/feTile-expected.png:
        * platform/chromium-linux/svg/batik/filters/filterRegions-expected.png:
        * platform/chromium-linux/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-linux/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-linux/svg/custom/feComponentTransfer-Discrete-expected.png:
        * platform/chromium-linux/svg/custom/feComponentTransfer-Gamma-expected.png:
        * platform/chromium-linux/svg/custom/feComponentTransfer-Linear-expected.png:
        * platform/chromium-linux/svg/custom/feComponentTransfer-Table-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
        * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
        * platform/chromium-linux/svg/filters/feDropShadow-expected.png:
        * platform/chromium-linux/svg/filters/filter-on-tspan-expected.png:
        * platform/chromium-linux/svg/filters/filterRes-expected.png:
        * platform/chromium-linux/svg/filters/shadow-on-filter-expected.png:
        * platform/chromium-linux/svg/filters/shadow-on-rect-with-filter-expected.png:
        * platform/chromium-linux/svg/filters/subRegion-one-effect-expected.png:
        * platform/chromium-linux/svg/filters/subRegion-two-effects-expected.png:
        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/filters/feTile-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/filters/filterRegions-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Discrete-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Gamma-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Linear-expected.png:
        * platform/chromium-mac-snowleopard/svg/custom/feComponentTransfer-Table-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
        * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac-snowleopard/svg/filters/shadow-on-filter-expected.png:
        * platform/chromium-mac-snowleopard/svg/filters/shadow-on-rect-with-filter-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
        * platform/chromium-mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
        * platform/chromium-mac/svg/batik/filters/feTile-expected.png:
        * platform/chromium-mac/svg/batik/filters/filterRegions-expected.png:
        * platform/chromium-mac/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-mac/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-mac/svg/custom/feComponentTransfer-Discrete-expected.png:
        * platform/chromium-mac/svg/custom/feComponentTransfer-Gamma-expected.png:
        * platform/chromium-mac/svg/custom/feComponentTransfer-Linear-expected.png:
        * platform/chromium-mac/svg/custom/feComponentTransfer-Table-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
        * platform/chromium-mac/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
        * platform/chromium-mac/svg/filters/feDropShadow-expected.png:
        * platform/chromium-mac/svg/filters/feDropShadow-subregion-expected.png: Added.
        * platform/chromium-mac/svg/filters/feGaussianBlur-expected.png:
        * platform/chromium-mac/svg/filters/feGaussianBlur-subregion-expected.png: Added.
        * platform/chromium-mac/svg/filters/feImage-subregions-expected.png:
        * platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
        * platform/chromium-mac/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
        * platform/chromium-mac/svg/filters/feOffset-expected.png:
        * platform/chromium-mac/svg/filters/feTile-expected.png:
        * platform/chromium-mac/svg/filters/filter-placement-issue-expected.png:
        * platform/chromium-mac/svg/filters/filter-rounding-issues-expected.png:
        * platform/chromium-mac/svg/filters/filterRes-expected.png:
        * platform/chromium-mac/svg/filters/filterRes1-expected.png:
        * platform/chromium-mac/svg/filters/filterRes3-expected.png:
        * platform/chromium-mac/svg/filters/parent-children-with-same-filter-expected.png:
        * platform/chromium-mac/svg/filters/shadow-on-filter-expected.png:
        * platform/chromium-mac/svg/filters/shadow-on-rect-with-filter-expected.png:
        * platform/chromium-mac/svg/filters/subRegion-one-effect-expected.png:
        * platform/chromium-mac/svg/filters/subRegion-two-effects-expected.png:
        * platform/chromium-win-xp/svg/filters/shadow-on-filter-expected.png:
        * platform/chromium-win-xp/svg/filters/shadow-on-rect-with-filter-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
        * platform/chromium-win/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
        * platform/chromium-win/svg/batik/filters/feTile-expected.png:
        * platform/chromium-win/svg/batik/filters/filterRegions-expected.png:
        * platform/chromium-win/svg/batik/text/smallFonts-expected.png:
        * platform/chromium-win/svg/batik/text/textFeatures-expected.png:
        * platform/chromium-win/svg/custom/feComponentTransfer-Discrete-expected.png:
        * platform/chromium-win/svg/custom/feComponentTransfer-Gamma-expected.png:
        * platform/chromium-win/svg/custom/feComponentTransfer-Linear-expected.png:
        * platform/chromium-win/svg/custom/feComponentTransfer-Table-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png:
        * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png:
        * platform/chromium-win/svg/filters/feDropShadow-expected.png:
        * platform/chromium-win/svg/filters/feDropShadow-subregion-expected.png: Added.
        * platform/chromium-win/svg/filters/feGaussianBlur-expected.png:
        * platform/chromium-win/svg/filters/feGaussianBlur-subregion-expected.png: Added.
        * platform/chromium-win/svg/filters/feImage-subregions-expected.png:
        * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png:
        * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png:
        * platform/chromium-win/svg/filters/feOffset-expected.png:
        * platform/chromium-win/svg/filters/feTile-expected.png:
        * platform/chromium-win/svg/filters/filter-on-tspan-expected.png:
        * platform/chromium-win/svg/filters/filter-placement-issue-expected.png:
        * platform/chromium-win/svg/filters/filter-rounding-issues-expected.png:
        * platform/chromium-win/svg/filters/filterRes-expected.png:
        * platform/chromium-win/svg/filters/filterRes1-expected.png:
        * platform/chromium-win/svg/filters/filterRes3-expected.png:
        * platform/chromium-win/svg/filters/parent-children-with-same-filter-expected.png:
        * platform/chromium-win/svg/filters/shadow-on-filter-expected.png:
        * platform/chromium-win/svg/filters/shadow-on-rect-with-filter-expected.png:
        * platform/chromium-win/svg/filters/subRegion-one-effect-expected.png:
        * platform/chromium-win/svg/filters/subRegion-two-effects-expected.png:
        * platform/chromium/TestExpectations:

2012-07-20  Joshua Bell  

        [chromium] Unreviewed test expectations update.
        Un-marking various tests as flaky on WIN following rollback of r121610
        in http://trac.webkit.org/changeset/123110. Investigation documented in:
        https://bugs.webkit.org/show_bug.cgi?id=90469

        * platform/chromium/TestExpectations:

2012-07-20  Zan Dobersek  

        Unreviewed GTK gardening.

        Generating baselines for two input placeholder tests that fail. The image
        baselines used are from Chromium Linux that clearly denote what's missing
        in the GTK port's output for these two tests, ignoring other marginal
        rendering differences.

        * platform/gtk/TestExpectations:
        * platform/gtk/fast/forms/input-placeholder-paint-order-expected.png: Added.
        * platform/gtk/fast/forms/input-placeholder-paint-order-expected.txt: Added.
        * platform/gtk/fast/forms/textarea: Added.
        * platform/gtk/fast/forms/textarea/textarea-placeholder-paint-order-expected.png: Added.
        * platform/gtk/fast/forms/textarea/textarea-placeholder-paint-order-expected.txt: Added.

2012-07-20  Luciano Wolf  

        Fix missing css1/text_properties/text_transform.html results (txt)
        https://bugs.webkit.org/show_bug.cgi?id=91875

        Expected txt result was added.

        Reviewed by Noam Rosenthal.

        * platform/qt/css1/text_properties/text_transform-expected.txt: Added.

2012-07-20  Bruno de Oliveira Abinader  

        [Qt] Added/updated missing fast/table results after rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=91621

        Reviewed by Noam Rosenthal.

        The following tests were failing after r122985:
          fast/table/003.html = TEXT
          fast/table/colspanMinWidth.html = TEXT
          fast/table/spanOverlapRepaint.html = TEXT
          fast/table/text-field-baseline.html = TEXT

        This patch includes/updates the missing expectations.

        * platform/qt-5.0-wk2/fast/table/003-expected.png:
        * platform/qt-5.0-wk2/fast/table/003-expected.txt:
        * platform/qt-5.0-wk2/fast/table/colspanMinWidth-expected.png: Added.
        * platform/qt-5.0-wk2/fast/table/colspanMinWidth-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/table/spanOverlapRepaint-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/table/text-field-baseline-expected.png: Added.
        * platform/qt-5.0-wk2/fast/table/text-field-baseline-expected.txt: Added.

2012-07-20  Zan Dobersek  

        Unreviewed GTK gardening, rebaselining a test after r117477.

        * platform/gtk/TestExpectations:
        * platform/gtk/tables/mozilla/bugs/bug10296-1-expected.png:
        * platform/gtk/tables/mozilla/bugs/bug10296-1-expected.txt:

2012-07-20  Zan Dobersek  

        [Gtk] Many tests revealed as passing after moving from Skipped to test_expectations.txt
        https://bugs.webkit.org/show_bug.cgi?id=85591

        Unreviewed, managing a few more unexpected passes for the GTK port.

        Remove a few expectations for tests that were passing, reclassify some failures as
        architecture-specific and add PASS expectations for a few tests that pass even though
        they test features that are currently not supported on the GTK port.

        * platform/gtk/TestExpectations:

2012-07-20  Zan Dobersek  

        Unreviewed GTK gardening, adding platform-specific baseline that's required
        after changes in r123145.

        * platform/gtk/http/tests/security/cross-frame-access-put-expected.txt: Added.

2012-07-20  Stephen Chenney  

        Rebaseline failing test svg/as-image/svg-non-integer-scaled-image.html

        Unreviewed test expectations update.

        * platform/chromium/svg/as-image: Added.
        * platform/chromium/svg/as-image/svg-non-integer-scaled-image-expected.txt: Added.

2012-07-20  Sheriff Bot  

        Unreviewed, rolling out r123182.
        http://trac.webkit.org/changeset/123182
        https://bugs.webkit.org/show_bug.cgi?id=91863

        Causing ASSERT crashes in tests accessibility/canvas.html and
        accessibility/canvas-accessibilitynodeobject.html (Requested
        by jernoble on #webkit).

        * accessibility/canvas-accessibilitynodeobject-expected.txt: Removed.
        * accessibility/canvas-accessibilitynodeobject.html: Removed.

2012-07-20  Stephen Chenney  

        Fix chromium TestExpectations file.

        Unreviewed build fix.

        * platform/chromium/TestExpectations:

2012-07-20  Stephen Chenney  

        Rebaseline Chromium results after r121171
        https://bugs.webkit.org/show_bug.cgi?id=91474

        Reviewed by Dan Bernstein.

        Unreviewed test expectations update.

        Values have changed by one pixel, which is expected given the description in the bug report.

        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
        * platform/chromium-linux/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
        * platform/chromium-mac/svg/as-image/svg-non-integer-scaled-image-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
        * platform/chromium-mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
        * platform/chromium-win/svg/as-image/svg-non-integer-scaled-image-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.txt:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt:
        * platform/chromium/svg/as-image: Removed.
        * platform/chromium/svg/as-image/svg-non-integer-scaled-image-expected.txt: Removed.
        * platform/efl/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
        * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
        * platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Removed.
        * svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: Added.

2012-07-20  Mihnea Ovidenie  

        [CSSRegions]Assert failure when layout positioned objects in regions
        https://bugs.webkit.org/show_bug.cgi?id=90792

        Reviewed by Andreas Kling.

        Before clamping the containing block (for an out-of-flow positioned element
        inside a named flow) to the region, we have to test whether the region is not
        null, which can happen when the named flow does not have attached regions.

        * fast/regions/positioned-vrl-in-named-flow-expected.txt: Added.
        * fast/regions/positioned-vrl-in-named-flow.html: Added.
        * fast/regions/positioned-vrl-in-parent-named-flow-expected.txt: Added.
        * fast/regions/positioned-vrl-in-parent-named-flow.html: Added.
        * fast/regions/positioned-with-vrl-parent-in-named-flow-expected.txt: Added.
        * fast/regions/positioned-with-vrl-parent-in-named-flow.html: Added.

2012-07-20  Stephen Chenney  

        SVG Filter Effect sub-region not applied for some filters
        https://bugs.webkit.org/show_bug.cgi?id=89767

        Reviewed by Dirk Schulze.

        The filter effect region for SVG feGaussian and feDropShadow filters was incorrectly set,
        failing to account for the radius of the blur. This patch fixes the problem and removes an
        unneccessary clip operation when the filter result is blitted into the target. That clip
        was clipping the shadow from webkit-shadow.

        * platform/chromium/TestExpectations: Added temp entries for affected
        tests. Will rebaseline later (not closing the bug in the meantime).
        * svg/filters/feDropShadow-subregion-expected.png: Added.
        * svg/filters/feDropShadow-subregion-expected.txt: Added.
        * svg/filters/feDropShadow-subregion.svg: This verifies the subregion for feDropShadow.
        * svg/filters/feGaussianBlur-subregion-expected.png: Added.
        * svg/filters/feGaussianBlur-subregion-expected.txt: Added.
        * svg/filters/feGaussianBlur-subregion.svg: This verifies the subregion for feGaussianBlur.

2012-07-20  Mihnea Ovidenie  

        Unreviewed. Skip regions inspector test on EFL.

        * platform/efl/TestExpectations:

2012-07-20  Balazs Ankes  

        [Qt] http/tests/security/cross-frame-access-put.html test fail after r123145
        https://bugs.webkit.org/show_bug.cgi?id=91830

        Unreviewed gardening.

        * platform/qt/http/tests/security/cross-frame-access-put-expected.txt: Added.

2012-07-20  Andrei Poenaru  

        Web Inspector: Protocol Extension: add getNamedFlowCollection command
        https://bugs.webkit.org/show_bug.cgi?id=91607

        Reviewed by Pavel Feldman.

        The test builds a webpage with 3 Named Flows in the main frame and 1 Named Flow in an iframe.
        Because the getNamedFlowCollection command is executed with the main document node id as an argument,
        it should return only the first 3 Named Flows.

        * inspector/styles/protocol-getNamedFlowCollection-command-expected.txt: Added.
        * inspector/styles/protocol-getNamedFlowCollection-command.html: Added.

2012-07-20  Sudarsana Nagineni  

        [EFL] Gardening of failing tests
        https://bugs.webkit.org/show_bug.cgi?id=91838

        Unreviewed EFL gardening. Add failing tests to the Test Expectations.

        * platform/efl/TestExpectations:
        * platform/efl/fast/forms/state-restore-skip-stateless-expected.txt: Removed
        the platform specific expected after r123066.

2012-07-20  János Badics  

        [Qt] Unreviewed gardening after r123192. Skipped a new test.

        * platform/qt/Skipped:

2012-07-20  Eugene Klyuchnikov  

        Web Inspector: Timeline: forward compatibility for load.
        https://bugs.webkit.org/show_bug.cgi?id=91714

        Reviewed by Pavel Feldman.

        Accept records of unrecognized types and render them as "unknown".

        * inspector/timeline/timeline-load-incompatible-expected.txt: Added.
        * inspector/timeline/timeline-load-incompatible.html: Added.

2012-07-20  Mihnea Ovidenie  

        [CSSRegions]Crash when flowing a region into itself
        https://bugs.webkit.org/show_bug.cgi?id=90289

        Reviewed by Andreas Kling.

        If a region is designed to receive itself as content through a named flow, we avoid
        a circular dependency by not attaching the region to the desired named flow.
        In such occasions, the region's attached flow thread object is null and
        we have to check this pointer before using it in RenderRegion::styleDidChange.

        * fast/regions/flow-region-into-itself-crash-expected.txt: Added.
        * fast/regions/flow-region-into-itself-crash.html: Added.

2012-07-17  Kinuko Yasuda  

        If value for responseType defined as type that not supported, it should not throw an exception in XHR 2
        https://bugs.webkit.org/show_bug.cgi?id=90976

        Reviewed by Alexey Proskuryakov.

        Adding tests to see if setting invalid responseType does not throw an exception and does not change the value.

        * fast/xmlhttprequest/xmlhttprequest-responsetype-set-invalidtype-expected.txt: Added.
        * fast/xmlhttprequest/xmlhttprequest-responsetype-set-invalidtype.html: Added.
        * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer-expected.txt:
        * fast/xmlhttprequest/xmlhttprequest-responsetype-arraybuffer.html: Removed a line which tries to set invalid type (since we now have a separate test)

2012-07-20  Matt Falkenhagen  

        Show or hide  depending on the open attribute
        https://bugs.webkit.org/show_bug.cgi?id=90931

        Reviewed by Kent Tamura.

        * fast/dom/HTMLDialogElement/dialog-open-expected.txt: Added.
        * fast/dom/HTMLDialogElement/dialog-open.html: Added.

2012-07-20  Shinya Kawanaka  

        Needs pseudo id to point the inner element of an img elemnet for styling
        https://bugs.webkit.org/show_bug.cgi?id=91590

        Reviewed by Hajime Morita.

        Uses pseudo id to confirm the style is applied to the inner element of an img element shadow.

        * fast/dom/shadow/shadowdom-for-image-with-pseudo-id-expected.html: Added.
        * fast/dom/shadow/shadowdom-for-image-with-pseudo-id.html: Added.

2012-07-20  Yoshifumi Inoue  

        Unreviewed. Set svn:mime-type to image/png for PNG files without svn:mime-type.

        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png: Added property svn:mime-type.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Added property svn:mime-type.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Added property svn:mime-type.

2012-07-20  Keishi Hattori  

        Fix crash in WebCore::HTMLInputElement::dataList
        https://bugs.webkit.org/show_bug.cgi?id=91818

        Reviewed by Kent Tamura.

        * fast/forms/range/slider-appearance-crash-expected.txt: Added.
        * fast/forms/range/slider-appearance-crash.html: Added.

2012-07-20  Yoshifumi Inoue  

        Unreviewed. Set svn:mime-type to image/png for PNG files without svn:mime-type.

        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png: Added property svn:mime-type.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Added property svn:mime-type.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Added property svn:mime-type.

2012-07-19  David Hyatt  

        SVG not properly respecting max-width.
        https://bugs.webkit.org/show_bug.cgi?id=91474

        Reviewed by Dan Bernstein.

        * svg/as-image/svg-intrinsic-size-rectangular-expected.html: Added.
        * svg/as-image/svg-intrinsic-size-rectangular.html: Added.
        * svg/as-image/svg-object-intrinsic-size-expected.html: Added.
        * svg/as-image/svg-object-intrinsic-size.html: Added.

2012-07-19  Dominic Mazzoni  

        AX: Need AccessibilityObjects for nodes without renderers in canvas subtree
        https://bugs.webkit.org/show_bug.cgi?id=87899

        Reviewed by Chris Fleizach.

        This new test adds a bunch of elements to a normal container and the same elements to
        a canvas subtree, then it iterates over all of the accessible objects within each
        container and makes sure they have identical roles. Because we know the nodes in the
        canvas subtree don't have renderers, this successfully tests that AccessibilityNodeObjects
        are getting created for these nodes.

        * accessibility/canvas-accessibilitynodeobject-expected.txt: Added.
        * accessibility/canvas-accessibilitynodeobject.html: Added.

2012-07-19  Kent Tamura  

        Form state restore: Need to identify a form by its content
        https://bugs.webkit.org/show_bug.cgi?id=91209

        Reviewed by Hajime Morita.

        * fast/forms/state-restore-broken-state-expected.txt:
        Updated for the serialized format change.
        * fast/forms/state-restore-per-form-expected.txt:
        * fast/forms/state-restore-per-form.html:
        - Add a control to #form2 before 'additionalControl'
         We can't identify this form if the second named control is changed.
        - Add test cases of webkit.org/b/91209#c0.

2012-07-19  Jeff Timanus  

        [Chromium] Suppress tests requiring a rebaseline.
        Skia roll to 4683 changes gradient rendering, and rebaselines are required.
        https://bugs.webkit.org/show_bug.cgi?id=91797

        Reviewed by Kenneth Russell.

        * platform/chromium/TestExpectations:

2012-07-19  David Hyatt  

        SVG images broken when max-width specified.
        https://bugs.webkit.org/show_bug.cgi?id=91474

        Reviewed by Dan Bernstein.

        * svg/as-image/svg-intrinsic-size-expected.html: Added.
        * svg/as-image/svg-intrinsic-size.html: Added.

2012-07-19  Julien Chaffraix  

        [CSS2.1] Anonymous tables should be inline/block-level based off their parent
        https://bugs.webkit.org/show_bug.cgi?id=15365

        Another unreviewed rebaseline after r123159 (gtk).

        * fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
        * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Removed.
        * platform/gtk/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Removed.
        * platform/gtk/tables/mozilla/bugs/bug3037-1-expected.txt: Added.

2012-07-19  Erik Arvidsson  

        Fix test after r123145.

        Unreviewed.

        * fast/js/var-declarations-shadowing-expected.txt:
        * fast/js/var-declarations-shadowing.html:

2012-07-19  Julien Chaffraix  

        [CSS2.1] Anonymous tables should be inline/block-level based off their parent
        https://bugs.webkit.org/show_bug.cgi?id=15365

        Unreviewed gardening after r123159.

        * mathml/msub-anonymous-child-render-crash-expected.txt:
        MathML wraps msub / mpub in inline-blocks so the table wrapper is now inline too which leads to this
        baseline change.

        * platform/chromium-mac-snowleopard/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
        * platform/chromium-mac/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
        * platform/chromium-win/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
        * platform/efl/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
        * platform/efl/tables/mozilla/bugs/bug3037-1-expected.txt: Removed.
        * platform/gtk/tables/mozilla/bugs/bug3037-1-expected.txt: Removed.
        * platform/mac-wk2/fast/dynamic: Added.
        * platform/mac-wk2/fast/dynamic/insert-before-table-part-in-continuation-expected.txt: Added.
        * platform/mac-wk2/mathml: Added.
        * platform/mac-wk2/mathml/msub-anonymous-child-render-crash-expected.txt: Added.
        * platform/mac-wk2/tables: Added.
        * platform/mac-wk2/tables/mozilla: Added.
        * platform/mac-wk2/tables/mozilla/bugs: Added.
        * platform/mac-wk2/tables/mozilla/bugs/bug3037-1-expected.txt: Added.
        * platform/mac/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
        * platform/mac/tables/mozilla/bugs/bug3037-1-expected.txt:
        * tables/mozilla/bugs/bug3037-1-expected.txt: Added.

2012-07-19  Tony Chang  

        Unreviewed gardening.  Land chromium win and chromium-linux baselines for
        fast/backgrounds/size/zero.html after r121296.

        * fast/backgrounds/size/zero-expected.txt: Renamed from LayoutTests/platform/efl/fast/backgrounds/size/zero-expected.txt.
        * platform/chromium-linux/fast/backgrounds/size/zero-expected.png:
        * platform/chromium-win-xp/fast/backgrounds/size/zero-expected.png: Added.
        * platform/chromium-win/fast/backgrounds/size/zero-expected.png:
        * platform/chromium-win/fast/backgrounds/size/zero-expected.txt:
        * platform/chromium/TestExpectations:
        * platform/gtk/fast/backgrounds/size/zero-expected.txt: Removed.

2012-07-19  Julien Chaffraix  

        [CSS2.1] Anonymous tables should be inline/block-level based off their parent
        https://bugs.webkit.org/show_bug.cgi?id=15365

        Reviewed by Abhishek Arya.

        * css2.1/20110323/inline-table-002b-expected.htm: Added.
        * css2.1/20110323/inline-table-002b.html: Added.

        * fast/table/inline-table-in-continuation-expected.html: Added.
        * fast/table/inline-table-in-continuation.html: Added.
        Added a test for an anonymous inline table in a continuation.

        * fast/table/inline-table-with-caption-expected.html: Added.
        * fast/table/inline-table-with-caption.html: Added.
        Added a test for a table-caption in inline-context.

        * platform/chromium-win/tables/mozilla/bugs/bug3037-1-expected.txt:
        This is a progression: we now properly make the table inline and don't wrap it in anonymous blocks.

        * platform/chromium-linux/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
        * platform/chromium-win/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
        This is a progression too. However we still have some differences with Firefox and Opera.

2012-07-19  Chris Fleizach  

        WebKit should pass  element value as the default AXTitle for web views
        https://bugs.webkit.org/show_bug.cgi?id=91763

        Reviewed by Anders Carlsson.

        * platform/mac/accessibility/document-title-used-for-description-expected.txt: Added.
        * platform/mac/accessibility/document-title-used-for-description.html: Added.

2012-07-19  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [Qt] Added/updated missing fast/forms results after rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=91504

        Reviewed by Noam Rosenthal.

        The following tests were failing after r122879:
          fast/forms/HTMLOptionElement_label06.html = TEXT
          fast/forms/HTMLOptionElement_label07.html = TEXT
          fast/forms/basic-inputs.html = TEXT
          fast/forms/basic-textareas-quirks.html = TEXT
          fast/forms/box-shadow-override.html = TEXT
          fast/forms/control-restrict-line-height.html = TEXT
          fast/forms/encoding-test.html = TEXT
          fast/forms/fieldset-align.html = TEXT
          fast/forms/form-element-geometry.html = TEXT
          fast/forms/input-appearance-bkcolor.html = TEXT
          fast/forms/input-appearance-default-bkcolor.html = TEXT
          fast/forms/input-appearance-disabled.html = TEXT
          fast/forms/input-appearance-focus.html = TEXT
          fast/forms/input-appearance-preventDefault.html = TEXT
          fast/forms/input-appearance-readonly.html = TEXT
          fast/forms/input-appearance-selection.html = TEXT
          fast/forms/input-appearance-visibility.html = TEXT
          fast/forms/input-baseline.html = TEXT
          fast/forms/input-disabled-color.html = TEXT
          fast/forms/input-double-click-selection-gap-bug.html = TEXT
          fast/forms/input-placeholder-visibility-1.html = TEXT
          fast/forms/input-placeholder-visibility-3.html = TEXT
          fast/forms/input-readonly-dimmed.html = TEXT
          fast/forms/input-readonly-empty.html = TEXT
          fast/forms/input-spaces.html = TEXT
          fast/forms/input-text-click-inside.html = TEXT
          fast/forms/input-text-double-click.html = TEXT
          fast/forms/input-text-option-delete.html = TEXT
          fast/forms/input-text-self-emptying-click.html = TEXT
          fast/forms/input-text-word-wrap.html = TEXT
          fast/forms/input-width.html = TEXT
          fast/forms/menulist-separator-painting.html = TEXT
          fast/forms/number/input-appearance-number-rtl.html = TEXT
          fast/forms/number/input-appearance-spinbutton-disabled-readonly.html = TEXT
          fast/forms/number/input-appearance-spinbutton-layer.html = TEXT
          fast/forms/placeholder-position.html = TEXT
          fast/forms/placeholder-pseudo-style.html = TEXT
          fast/forms/search-cancel-button-style-sharing.html = TEXT
          fast/forms/search-display-none-cancel-button.html = TEXT
          fast/forms/search-rtl.html = TEXT
          fast/forms/search-vertical-alignment.html = TEXT
          fast/forms/select-background-none.html = TEXT
          fast/forms/select-baseline.html = TEXT
          fast/forms/selectlist-minsize.html = TEXT
          fast/forms/text-style-color.html = TEXT
          fast/forms/textarea-align.html = TEXT
          fast/forms/textarea-placeholder-pseudo-style.html = TEXT
          fast/forms/textarea-placeholder-visibility-1.html = TEXT
          fast/forms/textarea-placeholder-visibility-2.html = TEXT
          fast/forms/textarea-setinnerhtml.html = TEXT
          fast/forms/textfield-focus-ring.html = TEXT
          fast/forms/textfield-outline.html = TEXT
          fast/forms/textfield-overflow.html = TEXT

        This patch includes/updates the missing expectations.

        * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.png:
        * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label06-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.png:
        * platform/qt-5.0-wk2/fast/forms/HTMLOptionElement_label07-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/basic-inputs-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/basic-inputs-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/basic-textareas-quirks-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/basic-textareas-quirks-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png:
        * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/control-restrict-line-height-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/control-restrict-line-height-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/encoding-test-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/fieldset-align-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/fieldset-align-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.png:
        * platform/qt-5.0-wk2/fast/forms/form-element-geometry-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/input-appearance-bkcolor-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-default-bkcolor-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-default-bkcolor-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-disabled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-disabled-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-focus-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-focus-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-preventDefault-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-readonly-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-readonly-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-selection-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-selection-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-appearance-visibility-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-baseline-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/input-baseline-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-disabled-color-expected.png:
        * platform/qt-5.0-wk2/fast/forms/input-disabled-color-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/input-double-click-selection-gap-bug-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/input-double-click-selection-gap-bug-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-placeholder-visibility-1-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-placeholder-visibility-3-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-readonly-dimmed-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-readonly-empty-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-spaces-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-text-click-inside-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-text-double-click-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-text-option-delete-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-text-self-emptying-click-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-text-word-wrap-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/input-width-expected.txt: Copied from LayoutTests/platform/qt-5.0-wk2/fast/forms/textarea-setinnerhtml-expected.txt.
        * platform/qt-5.0-wk2/fast/forms/menulist-separator-painting-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-number-rtl-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/placeholder-position-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/placeholder-position-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.png:
        * platform/qt-5.0-wk2/fast/forms/placeholder-pseudo-style-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/search-cancel-button-style-sharing-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/search-display-none-cancel-button-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/search-rtl-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/search-rtl-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/search-vertical-alignment-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/search-vertical-alignment-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/select-background-none-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.png:
        * platform/qt-5.0-wk2/fast/forms/select-baseline-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/selectlist-minsize-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/text-style-color-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/text-style-color-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/textarea-align-expected.png:
        * platform/qt-5.0-wk2/fast/forms/textarea-align-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-pseudo-style-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-pseudo-style-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-visibility-1-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/textarea-placeholder-visibility-2-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/textarea-setinnerhtml-expected.txt:
        * platform/qt-5.0-wk2/fast/forms/textfield-focus-ring-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/textfield-outline-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/forms/textfield-overflow-expected.txt: Added.

2012-07-19  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt] [Part 6] platform/qt/css1 tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91142

        Batch of expected result files reviewed. It comprises
        /LayoutTests/platform/qt/css1/text_properties directory

        Reviewed by Simon Hausmann.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/css1/text_properties/letter_spacing-expected.txt: Removed.
        * platform/qt-5.0/css1/text_properties/text_transform-expected.txt: Removed.
        * platform/qt/css1/text_properties/letter_spacing-expected.png:
        * platform/qt/css1/text_properties/letter_spacing-expected.txt:
        * platform/qt/css1/text_properties/line_height-expected.png:
        * platform/qt/css1/text_properties/line_height-expected.txt:
        * platform/qt/css1/text_properties/text_align-expected.png:
        * platform/qt/css1/text_properties/text_align-expected.txt:
        * platform/qt/css1/text_properties/text_decoration-expected.png:
        * platform/qt/css1/text_properties/text_decoration-expected.txt:
        * platform/qt/css1/text_properties/text_indent-expected.png:
        * platform/qt/css1/text_properties/text_indent-expected.txt:
        * platform/qt/css1/text_properties/text_transform-expected.png:
        * platform/qt/css1/text_properties/vertical_align-expected.png:
        * platform/qt/css1/text_properties/vertical_align-expected.txt:
        * platform/qt/css1/text_properties/word_spacing-expected.png:
        * platform/qt/css1/text_properties/word_spacing-expected.txt:

2012-07-19  Tony Chang  <tony@chromium.org>

        [chromium] Unreviewed gardening.  Rebaseline some tests after r115846.

        * platform/chromium-mac-snowleopard/fast/repaint/inline-relative-positioned-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/repaint/lines-with-layout-delta-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/overflow-clip-subtree-layout-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/repaint/repaint-resized-overflow-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/subtree-layoutstate-transform-expected.png:
        * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.png: Removed.
        * platform/chromium/TestExpectations:

2012-07-19  Simon Fraser  <simon.fraser@apple.com>

        Keep overlap testing on for descendants of an animating element
        https://bugs.webkit.org/show_bug.cgi?id=91787

        Reviewed by Beth Dakin.

        Test with two layers inside an animating container; one should be composited
        because of overlap, the other should not be.

        * compositing/layer-creation/animation-overlap-with-children-expected.txt: Added.
        * compositing/layer-creation/animation-overlap-with-children.html: Added.

2012-07-19  Simon Fraser  <simon.fraser@apple.com>

        Keep overlap testing on for descendants of an animating element
        https://bugs.webkit.org/show_bug.cgi?id=91787

        Reviewed by Beth Dakin.

        Test with two layers inside an animating container; one should be composited
        because of overlap, the other should not be.

        * compositing/layer-creation/animation-overlap-with-children-expected.txt: Added.
        * compositing/layer-creation/animation-overlap-with-children.html: Added.

2012-07-19  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt] [Part 5] platform/qt/css1 tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91140

        Batch of expected result files reviewed. It comprises
        /LayoutTests/platform/qt/css1/[pseudo, units] directories

        Reviewed by Simon Hausmann.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt/css1/pseudo/anchor-expected.png:
        * platform/qt/css1/pseudo/anchor-expected.txt:
        * platform/qt/css1/pseudo/firstletter-expected.png:
        * platform/qt/css1/pseudo/firstletter-expected.txt:
        * platform/qt/css1/pseudo/firstline-expected.png:
        * platform/qt/css1/pseudo/firstline-expected.txt:
        * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.png:
        * platform/qt/css1/pseudo/multiple_pseudo_elements-expected.txt:
        * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.png:
        * platform/qt/css1/pseudo/pseudo_elements_in_selectors-expected.txt:
        * platform/qt/css1/units/color_units-expected.png:
        * platform/qt/css1/units/color_units-expected.txt:
        * platform/qt/css1/units/length_units-expected.png:
        * platform/qt/css1/units/length_units-expected.txt:
        * platform/qt/css1/units/percentage_units-expected.png:
        * platform/qt/css1/units/percentage_units-expected.txt:
        * platform/qt/css1/units/urls-expected.png:
        * platform/qt/css1/units/urls-expected.txt:

2012-07-19  Dan Bernstein  <mitz@apple.com>

        In flipped blocks writing modes, no flipping occurs when mapping RenderText’s local coordinates to absolute
        https://bugs.webkit.org/show_bug.cgi?id=91780

        Reviewed by Anders Carlsson.

        * fast/writing-mode/flipped-blocks-text-map-local-to-container-expected.txt: Added.
        * fast/writing-mode/flipped-blocks-text-map-local-to-container.html: Added.

2012-07-19  Erik Arvidsson  <arv@chromium.org>

        Window top should not be replaceable
        https://bugs.webkit.org/show_bug.cgi?id=91755

        Reviewed by Adam Barth.

        Window top is readonly and unforgable and should not be replaceable.

        http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#the-window-object

        This change brings JSC inline with all other browsers.

        * fast/dom/Window/get-set-properties-expected.txt:
        * fast/dom/Window/get-set-properties.html:
        * fast/dom/Window/window-property-shadowing-expected.txt:
        * fast/dom/Window/window-property-shadowing.html:
        * platform/chromium/fast/dom/Window/get-set-properties-expected.txt: Removed.
        * platform/chromium/fast/dom/Window/window-property-shadowing-expected.txt: Removed.

2012-07-19  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>

        [Qt] Added/updated missing fast/text results after rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=91570

        Reviewed by Noam Rosenthal.

        The following tests were failing after r122971:
          fast/text/international/unicode-bidi-plaintext-in-textarea.html = TEXT
          fast/text/textIteratorNilRenderer.html = TEXT
          fast/text/whitespace/030.html = TEXT

        This patch includes/updates the missing expectations.

        * platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Added.
        * platform/qt-5.0-wk2/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.txt: Added.
        * platform/qt-5.0-wk2/fast/text/textIteratorNilRenderer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/text/textIteratorNilRenderer-expected.txt: Added.
        * platform/qt-5.0/fast/text/international/unicode-bidi-plaintext-in-textarea-expected.png: Added.
        * platform/qt/fast/text/whitespace/030-expected.png:
        * platform/qt/fast/text/whitespace/030-expected.txt:

2012-07-19  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, marking three svg/W3C-SVG-1.1 tests as flaky.

        * platform/gtk/TestExpectations:

2012-07-19  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt] platform/qt/[scrollbars, transforms, transitions] directories need update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91271

        Batch of expected result files reviewed. It comprises
        scrollbars, transforms, transitions  directories.

        Reviewed by Simon Hausmann.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/scrollbars/basic-scrollbar-expected.png: Added.
        * platform/qt/scrollbars/basic-scrollbar-expected.txt:
        * platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.png:
        * platform/qt/scrollbars/custom-scrollbar-with-incomplete-style-expected.txt:
        * platform/qt/scrollbars/disabled-scrollbar-expected.png: Added.
        * platform/qt/scrollbars/disabled-scrollbar-expected.txt:
        * platform/qt/scrollbars/listbox-scrollbar-combinations-expected.png: Added.
        * platform/qt/scrollbars/listbox-scrollbar-combinations-expected.txt:
        * platform/qt/scrollbars/overflow-scrollbar-combinations-expected.png:
        * platform/qt/scrollbars/overflow-scrollbar-combinations-expected.txt:
        * platform/qt/scrollbars/scrollbar-buttons-expected.png: Added.
        * platform/qt/scrollbars/scrollbar-buttons-expected.txt:
        * platform/qt/scrollbars/scrollbar-orientation-expected.png: Added.
        * platform/qt/scrollbars/scrollbar-orientation-expected.txt:
        * platform/qt/scrollbars/scrollbars-on-positioned-content-expected.png:
        * platform/qt/scrollbars/scrollbars-on-positioned-content-expected.txt:
        * platform/qt/transforms/2d/compound-transforms-vs-containers-expected.png:
        * platform/qt/transforms/2d/compound-transforms-vs-containers-expected.txt:
        * platform/qt/transforms/2d/transform-borderbox-expected.png:
        * platform/qt/transforms/2d/transform-borderbox-expected.txt:
        * platform/qt/transforms/2d/transform-fixed-container-expected.png:
        * platform/qt/transforms/2d/transform-fixed-container-expected.txt:
        * platform/qt/transforms/2d/transform-origin-borderbox-expected.png:
        * platform/qt/transforms/2d/transform-origin-borderbox-expected.txt:
        * platform/qt/transforms/2d/zoom-menulist-expected.png:
        * platform/qt/transforms/2d/zoom-menulist-expected.txt:
        * platform/qt/transforms/3d/hit-testing/backface-hit-test-expected.png: Added.
        * platform/qt/transforms/3d/hit-testing/backface-hit-test-expected.txt:
        * platform/qt/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.png: Added.
        * platform/qt/transforms/3d/hit-testing/backface-no-transform-hit-test-expected.txt:
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-2-expected.png: Added.
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-2-expected.txt:
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-3-expected.png: Added.
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-3-expected.txt:
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.png: Added.
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-coplanar-expected.txt:
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.png: Added.
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-expected.txt:
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.png: Added.
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-overlapping-expected.txt:
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.png: Added.
        * platform/qt/transforms/3d/point-mapping/3d-point-mapping-preserve-3d-expected.txt:
        * platform/qt/transforms/svg-vs-css-expected.png:
        * platform/qt/transforms/svg-vs-css-expected.txt:
        * platform/qt/transitions/cross-fade-background-image-expected.png:
        * platform/qt/transitions/cross-fade-background-image-expected.txt:
        * platform/qt/transitions/cross-fade-border-image-expected.png:
        * platform/qt/transitions/cross-fade-border-image-expected.txt:
        * platform/qt/transitions/move-after-transition-expected.png: Added.
        * platform/qt/transitions/move-after-transition-expected.txt:
        * platform/qt/transitions/svg-text-shadow-transition-expected.png:
        * platform/qt/transitions/svg-text-shadow-transition-expected.txt:

2012-07-19  Jer Noble  <jer.noble@apple.com>

        [WK2] storage/domstorage/storage-close-database-on-idle.html failing on WK2
        https://bugs.webkit.org/show_bug.cgi?id=91778

        Unreviewed gardening. Add failing test to the mac-wk2 Skipped list.

        * platform/mac-wk2/Skipped:

2012-07-19  Robert Hogan  <robert@webkit.org>

        [Qt] Skip tests after r123130

        Unreviewed.

        Tests added in r123130 fail on Qt. Created bug 91772

        * platform/qt/Skipped:

2012-07-19  Jer Noble  <jer.noble@apple.com>

        Layout Test css3/filters/custom/custom-filter-animation.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=91769

        Unreviewed gardening. Add this failing test to the Test Expectations, and remove
        the custom-filter-shader-cache test from the Skipped list.

        * platform/mac/Skipped:
        * platform/mac/TestExpectations:

2012-07-19  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt] [Part 4] platform/qt/css1 tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91134

        Batch of expected result files reviewed. It comprises
        /LayoutTests/platform/qt/css1/[font_properties, formatting_model] directories

        Reviewed by Simon Hausmann.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt/css1/font_properties/font-expected.png:
        * platform/qt/css1/font_properties/font-expected.txt:
        * platform/qt/css1/font_properties/font_family-expected.png:
        * platform/qt/css1/font_properties/font_family-expected.txt:
        * platform/qt/css1/font_properties/font_size-expected.png:
        * platform/qt/css1/font_properties/font_size-expected.txt:
        * platform/qt/css1/font_properties/font_style-expected.png:
        * platform/qt/css1/font_properties/font_style-expected.txt:
        * platform/qt/css1/font_properties/font_variant-expected.png:
        * platform/qt/css1/font_properties/font_variant-expected.txt:
        * platform/qt/css1/font_properties/font_weight-expected.png:
        * platform/qt/css1/font_properties/font_weight-expected.txt:
        * platform/qt/css1/formatting_model/canvas-expected.png:
        * platform/qt/css1/formatting_model/canvas-expected.txt:
        * platform/qt/css1/formatting_model/height_of_lines-expected.png:
        * platform/qt/css1/formatting_model/height_of_lines-expected.txt:
        * platform/qt/css1/formatting_model/horizontal_formatting-expected.png:
        * platform/qt/css1/formatting_model/horizontal_formatting-expected.txt:
        * platform/qt/css1/formatting_model/inline_elements-expected.png:
        * platform/qt/css1/formatting_model/inline_elements-expected.txt:
        * platform/qt/css1/formatting_model/replaced_elements-expected.png:
        * platform/qt/css1/formatting_model/replaced_elements-expected.txt:
        * platform/qt/css1/formatting_model/vertical_formatting-expected.png:
        * platform/qt/css1/formatting_model/vertical_formatting-expected.txt:

2012-07-19  Raymond Toy  <rtoy@google.com>

        Limit maximum delay of DelayNode.
        https://bugs.webkit.org/show_bug.cgi?id=91675

        Reviewed by Kenneth Russell.

        Test that a DelayNode limits the specified max delay to the
        expected maximum allowed delay.
        
        * webaudio/delaynode-maxdelaylimit-expected.txt: Added.
        * webaudio/delaynode-maxdelaylimit.html: Added.

2012-07-14  Robert Hogan  <robert@webkit.org>

        CSS 2.1 failure: text-indent-intrinsic-003 fails
        https://bugs.webkit.org/show_bug.cgi?id=80576

        Reviewed by Eric Seidel.

        * css2.1/20110323/text-indent-intrinsic-001-expected.html: Added.
        * css2.1/20110323/text-indent-intrinsic-001.htm: Added.
        * css2.1/20110323/text-indent-intrinsic-002-expected.html: Added.
        * css2.1/20110323/text-indent-intrinsic-002.htm: Added.
        * css2.1/20110323/text-indent-intrinsic-003-expected.html: Added.
        * css2.1/20110323/text-indent-intrinsic-003.htm: Added.
        * css2.1/20110323/text-indent-intrinsic-004-expected.html: Added.
        * css2.1/20110323/text-indent-intrinsic-004.htm: Added.

2012-07-19  Douglas Stockwell  <dstockwell@google.com>

        Crash in WebCore::StyleResolver::collectMatchingRulesForList
        https://bugs.webkit.org/show_bug.cgi?id=90803

        Reviewed by Andreas Kling.

        * fast/css/xml-stylesheet-removed-expected.txt: Added.
        * fast/css/xml-stylesheet-removed.xhtml: Added.

2012-07-19  Jer Noble  <jer.noble@apple.com>

        Layout Test css3/filters/custom/custom-filter-shader-cache.html is failing
        https://bugs.webkit.org/show_bug.cgi?id=84813

        Unreviewed.  Add this failing test to the mac Skipped file.

        * platform/mac/Skipped:

2012-07-19  Bem Jones-Bey  <bjonesbe@adobe.com>

        Shape-inside / shape-outside should support percent-based measurements
        https://bugs.webkit.org/show_bug.cgi?id=90311

        Reviewed by Andreas Kling.

        Added tests for percent based lengths for exclusion shapes.

        * fast/exclusions/parsing-wrap-shape-lengths-expected.txt:
        * fast/exclusions/parsing-wrap-shape-lengths.html:

2012-07-19  James Simonsen  <simonjam@chromium.org>

        Regression(120096): Protect the element used by ImageLoader until the end of notifyFinished().
        https://bugs.webkit.org/show_bug.cgi?id=90471

        Reviewed by Brady Eidson.

        * http/tests/security/video-poster-cross-origin-crash-expected.txt: Added.
        * http/tests/security/video-poster-cross-origin-crash.html: Added. From fuzzer.

2012-07-19  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>

        [Qt] platform/qt/editing/execCommand tests needs update after rebaseline and new testfonts (37)
        https://bugs.webkit.org/show_bug.cgi?id=91246

        Reviewed by Ryosuke Niwa.

        Removing left-over skipped tests.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/Skipped:

2012-07-19  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt] [Part 3] platform/qt/css1 tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91132

        Batch of expected result files reviewed. It comprises
        /LayoutTests/platform/qt/css1/[color_and_background, conformance] directories

        Reviewed by Simon Hausmann.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt/css1/color_and_background/background-expected.png:
        * platform/qt/css1/color_and_background/background-expected.txt:
        * platform/qt/css1/color_and_background/background_attachment-expected.png:
        * platform/qt/css1/color_and_background/background_attachment-expected.txt:
        * platform/qt/css1/color_and_background/background_color-expected.png:
        * platform/qt/css1/color_and_background/background_color-expected.txt:
        * platform/qt/css1/color_and_background/background_image-expected.png:
        * platform/qt/css1/color_and_background/background_image-expected.txt:
        * platform/qt/css1/color_and_background/background_position-expected.png:
        * platform/qt/css1/color_and_background/background_position-expected.txt:
        * platform/qt/css1/color_and_background/background_repeat-expected.png:
        * platform/qt/css1/color_and_background/background_repeat-expected.txt:
        * platform/qt/css1/color_and_background/color-expected.png:
        * platform/qt/css1/color_and_background/color-expected.txt:
        * platform/qt/css1/conformance/forward_compatible_parsing-expected.png:
        * platform/qt/css1/conformance/forward_compatible_parsing-expected.txt:

2012-07-19  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening.

        Use the WONTFIX modifier for failing tests that the GTK port is not able to pass
        due to unsupportable features or specific nature of the tests. The WONTFIX tests
        are placed at the top of the 'Expected failures' section in the TestExpectations
        file.

        For starters the list contains the harness test for reftests mismatch, the tests
        that utilize the modal dialog (which won't be supported in WebKit1) and various
        V8 and Mac-specific tests

        * platform/gtk/TestExpectations:

2012-07-19  Tony Chang  <tony@chromium.org>

        Unreviewed gardening.  Update chromium-mac results after r123053.

        * platform/chromium-mac/fast/inline/002-expected.txt: Added.
        * platform/chromium-mac/fast/table/table-display-types-strict-expected.txt: Added.

2012-07-19  Tony Chang  <tony@chromium.org>

        Unreviewed gardening.  Update chromium-mac results after r123053.

        * platform/chromium-mac/fast/inline/002-expected.txt: Added.
        * platform/chromium-mac/fast/table/table-display-types-strict-expected.txt: Added.

2012-07-19  Tony Chang  <tony@chromium.org>

        Unreviewed gardening.  Update chromium expectations after r123067.

        * platform/chromium/TestExpectations:

2012-07-19  Joshua Bell  <jsbell@chromium.org>

        IndexedDB: Throw native TypeErrors per spec
        https://bugs.webkit.org/show_bug.cgi?id=91679

        Reviewed by Kentaro Hara.

        * storage/indexeddb/cursor-advance-expected.txt:
        * storage/indexeddb/index-basics-expected.txt:
        * storage/indexeddb/index-basics-workers-expected.txt:
        * storage/indexeddb/objectstore-cursor-expected.txt:
        * storage/indexeddb/resources/cursor-advance.js:
        (testBadAdvance.advanceBadly):
        (testBadAdvance):
        * storage/indexeddb/resources/index-basics.js:
        (openKeyCursor):
        (openObjectCursor):
        * storage/indexeddb/resources/objectstore-cursor.js:
        (deleteExisting):
        * storage/indexeddb/resources/transaction-basics.js:
        (testInvalidMode):
        * storage/indexeddb/transaction-basics-expected.txt:

2012-07-19  Tony Chang  <tony@chromium.org>

        Unreviewed gardening. Update chromium results for shrink-to-column-height-for-pagination.html after 123051.

        * platform/chromium-win/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.
        * platform/chromium/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.

2012-07-19  Joshua Bell  <jsbell@chromium.org>

        Roll out r121610 and r122487 which may have been causing flaky crashes
        https://bugs.webkit.org/show_bug.cgi?id=91637

        Reviewed by Kentaro Hara.

        Flaky crashes started in random tests following r121610. It's not clear
        that r121610 is to blame, but we'd like to prove or disprove it.
        If this doesn't resolve the crashes, this patch should be rolled out.

        * plugins/npruntime/leak-window-scriptable-object-expected.txt: Removed.
        * plugins/npruntime/leak-window-scriptable-object.html: Removed.

2012-07-19  Joshua Bell  <jsbell@chromium.org>

        [chromium] Unreviewed gardening, fix malfomed BUG markers in TestExpectations

        * platform/chromium/TestExpectations:

2012-07-19  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, adding missing baseline required after r122761.

        * platform/gtk/fast/multicol/shrink-to-column-height-for-pagination-expected.png: Added.
        * platform/gtk/fast/multicol/shrink-to-column-height-for-pagination-expected.txt: Added.

2012-07-19  Luciano Wolf  <luciano.wolf@openbossa.org>

        [Qt] [Part 2] platform/qt/css1 tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91026

        Batch of expected result files reviewed. It comprises
        /LayoutTests/platform/qt/css1/[basic, cascade, classification] directories

        Reviewed by Simon Hausmann.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt/css1/basic/class_as_selector-expected.png:
        * platform/qt/css1/basic/class_as_selector-expected.txt:
        * platform/qt/css1/basic/comments-expected.png:
        * platform/qt/css1/basic/comments-expected.txt:
        * platform/qt/css1/basic/containment-expected.png:
        * platform/qt/css1/basic/containment-expected.txt:
        * platform/qt/css1/basic/contextual_selectors-expected.png:
        * platform/qt/css1/basic/contextual_selectors-expected.txt:
        * platform/qt/css1/basic/grouping-expected.png:
        * platform/qt/css1/basic/grouping-expected.txt:
        * platform/qt/css1/basic/id_as_selector-expected.png:
        * platform/qt/css1/basic/id_as_selector-expected.txt:
        * platform/qt/css1/basic/inheritance-expected.png:
        * platform/qt/css1/basic/inheritance-expected.txt:
        * platform/qt/css1/cascade/cascade_order-expected.png:
        * platform/qt/css1/cascade/cascade_order-expected.txt:
        * platform/qt/css1/cascade/important-expected.png:
        * platform/qt/css1/cascade/important-expected.txt:
        * platform/qt/css1/classification/display-expected.png:
        * platform/qt/css1/classification/display-expected.txt:
        * platform/qt/css1/classification/list_style-expected.png:
        * platform/qt/css1/classification/list_style-expected.txt:
        * platform/qt/css1/classification/list_style_image-expected.png:
        * platform/qt/css1/classification/list_style_image-expected.txt:
        * platform/qt/css1/classification/list_style_position-expected.png:
        * platform/qt/css1/classification/list_style_position-expected.txt:
        * platform/qt/css1/classification/list_style_type-expected.png:
        * platform/qt/css1/classification/list_style_type-expected.txt:
        * platform/qt/css1/classification/white_space-expected.png:
        * platform/qt/css1/classification/white_space-expected.txt:

2012-07-19  Balazs Ankes  <bank@inf.u-szeged.hu>

        [Qt] platform/qt/svg/W3C-SVG-* tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91092

        Unreviewed rebaseline.

        * platform/qt-5.0/Skipped:
        * platform/qt/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/struct-dom-11-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-04-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-05-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-05-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-06-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-06-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-07-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-07-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-08-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-08-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-09-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-09-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-10-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-10-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-11-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-11-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-12-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-12-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-13-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-13-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-14-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-14-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-15-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-15-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-16-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-16-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-17-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-17-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-18-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-18-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-19-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-19-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-20-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-21-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-21-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-22-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-22-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-23-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-23-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-24-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-25-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-25-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-26-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-26-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-27-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-27-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-28-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-28-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-29-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-29-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-32-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-32-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-33-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-33-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-34-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-34-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-37-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-44-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-44-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-52-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-52-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-60-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-62-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-64-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-81-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-82-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-82-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-83-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-84-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-84-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-85-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/animate-elem-85-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/color-prof-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/color-prof-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/color-prop-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/color-prop-02-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/color-prop-02-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/color-prop-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/color-prop-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-coord-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-coord-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-coord-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-coord-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-04-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-05-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-05-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-06-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-trans-06-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-units-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-units-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-units-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-units-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/extend-namespace-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-blend-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-color-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-color-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-composite-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-example-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-felem-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-felem-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-light-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-light-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-light-04-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-specular-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/filters-turb-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-glyph-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/interact-cursor-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/interact-dom-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/interact-events-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/interact-events-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/interact-order-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/interact-order-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/interact-order-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/interact-order-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/interact-order-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/interact-order-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/interact-zoom-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-04-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-05-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-05-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-07-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-a-07-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-uri-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-uri-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/linking-uri-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/masking-intro-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/masking-mask-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-opacity-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-04-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-04-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-05-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/masking-path-05-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-04-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-05-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-fill-05-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-marker-01-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-marker-01-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-marker-02-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-marker-02-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-marker-03-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-marker-03-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-render-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-render-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-04-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/painting-stroke-07-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-04-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-05-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-05-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-06-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-06-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-07-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-07-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-08-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-08-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-09-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-09-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-12-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-12-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-13-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-13-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-14-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-14-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-15-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/paths-data-15-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-04-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-05-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-07-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-09-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-10-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-15-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-16-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-17-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-18-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-grad-19-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/pservers-pattern-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-06-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-06-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-07-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-07-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-08-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/render-elems-08-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/render-groups-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/render-groups-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/render-groups-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/render-groups-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/script-handle-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/script-handle-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/script-handle-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/script-handle-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/script-handle-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/script-handle-04-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/script-handle-04-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-circle-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-circle-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-ellipse-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-ellipse-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-intro-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/shapes-line-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-line-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-polygon-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-rect-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/shapes-rect-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-cond-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-cond-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-cond-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-cond-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-defs-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-defs-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-04-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-05-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-06-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-04-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-05-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-05-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-frag-06-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-group-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-group-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-group-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-group-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-group-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-04-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-05-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-05-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-07-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-07-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-08-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-08-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-09-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-09-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-10-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-image-10-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-use-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-use-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-use-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/struct-use-05-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-04-f-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-04-f-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-05-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-05-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-06-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/styling-css-06-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/styling-inherit-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/styling-pres-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/styling-pres-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-align-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-align-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-align-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-align-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-align-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-align-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-align-04-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-align-04-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-align-05-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-align-05-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-align-06-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-align-06-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-align-08-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-align-08-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-altglyph-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-deco-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-deco-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-fonts-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-fonts-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-fonts-03-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-intro-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-intro-02-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-intro-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-intro-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-path-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-path-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-spacing-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-spacing-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-text-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-text-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-text-03-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-text-03-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-text-04-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-text-04-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-text-05-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-text-05-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-text-06-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-text-06-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-text-07-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-text-07-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-text-08-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-text-08-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-tref-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-tref-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-tselect-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-tselect-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-tspan-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-ws-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-ws-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/text-ws-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/text-ws-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png:
        * platform/qt/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.txt:
        * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt:
        * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png:
        * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt:

2012-07-19  Balazs Ankes  <bank@inf.u-szeged.hu>

        [Qt] from platform/qt/fast/dynamic to platform/qt/fast/multicol tests needs update after new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91739

        Unreviewed rebaseline.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/fast/dynamic/002-expected.png:
        * platform/qt/fast/dynamic/002-expected.txt:
        * platform/qt/fast/dynamic/004-expected.png:
        * platform/qt/fast/dynamic/004-expected.txt:
        * platform/qt/fast/dynamic/006-expected.png:
        * platform/qt/fast/dynamic/006-expected.txt:
        * platform/qt/fast/dynamic/007-expected.png:
        * platform/qt/fast/dynamic/007-expected.txt:
        * platform/qt/fast/dynamic/008-expected.png:
        * platform/qt/fast/dynamic/008-expected.txt:
        * platform/qt/fast/dynamic/009-expected.png:
        * platform/qt/fast/dynamic/009-expected.txt:
        * platform/qt/fast/dynamic/011-expected.png:
        * platform/qt/fast/dynamic/011-expected.txt:
        * platform/qt/fast/dynamic/012-expected.png:
        * platform/qt/fast/dynamic/012-expected.txt:
        * platform/qt/fast/dynamic/013-expected.png:
        * platform/qt/fast/dynamic/013-expected.txt:
        * platform/qt/fast/dynamic/014-expected.png:
        * platform/qt/fast/dynamic/014-expected.txt:
        * platform/qt/fast/dynamic/015-expected.png:
        * platform/qt/fast/dynamic/015-expected.txt:
        * platform/qt/fast/dynamic/anchor-lock-expected.png:
        * platform/qt/fast/dynamic/anchor-lock-expected.txt:
        * platform/qt/fast/dynamic/anonymous-block-orphaned-lines-expected.png:
        * platform/qt/fast/dynamic/anonymous-block-orphaned-lines-expected.txt:
        * platform/qt/fast/dynamic/containing-block-change-expected.png:
        * platform/qt/fast/dynamic/containing-block-change-expected.txt:
        * platform/qt/fast/dynamic/create-renderer-for-whitespace-only-text-expected.png:
        * platform/qt/fast/dynamic/create-renderer-for-whitespace-only-text-expected.txt:
        * platform/qt/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.png:
        * platform/qt/fast/dynamic/float-in-trailing-whitespace-after-last-line-break-expected.txt:
        * platform/qt/fast/dynamic/float-withdrawal-expected.png:
        * platform/qt/fast/dynamic/float-withdrawal-expected.txt:
        * platform/qt/fast/dynamic/insert-before-table-part-in-continuation-expected.png:
        * platform/qt/fast/dynamic/insert-before-table-part-in-continuation-expected.txt:
        * platform/qt/fast/dynamic/layer-hit-test-crash-expected.png:
        * platform/qt/fast/dynamic/layer-hit-test-crash-expected.txt:
        * platform/qt/fast/dynamic/link-href-change-expected.png:
        * platform/qt/fast/dynamic/link-href-change-expected.txt:
        * platform/qt/fast/dynamic/noninlinebadness-expected.png:
        * platform/qt/fast/dynamic/noninlinebadness-expected.txt:
        * platform/qt/fast/dynamic/outerHTML-doc-expected.png:
        * platform/qt/fast/dynamic/outerHTML-doc-expected.txt:
        * platform/qt/fast/dynamic/outerHTML-img-expected.png:
        * platform/qt/fast/dynamic/outerHTML-img-expected.txt:
        * platform/qt/fast/dynamic/selection-highlight-adjust-expected.png:
        * platform/qt/fast/dynamic/selection-highlight-adjust-expected.txt:
        * platform/qt/fast/dynamic/staticY-marking-parents-regression-expected.png:
        * platform/qt/fast/dynamic/staticY-marking-parents-regression-expected.txt:
        * platform/qt/fast/dynamic/view-overflow-expected.png:
        * platform/qt/fast/dynamic/view-overflow-expected.txt:
        * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.png:
        * platform/qt/fast/dynamic/window-resize-scrollbars-test-expected.txt:
        * platform/qt/fast/dynamic/window-scrollbars-test-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-remove-summary-6-and-click-expected.png.
        * platform/qt/fast/dynamic/window-scrollbars-test-expected.txt:
        * platform/qt/fast/encoding/utf-16-big-endian-expected.png:
        * platform/qt/fast/encoding/utf-16-big-endian-expected.txt:
        * platform/qt/fast/encoding/utf-16-little-endian-expected.png:
        * platform/qt/fast/encoding/utf-16-little-endian-expected.txt:
        * platform/qt/fast/events/context-no-deselect-expected.png:
        * platform/qt/fast/events/context-no-deselect-expected.txt:
        * platform/qt/fast/events/event-listener-on-link-expected.png: Added.
        * platform/qt/fast/events/event-listener-on-link-expected.txt:
        * platform/qt/fast/events/pointer-events-2-expected.png: Added.
        * platform/qt/fast/events/pointer-events-2-expected.txt:
        * platform/qt/fast/events/resize-events-expected.png:
        * platform/qt/fast/events/resize-events-expected.txt:
        * platform/qt/fast/events/reveal-link-when-focused-expected.png:
        * platform/qt/fast/events/reveal-link-when-focused-expected.txt:
        * platform/qt/fast/fast-mobile-scrolling/fixed-position-element-expected.png: Added.
        * platform/qt/fast/fast-mobile-scrolling/fixed-position-element-expected.txt:
        * platform/qt/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.png: Added.
        * platform/qt/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.txt:
        * platform/qt/fast/flexbox/001-expected.png: Added.
        * platform/qt/fast/flexbox/001-expected.txt:
        * platform/qt/fast/flexbox/002-expected.png:
        * platform/qt/fast/flexbox/002-expected.txt:
        * platform/qt/fast/flexbox/003-expected.png:
        * platform/qt/fast/flexbox/003-expected.txt:
        * platform/qt/fast/flexbox/004-expected.png: Added.
        * platform/qt/fast/flexbox/004-expected.txt:
        * platform/qt/fast/flexbox/005-expected.png: Added.
        * platform/qt/fast/flexbox/005-expected.txt:
        * platform/qt/fast/flexbox/006-expected.png: Added.
        * platform/qt/fast/flexbox/006-expected.txt:
        * platform/qt/fast/flexbox/007-expected.png: Added.
        * platform/qt/fast/flexbox/007-expected.txt:
        * platform/qt/fast/flexbox/008-expected.png: Added.
        * platform/qt/fast/flexbox/008-expected.txt:
        * platform/qt/fast/flexbox/009-expected.png: Added.
        * platform/qt/fast/flexbox/009-expected.txt:
        * platform/qt/fast/flexbox/010-expected.png: Added.
        * platform/qt/fast/flexbox/010-expected.txt:
        * platform/qt/fast/flexbox/011-expected.png: Added.
        * platform/qt/fast/flexbox/011-expected.txt:
        * platform/qt/fast/flexbox/012-expected.png: Added.
        * platform/qt/fast/flexbox/012-expected.txt:
        * platform/qt/fast/flexbox/013-expected.png: Added.
        * platform/qt/fast/flexbox/013-expected.txt:
        * platform/qt/fast/flexbox/014-expected.png: Added.
        * platform/qt/fast/flexbox/014-expected.txt:
        * platform/qt/fast/flexbox/015-expected.png: Added.
        * platform/qt/fast/flexbox/015-expected.txt:
        * platform/qt/fast/flexbox/016-expected.png: Added.
        * platform/qt/fast/flexbox/016-expected.txt:
        * platform/qt/fast/flexbox/017-expected.png: Added.
        * platform/qt/fast/flexbox/017-expected.txt:
        * platform/qt/fast/flexbox/018-expected.png: Added.
        * platform/qt/fast/flexbox/018-expected.txt:
        * platform/qt/fast/flexbox/019-expected.png: Added.
        * platform/qt/fast/flexbox/019-expected.txt:
        * platform/qt/fast/flexbox/020-expected.png: Added.
        * platform/qt/fast/flexbox/020-expected.txt:
        * platform/qt/fast/flexbox/021-expected.png: Added.
        * platform/qt/fast/flexbox/021-expected.txt:
        * platform/qt/fast/flexbox/022-expected.png: Added.
        * platform/qt/fast/flexbox/022-expected.txt:
        * platform/qt/fast/flexbox/023-expected.png:
        * platform/qt/fast/flexbox/023-expected.txt:
        * platform/qt/fast/flexbox/024-expected.png:
        * platform/qt/fast/flexbox/024-expected.txt:
        * platform/qt/fast/flexbox/025-expected.png: Added.
        * platform/qt/fast/flexbox/025-expected.txt:
        * platform/qt/fast/flexbox/026-expected.png: Added.
        * platform/qt/fast/flexbox/026-expected.txt:
        * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.png:
        * platform/qt/fast/frames/flattening/frameset-flattening-advanced-expected.txt:
        * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.png:
        * platform/qt/fast/frames/flattening/frameset-flattening-grid-expected.txt:
        * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.png:
        * platform/qt/fast/frames/flattening/frameset-flattening-simple-expected.txt:
        * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png:
        * platform/qt/fast/frames/flattening/frameset-flattening-subframe-resize-expected.txt:
        * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.png:
        * platform/qt/fast/frames/flattening/frameset-flattening-subframesets-expected.txt:
        * platform/qt/fast/frames/flattening/iframe-flattening-fixed-height-expected.png: Added.
        * platform/qt/fast/frames/flattening/iframe-flattening-fixed-height-expected.txt:
        * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.png: Added.
        * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.txt:
        * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.png: Added.
        * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.txt:
        * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-expected.png: Added.
        * platform/qt/fast/frames/flattening/iframe-flattening-fixed-width-expected.txt:
        * platform/qt/fast/frames/flattening/iframe-flattening-nested-expected.png:
        * platform/qt/fast/frames/flattening/iframe-flattening-nested-expected.txt:
        * platform/qt/fast/frames/flattening/iframe-flattening-offscreen-expected.png: Added.
        * platform/qt/fast/frames/flattening/iframe-flattening-offscreen-expected.txt:
        * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png:
        * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.txt:
        * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-expected.png:
        * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-expected.txt:
        * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png:
        * platform/qt/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.txt:
        * platform/qt/fast/frames/flattening/iframe-flattening-simple-expected.png: Added.
        * platform/qt/fast/frames/flattening/iframe-flattening-simple-expected.txt:
        * platform/qt/fast/frames/frame-navigation-expected.png:
        * platform/qt/fast/frames/frame-navigation-expected.txt:
        * platform/qt/fast/frames/frame-scrolling-attribute-expected.png:
        * platform/qt/fast/frames/frame-scrolling-attribute-expected.txt:
        * platform/qt/fast/frames/frameElement-frame-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-remove-summary-2-and-click-expected.png.
        * platform/qt/fast/frames/frameElement-frame-expected.txt:
        * platform/qt/fast/frames/frameElement-iframe-expected.png: Added.
        * platform/qt/fast/frames/frameElement-iframe-expected.txt:
        * platform/qt/fast/frames/frameset-style-recalc-expected.png: Added.
        * platform/qt/fast/frames/frameset-style-recalc-expected.txt:
        * platform/qt/fast/frames/iframe-option-crash-expected.png: Added.
        * platform/qt/fast/frames/iframe-option-crash-expected.txt:
        * platform/qt/fast/frames/iframe-scrolling-attribute-expected.png:
        * platform/qt/fast/frames/iframe-scrolling-attribute-expected.txt:
        * platform/qt/fast/frames/iframe-with-frameborder-expected.png: Added.
        * platform/qt/fast/frames/iframe-with-frameborder-expected.txt:
        * platform/qt/fast/frames/inline-object-inside-frameset-expected.png: Added.
        * platform/qt/fast/frames/inline-object-inside-frameset-expected.txt:
        * platform/qt/fast/frames/take-focus-from-iframe-expected.png:
        * platform/qt/fast/frames/take-focus-from-iframe-expected.txt:
        * platform/qt/fast/frames/viewsource-attribute-expected.png:
        * platform/qt/fast/frames/viewsource-attribute-expected.txt:
        * platform/qt/fast/frames/viewsource-on-image-file-expected.png:
        * platform/qt/fast/frames/viewsource-on-image-file-expected.txt:
        * platform/qt/fast/gradients/crash-on-zero-radius-expected.png: Added.
        * platform/qt/fast/gradients/crash-on-zero-radius-expected.txt:
        * platform/qt/fast/gradients/list-item-gradient-expected.png: Added.
        * platform/qt/fast/gradients/list-item-gradient-expected.txt:
        * platform/qt/fast/gradients/radial-centered-expected.png:
        * platform/qt/fast/gradients/radial-centered-expected.txt:
        * platform/qt/fast/history/visited-link-background-color-expected.png:
        * platform/qt/fast/history/visited-link-background-color-expected.txt:
        * platform/qt/fast/html/details-add-child-1-expected.png:
        * platform/qt/fast/html/details-add-child-1-expected.txt:
        * platform/qt/fast/html/details-add-child-2-expected.png:
        * platform/qt/fast/html/details-add-child-2-expected.txt:
        * platform/qt/fast/html/details-add-details-child-1-expected.png:
        * platform/qt/fast/html/details-add-details-child-1-expected.txt:
        * platform/qt/fast/html/details-add-details-child-2-expected.png:
        * platform/qt/fast/html/details-add-details-child-2-expected.txt:
        * platform/qt/fast/html/details-add-summary-1-and-click-expected.png:
        * platform/qt/fast/html/details-add-summary-1-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-10-and-click-expected.png:
        * platform/qt/fast/html/details-add-summary-10-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-2-and-click-expected.png:
        * platform/qt/fast/html/details-add-summary-2-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-3-and-click-expected.png:
        * platform/qt/fast/html/details-add-summary-3-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-4-and-click-expected.png:
        * platform/qt/fast/html/details-add-summary-4-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-5-and-click-expected.png:
        * platform/qt/fast/html/details-add-summary-5-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-6-and-click-expected.png:
        * platform/qt/fast/html/details-add-summary-6-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-7-and-click-expected.png:
        * platform/qt/fast/html/details-add-summary-7-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-8-and-click-expected.png:
        * platform/qt/fast/html/details-add-summary-8-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-9-and-click-expected.png:
        * platform/qt/fast/html/details-add-summary-9-and-click-expected.txt:
        * platform/qt/fast/html/details-add-summary-child-1-expected.png:
        * platform/qt/fast/html/details-add-summary-child-1-expected.txt:
        * platform/qt/fast/html/details-add-summary-child-2-expected.png:
        * platform/qt/fast/html/details-add-summary-child-2-expected.txt:
        * platform/qt/fast/html/details-marker-style-expected.png:
        * platform/qt/fast/html/details-marker-style-expected.txt:
        * platform/qt/fast/html/details-nested-1-expected.png:
        * platform/qt/fast/html/details-nested-1-expected.txt:
        * platform/qt/fast/html/details-nested-2-expected.png:
        * platform/qt/fast/html/details-nested-2-expected.txt:
        * platform/qt/fast/html/details-no-summary4-expected.png:
        * platform/qt/fast/html/details-no-summary4-expected.txt:
        * platform/qt/fast/html/details-open-javascript-expected.png:
        * platform/qt/fast/html/details-open-javascript-expected.txt:
        * platform/qt/fast/html/details-open2-expected.png:
        * platform/qt/fast/html/details-open2-expected.txt:
        * platform/qt/fast/html/details-open4-expected.png:
        * platform/qt/fast/html/details-open4-expected.txt:
        * platform/qt/fast/html/details-position-expected.png:
        * platform/qt/fast/html/details-position-expected.txt:
        * platform/qt/fast/html/details-remove-child-1-expected.png:
        * platform/qt/fast/html/details-remove-child-1-expected.txt:
        * platform/qt/fast/html/details-remove-child-2-expected.png:
        * platform/qt/fast/html/details-remove-child-2-expected.txt:
        * platform/qt/fast/html/details-remove-summary-1-and-click-expected.png:
        * platform/qt/fast/html/details-remove-summary-1-and-click-expected.txt:
        * platform/qt/fast/html/details-remove-summary-2-and-click-expected.png:
        * platform/qt/fast/html/details-remove-summary-2-and-click-expected.txt:
        * platform/qt/fast/html/details-remove-summary-3-and-click-expected.png:
        * platform/qt/fast/html/details-remove-summary-3-and-click-expected.txt:
        * platform/qt/fast/html/details-remove-summary-4-and-click-expected.png:
        * platform/qt/fast/html/details-remove-summary-4-and-click-expected.txt:
        * platform/qt/fast/html/details-remove-summary-5-and-click-expected.png:
        * platform/qt/fast/html/details-remove-summary-5-and-click-expected.txt:
        * platform/qt/fast/html/details-remove-summary-6-and-click-expected.png:
        * platform/qt/fast/html/details-remove-summary-6-and-click-expected.txt:
        * platform/qt/fast/html/details-remove-summary-child-1-expected.png:
        * platform/qt/fast/html/details-remove-summary-child-1-expected.txt:
        * platform/qt/fast/html/details-remove-summary-child-2-expected.png:
        * platform/qt/fast/html/details-remove-summary-child-2-expected.txt:
        * platform/qt/fast/html/details-replace-summary-child-expected.png:
        * platform/qt/fast/html/details-replace-summary-child-expected.txt:
        * platform/qt/fast/html/details-replace-text-expected.png:
        * platform/qt/fast/html/details-replace-text-expected.txt:
        * platform/qt/fast/html/details-writing-mode-expected.png:
        * platform/qt/fast/html/details-writing-mode-expected.txt:
        * platform/qt/fast/html/font-weight-bold-for-b-and-strong-expected.png:
        * platform/qt/fast/html/font-weight-bold-for-b-and-strong-expected.txt:
        * platform/qt/fast/html/link-rel-stylesheet-expected.png: Added.
        * platform/qt/fast/html/link-rel-stylesheet-expected.txt:
        * platform/qt/fast/html/listing-expected.png:
        * platform/qt/fast/html/listing-expected.txt:
        * platform/qt/fast/html/marquee-scroll-expected.png: Added.
        * platform/qt/fast/html/marquee-scroll-expected.txt:
        * platform/qt/fast/html/marquee-scrollamount-expected.png:
        * platform/qt/fast/html/marquee-scrollamount-expected.txt:
        * platform/qt/fast/images/animated-gif-with-offsets-expected.png: Added.
        * platform/qt/fast/images/animated-gif-with-offsets-expected.txt:
        * platform/qt/fast/images/image-map-anchor-children-expected.png: Added.
        * platform/qt/fast/images/image-map-anchor-children-expected.txt:
        * platform/qt/fast/images/imagemap-case-expected.png: Added.
        * platform/qt/fast/images/imagemap-case-expected.txt:
        * platform/qt/fast/images/imagemap-circle-focus-ring-expected.png:
        * platform/qt/fast/images/imagemap-circle-focus-ring-expected.txt:
        * platform/qt/fast/images/imagemap-focus-ring-expected.png:
        * platform/qt/fast/images/imagemap-focus-ring-expected.txt:
        * platform/qt/fast/images/imagemap-focus-ring-outline-color-expected.png:
        * platform/qt/fast/images/imagemap-focus-ring-outline-color-expected.txt:
        * platform/qt/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png:
        * platform/qt/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.txt:
        * platform/qt/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png:
        * platform/qt/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.txt:
        * platform/qt/fast/images/imagemap-focus-ring-zero-outline-width-expected.png:
        * platform/qt/fast/images/imagemap-focus-ring-zero-outline-width-expected.txt:
        * platform/qt/fast/images/imagemap-focus-ring-zoom-expected.png:
        * platform/qt/fast/images/imagemap-focus-ring-zoom-expected.txt:
        * platform/qt/fast/images/imagemap-polygon-focus-ring-expected.png:
        * platform/qt/fast/images/imagemap-polygon-focus-ring-expected.txt:
        * platform/qt/fast/inline-block/001-expected.png:
        * platform/qt/fast/inline-block/001-expected.txt:
        * platform/qt/fast/inline-block/002-expected.png: Added.
        * platform/qt/fast/inline-block/002-expected.txt:
        * platform/qt/fast/inline-block/003-expected.png: Added.
        * platform/qt/fast/inline-block/003-expected.txt:
        * platform/qt/fast/inline-block/006-expected.png: Added.
        * platform/qt/fast/inline-block/006-expected.txt:
        * platform/qt/fast/inline-block/14498-positionForCoordinates-expected.png: Added.
        * platform/qt/fast/inline-block/14498-positionForCoordinates-expected.txt:
        * platform/qt/fast/inline-block/contenteditable-baseline-expected.png: Added.
        * platform/qt/fast/inline-block/contenteditable-baseline-expected.txt:
        * platform/qt/fast/inline-block/inline-block-vertical-align-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-remove-summary-3-and-click-expected.png.
        * platform/qt/fast/inline-block/inline-block-vertical-align-expected.txt:
        * platform/qt/fast/inline-block/overflow-clip-expected.png: Added.
        * platform/qt/fast/inline-block/overflow-clip-expected.txt:
        * platform/qt/fast/inline-block/tricky-baseline-expected.png: Added.
        * platform/qt/fast/inline-block/tricky-baseline-expected.txt:
        * platform/qt/fast/inline/001-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-remove-summary-1-and-click-expected.png.
        * platform/qt/fast/inline/001-expected.txt:
        * platform/qt/fast/inline/25277-2-expected.png: Added.
        * platform/qt/fast/inline/25277-2-expected.txt:
        * platform/qt/fast/inline/25277-expected.png: Added.
        * platform/qt/fast/inline/25277-expected.txt:
        * platform/qt/fast/inline/absolute-positioned-inline-in-centred-block-expected.png:
        * platform/qt/fast/inline/absolute-positioned-inline-in-centred-block-expected.txt:
        * platform/qt/fast/inline/br-text-decoration-expected.png: Added.
        * platform/qt/fast/inline/br-text-decoration-expected.txt:
        * platform/qt/fast/inline/continuation-outlines-expected.png:
        * platform/qt/fast/inline/continuation-outlines-expected.txt:
        * platform/qt/fast/inline/continuation-outlines-with-layers-2-expected.png:
        * platform/qt/fast/inline/continuation-outlines-with-layers-2-expected.txt:
        * platform/qt/fast/inline/drawStyledEmptyInlines-expected.png: Added.
        * platform/qt/fast/inline/drawStyledEmptyInlines-expected.txt:
        * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.png:
        * platform/qt/fast/inline/drawStyledEmptyInlinesWithWS-expected.txt:
        * platform/qt/fast/inline/emptyInlinesWithinLists-expected.png: Added.
        * platform/qt/fast/inline/emptyInlinesWithinLists-expected.txt:
        * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.png:
        * platform/qt/fast/inline/inline-borders-with-bidi-override-expected.txt:
        * platform/qt/fast/inline/inline-continuation-borders-expected.png: Added.
        * platform/qt/fast/inline/inline-continuation-borders-expected.txt:
        * platform/qt/fast/inline/inline-focus-ring-expected.png:
        * platform/qt/fast/inline/inline-focus-ring-expected.txt:
        * platform/qt/fast/inline/inline-padding-disables-text-quirk-expected.png: Added.
        * platform/qt/fast/inline/inline-padding-disables-text-quirk-expected.txt:
        * platform/qt/fast/inline/inline-text-quirk-bpm-expected.png: Added.
        * platform/qt/fast/inline/inline-text-quirk-bpm-expected.txt:
        * platform/qt/fast/inline/inline-wrap-with-parent-padding-expected.png:
        * platform/qt/fast/inline/inline-wrap-with-parent-padding-expected.txt:
        * platform/qt/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.png: Added.
        * platform/qt/fast/inline/left-right-center-inline-alignment-in-ltr-and-rtl-blocks-expected.txt:
        * platform/qt/fast/inline/long-wrapped-line-expected.png: Added.
        * platform/qt/fast/inline/long-wrapped-line-expected.txt:
        * platform/qt/fast/inline/nested-top-alignment-expected.png:
        * platform/qt/fast/inline/nested-top-alignment-expected.txt:
        * platform/qt/fast/inline/outline-continuations-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-add-summary-1-and-click-expected.png.
        * platform/qt/fast/inline/outline-continuations-expected.txt:
        * platform/qt/fast/inline/percentage-margins-expected.png: Added.
        * platform/qt/fast/inline/percentage-margins-expected.txt:
        * platform/qt/fast/inline/styledEmptyInlinesWithBRs-expected.png: Added.
        * platform/qt/fast/inline/styledEmptyInlinesWithBRs-expected.txt:
        * platform/qt/fast/inline/vertical-align-text-bottom-expected.png:
        * platform/qt/fast/inline/vertical-align-text-bottom-expected.txt:
        * platform/qt/fast/innerHTML/001-expected.png: Added.
        * platform/qt/fast/innerHTML/001-expected.txt:
        * platform/qt/fast/innerHTML/002-expected.png: Added.
        * platform/qt/fast/innerHTML/002-expected.txt:
        * platform/qt/fast/innerHTML/003-expected.png: Added.
        * platform/qt/fast/innerHTML/003-expected.txt:
        * platform/qt/fast/innerHTML/006-expected.png:
        * platform/qt/fast/innerHTML/006-expected.txt:
        * platform/qt/fast/inspector-support/matchedrules-expected.png: Added.
        * platform/qt/fast/inspector-support/matchedrules-expected.txt:
        * platform/qt/fast/invalid/001-expected.png: Added.
        * platform/qt/fast/invalid/001-expected.txt:
        * platform/qt/fast/invalid/002-expected.png: Added.
        * platform/qt/fast/invalid/002-expected.txt:
        * platform/qt/fast/invalid/003-expected.png: Added.
        * platform/qt/fast/invalid/003-expected.txt:
        * platform/qt/fast/invalid/004-expected.png: Added.
        * platform/qt/fast/invalid/004-expected.txt:
        * platform/qt/fast/invalid/006-expected.png: Added.
        * platform/qt/fast/invalid/006-expected.txt:
        * platform/qt/fast/invalid/008-expected.png:
        * platform/qt/fast/invalid/008-expected.txt:
        * platform/qt/fast/invalid/009-expected.png: Added.
        * platform/qt/fast/invalid/009-expected.txt:
        * platform/qt/fast/invalid/010-expected.png: Added.
        * platform/qt/fast/invalid/010-expected.txt:
        * platform/qt/fast/invalid/011-expected.png: Added.
        * platform/qt/fast/invalid/011-expected.txt:
        * platform/qt/fast/invalid/012-expected.png: Added.
        * platform/qt/fast/invalid/012-expected.txt:
        * platform/qt/fast/invalid/013-expected.png: Added.
        * platform/qt/fast/invalid/013-expected.txt:
        * platform/qt/fast/invalid/014-expected.png: Added.
        * platform/qt/fast/invalid/014-expected.txt:
        * platform/qt/fast/invalid/016-expected.png:
        * platform/qt/fast/invalid/016-expected.txt:
        * platform/qt/fast/invalid/017-expected.png:
        * platform/qt/fast/invalid/017-expected.txt:
        * platform/qt/fast/invalid/018-expected.png:
        * platform/qt/fast/invalid/018-expected.txt:
        * platform/qt/fast/invalid/019-expected.png:
        * platform/qt/fast/invalid/019-expected.txt:
        * platform/qt/fast/invalid/021-expected.png: Added.
        * platform/qt/fast/invalid/021-expected.txt:
        * platform/qt/fast/invalid/missing-address-end-tag-expected.png: Added.
        * platform/qt/fast/invalid/missing-address-end-tag-expected.txt:
        * platform/qt/fast/invalid/missing-dl-end-tag-expected.png: Added.
        * platform/qt/fast/invalid/missing-dl-end-tag-expected.txt:
        * platform/qt/fast/invalid/missing-dt-end-tag-expected.png: Added.
        * platform/qt/fast/invalid/missing-dt-end-tag-expected.txt:
        * platform/qt/fast/invalid/missing-font-end-tag-expected.png: Added.
        * platform/qt/fast/invalid/missing-font-end-tag-expected.txt:
        * platform/qt/fast/invalid/nestedh3s-expected.png: Added.
        * platform/qt/fast/invalid/nestedh3s-expected.txt:
        * platform/qt/fast/invalid/table-inside-stray-table-content-expected.png:
        * platform/qt/fast/invalid/table-inside-stray-table-content-expected.txt:
        * platform/qt/fast/invalid/td-inside-object-expected.png: Added.
        * platform/qt/fast/invalid/td-inside-object-expected.txt:
        * platform/qt/fast/layers/inline-dirty-z-order-lists-expected.png:
        * platform/qt/fast/layers/inline-dirty-z-order-lists-expected.txt:
        * platform/qt/fast/layers/layer-visibility-expected.png: Added.
        * platform/qt/fast/layers/layer-visibility-expected.txt:
        * platform/qt/fast/layers/layer-visibility-sublayer-expected.png: Added.
        * platform/qt/fast/layers/layer-visibility-sublayer-expected.txt:
        * platform/qt/fast/layers/normal-flow-hit-test-expected.png: Added.
        * platform/qt/fast/layers/normal-flow-hit-test-expected.txt:
        * platform/qt/fast/layers/opacity-outline-expected.png: Added.
        * platform/qt/fast/layers/opacity-outline-expected.txt:
        * platform/qt/fast/layers/opacity-transforms-expected.png: Added.
        * platform/qt/fast/layers/opacity-transforms-expected.txt:
        * platform/qt/fast/layers/overflow-scroll-auto-switch-expected.png: Added.
        * platform/qt/fast/layers/overflow-scroll-auto-switch-expected.txt:
        * platform/qt/fast/layers/remove-layer-with-nested-stacking-expected.png:
        * platform/qt/fast/layers/remove-layer-with-nested-stacking-expected.txt:
        * platform/qt/fast/layers/remove-only-this-layer-update-expected.png: Added.
        * platform/qt/fast/layers/remove-only-this-layer-update-expected.txt:
        * platform/qt/fast/layers/scroll-rect-to-visible-expected.png:
        * platform/qt/fast/layers/scroll-rect-to-visible-expected.txt:
        * platform/qt/fast/layers/zindex-inherit-expected.png: Added.
        * platform/qt/fast/layers/zindex-inherit-expected.txt:
        * platform/qt/fast/line-grid/line-grid-contains-value-expected.png:
        * platform/qt/fast/line-grid/line-grid-contains-value-expected.txt:
        * platform/qt/fast/line-grid/line-grid-floating-expected.png:
        * platform/qt/fast/line-grid/line-grid-floating-expected.txt:
        * platform/qt/fast/line-grid/line-grid-inside-columns-expected.png:
        * platform/qt/fast/line-grid/line-grid-inside-columns-expected.txt:
        * platform/qt/fast/line-grid/line-grid-into-columns-expected.png:
        * platform/qt/fast/line-grid/line-grid-into-columns-expected.txt:
        * platform/qt/fast/line-grid/line-grid-into-floats-expected.png:
        * platform/qt/fast/line-grid/line-grid-into-floats-expected.txt:
        * platform/qt/fast/line-grid/line-grid-positioned-expected.png:
        * platform/qt/fast/line-grid/line-grid-positioned-expected.txt:
        * platform/qt/fast/lists/001-expected.png:
        * platform/qt/fast/lists/001-expected.txt:
        * platform/qt/fast/lists/001-vertical-expected.png:
        * platform/qt/fast/lists/001-vertical-expected.txt:
        * platform/qt/fast/lists/002-expected.png: Added.
        * platform/qt/fast/lists/002-expected.txt:
        * platform/qt/fast/lists/002-vertical-expected.png:
        * platform/qt/fast/lists/002-vertical-expected.txt:
        * platform/qt/fast/lists/003-expected.png:
        * platform/qt/fast/lists/003-expected.txt:
        * platform/qt/fast/lists/003-vertical-expected.png:
        * platform/qt/fast/lists/003-vertical-expected.txt:
        * platform/qt/fast/lists/005-expected.png: Added.
        * platform/qt/fast/lists/005-expected.txt:
        * platform/qt/fast/lists/005-vertical-expected.png:
        * platform/qt/fast/lists/005-vertical-expected.txt:
        * platform/qt/fast/lists/006-expected.png: Added.
        * platform/qt/fast/lists/006-expected.txt:
        * platform/qt/fast/lists/006-vertical-expected.png:
        * platform/qt/fast/lists/006-vertical-expected.txt:
        * platform/qt/fast/lists/007-expected.png: Added.
        * platform/qt/fast/lists/007-expected.txt:
        * platform/qt/fast/lists/007-vertical-expected.png:
        * platform/qt/fast/lists/007-vertical-expected.txt:
        * platform/qt/fast/lists/008-expected.png: Added.
        * platform/qt/fast/lists/008-expected.txt:
        * platform/qt/fast/lists/008-vertical-expected.png:
        * platform/qt/fast/lists/008-vertical-expected.txt:
        * platform/qt/fast/lists/009-expected.png: Added.
        * platform/qt/fast/lists/009-expected.txt:
        * platform/qt/fast/lists/009-vertical-expected.png:
        * platform/qt/fast/lists/009-vertical-expected.txt:
        * platform/qt/fast/lists/anonymous-items-expected.png: Added.
        * platform/qt/fast/lists/anonymous-items-expected.txt:
        * platform/qt/fast/lists/big-list-marker-expected.png: Added.
        * platform/qt/fast/lists/big-list-marker-expected.txt:
        * platform/qt/fast/lists/dynamic-marker-crash-expected.png:
        * platform/qt/fast/lists/dynamic-marker-crash-expected.txt:
        * platform/qt/fast/lists/li-br-expected.png: Copied from LayoutTests/platform/qt/fast/html/details-add-summary-7-and-click-expected.png.
        * platform/qt/fast/lists/li-br-expected.txt:
        * platform/qt/fast/lists/li-style-alpha-huge-value-crash-expected.png: Added.
        * platform/qt/fast/lists/li-style-alpha-huge-value-crash-expected.txt:
        * platform/qt/fast/lists/list-item-line-height-expected.png: Added.
        * platform/qt/fast/lists/list-item-line-height-expected.txt:
        * platform/qt/fast/lists/list-marker-with-line-height-expected.png: Added.
        * platform/qt/fast/lists/list-marker-with-line-height-expected.txt:
        * platform/qt/fast/lists/list-style-none-crash-expected.png: Added.
        * platform/qt/fast/lists/list-style-none-crash-expected.txt:
        * platform/qt/fast/lists/marker-before-empty-inline-expected.png: Added.
        * platform/qt/fast/lists/marker-before-empty-inline-expected.txt:
        * platform/qt/fast/lists/marker-image-error-expected.png: Added.
        * platform/qt/fast/lists/marker-image-error-expected.txt:
        * platform/qt/fast/lists/markers-in-selection-expected.png: Added.
        * platform/qt/fast/lists/markers-in-selection-expected.txt:
        * platform/qt/fast/lists/numeric-markers-outside-list-expected.png: Added.
        * platform/qt/fast/lists/numeric-markers-outside-list-expected.txt:
        * platform/qt/fast/lists/ol-display-types-expected.png: Added.
        * platform/qt/fast/lists/ol-display-types-expected.txt:
        * platform/qt/fast/lists/ol-start-parsing-expected.png: Added.
        * platform/qt/fast/lists/ol-start-parsing-expected.txt:
        * platform/qt/fast/lists/olstart-expected.png: Added.
        * platform/qt/fast/lists/olstart-expected.txt:
        * platform/qt/fast/lists/ordered-list-with-no-ol-tag-expected.png: Added.
        * platform/qt/fast/lists/ordered-list-with-no-ol-tag-expected.txt:
        * platform/qt/fast/lists/scrolled-marker-paint-expected.png: Added.
        * platform/qt/fast/lists/scrolled-marker-paint-expected.txt:
        * platform/qt/fast/media/media-descriptor-syntax-01-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/media-descriptor-syntax-01-expected.txt:
        * platform/qt/fast/media/media-descriptor-syntax-02-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/media-descriptor-syntax-02-expected.txt:
        * platform/qt/fast/media/media-descriptor-syntax-03-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/media-descriptor-syntax-03-expected.txt:
        * platform/qt/fast/media/media-descriptor-syntax-04-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/media-descriptor-syntax-04-expected.txt:
        * platform/qt/fast/media/media-descriptor-syntax-05-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/media-descriptor-syntax-05-expected.txt:
        * platform/qt/fast/media/media-descriptor-syntax-06-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/media-descriptor-syntax-06-expected.txt:
        * platform/qt/fast/media/media-type-syntax-01-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/media-type-syntax-01-expected.txt:
        * platform/qt/fast/media/media-type-syntax-02-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/media-type-syntax-02-expected.txt:
        * platform/qt/fast/media/mq-animation-expected.png:
        * platform/qt/fast/media/mq-animation-expected.txt:
        * platform/qt/fast/media/mq-aspect-ratio-expected.png: Added.
        * platform/qt/fast/media/mq-aspect-ratio-expected.txt:
        * platform/qt/fast/media/mq-compound-query-01-expected.png: Added.
        * platform/qt/fast/media/mq-compound-query-01-expected.txt:
        * platform/qt/fast/media/mq-compound-query-02-expected.png: Added.
        * platform/qt/fast/media/mq-compound-query-02-expected.txt:
        * platform/qt/fast/media/mq-compound-query-03-expected.png: Added.
        * platform/qt/fast/media/mq-compound-query-03-expected.txt:
        * platform/qt/fast/media/mq-compound-query-04-expected.png: Added.
        * platform/qt/fast/media/mq-compound-query-04-expected.txt:
        * platform/qt/fast/media/mq-compound-query-05-expected.png: Added.
        * platform/qt/fast/media/mq-compound-query-05-expected.txt:
        * platform/qt/fast/media/mq-grid-01-expected.png: Added.
        * platform/qt/fast/media/mq-grid-01-expected.txt:
        * platform/qt/fast/media/mq-grid-02-expected.png: Added.
        * platform/qt/fast/media/mq-grid-02-expected.txt:
        * platform/qt/fast/media/mq-invalid-media-feature-01-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-invalid-media-feature-01-expected.txt:
        * platform/qt/fast/media/mq-invalid-media-feature-02-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-invalid-media-feature-02-expected.txt:
        * platform/qt/fast/media/mq-invalid-media-feature-03-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-invalid-media-feature-03-expected.txt:
        * platform/qt/fast/media/mq-invalid-media-feature-04-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-invalid-media-feature-04-expected.txt:
        * platform/qt/fast/media/mq-invalid-syntax-01-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-invalid-syntax-01-expected.txt:
        * platform/qt/fast/media/mq-invalid-syntax-02-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-invalid-syntax-02-expected.txt:
        * platform/qt/fast/media/mq-invalid-syntax-03-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-invalid-syntax-03-expected.txt:
        * platform/qt/fast/media/mq-invalid-syntax-04-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-invalid-syntax-04-expected.txt:
        * platform/qt/fast/media/mq-invalid-syntax-05-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-invalid-syntax-05-expected.txt:
        * platform/qt/fast/media/mq-js-media-except-01-expected.png:
        * platform/qt/fast/media/mq-js-media-except-01-expected.txt:
        * platform/qt/fast/media/mq-js-media-except-02-expected.png:
        * platform/qt/fast/media/mq-js-media-except-02-expected.txt:
        * platform/qt/fast/media/mq-js-media-except-03-expected.png: Added.
        * platform/qt/fast/media/mq-js-media-except-03-expected.txt:
        * platform/qt/fast/media/mq-js-media-forward-syntax-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-js-media-forward-syntax-expected.txt:
        * platform/qt/fast/media/mq-js-stylesheet-media-01-expected.png: Added.
        * platform/qt/fast/media/mq-js-stylesheet-media-01-expected.txt:
        * platform/qt/fast/media/mq-js-stylesheet-media-02-expected.png: Added.
        * platform/qt/fast/media/mq-js-stylesheet-media-02-expected.txt:
        * platform/qt/fast/media/mq-js-stylesheet-media-03-expected.png: Added.
        * platform/qt/fast/media/mq-js-stylesheet-media-03-expected.txt:
        * platform/qt/fast/media/mq-js-stylesheet-media-04-expected.png: Added.
        * platform/qt/fast/media/mq-js-stylesheet-media-04-expected.txt:
        * platform/qt/fast/media/mq-max-pixel-ratio-expected.png: Added.
        * platform/qt/fast/media/mq-max-pixel-ratio-expected.txt:
        * platform/qt/fast/media/mq-min-constraint-expected.png: Added.
        * platform/qt/fast/media/mq-min-constraint-expected.txt:
        * platform/qt/fast/media/mq-orientation-expected.png: Added.
        * platform/qt/fast/media/mq-orientation-expected.txt:
        * platform/qt/fast/media/mq-pixel-ratio-expected.png: Added.
        * platform/qt/fast/media/mq-pixel-ratio-expected.txt:
        * platform/qt/fast/media/mq-relative-constraints-02-expected.png: Added.
        * platform/qt/fast/media/mq-relative-constraints-02-expected.txt:
        * platform/qt/fast/media/mq-relative-constraints-03-expected.png: Added.
        * platform/qt/fast/media/mq-relative-constraints-03-expected.txt:
        * platform/qt/fast/media/mq-relative-constraints-04-expected.png: Added.
        * platform/qt/fast/media/mq-relative-constraints-04-expected.txt:
        * platform/qt/fast/media/mq-relative-constraints-05-expected.png: Added.
        * platform/qt/fast/media/mq-relative-constraints-05-expected.txt:
        * platform/qt/fast/media/mq-relative-constraints-06-expected.png: Added.
        * platform/qt/fast/media/mq-relative-constraints-06-expected.txt:
        * platform/qt/fast/media/mq-relative-constraints-07-expected.png: Added.
        * platform/qt/fast/media/mq-relative-constraints-07-expected.txt:
        * platform/qt/fast/media/mq-relative-constraints-08-expected.png:
        * platform/qt/fast/media/mq-relative-constraints-08-expected.txt:
        * platform/qt/fast/media/mq-relative-constraints-09-expected.png: Added.
        * platform/qt/fast/media/mq-relative-constraints-09-expected.txt:
        * platform/qt/fast/media/mq-simple-neg-query-01-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-simple-neg-query-01-expected.txt:
        * platform/qt/fast/media/mq-simple-neg-query-02-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-simple-neg-query-02-expected.txt:
        * platform/qt/fast/media/mq-simple-neg-query-03-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-simple-neg-query-03-expected.txt:
        * platform/qt/fast/media/mq-simple-neg-query-04-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-simple-neg-query-04-expected.txt:
        * platform/qt/fast/media/mq-simple-neg-query-05-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-simple-neg-query-05-expected.txt:
        * platform/qt/fast/media/mq-simple-query-01-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-simple-query-01-expected.txt:
        * platform/qt/fast/media/mq-simple-query-02-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-simple-query-02-expected.txt:
        * platform/qt/fast/media/mq-simple-query-03-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-simple-query-03-expected.txt:
        * platform/qt/fast/media/mq-simple-query-04-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-simple-query-04-expected.txt:
        * platform/qt/fast/media/mq-simple-query-05-expected.png: Copied from LayoutTests/platform/qt/fast/dynamic/009-expected.png.
        * platform/qt/fast/media/mq-simple-query-05-expected.txt:
        * platform/qt/fast/media/mq-transform-01-expected.png: Added.
        * platform/qt/fast/media/mq-transform-01-expected.txt:
        * platform/qt/fast/media/mq-transform-04-expected.png: Added.
        * platform/qt/fast/media/mq-transform-04-expected.txt:
        * platform/qt/fast/media/mq-transition-expected.png: Added.
        * platform/qt/fast/media/mq-transition-expected.txt:
        * platform/qt/fast/media/mq-valueless-expected.png: Added.
        * platform/qt/fast/media/mq-valueless-expected.txt:
        * platform/qt/fast/media/mq-width-absolute-01-expected.png: Added.
        * platform/qt/fast/media/mq-width-absolute-01-expected.txt:
        * platform/qt/fast/media/mq-width-absolute-02-expected.png: Added.
        * platform/qt/fast/media/mq-width-absolute-02-expected.txt:
        * platform/qt/fast/media/mq-width-absolute-03-expected.png: Added.
        * platform/qt/fast/media/mq-width-absolute-03-expected.txt:
        * platform/qt/fast/media/mq-width-absolute-04-expected.png: Added.
        * platform/qt/fast/media/mq-width-absolute-04-expected.txt:
        * platform/qt/fast/media/viewport-media-query-expected.png: Added.
        * platform/qt/fast/media/viewport-media-query-expected.txt:
        * platform/qt/fast/multicol/block-axis-horizontal-bt-expected.png:
        * platform/qt/fast/multicol/block-axis-horizontal-bt-expected.txt:
        * platform/qt/fast/multicol/block-axis-horizontal-tb-expected.png:
        * platform/qt/fast/multicol/block-axis-horizontal-tb-expected.txt:
        * platform/qt/fast/multicol/block-axis-vertical-lr-expected.png:
        * platform/qt/fast/multicol/block-axis-vertical-lr-expected.txt:
        * platform/qt/fast/multicol/block-axis-vertical-rl-expected.png:
        * platform/qt/fast/multicol/block-axis-vertical-rl-expected.txt:
        * platform/qt/fast/multicol/border-padding-pagination-expected.png:
        * platform/qt/fast/multicol/border-padding-pagination-expected.txt:
        * platform/qt/fast/multicol/client-rects-expected.png:
        * platform/qt/fast/multicol/client-rects-expected.txt:
        * platform/qt/fast/multicol/column-break-with-balancing-expected.png:
        * platform/qt/fast/multicol/column-break-with-balancing-expected.txt:
        * platform/qt/fast/multicol/column-count-with-rules-expected.png:
        * platform/qt/fast/multicol/column-count-with-rules-expected.txt:
        * platform/qt/fast/multicol/column-rules-expected.png: Added.
        * platform/qt/fast/multicol/column-rules-expected.txt:
        * platform/qt/fast/multicol/column-rules-stacking-expected.png: Added.
        * platform/qt/fast/multicol/column-rules-stacking-expected.txt:
        * platform/qt/fast/multicol/columns-shorthand-parsing-expected.png: Added.
        * platform/qt/fast/multicol/columns-shorthand-parsing-expected.txt:
        * platform/qt/fast/multicol/float-avoidance-expected.png:
        * platform/qt/fast/multicol/float-avoidance-expected.txt:
        * platform/qt/fast/multicol/float-multicol-expected.png:
        * platform/qt/fast/multicol/float-multicol-expected.txt:
        * platform/qt/fast/multicol/float-paginate-complex-expected.png:
        * platform/qt/fast/multicol/float-paginate-complex-expected.txt:
        * platform/qt/fast/multicol/float-paginate-empty-lines-expected.png:
        * platform/qt/fast/multicol/float-paginate-empty-lines-expected.txt:
        * platform/qt/fast/multicol/float-paginate-expected.png:
        * platform/qt/fast/multicol/float-paginate-expected.txt:
        * platform/qt/fast/multicol/layers-in-multicol-expected.png:
        * platform/qt/fast/multicol/layers-in-multicol-expected.txt:
        * platform/qt/fast/multicol/layers-split-across-columns-expected.png:
        * platform/qt/fast/multicol/layers-split-across-columns-expected.txt:
        * platform/qt/fast/multicol/margin-collapse-expected.png:
        * platform/qt/fast/multicol/margin-collapse-expected.txt:
        * platform/qt/fast/multicol/max-height-columns-block-expected.png:
        * platform/qt/fast/multicol/max-height-columns-block-expected.txt:
        * platform/qt/fast/multicol/nested-columns-expected.png:
        * platform/qt/fast/multicol/nested-columns-expected.txt:
        * platform/qt/fast/multicol/overflow-across-columns-percent-height-expected.png:
        * platform/qt/fast/multicol/overflow-across-columns-percent-height-expected.txt:
        * platform/qt/fast/multicol/paginate-block-replaced-expected.png:
        * platform/qt/fast/multicol/paginate-block-replaced-expected.txt:
        * platform/qt/fast/multicol/positioned-split-expected.png:
        * platform/qt/fast/multicol/positioned-split-expected.txt:
        * platform/qt/fast/multicol/positioned-with-constrained-height-expected.png:
        * platform/qt/fast/multicol/positioned-with-constrained-height-expected.txt:
        * platform/qt/fast/multicol/scrolling-overflow-expected.png:
        * platform/qt/fast/multicol/scrolling-overflow-expected.txt:
        * platform/qt/fast/multicol/shadow-breaking-expected.png:
        * platform/qt/fast/multicol/shadow-breaking-expected.txt:
        * platform/qt/fast/multicol/span/anonymous-before-child-parent-crash-expected.png:
        * platform/qt/fast/multicol/span/anonymous-before-child-parent-crash-expected.txt:
        * platform/qt/fast/multicol/span/anonymous-split-block-crash-expected.png:
        * platform/qt/fast/multicol/span/anonymous-split-block-crash-expected.txt:
        * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.png:
        * platform/qt/fast/multicol/span/anonymous-style-inheritance-expected.txt:
        * platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png:
        * platform/qt/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.txt:
        * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png:
        * platform/qt/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.txt:
        * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.png:
        * platform/qt/fast/multicol/span/span-as-immediate-child-generated-content-expected.txt:
        * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png:
        * platform/qt/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.txt:
        * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.png:
        * platform/qt/fast/multicol/span/span-as-immediate-columns-child-expected.txt:
        * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png:
        * platform/qt/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.txt:
        * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.png:
        * platform/qt/fast/multicol/span/span-as-nested-columns-child-expected.txt:
        * platform/qt/fast/multicol/span/span-as-nested-inline-block-child-expected.png:
        * platform/qt/fast/multicol/span/span-as-nested-inline-block-child-expected.txt:
        * platform/qt/fast/multicol/span/span-margin-collapsing-expected.png:
        * platform/qt/fast/multicol/span/span-margin-collapsing-expected.txt:
        * platform/qt/fast/multicol/table-margin-collapse-expected.png:
        * platform/qt/fast/multicol/table-margin-collapse-expected.txt:
        * platform/qt/fast/multicol/table-vertical-align-expected.png:
        * platform/qt/fast/multicol/table-vertical-align-expected.txt:
        * platform/qt/fast/multicol/unsplittable-inline-block-expected.png:
        * platform/qt/fast/multicol/unsplittable-inline-block-expected.txt:
        * platform/qt/fast/multicol/vertical-lr/border-padding-pagination-expected.png:
        * platform/qt/fast/multicol/vertical-lr/border-padding-pagination-expected.txt:
        * platform/qt/fast/multicol/vertical-lr/column-break-with-balancing-expected.png:
        * platform/qt/fast/multicol/vertical-lr/column-break-with-balancing-expected.txt:
        * platform/qt/fast/multicol/vertical-lr/column-count-with-rules-expected.png:
        * platform/qt/fast/multicol/vertical-lr/column-count-with-rules-expected.txt:
        * platform/qt/fast/multicol/vertical-lr/column-rules-expected.png:
        * platform/qt/fast/multicol/vertical-lr/column-rules-expected.txt:
        * platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.png:
        * platform/qt/fast/multicol/vertical-lr/float-avoidance-expected.txt:
        * platform/qt/fast/multicol/vertical-lr/float-multicol-expected.png:
        * platform/qt/fast/multicol/vertical-lr/float-multicol-expected.txt:
        * platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.png:
        * platform/qt/fast/multicol/vertical-lr/float-paginate-complex-expected.txt:
        * platform/qt/fast/multicol/vertical-lr/float-paginate-expected.png:
        * platform/qt/fast/multicol/vertical-lr/float-paginate-expected.txt:
        * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.png:
        * platform/qt/fast/multicol/vertical-lr/nested-columns-expected.txt:
        * platform/qt/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png:
        * platform/qt/fast/multicol/vertical-lr/unsplittable-inline-block-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/border-padding-pagination-expected.png:
        * platform/qt/fast/multicol/vertical-rl/border-padding-pagination-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/column-break-with-balancing-expected.png:
        * platform/qt/fast/multicol/vertical-rl/column-break-with-balancing-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/column-count-with-rules-expected.png:
        * platform/qt/fast/multicol/vertical-rl/column-count-with-rules-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/column-rules-expected.png:
        * platform/qt/fast/multicol/vertical-rl/column-rules-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.png:
        * platform/qt/fast/multicol/vertical-rl/float-avoidance-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/float-multicol-expected.png:
        * platform/qt/fast/multicol/vertical-rl/float-multicol-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.png:
        * platform/qt/fast/multicol/vertical-rl/float-paginate-complex-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/float-paginate-expected.png:
        * platform/qt/fast/multicol/vertical-rl/float-paginate-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.png:
        * platform/qt/fast/multicol/vertical-rl/nested-columns-expected.txt:
        * platform/qt/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png:
        * platform/qt/fast/multicol/vertical-rl/unsplittable-inline-block-expected.txt:

2012-07-19  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, removing platform-specific baseline redundant after r123066.

        * platform/gtk/fast/forms/state-restore-skip-stateless-expected.txt: Removed.

2012-07-19  Zan Dobersek  <zandobersek@gmail.com>

        Unreviewed GTK gardening, removing flaky expectations for MathML Presentations
        layout tests. Their baselines were updated in r122704 and the tests have been
        passing without problems since.

        * platform/gtk/TestExpectations:

2012-07-19  János Badics  <jbadics@inf.u-szeged.hu>

        [Qt] platform/qt/tables/mozilla tests needs update after rebaseline and new testfonts
        https://bugs.webkit.org/show_bug.cgi?id=91242

        Unreviewed rebaseline.

        * platform/qt-5.0-wk1/Skipped:
        * platform/qt-5.0-wk2/Skipped:
        * platform/qt-5.0/Skipped:
        * platform/qt/tables/mozilla/marvin/backgr_index-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_index-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_layers-opacity-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_layers-opacity-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_position-table-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-cell-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-group-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-column-group-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-expected.txt:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.png:
        * platform/qt/tables/mozilla/marvin/backgr_simple-table-row-group-expected.txt:
        * platform/qt/tables/mozilla/marvin/body_col-expected.png:
        * platform/qt/tables/mozilla/marvin/body_col-expected.txt:
        * platform/qt/tables/mozilla/marvin/body_tbody-expected.png:
        * platform/qt/tables/mozilla/marvin/body_tbody-expected.txt:
        * platform/qt/tables/mozilla/marvin/body_tfoot-expected.png:
        * platform/qt/tables/mozilla/marvin/body_tfoot-expected.txt:
        * platform/qt/tables/mozilla/marvin/body_thead-expected.png:
        * platform/qt/tables/mozilla/marvin/body_thead-expected.txt:
        * platform/qt/tables/mozilla/marvin/col_span-expected.png:
        * platform/qt/tables/mozilla/marvin/col_span-expected.txt:
        * platform/qt/tables/mozilla/marvin/colgroup_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/colgroup_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_align_justify-expected.txt:
        * platform/qt/tables/mozilla/marvin/colgroup_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/colgroup_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/colgroup_span-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_span-expected.txt:
        * platform/qt/tables/mozilla/marvin/colgroup_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvin/colgroup_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/colgroup_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_valign_middle-expected.txt:
        * platform/qt/tables/mozilla/marvin/colgroup_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_valign_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/colgroup_width_px-expected.png:
        * platform/qt/tables/mozilla/marvin/colgroup_width_px-expected.txt:
        * platform/qt/tables/mozilla/marvin/table_frame_border-expected.png:
        * platform/qt/tables/mozilla/marvin/table_frame_border-expected.txt:
        * platform/qt/tables/mozilla/marvin/table_frame_box-expected.png:
        * platform/qt/tables/mozilla/marvin/table_frame_box-expected.txt:
        * platform/qt/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.png:
        * platform/qt/tables/mozilla/marvin/table_overflow_td_dynamic_deactivate-expected.txt:
        * platform/qt/tables/mozilla/marvin/table_row_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/table_row_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/table_row_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/table_row_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/table_row_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/table_row_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/table_rules_all-expected.png:
        * platform/qt/tables/mozilla/marvin/table_rules_all-expected.txt:
        * platform/qt/tables/mozilla/marvin/table_rules_groups-expected.png:
        * platform/qt/tables/mozilla/marvin/table_rules_groups-expected.txt:
        * platform/qt/tables/mozilla/marvin/table_rules_none-expected.png:
        * platform/qt/tables/mozilla/marvin/table_rules_none-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_aqua-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_aqua-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_aqua_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_black-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_black-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_black_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_blue-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_blue-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_blue_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_fuchsia-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_fuchsia_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_gray-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_gray-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_gray_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_green-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_green-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_green_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_lime-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_lime-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_lime_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_maroon-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_maroon-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_maroon_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_navy-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_navy-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_navy_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_olive-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_olive-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_olive_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_purple-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_purple-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_purple_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_red-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_red-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_red_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_silver-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_silver-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_silver_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_teal-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_teal-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_teal_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_white-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_white-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_white_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_yellow-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_yellow-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_bgcolor_yellow_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_border_0-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_border_0-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_border_1-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_border_1-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_border_2-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_border_2-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_border_3-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_border_3-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_caption_align_bot-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_caption_align_bot-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_caption_align_top-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_caption_align_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_cellpadding-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_cellpadding-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_cellpadding_pct-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_cellpadding_pct-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_cellspacing-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_cellspacing-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_class-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_class-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_default-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_default-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_id-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_id-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_row_th_nowrap-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_row_th_nowrap-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_style-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_style-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_td_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_td_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_td_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_td_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_td_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_td_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_td_colspan-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_td_colspan-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_td_height-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_td_height-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_td_nowrap-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_td_nowrap-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_td_rowspan-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_td_rowspan-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_td_width-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_td_width-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_th_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_th_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_th_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_th_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_th_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_th_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_th_colspan-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_th_colspan-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_th_height-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_th_height-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_th_rowspan-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_th_rowspan-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_th_width-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_th_width-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_width_percent-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_width_percent-expected.txt:
        * platform/qt/tables/mozilla/marvin/tables_width_px-expected.png:
        * platform/qt/tables/mozilla/marvin/tables_width_px-expected.txt:
        * platform/qt/tables/mozilla/marvin/tbody_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/tbody_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_align_char-expected.txt:
        * platform/qt/tables/mozilla/marvin/tbody_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_align_justify-expected.txt:
        * platform/qt/tables/mozilla/marvin/tbody_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/tbody_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/tbody_char-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_char-expected.txt:
        * platform/qt/tables/mozilla/marvin/tbody_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvin/tbody_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/tbody_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_valign_middle-expected.txt:
        * platform/qt/tables/mozilla/marvin/tbody_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/tbody_valign_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/td_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/td_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvin/td_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/td_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/td_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/td_valign_middle-expected.txt:
        * platform/qt/tables/mozilla/marvin/td_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/td_valign_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/tfoot_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/tfoot_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_align_char-expected.txt:
        * platform/qt/tables/mozilla/marvin/tfoot_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_align_justify-expected.txt:
        * platform/qt/tables/mozilla/marvin/tfoot_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/tfoot_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/tfoot_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvin/tfoot_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/tfoot_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_valign_middle-expected.txt:
        * platform/qt/tables/mozilla/marvin/tfoot_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/tfoot_valign_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/th_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/th_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvin/th_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/th_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/th_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/th_valign_middle-expected.txt:
        * platform/qt/tables/mozilla/marvin/th_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/th_valign_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/thead_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/thead_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_align_char-expected.txt:
        * platform/qt/tables/mozilla/marvin/thead_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_align_justify-expected.txt:
        * platform/qt/tables/mozilla/marvin/thead_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/thead_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/thead_char-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_char-expected.txt:
        * platform/qt/tables/mozilla/marvin/thead_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvin/thead_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/thead_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_valign_middle-expected.txt:
        * platform/qt/tables/mozilla/marvin/thead_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/thead_valign_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_aqua_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_black-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_black-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_black_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_blue-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_blue-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_blue_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_fuchsia-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_fuchsia_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_gray-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_gray-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_gray_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_green-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_green-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_green_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_lime-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_lime-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_lime_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_maroon-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_maroon-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_maroon_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_navy-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_navy-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_navy_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_olive-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_olive-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_olive_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_purple-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_purple-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_purple_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_red-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_red-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_red_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_silver-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_silver-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_silver_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_teal-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_teal-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_teal_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_white-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_white-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_white_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_yellow-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_yellow-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_bgcolor_yellow_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_valign_middle-expected.txt:
        * platform/qt/tables/mozilla/marvin/tr_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/tr_valign_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_caption_align_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/x_caption_align_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_caption_align_top-expected.png:
        * platform/qt/tables/mozilla/marvin/x_caption_align_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_caption_class-expected.png:
        * platform/qt/tables/mozilla/marvin/x_caption_class-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_caption_id-expected.png:
        * platform/qt/tables/mozilla/marvin/x_caption_id-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_caption_style-expected.png:
        * platform/qt/tables/mozilla/marvin/x_caption_style-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_align_char-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_align_justify-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_span-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_span-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_valign_middle-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_valign_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_width_pct-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_width_pct-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_width_px-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_width_px-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_col_width_rel-expected.png:
        * platform/qt/tables/mozilla/marvin/x_col_width_rel-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_colgroup_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_colgroup_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_align_char-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_colgroup_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_align_justify-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_colgroup_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_colgroup_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_colgroup_span-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_span-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_colgroup_valign_middle-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_valign_middle-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_colgroup_valign_top-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_valign_top-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_colgroup_width_pct-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_width_pct-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_colgroup_width_rel-expected.png:
        * platform/qt/tables/mozilla/marvin/x_colgroup_width_rel-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_bgcolor_name-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_bgcolor_name-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_border-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_border-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_border_none-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_border_none-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_border_px-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_border_px-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_cellpadding-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_cellpadding-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_cellpadding_pct-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_cellpadding_pct-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_cellspacing-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_cellspacing-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_cellspacing_pct-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_cellspacing_pct-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_class-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_class-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_frame_void-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_frame_void-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_id-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_id-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_rules_groups-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_rules_groups-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_rules_none-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_rules_none-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_style-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_style-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_width_pct-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_width_pct-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_table_width_px-expected.png:
        * platform/qt/tables/mozilla/marvin/x_table_width_px-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_center-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_center-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_char-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_char-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_justify-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_justify-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_left-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_left-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_right-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_align_right-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tbody_class-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_class-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tbody_id-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_id-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tbody_style-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_style-expected.txt:
        * platform/qt/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png:
        * platform/qt/tables/mozilla/marvin/x_tbody_valign_baseline-expected.txt:
        * platform/qt/tables/mozilla/marvi