2012-10-31 Terry Anderson [touchadjustment] touch-links-two-finger-tap test pass incorrectly https://bugs.webkit.org/show_bug.cgi?id=100619 Reviewed by Antonio Gomes. Make use of the gesture's touch area when testing the correct targeting of elements. * touchadjustment/touch-links-two-finger-tap.html: 2012-10-31 Stephen White [Chromium] Unreviewed gardening. More flaky fallout from http://trac.webkit.org/changeset/133069. * platform/chromium/TestExpectations: 2012-10-31 Sheriff Bot Unreviewed, rolling out r133044. http://trac.webkit.org/changeset/133044 https://bugs.webkit.org/show_bug.cgi?id=100888 Hits an ASSERT in the isolatedWorlds tests (Requested by abarth on #webkit). * platform/chromium/fast/dom/gc-9-expected.txt: 2012-10-31 Stephen White [Chromium] Unreviewed gardening. Updating TestExpectations for recent failures. * platform/chromium/TestExpectations: 2012-10-31 Philip Rogers Cache animationMode() in SVG animations. https://bugs.webkit.org/show_bug.cgi?id=99694 Reviewed by Eric Seidel. This refactoring is covered by existing tests. svg/animations/mozilla/animateMotion-mpath-targetChange-1.svg fails after this patch because our element dependency tracking has a bug with duplicate ids; see WK99893. * platform/chromium/TestExpectations: * platform/mac/TestExpectations: 2012-10-31 Stephen White [Chromium] Unreviewed gardening. Updating TestExpectations for recent failures. * platform/chromium/TestExpectations: 2012-10-31 Stephen White [Chromium] Unreviewed gardening. * platform/chromium/TestExpectations: 2012-10-31 Ami Fischman [chromium] DRT and WTR should clear the cache between tests https://bugs.webkit.org/show_bug.cgi?id=93195 Reviewed by Tony Chang. * media/video-poster-blocked-by-willsendrequest.html: updated list of still-busted ports. 2012-10-31 Stephen White [Chromium] Unreviewed gardening. Mark a few tests as crashing. * platform/chromium/TestExpectations: 2012-10-31 Tom Sepez Malformed X-XSS-Protection headers not reported https://bugs.webkit.org/show_bug.cgi?id=100538 Reviewed by Adam Barth. * http/tests/security/xssAuditor/malformed-xss-protection-header-expected.txt: Removed. * http/tests/security/xssAuditor/malformed-xss-protection-header.html: Removed. * http/tests/security/xssAuditor/malformed-xss-protection-header-1.html: Copied from LayoutTests/http/tests/security/xssAuditor/malformed-xss-protection-header.html. * http/tests/security/xssAuditor/malformed-xss-protection-header-expected-1.txt: Copied from LayoutTests/http/tests/security/xssAuditor/malformed-xss-protection-header-expected.txt. renamed to -1 to match convention. * http/tests/security/xssAuditor/malformed-xss-protection-header-2-expected.txt: Added. * http/tests/security/xssAuditor/malformed-xss-protection-header-2.html: Added. * http/tests/security/xssAuditor/malformed-xss-protection-header-3-expected.txt: Added. * http/tests/security/xssAuditor/malformed-xss-protection-header-3.html: Added. * http/tests/security/xssAuditor/malformed-xss-protection-header-4-expected.txt: Added. * http/tests/security/xssAuditor/malformed-xss-protection-header-4.html: Added. New test to cover new error message cases. * http/tests/security/xssAuditor/resources/echo-intertag.pl: Added more x-xss-protection header values to its set of values. * http/tests/security/xssAuditor/xss-protection-parsing-01.html: Converted for interface change to echo_intertag.pl * http/tests/security/xssAuditor/xss-protection-parsing-02-expected.txt: Added. * http/tests/security/xssAuditor/xss-protection-parsing-02.html: Added. New test for testing x-xss-protect: 0; (allow trailing semicolon). 2012-10-31 Stephen White [chromium] Fix incorrect test names landed in http://trac.webkit.org/changeset/133056 Unreviewed. * platform/chromium/TestExpectations: 2012-10-31 Stephen White [chromium] New linux baseline for basic-inputs-expected.png, due to crrev.com/164985. Unreviewed. * platform/chromium-linux/fast/forms/basic-inputs-expected.png: * platform/efl-wk1/fast/forms/basic-inputs-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/basic-inputs-expected.png. 2012-10-31 Stephen White [Chromium] Adjust expectations for float-wrap-zoom on mac. Unreviewed. * platform/chromium/TestExpectations: 2012-10-31 Simon Fraser REGRESSION (tile cache layers): bits of tiled layers are missing with certain 3D transforms https://bugs.webkit.org/show_bug.cgi?id=100808 Reviewed by Dean Jackson. Two tests for visible rect computation under clamping, one of which tests 'applyWasClamped', and the other 'mapWasClamped'. * compositing/tiling/rotated-tiled-clamped-expected.png: Added. * compositing/tiling/rotated-tiled-clamped-expected.txt: Added. * compositing/tiling/rotated-tiled-clamped.html: Added. * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.png: Added. * compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added. * compositing/tiling/rotated-tiled-preserve3d-clamped.html: Added. * platform/chromium/TestExpectations: * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt: Added. * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: Added. 2012-10-31 Adam Barth [V8] Garbage collection should use opaque roots rather than implicit references https://bugs.webkit.org/show_bug.cgi?id=100707 Reviewed by Kentaro Hara. Test progression. * platform/chromium/fast/dom/gc-9-expected.txt: 2012-10-31 Stephen White [chromium] Added skipped expectations for new test svg-remote-element.html with no results. Unreviewed. * platform/chromium/TestExpectations: 2012-10-31 Stephen White [chromium] New baselines for fast/images/exif-orientation-css-expected.png. Unreviewed. * platform/chromium-linux-x86/fast/images/exif-orientation-css-expected.png: Removed. * platform/chromium-win/fast/images/exif-orientation-css-expected.png: Added. * platform/chromium/fast/images/exif-orientation-css-expected.png: Removed. 2012-10-31 Arpita Bahuguna Table with percentage column widths doesn't scale to fill the entire width of a table containing it https://bugs.webkit.org/show_bug.cgi?id=11645 Reviewed by Julien Chaffraix. * fast/table/scale-nested-percent-width-cols-expected.html: Added. * fast/table/scale-nested-percent-width-cols.html: Added. Added a ref test verifying that our nested (auto width) table's columns are scaled and sized appropriately if the containing table has percent width. * platform/chromium/TestExpectations: * platform/efl/TestExpectations: * platform/gtk/TestExpectations: * platform/mac/TestExpectations: * platform/win/TestExpectations: Added an entry for fast/table/025.html for these ports. It would need rebaselining as a result of this fix. * platform/qt/fast/table/025-expected.png: * platform/qt/fast/table/025-expected.txt: Modified expected results for the existing test on qt port. In the given test, our innermost nested table has auto width and consits of three table cells with percent width specified for the first and the third cells. Its containing table on the other hand is a percent width table. Previously, we were not scaling our inner table's column(s) from expanding to the width of the containing table if it had percent width type. Because of this our first and last table cells in the innermost table were being rendered only with the minimum width (4px). Post this fix, since now our inner table columns shall scale, the first and the last table cell would thus expand in width (41px each) and hence the change in the column and the table dimensions. 2012-10-31 Raphael Kubo da Costa [EFL] More unreviewed pixel expectations gardening. Accept Missing as a valid result for some ietestcenter tests, and skip another one of them. * platform/efl/TestExpectations: 2012-10-31 Ian Vollick Add support for text-based repaint testing https://bugs.webkit.org/show_bug.cgi?id=100584 Reviewed by Simon Fraser. Allows tracked repaint rects to be dumped as text. * fast/repaint/layer-full-repaint-expected.txt: Added. * fast/repaint/layer-full-repaint.html: * fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed. * fast/repaint/overflow-flipped-writing-mode-table-expected.txt: * fast/repaint/overflow-flipped-writing-mode-table.html: * fast/repaint/resources/repaint.js: * fast/repaint/resources/text-based-repaint.js: Added. (runRepaintTest): The function calls internals.startTrackingRepaints() rather than display() before calling repaintTest(). It also generates a
 element and sets
          its innerHTML to internals.repaintRectsAsText().
        * platform/chromium-mac/fast/repaint/layer-full-repaint-expected.png: Removed.
        * platform/chromium-mac/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
        * platform/chromium-win/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
        * platform/chromium/fast/repaint/layer-full-repaint-expected.png: Removed.
        * platform/chromium/fast/repaint/layer-full-repaint-expected.txt: Removed.
        * platform/efl/fast/repaint/layer-full-repaint-expected.png: Removed.
        * platform/efl/fast/repaint/layer-full-repaint-expected.txt: Removed.
        * platform/gtk/fast/repaint/layer-full-repaint-expected.png: Removed.
        * platform/gtk/fast/repaint/layer-full-repaint-expected.txt: Removed.
        * platform/gtk/fast/repaint/overflow-flipped-writing-mode-table-expected.png: Removed.
        * platform/mac/fast/repaint/layer-full-repaint-expected.png: Removed.
        * platform/mac/fast/repaint/layer-full-repaint-expected.txt: Removed.
        * platform/qt/fast/repaint/layer-full-repaint-expected.png: Removed.
        * platform/qt/fast/repaint/layer-full-repaint-expected.txt: Removed.

2012-10-31  Stephen White  

        New Chromium baselines for css3/filters/composited-reflected.html.

        Unreviewed.

        * platform/chromium-mac/css3/filters/composited-reflected-expected.png: Added.
        * platform/chromium-win/css3/filters/composited-reflected-expected.png: Added.

2012-10-31  Mike West  

        [Qt] Unreviewed gardening. Rebaselining tests after r133019.

        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * platform/qt/http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:

2012-10-31  Yury Semikhatsky  

        Web Inspector: page crash when pausing in dedicated worker
        https://bugs.webkit.org/show_bug.cgi?id=100837

        Reviewed by Pavel Feldman.

        Test that Debugger.pause works for dedicated workers. The test is skipped
        on all platforms that use JSC as worker debugging is not supported there
        yet.

        * http/tests/inspector-protocol/resources/InspectorTest.js:
        (WebInspector.dispatchMessageFromBackend):
        * inspector-protocol/debugger-pause-dedicated-worker-expected.txt: Added.
        * inspector-protocol/debugger-pause-dedicated-worker.html: Added.
        * inspector-protocol/resources/dedicated-worker.js: Added.
        (onmessage):
        (doWork):
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
        * platform/wincairo/TestExpectations:

2012-10-31  Zoltan Nyul  

        perspective-origin should ignore values with more then two lengths and use the default values
        https://bugs.webkit.org/show_bug.cgi?id=100835

        Reviewed by Kenneth Rohde Christiansen.

        Add test for perspective-origin with more the than two lengths.

        * transforms/2d/computed-style-origin-expected.txt:
        * transforms/2d/computed-style-origin.html:

2012-10-31  Raphael Kubo da Costa  

        [EFL] Unreviewed pixel expectations gardening.

        Skip a few ietestcenter/css3/text texts which are rendering
        incorrectly, and accept Missing as a valid result for some culling
        tests.

        * platform/efl/TestExpectations:
        * platform/efl/ietestcenter/css3/text/textshadow-005-expected.png: Removed.
        * platform/efl/ietestcenter/css3/text/textshadow-005-expected.txt: Removed.

2012-10-31  Dominik Röttsches  

        [EFL][GTK] Unreviewed gardening.

        Removing duplicate in EFL file, changing bug number for exif orientation bug in GTK.

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

2012-10-31  Dominik Röttsches  

        [EFL][GTK] Unreviewed gardening.

        Exif orientation test marked as failing for GTK & EFL,
        On EFL, the vibration IPC issue may cause crash, see bug 100334.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:

2012-10-31  Raphael Kubo da Costa  

        [EFL] More unreviewed gardening.

        Skip the EXIF-related tests since the feature is not implemented
        for the port anyway, and skip the recently-added
        fast/images/exif-orientation-image-document.html as well.

        * platform/efl/TestExpectations:

2012-10-31  Raphael Kubo da Costa  

        [EFL] Skip http/tests/appcache/load-from-appcache-defer-resume-crash.html on WK2.

        Just marking it as Failure does not prevent a useless PNG expectation to be generated when running pixel tests.

        * platform/efl-wk2/TestExpectations:

2012-10-31  Raphael Kubo da Costa  

        [EFL] Unreviewed, add a few more pixel expectations.

        * platform/efl/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
        * platform/efl/css3/flexbox/repaint-rtl-column-expected.png:
        * platform/efl/fast/forms/indeterminate-expected.png: Added.
        * platform/efl/media/video-aspect-ratio-expected.png: Added.
        * platform/efl/media/video-layer-crash-expected.png: Added.
        * platform/efl/media/video-transformed-expected.png: Added.
        * platform/efl/media/video-zoom-expected.png: Added.

2012-10-31  Mike West  

        X-Frame-Options console message should be associated with a request.
        https://bugs.webkit.org/show_bug.cgi?id=100735

        Reviewed by Pavel Feldman.

        * http/tests/inspector/network/x-frame-options-deny-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-in-body-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-deny-meta-tag-parent-same-origin-deny-expected.txt:
        * http/tests/security/XFrameOptions/x-frame-options-parent-same-origin-deny-expected.txt:
        * http/tests/security/xssAuditor/meta-tag-http-refresh-x-frame-options-expected.txt:
            Update tests with new console message.

2012-10-31  Raphael Kubo da Costa  

        [EFL] Unreviewed, unskip media/video-seek-past-end-playing.html on WK2.

        It has been passing on the WK2 bot for quite a while, so unskip
        and hope for the best.

        * platform/efl-wk2/TestExpectations:

2012-10-31  Keishi Hattori  

        Calendar picker can flicker when opened from the suggestion picker
        https://bugs.webkit.org/show_bug.cgi?id=100816

        Reviewed by Kent Tamura.

        * fast/forms/resources/picker-common.js:
        (openPicker): Fix mistake.
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations-expected.txt:
        * platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-key-operations.html: Test that didHide event fires after the entry was selected and before the calendar picker opened.

2012-10-31  Raphael Kubo da Costa  

        [EFL] Unreviewed, unskip fast/forms/select-multiple-elements-with-mouse-drag.html.
        https://bugs.webkit.org/show_bug.cgi?id=100248

        The test is consistently passing again, and "fixing" the EFL side
        is not trivial.

        * platform/efl-wk2/TestExpectations:

2012-10-31  Mike West  

        Script run from an isolated world should bypass a page's CSP.
        https://bugs.webkit.org/show_bug.cgi?id=97398

        Reviewed by Adam Barth.

        * http/tests/security/isolatedWorld/bypass-main-world-csp-expected.txt: Added.
        * http/tests/security/isolatedWorld/bypass-main-world-csp.html: Added.
        * platform/efl/TestExpectations:
        * platform/mac/TestExpectations:
        * platform/qt/TestExpectations:
        * platform/win/TestExpectations:
            Skip the new tests on ports that don't support the new functionality

2012-10-31  Pavel Podivilov  

        [chromium] Rebaseline media/video-zoom.html.

        * platform/chromium-linux/media/video-zoom-expected.png:
        * platform/chromium-mac-lion/media/video-zoom-expected.png: Added.
        * platform/chromium-mac-snowleopard/media/video-zoom-expected.png:
        * platform/efl-wk1/media/video-zoom-expected.png: Renamed from LayoutTests/platform/efl/media/video-zoom-expected.png.

2012-10-31  Pavel Podivilov  

        [chromium] Rebaseline 7 media/video-* tests on Linux and Mac.

        * platform/chromium-linux/media/video-aspect-ratio-expected.png:
        * platform/chromium-linux/media/video-colorspace-yuv420-expected.png:
        * platform/chromium-linux/media/video-colorspace-yuv422-expected.png:
        * platform/chromium-linux/media/video-layer-crash-expected.png:
        * platform/chromium-linux/media/video-transformed-expected.png:
        * platform/chromium-linux/media/video-zoom-controls-expected.png:
        * platform/chromium-linux/platform/chromium/media/video-frame-size-change-expected.png:
        * platform/chromium-mac-lion/media/video-aspect-ratio-expected.png: Added.
        * platform/chromium-mac-lion/media/video-colorspace-yuv420-expected.png: Added.
        * platform/chromium-mac-lion/media/video-colorspace-yuv422-expected.png: Added.
        * platform/chromium-mac-lion/media/video-layer-crash-expected.png: Added.
        * platform/chromium-mac-lion/media/video-transformed-expected.png: Added.
        * platform/chromium-mac-lion/media/video-zoom-controls-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/media/video-frame-size-change-expected.png: Added.
        * platform/chromium-mac-snowleopard/media/video-aspect-ratio-expected.png:
        * platform/chromium-mac-snowleopard/media/video-colorspace-yuv420-expected.png:
        * platform/chromium-mac-snowleopard/media/video-colorspace-yuv422-expected.png:
        * platform/chromium-mac-snowleopard/media/video-layer-crash-expected.png:
        * platform/chromium-mac-snowleopard/media/video-transformed-expected.png:
        * platform/efl-wk1/media/video-aspect-ratio-expected.png: Renamed from LayoutTests/platform/efl/media/video-aspect-ratio-expected.png.
        * platform/efl-wk1/media/video-colorspace-yuv420-expected.png: Renamed from LayoutTests/platform/efl/media/video-colorspace-yuv420-expected.png.
        * platform/efl-wk1/media/video-colorspace-yuv422-expected.png: Renamed from LayoutTests/platform/efl/media/video-colorspace-yuv422-expected.png.
        * platform/efl-wk1/media/video-layer-crash-expected.png: Renamed from LayoutTests/platform/efl/media/video-layer-crash-expected.png.
        * platform/efl-wk1/media/video-transformed-expected.png: Renamed from LayoutTests/platform/efl/media/video-transformed-expected.png.
        * platform/efl-wk1/media/video-zoom-controls-expected.png: Renamed from LayoutTests/platform/efl/media/video-zoom-controls-expected.png.

2012-10-31  Pavel Podivilov  

        [chromium] Add new baselines for fast/forms/basic-inputs.html and fast/forms/indeterminate.html on linux.

        * platform/chromium-linux/fast/forms/indeterminate-expected.png:
        * platform/efl-wk1/fast/forms/indeterminate-expected.png: Renamed from LayoutTests/platform/efl/fast/forms/indeterminate-expected.png.

2012-10-31  Pavel Podivilov  

        [chromium] Unreviewed, mark two touchadjustment tests as failing on mac.

        * platform/chromium/TestExpectations:

2012-10-31  Michał Pakuła vel Rutka  

        [EFL][DRT] EventSender requires contextClick implementation
        https://bugs.webkit.org/show_bug.cgi?id=86091

        Reviewed by Gyuyoung Kim.

        Move contextClick dependent tests to WebKit2 TestExpectations and
        add new expected results.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/editing/selection/5354455-2-expected.txt: Added.
        * platform/efl/fast/events/context-no-deselect-expected.txt: Added.
        * platform/efl/fast/events/context-onmousedown-event-expected.png: Added.

2012-10-30  Nico Weber  

        [chromium] Add baselines for fast/images/exif-orientation-css.html and exif-orientation-image-document.html
        https://bugs.webkit.org/show_bug.cgi?id=100807

        Unreviewed, expectations update.

        * platform/chromium-linux-x86/fast/images/exif-orientation-css-expected.png: Added.
        * platform/chromium-linux/fast/images/exif-orientation-css-expected.png: Added.
        * platform/chromium-linux/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium-mac-lion/fast/images/exif-orientation-css-expected.png: Added.
        * platform/chromium-mac-lion/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/images/exif-orientation-css-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium-mac/fast/images/exif-orientation-css-expected.png: Added.
        * platform/chromium-mac/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium-win/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-10-30  Keishi Hattori  

        F4 inside  should not open calendar picker
        https://bugs.webkit.org/show_bug.cgi?id=100730

        Reviewed by Kent Tamura.

        * fast/forms/time-multiple-fields/time-multiple-fields-open-picker-key-bindings-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-open-picker-key-bindings.html: Added.

2012-10-30  Kent Tamura  

        Delaying 'change' and 'input' event dispatching during HTMLInputElement::setValue
        https://bugs.webkit.org/show_bug.cgi?id=100772

        Reviewed by Abhishek Arya.

        * fast/forms/range/range-type-change-onchange-expected.txt: Added.
        * fast/forms/range/range-type-change-onchange.html: Added.

2012-10-30  Simon Fraser  

        Fix issues with filters and reflections
        https://bugs.webkit.org/show_bug.cgi?id=100308

        Reviewed by Dirk Schulze.

        Test composited filters inside a nested reflection.

        * css3/filters/composited-reflected-expected.png: Added.
        * css3/filters/composited-reflected-expected.txt: Added.
        * css3/filters/composited-reflected.html: Added.
        * platform/mac/css3/filters/composited-reflected-expected.png: Added.

2012-10-30  Kenichi Ishibashi  

        Unreviewed test expectations update

        * platform/chromium/TestExpectations:

2012-10-30  Kenichi Ishibashi  

        Unreviewed test update after r132969

        Add alternate font family name (Courier New).

        * fast/css/font-face-descending-unicode-range.html:
        * fast/css/font-face-download-error.html:
        * fast/css/font-face-unicode-range.html:

2012-10-30  Nico Weber  

        [chromium] Enable fast/images/exif-orientation-css.html
        https://bugs.webkit.org/show_bug.cgi?id=100767

        Unreviewed, expectations-only change.

        * platform/chromium/TestExpectations:

2012-10-30  Allan Sandfeld Jensen  

        DOM URL is flaky when workers are used
        https://bugs.webkit.org/show_bug.cgi?id=99178

        Reviewed by Geoffrey Garen.

        Test that the methods of the URL constructor are accesible from both main and worker threads.

        * fast/workers/resources/worker-domurl.js: Added.
        (log):
        (onmessage):
        * fast/workers/worker-domurl-expected.txt: Added.
        * fast/workers/worker-domurl.html: Added.

2012-10-30  Hans Muller  

        [CSS Exclusions] Multiple segment polygon layout does not get all segments
        https://bugs.webkit.org/show_bug.cgi?id=100039

        Reviewed by Dirk Schulze.

        Added tests for CSS Exclusion shape-inside polygons with horizontal edges.
        Corrected the simple-polygon.js code for computing a polygon's included intervals.

        * fast/exclusions/resources/simple-polygon.js:
        * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-001.html: Added.
        * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-rectilinear-polygon-002.html: Added.
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-004-expected.html:
        * fast/exclusions/shape-inside/shape-inside-simple-polygon-004.html:

2012-10-30  Kenichi Ishibashi  

        local(Helvetica) in src descriptor prevent fallback
        https://bugs.webkit.org/show_bug.cgi?id=100446

        Reviewed by Dan Bernstein.

        Add alternate font family names to src descriptor of @font-face rules
        so that the change doesn't change the expectations of tests.

        * fast/css/font-face-implicit-local-font.html:
        * fast/css/font-face-multiple-faces.html:
        * svg/custom/font-face-simple.svg:

2012-10-30  Rick Byers  

        cssText for cursor property doesn't include hotspot
        https://bugs.webkit.org/show_bug.cgi?id=99530

        Reviewed by Darin Adler.

        Add simple test for parsing of CSS cursor property.

        * fast/css/cursor-parsing-expected.txt: Added.
        * fast/css/cursor-parsing.html: Added.

2012-10-30  Roger Fong  

        Unreviewed. Test should not be run on Apple Windows port: fast/images/exif-orientation-image-document.html

        * platform/win/TestExpectations:

2012-10-30  Roger Fong  

        Unreviewed. Skip another failing accessibility test on Windows: accessibility/svg-remote-element.html.

        * platform/win/TestExpectations:

2012-10-30  Vincent Scheib  

        [chromium] Unreviewed: Additional webgl test suppression to go along with earlier ones.
        https://bugs.webkit.org/show_bug.cgi?id=100784

        * platform/chromium/TestExpectations:

2012-10-30  W. James MacLean  

        [chromium] Restrict link highlights to targets that display a hand-cursor
        https://bugs.webkit.org/show_bug.cgi?id=99862

        Reviewed by James Robinson.

        To avoid applying highlights to inappropriate targets, such as large divs with
        click handlers installed, test candidate targets and only highlight them if they
        would normally display a hand cursor on mouse over. This is a heuristic, but has
        been tested and found effective in practice.

        * platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-rotated-div.html:

2012-10-30  Vincent Scheib  

        [Chromium] Unreviwed suppression of 6 webgl tests.
        https://bugs.webkit.org/show_bug.cgi?id=100784

        * platform/chromium/TestExpectations:

2012-10-30  Glenn Adams  

        [CSS] Expand -webkit-line-break value space
        https://bugs.webkit.org/show_bug.cgi?id=100739

        Reviewed by Eric Seidel.

        Change default (initial) value for -webkit-line-break to 'auto' to match CSS3 Text.

        * fast/css/getComputedStyle/computed-style-expected.txt:
        Fix for change of initial (default) value on -webkit-line-break from 'normal' to 'auto'.

        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
        Fix for change of initial (default) value on -webkit-line-break from 'normal' to 'auto'.

        * svg/css/getComputedStyle-basic-expected.txt:
        Fix for change of initial (default) value on -webkit-line-break from 'normal' to 'auto'.

2012-10-30  Robert Hogan  

        white-space: nowrap inline element beside a floated element wraps incorrectly without trailing textnode/newline
        https://bugs.webkit.org/show_bug.cgi?id=29648

        Reviewed by Levi Weintraub.

        * fast/text/whitespace/no-wrap-child-in-auto-wrap-container-expected.html: Added.
        * fast/text/whitespace/no-wrap-child-in-auto-wrap-container.html: Added.

2012-10-30  Roger Fong  

        Unreviewed. Some flaky http/security tests to add to the skip list.
        Bug tracking flaky security tests here: https://bugs.webkit.org/show_bug.cgi?id=95803.

        * platform/win/TestExpectations:

2012-10-30  Simon Fraser  

        Skip tiled drawing tests on Lion, since the TiledCoreAnimationDrawingArea is only
        built for Mountain Lion and later.

        * platform/mac-lion/TestExpectations:

2012-10-30  Rick Byers  

        [touchadjustment] touch-links-longpress tests passes incorrectly
        https://bugs.webkit.org/show_bug.cgi?id=96810

        Reviewed by Antonio Gomes.

        Fix touch-links-longpress test to be consistent with touch-links-active.
        Now it's actually touching where we intended - at the center of the
        touch region identified instead of the top/left corner.  Also pass
        the width/height of the touch to EventSender in order to enable touch
        adjustment.

        Also adds checks to verify that our touches are actually landing on
        or outside the element we're targetting as desired.

        * touchadjustment/resources/touchadjustment.js:
        (findAbsoluteBounds): Update to support both inline and block nodes (clientHeight is 0 for inline nodes)
        * touchadjustment/touch-links-active.html: Use updated findAbsoluteBounds
        * touchadjustment/touch-links-longpress.html:

2012-10-30  Dan Bernstein  

         REGRESSION (r121299): OS X Text Replacement forces cursor out of text fields
        https://bugs.webkit.org/show_bug.cgi?id=100768

        Reviewed by Anders Carlsson.

        * platform/mac/editing/spelling/autocorrection-in-textarea-expected.txt: Added.
        * platform/mac/editing/spelling/autocorrection-in-textarea.html: Added.

2012-10-30  Csaba Osztrogonác  

        [Qt] Unreviewed gardening, skip new crashing tests to paint the bot green.

        * platform/qt/TestExpectations:

2012-10-30  Csaba Osztrogonác  

        [Qt][WK2] Unreviewed evening gardening, skip failing tests to paint the bot green.

        * platform/qt-5.0-wk2/TestExpectations:

2012-10-30 Chris Fleizach  

        AX: Support embedded SVG objects in AX tree
        https://bugs.webkit.org/show_bug.cgi?id=97571

        Reviewed by Tim Horton.

        Added a new test that links in an svg file. Accessibility of that remote svg file is tested.
        Test skipped on chromium until clickPoint() is implemented in DRT.

        * accessibility/svg-remote-element.html: Added.
        * accessibility/resources/svg-face.svg: Added.
        * platform/chromium/TestExpectations:
        * platform/mac/accessibility/svg-remote-element-expected.txt: Added.

2012-10-30  Mikhail Pozdnyakov  

        [WK2][WTR] WebKitTestRunner needs testRunner.queueLoadHTMLString
        https://bugs.webkit.org/show_bug.cgi?id=100747

        Reviewed by Kenneth Rohde Christiansen.

        Unskipped http/tests/navigation/go-back-to-error-page.html for WK2 ports.

        * platform/wk2/TestExpectations:

2012-10-30  Pavel Podivilov  

        Unreviewed, rebaseline fast/sub-pixel/float-wrap-zoom.html.

        * platform/chromium-mac-lion/fast/sub-pixel/float-wrap-zoom-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/sub-pixel/float-wrap-zoom-expected.png: Added.
        * platform/chromium-mac/fast/sub-pixel/float-wrap-zoom-expected.png: Added.

2012-10-30  Jussi Kukkonen  

        [EFL] Unreviewed, combine color profile failures to correct bug
        https://bugs.webkit.org/show_bug.cgi?id=100746

        * platform/efl/TestExpectations:

2012-10-30  Emil A Eklund  

        [subixel] Change LineWidth::shrinkAvailableWidthForNewFloatIfNeeded to not pixel snap
        https://bugs.webkit.org/show_bug.cgi?id=100742

        Reviewed by Levi Weintraub.

        Add test for wrapping when combining float and inline elements.

        * fast/sub-pixel/float-wrap-zoom-expected.html: Added.
        * fast/sub-pixel/float-wrap-zoom.html: Added.

2012-10-30  Max Vujovic  

        [CSS Shaders] Reject vertex shaders with custom attributes
        https://bugs.webkit.org/show_bug.cgi?id=98973

        Reviewed by Dean Jackson.

        Add checks to verify:
        (1) Shaders with custom attributes do not execute (e.g. attribute float my_attribute;).
        (2) Shaders with a_triangleCoord defined do not execute with an attached mesh.

        Note that in CSS Custom Filters, the a_triangleCoord attribute is only available in detached
        meshes. In detached meshes, no vertices are shared between triangles. Thus, each vertex
        belongs to a specific triangle, which a_triangleCoord identifies. In attached meshes,
        vertices can belong to many triangles, which a_triangleCoord cannot identify because it's
        only a vec3.

        CSS Filters Spec, Vertex Attributes:
        https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/index.html#vertex-attribute-variables

        * css3/filters/custom/invalid-custom-filter-attribute-types-expected.html:
        * css3/filters/custom/invalid-custom-filter-attribute-types.html:
            Add two checks for two new vertex shaders. Update the a_triangleCoord type check to use
            a detached mesh, so the vertex shader fails to validate because a_triangleCoord is
            defined with an incorrect type, not because it defines a_triangleCoord in an attached
            mesh.
        * css3/filters/resources/invalid-a-triangle-coord-with-attached-mesh.vs:
            Added. This vertex shader defines a_triangleCoord with the correct type. However, this
            shader is run with an an attached mesh, so it should not execute.
        * css3/filters/resources/invalid-custom-attribute.vs:
            Added. This vertex shader defines a custom attribute. The associated test verifies
            that it does not execute.
        * css3/filters/resources/invalid-type-a-mesh-coord.vs:
            Remove some empty lines to improve readability.
        * css3/filters/resources/invalid-type-a-position.vs: Ditto.
        * css3/filters/resources/invalid-type-a-tex-coord.vs: Ditto.
        * css3/filters/resources/invalid-type-a-triangle-coord.vs:
            Add a comment that this shader should be run with a detached mesh.
        * css3/filters/resources/invalid-type-attribute-array.vs:
            Remove some empty lines to improve readability.
        * css3/filters/resources/invalid-type-a-triangle-coord.vs: Ditto.

2012-10-30  Andrey Lushnikov  

        Web Inspector: adds isOwnProperty to remote protocol
        https://bugs.webkit.org/show_bug.cgi?id=100664

        Reviewed by Pavel Feldman.

        * inspector/runtime/runtime-getProperties-isOwnProperty-expected.txt: Added.
        * inspector/runtime/runtime-getProperties-isOwnProperty.html: Added.

2012-10-30  Pavel Podivilov  

        Unreviewed, add baselines for exif-orientation-image-document.

        * platform/chromium-linux/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium-mac-snowleopard/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium-mac/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.
        * platform/chromium-win/platform/chromium/virtual/deferred/fast/images/exif-orientation-image-document-expected.png: Added.

2012-10-30  Pavel Podivilov  

        Unrewieved, rebaseline audiobuffersource-loop-points.

        * platform/chromium-linux/webaudio/audiobuffersource-loop-points-expected.wav: Renamed from LayoutTests/platform/chromium-win-xp/webaudio/audiobuffersource-loop-points-expected.wav.

2012-10-30  Kent Tamura  

        Fix crash by calendar picker or suggestion picker
        https://bugs.webkit.org/show_bug.cgi?id=100728

        Reviewed by Hajime Morita.

        * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onchange-expected.txt: Added.
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-type-change-onchange.html: Added.

2012-10-30  Michelangelo De Simone  

        [CSS Shaders] Change the default compositing mode and the default CSS value for 
        https://bugs.webkit.org/show_bug.cgi?id=94020

        Reviewed by Dean Jackson.

        Existing tests have been modified to update them to the new default
        compositing values (normal source-atop).

        Also, the dummy empty shader has been removed: not needed.

        * css3/filters/custom/custom-filter-property-computed-style-expected.txt:
        * css3/filters/custom/custom-filter-shader-cache.html:
        * css3/filters/custom/effect-custom-transform-parameters.html:
        * css3/filters/custom/effect-custom.html:
        * css3/filters/custom/filter-fallback-to-software.html:
        * css3/filters/resources/empty-shader.fs: Removed.
        * css3/filters/script-tests/custom-filter-property-computed-style.js:

2012-10-30  Zoltan Nyul  

        3d rotation with [0, 0, 0] direction vector should not be applied
        https://bugs.webkit.org/show_bug.cgi?id=100733

        Reviewed by Levi Weintraub.

        Add test for 3d rotation with [0, 0, 0] direction vector.

        * transforms/3d/general/3dtransform-values-expected.txt:
        * transforms/3d/general/3dtransform-values.html:

2012-10-30  Kangil Han  

        [EFL][DRT] Bitmap should show whole view area.
        https://bugs.webkit.org/show_bug.cgi?id=100642

        Reviewed by Gyuyoung Kim.

        Unskip css sticky position as well as scroll and fixed position related test cases.

        * platform/efl-wk1/TestExpectations:

2012-10-30  Byungwoo Lee  

        [EFL][WK2] Unskip sputnik flaky tests.
        https://bugs.webkit.org/show_bug.cgi?id=100732

        Unreviewed, EFL gardening.

        These tests are always passing now.

        sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A5.html
        sputnik/Conformance/07_Lexical_Conventions/7.4_Comments/S7.4_A6.html
        sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2.html
        sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.4_T2.html
        sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.1_T2.html
        sputnik/Conformance/07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A2.4_T2.html

        * platform/efl-wk2/TestExpectations:

2012-10-30  Nico Weber  

        Add a test for reading exif orientation off image documents
        https://bugs.webkit.org/show_bug.cgi?id=100698

        Reviewed by Eric Seidel.

        fast/images/exif-orientation.html tests  elements, but image documents were untested previously.

        * fast/images/exif-orientation-image-document.html: Added.
        * platform/chromium/TestExpectations:
        * platform/chromium/fast/images/exif-orientation-image-document-expected.txt: Added.

2012-10-29  Csaba Osztrogonác  

        Unreviewed, rolling out r132819.
        http://trac.webkit.org/changeset/132819
        https://bugs.webkit.org/show_bug.cgi?id=100388

        It made layout testing 40% slower and storage tests assert

        * platform/qt/TestExpectations:

2012-10-25  Stephen Chenney  

        feImage should not be allowed to self reference
        https://bugs.webkit.org/show_bug.cgi?id=94652

        Reviewed by Eric Seidel.

        Additional test case for situations when the filter is applied to multiple objects that it also references.

        * svg/filters/feImage-self-and-other-referencing-expected.html: Added.
        * svg/filters/feImage-self-and-other-referencing.html: Added.

2012-10-29  Michael Saboff  

        Non-special escape character sequences cause JSC::Lexer::parseString to create 16 bit strings
        https://bugs.webkit.org/show_bug.cgi?id=100576

        Reviewed by Darin Adler.

        Added a new test to validated the behavior of the corresponding changes to string processing
        in the Lexer.

        * fast/js/normal-character-escapes-in-string-literals-expected.txt: Added.
        * fast/js/normal-character-escapes-in-string-literals.html: Added.
        * fast/js/script-tests/normal-character-escapes-in-string-literals.js: Added.

2012-10-29  Roger Fong  

        Unreviewed. Feature introduced in r132708 is chromium only. Skipping related tests.

        * platform/win/TestExpectations:

2012-10-29  Adam Barth  

        Block SVG external references pending a security review
        https://bugs.webkit.org/show_bug.cgi?id=100635

        Reviewed by Eric Seidel.

        Skip tests that depend on external SVG references.

        * platform/chromium/TestExpectations:

2012-10-29  Chris Rogers  

        Unreviewed rebaseline of webaudio/audiobuffersource-loop-points

        * platform/chromium-win-xp/webaudio/audiobuffersource-loop-points-expected.wav: Added.
        * platform/chromium-win/webaudio/audiobuffersource-loop-points-expected.wav: Added.

2012-10-29  Alpha Lam  

        [skia] Handle mask box image.
        https://bugs.webkit.org/show_bug.cgi?id=100570

        Reviewed by James Robinson.

        Added a test for -webkit-mask-box-image. Test should complete without crashes.
        Output image should be blank.

        * fast/images/mask-box-image-crash-expected.png: Added.
        * fast/images/mask-box-image-crash-expected.txt: Added.
        * fast/images/mask-box-image-crash.html: Added.

2012-10-29  David Barton  

        Unreviewed gardening. LayoutTests/mathml/msubsup-fuzz.html passes locally but not on
        cr-linux-ews. I need to see a stack trace to debug it. See webkit.org/b/100463.

        * mathml/msubsup-fuzz-expected.txt: Added.
        * mathml/msubsup-fuzz.html: Added.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:

2012-10-29  Justin Novosad  

        [Chromium] flickering observed when copying 2D canvas to webGL texture
        https://bugs.webkit.org/show_bug.cgi?id=100691

        Reviewed by Stephen White.

        Modified test by adding a canvas draw imediately after webgl texture
        upload in order to exercise graphics context synchronization between
        the webGL and 2D canvas graphics contexts.

        * fast/canvas/webgl/canvas-2d-webgl-texture.html:

2012-10-29  Glenn Adams  
       
        [CSSOM] Extraneous whitespace in CSSImportRule.cssText
        https://bugs.webkit.org/show_bug.cgi?id=100657

        Reviewed by Simon Fraser.

        Test (from CSS WG) that checks serializion of CSSImportRule.cssText.

        * http/tests/css/shared-stylesheet-mutation-expected.txt:
        * http/tests/css/shared-stylesheet-mutation-preconstruct-expected.txt:
        Fix expected output to match removal of extraneous space.

        * cssom/cssimportrule-media-expected.txt: Added.
        * cssom/cssimportrule-media.html: Added.
        * cssom/resources/import.css: Added.

2012-10-29  Zan Dobersek  

        Unreviewed GTK gardening.

        Adding flaky crash expectations for tests that crash after r132699
        if the accessibility object cache is populated.

        * platform/gtk/TestExpectations:

2012-10-29  Christophe Dumez  

        [EFL] Skip fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html test case
        https://bugs.webkit.org/show_bug.cgi?id=100687

        Unreviewed EFL gardening.

        Skip fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html test case
        since it is intrinsically flaky and cannot be fixed.

        * platform/efl/TestExpectations:

2012-10-29  Allan Sandfeld Jensen  

        [Qt] Flaky security tests
        https://bugs.webkit.org/show_bug.cgi?id=100388

        Reviewed by Jocelyn Turcotte.

        Unskip no longer flaky tests.

        * platform/qt/TestExpectations:

2012-10-29  Christophe Dumez  

        [WK2][WKTR] Enable Shadow DOM at runtime if compiled with SHADOW_DOM support
        https://bugs.webkit.org/show_bug.cgi?id=100668

        Reviewed by Kenneth Rohde Christiansen.

        Remove Shadow DOM layout tests from the global wk2 TestExpectations
        and add it to the mac-wk2 one. EFL and GTK ports have Shadow DOM
        enabled so they don't need to be skipped for those ports. The Qt port
        is already skipping those tests in its global TestExpectations file.

        * platform/efl-wk2/TestExpectations:
        * platform/mac-wk2/TestExpectations:
        * platform/wk2/TestExpectations:

2012-10-29  Csaba Osztrogonác  

        [Qt] Text with zero font size renders as X px sometimes, causing fast/text/zero-font-size-2.html to fail
        https://bugs.webkit.org/show_bug.cgi?id=100115

        Reviewed by Noam Rosenthal.

        * platform/qt/TestExpectations: Unskip fast/text/zero-font-size-2.html.

2012-10-29  Raphael Kubo da Costa  

        [EFL][WK2] REGRESSION(r132342): fast/events/frame-tab-focus.html fails
        https://bugs.webkit.org/show_bug.cgi?id=100646

        Reviewed by Kenneth Rohde Christiansen.

        * platform/efl-wk2/TestExpectations: Unskip
        fast/events/frame-tab-focus.html.

2012-10-29  Michelangelo De Simone  

        [CSS Shaders] Implement CustomFilterArrayParameter::blend
        https://bugs.webkit.org/show_bug.cgi?id=96437

        Reviewed by Dean Jackson.

        New tests to asses the correctness of CustomFilterArrayParameter::blend.
        
        * animations/resources/animation-test-helpers.js:
        (customFilterParameterMatch): A check for functions' parameters length has been added.
        * css3/filters/custom/custom-filter-array-blending-expected.txt: Added.
        * css3/filters/custom/custom-filter-array-blending.html: Added.

2012-10-29  Sheriff Bot  

        Unreviewed, rolling out r132782.
        http://trac.webkit.org/changeset/132782
        https://bugs.webkit.org/show_bug.cgi?id=100653

        It made 400+ tests fail and 180 tests flakey on Qt (Requested
        by Ossy on #webkit).

        * platform/qt/TestExpectations:

2012-10-29  Allan Sandfeld Jensen  

        [Qt] Flaky security tests
        https://bugs.webkit.org/show_bug.cgi?id=100388

        Reviewed by Jocelyn Turcotte.

        Unskip no longer flaky tests.

        * platform/qt/TestExpectations:

2012-10-29  Pavel Podivilov  

        [Chromium] Test expectation update.

        Unreviewed, mark recently added audiobuffersource-loop-points.html test as failing on windows.

        * platform/chromium/TestExpectations:

2012-10-29  Kent Tamura  

        [Chromium] Test expectation update.
        https://bugs.webkit.org/show_bug.cgi?id=99818

        The failure of month-multiple-fields-keyboard-events.html on SnowLeopard
        and XP is expected.

        - OS X SnowLeopard
          The month forma is "yyyy MMMM" on SnowLoepard though it's "MMMM yyyy"
          on other platforms.

        - Windows XP
          It doesn't support the lang-attribute-aware-form-control-UI testing
        feature.

        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt: Copied from LayoutTests/platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt.
        * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-keyboard-events-expected.txt:
        * platform/chromium/TestExpectations:

2012-10-29  Christophe Dumez  

        [EFL] Skip 2 tests failing due to missing drag'n drop support
        https://bugs.webkit.org/show_bug.cgi?id=100638

        Unreviewed EFL gardening.

        Skip 2 test cases failing due to missing drag'n drop support
        in EFL port.

        * platform/efl/TestExpectations:

2012-10-29  Christophe Dumez  

        [EFL] Skip 2 jquery tests crashing after r132757
        https://bugs.webkit.org/show_bug.cgi?id=100637

        Unreviewed EFL gardening.

        Skip 2 jquery test cases that started crashing after
        r132757.

        * platform/efl/TestExpectations:

2012-10-29  Alexander Pavlov  

        Web Inspector: [Styles] Handle non-parsedOk properties as inactive ones
        https://bugs.webkit.org/show_bug.cgi?id=100119

        Reviewed by Vsevolod Vlasov.

        * http/tests/inspector/elements-test.js:
        (initialize_ElementTest.InspectorTest.dumpStyleTreeItem):
        * inspector/styles/inactive-properties-expected.txt: Added.
        * inspector/styles/inactive-properties.html: Added.

2012-10-29  Nandor Huszka  

        [Qt] Unreviewed gardening.

        Skip some tests because SHADOW_DOM is disabled on Qt.
        Unskip another one that doesn't exist already.

        * platform/qt/TestExpectations:

2012-10-28  Shinya Kawanaka  

        The shadow element is not reprojected to a nested ShadowRoot.
        https://bugs.webkit.org/show_bug.cgi?id=99228

        Reviewed by Dimitri Glazkov.

        * fast/dom/shadow/composed-shadow-tree-walker-shadow-reprojection-expected.txt: Added.
        * fast/dom/shadow/composed-shadow-tree-walker-shadow-reprojection.html: Added. A walker test case for elements distributed
        to shadow element are reprojected.
        * fast/dom/shadow/composed-shadow-tree-walker.html:
        * fast/dom/shadow/content-reprojection-complex.html:
        * fast/dom/shadow/content-reprojection-fallback-expected.html:
        * fast/dom/shadow/content-reprojection-fallback-reprojection-expected.html:
        * fast/dom/shadow/shadow-reprojection-click-expected.txt: Added.
        * fast/dom/shadow/shadow-reprojection-click.html: Added. Does some interactive with a shadow-reprojected node.
        * fast/dom/shadow/shadow-reprojection-dynamic-expected.html: Added.
        * fast/dom/shadow/shadow-reprojection-dynamic.html: Added. Adds dynamically elements shadow-reprojected.
        * fast/dom/shadow/shadow-reprojection-expected.html: Added.
        * fast/dom/shadow/shadow-reprojection-fallback-expected.html: Added.
        * fast/dom/shadow/shadow-reprojection-fallback.html: Added. A test case for fallback elements of a shadow element
        are reprojected.
        * fast/dom/shadow/shadow-reprojection-prohibited-expected.html: Removed.
        * fast/dom/shadow/shadow-reprojection-prohibited.html: Removed.
        * fast/dom/shadow/shadow-reprojection.html: Added. A basic test case.
        * fast/dom/shadow/shadow-reprojection2-expected.html: Added.
        * fast/dom/shadow/shadow-reprojection2.html: Added. Another basic test case.

2012-10-28  Kunihiko Sakamoto  

        Webkit adds a boundary to the Content-Type: text/plain POST header
        https://bugs.webkit.org/show_bug.cgi?id=100445

        Reviewed by Kent Tamura.

        Fixed test failure and added a test case for Content-Type header.

        * http/tests/misc/form-post-textplain-expected.txt:
        * http/tests/misc/form-post-textplain.html:
        * http/tests/misc/resources/form-post-textplain.php:
        Added a test case for testing Content-Type POST header.
        Also fixed existing test case that attempted to test newline in the input value.
        LF in the input value is replaced with CRLF durling the construction of the form data set.

2012-10-28  Kent Tamura  

        [Chromium] Test expectation update

        Rebaseline for http://trac.webkit.org/changeset/132753

        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:

2012-10-28  Sheriff Bot  

        Unreviewed, rolling out r132696.
        http://trac.webkit.org/changeset/132696
        https://bugs.webkit.org/show_bug.cgi?id=100609

        Needs a bit more clean-up on Chrome Web UI side. (Requested by
        dglazkov on #webkit).

        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/pseudo-elements-expected.html: Removed.
        * fast/forms/pseudo-elements.html: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.

2012-10-28  Kent Tamura  

        [Chromium] Test expectation update
        https://bugs.webkit.org/show_bug.cgi?id=100128

        Rebaseline for http://trac.webkit.org/changeset/132718 and crrev.com/164515.

        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium/TestExpectations:

2012-10-28  Csaba Osztrogonác  

        [Qt] Unreviewed weekend gardening, skip a failing test, update expected files.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0-wk2/compositing/tiling/crash-reparent-tiled-layer-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-expected.txt: Added.
        * platform/qt-5.0-wk2/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Added.
        * platform/qt-5.0-wk2/http/tests/navigation/postredirect-basic-expected.txt: Added.
        * platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback1-expected.txt: Added.

2012-10-27  Noam Rosenthal  

        Coordinated Graphics: Animation jerkiness when rAF is enabled
        https://bugs.webkit.org/show_bug.cgi?id=100536

        Reviewed by Kenneth Rohde Christiansen.

        Added a test to make sure we don't respond too eagerly to requestAnimationFrame.

        * fast/animation/request-animation-frame-too-rapid-expected.txt: Added.
        * fast/animation/request-animation-frame-too-rapid.html: Added.
        * fast/animation/script-tests/request-animation-frame-too-rapid.js: Added.

2012-10-27  David Barton  

        [MathML] Improve some addChild methods
        https://bugs.webkit.org/show_bug.cgi?id=98791

        Reviewed by Eric Seidel.

        * mathml/presentation/dynamic-expected.html: Added.
        * mathml/presentation/dynamic.html: Added.

2012-10-27  Balazs Kelemen  

        Unreviewed gardening.

        Removing my garbage, now from svn.

        * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png: Removed.

2012-10-27  Balazs Kelemen  

        Unreviewed gardening.

        Added one more png to a wrong path in my previous commit, removing it and hoping that
        the directory will not stay in svn.

        * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Removed.

2012-10-27  Levi Weintraub  

        Background images can incorrectly repeat with sub-pixel layout
        https://bugs.webkit.org/show_bug.cgi?id=94622

        Reviewed by Emil A Eklund.

        * fast/sub-pixel/scaled-background-image-expected.html: Added.
        * fast/sub-pixel/scaled-background-image.html: Added.

2012-10-26  Balazs Kelemen  

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed gardening.

        Reland Qt-WebKit2 new expectations part 2 with fixed paths.

        * platform/qt-5.0-wk2/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
        * platform/qt-5.0-wk2/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
        * platform/qt-5.0-wk2/fullscreen/full-screen-stacking-context-expected.png: Added.
        * platform/qt-5.0-wk2/fullscreen/full-screen-zIndex-after-expected.png: Added.
        * platform/qt-5.0-wk2/fullscreen/full-screen-zIndex-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/filters/feImage-animated-transform-on-target-rect-expected.png: Added.
        * platform/qt-5.0-wk2/svg/repaint/image-href-change-expected.png: Added.
        * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png: Added.

2012-10-26  Balazs Kelemen  

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed gardening.

        Reland Qt-WebKit2 new expectations part 1 with fixed paths.

        * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Added.
        * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png: Added.
        * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png: Added.
        * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/border-shadow-large-radius-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/outline-alpha-block-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/outline-alpha-inline-expected.png: Added.
        * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added.
        * platform/qt-5.0-wk2/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-composite-transformclip-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-empty-image-pattern-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-resize-reset-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-transforms-during-path-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/image-pattern-rotate-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/toDataURL-alpha-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css/border-radius-non-negative-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css/linear-gradient-currentcolor-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/file/file-input-pressed-state-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-color-stop-units-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-color-stops-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-linear-angle-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients2-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients3-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients2-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/gradient-after-transparent-border-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/jpeg-with-color-profile-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/paint-subrect-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/paint-subrect-grid-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/png-with-color-profile-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
        * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/absolute-position-changed-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-inner-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-outer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/overflow-show-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-clipped-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-transformed-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-inside-table-cell-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/replaced/outline-replaced-elements-expected.png: Added.
        * platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
        * platform/qt-5.0-wk2/fast/table/table-row-focus-ring-paint-expected.png: Added.

2012-10-27  Tony Chang  

        Remove internals shouldDisplayTrackKind methods; these are also on internals.settings
        https://bugs.webkit.org/show_bug.cgi?id=100564

        Reviewed by Adam Barth.

        Update tests to use the internals.settings method.

        * media/track/track-language-preference-expected.txt:
        * media/track/track-language-preference.html:
        * media/track/track-prefer-captions-expected.txt:
        * media/track/track-prefer-captions.html:

2012-10-26  Philip Rogers  

        Prevent NaN offset values in ElementTimeControl.
        https://bugs.webkit.org/show_bug.cgi?id=100322

        Reviewed by Abhishek Arya.

        * svg/custom/elementTimeControl-nan-crash-expected.txt: Added.
        * svg/custom/elementTimeControl-nan-crash.html: Added.

2012-10-26  Csaba Osztrogonác  

        [Qt] Unreviewed weekend gardening, skip new failing tests.

        * platform/qt/TestExpectations:

2012-10-26  Chris Rogers  

        Implement AudioBufferSourceNode .loopStart and .loopEnd attributes
        https://bugs.webkit.org/show_bug.cgi?id=100170

        Reviewed by Kenneth Russell.

        * webaudio/audiobuffersource-loop-comprehensive-expected.txt: Added.
        * webaudio/audiobuffersource-loop-comprehensive.html: Added.
        * webaudio/audiobuffersource-loop-points-expected.wav: Added.
        * webaudio/audiobuffersource-loop-points.html: Added.

2012-10-26  Kent Tamura  

        [Chromium] Test expectation update.

        Rebaseline for recent forms changes.

        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium/TestExpectations:

2012-10-26  Daniel Cheng  

        dragover's default action should prevent drop for file drags
        https://bugs.webkit.org/show_bug.cgi?id=79173

        Reviewed by Tony Chang.

        * fast/dom/shadow/drop-event-in-shadow.html:
            Added dragover handler as required by the HTML specification.
        * fast/events/input-element-display-none-in-dragleave-crash.html:
            Added dragover handler as required by the HTML specification.
        * fast/events/only-valid-drop-targets-receive-file-drop-expected.txt: Added.
        * fast/events/only-valid-drop-targets-receive-file-drop.html: Added.
        * http/tests/security/clipboard/clipboard-file-access.html:
            Added dragover handler as required by the HTML specification.

2012-10-26  Anders Carlsson  

        Crash when making NPRuntime calls with a null NPP pointer
        https://bugs.webkit.org/show_bug.cgi?id=100569

        Reviewed by Darin Adler.

        Add new tests.

        * plugins/npruntime/npruntime-calls-with-null-npp-expected.txt: Added.
        * plugins/npruntime/npruntime-calls-with-null-npp.html: Added.

2012-10-26  Vincent Scheib  

        Unreviewed, rolling out r132702.
        http://trac.webkit.org/changeset/132702
        https://bugs.webkit.org/show_bug.cgi?id=100322

        Compile error on Chromium Linux dbg builder (and others)

        * svg/custom/elementTimeControl-nan-crash-expected.txt: Removed.
        * svg/custom/elementTimeControl-nan-crash.html: Removed.

2012-10-26  Tony Chang  

        [chromium] Unreviewed, remove one more test that consistently passes according to the flakiness dashboard.

        * platform/chromium/TestExpectations:

2012-10-26  Tony Chang  

        [chromium] Unreviewed, remove tests that consistently pass.

        * platform/chromium-mac-mountainlion/TestExpectations: Some tests still need 10.8 baselines. Add them to this file.
        * platform/chromium/TestExpectations:

2012-10-26  Philip Rogers  

        Prevent NaN offset values in ElementTimeControl.
        https://bugs.webkit.org/show_bug.cgi?id=100322

        Reviewed by Abhishek Arya.

        * svg/custom/elementTimeControl-nan-crash-expected.txt: Added.
        * svg/custom/elementTimeControl-nan-crash.html: Added.

2012-10-26  Tony Chang  

        Move non-Settings Inspector methods from internals.settings to internals
        https://bugs.webkit.org/show_bug.cgi?id=100392

        Reviewed by Adam Barth.

        Update tests to use internals.setJavaScriptProfilingEnabled instead of internals.settings.setJavaScriptProfilingEnabled.
        Update tests to use internals.setInspectorResourcesDataSizeLimits instead of internals.settings.setInspectorResourcesDataSizeLimits.

        * fast/profiler/anonymous-event-handler.html:
        * fast/profiler/anonymous-function-called-from-different-contexts.html:
        * fast/profiler/anonymous-function-calls-built-in-functions.html:
        * fast/profiler/anonymous-function-calls-eval.html:
        * fast/profiler/anonymous-functions-with-display-names.html:
        * fast/profiler/apply.html:
        * fast/profiler/built-in-function-calls-anonymous.html:
        * fast/profiler/built-in-function-calls-user-defined-function.html:
        * fast/profiler/call-register-leak.html:
        * fast/profiler/call.html:
        * fast/profiler/calling-the-function-that-started-the-profiler-from-another-scope.html:
        * fast/profiler/compare-multiple-profiles.html:
        * fast/profiler/constructor.html:
        * fast/profiler/dead-time.html:
        * fast/profiler/document-dot-write.html:
        * fast/profiler/event-handler.html:
        * fast/profiler/execution-context-and-eval-on-same-line.html:
        * fast/profiler/inline-event-handler.html:
        * fast/profiler/many-calls-in-the-same-scope.html:
        * fast/profiler/multiple-and-different-scoped-anonymous-function-calls.html:
        * fast/profiler/multiple-and-different-scoped-function-calls.html:
        * fast/profiler/multiple-anonymous-functions-called-from-the-same-function.html:
        * fast/profiler/multiple-frames.html:
        * fast/profiler/named-functions-with-display-names.html:
        * fast/profiler/nested-anonymous-functon.html:
        * fast/profiler/nested-start-and-stop-profiler.html:
        * fast/profiler/no-execution-context.html:
        * fast/profiler/one-execution-context.html:
        * fast/profiler/profile-calls-in-included-file.html:
        * fast/profiler/profile-with-no-title.html:
        * fast/profiler/profiling-from-a-nested-location-but-stop-profiling-outside-the-nesting.html:
        * fast/profiler/profiling-from-a-nested-location.html:
        * fast/profiler/simple-event-call.html:
        * fast/profiler/simple-no-level-change.html:
        * fast/profiler/start-and-stop-profiler-multiple-times.html:
        * fast/profiler/start-and-stop-profiling-in-the-same-function.html:
        * fast/profiler/start-but-dont-stop-profiling.html:
        * fast/profiler/stop-profiling-after-setTimeout.html:
        * fast/profiler/stop-then-function-call.html:
        * fast/profiler/two-execution-contexts.html:
        * fast/profiler/user-defined-function-calls-built-in-functions.html:
        * fast/profiler/window-dot-eval.html:
        * http/tests/inspector/network-test.js:
        (resetInspectorResourcesData):
        * http/tests/inspector/network/cached-resource-destroyed-too-big-discarded.html:
        * http/tests/inspector/network/network-content-replacement-embed.html:
        * http/tests/inspector/network/network-content-replacement-xhr.html:
        * inspector/profiler/cpu-profiler-profiling-without-inspector.html:

2012-10-26  Dominic Mazzoni  

        AX: Notification should be sent when accessibilityIsIgnored changes
        https://bugs.webkit.org/show_bug.cgi?id=99547

        Reviewed by Chris Fleizach.

        Adds 3 new test to ensure:
        1. A "children changed" notification is fired on the parent object when an
           object that was previously ignored becomes unignored.
        2. A notification is sent when an element's text (incl. title or label) changes.
        3. A notification is sent when another ARIA attribute changes.

        Modifies add-to-menu-list-crashes because it was too brittle; it was
            referencing a stale object rather than retrieving its latest handle.
        Modifies aria-checkbox-sends-notification to listen on the correct
            object on all platforms.
        Simplifies notification-listeners so it doesn't generate additional
            notifications that are inconsistent between platforms now.

        * accessibility/aria-checkbox-sends-notification.html:
        * accessibility/notification-listeners.html:
        * platform/chromium/accessibility/add-to-menu-list-crashes-expected.txt:
        * platform/chromium/accessibility/add-to-menu-list-crashes.html:
        * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt: Added.
        * platform/chromium/accessibility/is-ignored-change-sends-notification.html: Added.
        * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt: Added.
        * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html: Added.
        * platform/chromium/accessibility/text-change-notification-expected.txt: Added.
        * platform/chromium/accessibility/text-change-notification.html: Added.

2012-10-26  Vincent Scheib  

        Generated should not be supported for things with a shadow
        https://bugs.webkit.org/show_bug.cgi?id=98836

        Unreviewed rollout of rollout of http://trac.webkit.org/changeset/132269.
        Initial rollout was speculative and was shown not to be related to crashes.
        Change author: Elliott Sprehn  

        Change all pseudos on  tests to be ref tests and clean up the tests.
        They now make sure we don't support generated content on things with a shadow.
        Also added another test for the other form control types to ensure they don't
        support pseudos either.

        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/pseudo-elements-expected.html: Added.
        * fast/forms/pseudo-elements.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.

2012-10-26  Aaron Colwell  

        Remove Chromium specific expectations for video-media-source-add-and-remove-buffers.html
        https://bugs.webkit.org/show_bug.cgi?id=100160

        Reviewed by Adam Barth.

        The common expectations just reflected a bug in Chromium. The bug has been fixed and the common expectations
        have been updated to reflect the correct behavior.

        * http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt:
        * platform/chromium/http/tests/media/media-source/video-media-source-add-and-remove-buffers-expected.txt: Removed.

2012-10-26  Bear Travis  

        [CSS Exclusions] Block children have incorrect offset when shape-inside element lays out below other elements
        https://bugs.webkit.org/show_bug.cgi?id=98189

        Reviewed by Dirk Schulze.

        Test that block content in subsequent shape-insides lays out correctly. Introducing a script
        that can eventually be used to simplify the rectangle cases.

        * fast/exclusions/resources/simple-rectangle.js: Added.
        (createRectangleTest): Generate a shape-inside rectangle test using the given parameters.
        (createRectangleTestResult): Generate a shape-inside rectangle expected result using
        the given parameters.
        * fast/exclusions/shape-inside/shape-inside-subsequent-blocks-expected.html: Added.
        * fast/exclusions/shape-inside/shape-inside-subsequent-blocks.html: Added.

2012-10-26  Dirk Schulze  

        -webkit-clip-path property should just reference clipPath
        https://bugs.webkit.org/show_bug.cgi?id=100531

        Reviewed by Eric Seidel.

        Check that anther SVG resource like mask can not be referenced as clipPath.

        * css3/masking/clip-path-reference-of-fake-clipPath-expected.txt: Added.
        * css3/masking/clip-path-reference-of-fake-clipPath.html: Added.

2012-10-26  Raphael Kubo da Costa  

        webkitpy: Pass the `Listen' Apache directive from webkitpy, not the httpd.conf files.
        https://bugs.webkit.org/show_bug.cgi?id=98602

        Reviewed by Dirk Pranke.

        * http/conf/apache2-debian-httpd.conf: Remove the `Listen'
        directive and related comments, it is passed to httpd by webkitpy
        now.
        * http/conf/apache2-httpd.conf: Ditto.
        * http/conf/cygwin-httpd.conf: Ditto.
        * http/conf/fedora-httpd.conf: Ditto.

2012-10-26  Simon Fraser  

        compositing/tiling/huge-layer* flakey
        https://bugs.webkit.org/show_bug.cgi?id=48454

        Reviewed by Dan Bernstein.

        In r131009 I fixed layerTreeAsText() to not be flakey with tiled layers, by ensuring that
        we flush layer state before dumping the layer tree. That makes these tests non-flakey. I was
        also able to remove all the setTimeouts() from these tests.
        
        The 'usingTiledLayer' property is only dumped on Mac, so made cross-platform results without
        this flag, and added Mac-specific results with it.
        
        Unskipped some tests on non-Mac platforms that should now pass.

        * compositing/tiling/backface-preserve-3d-tiled-expected.txt:
        * compositing/tiling/crash-reparent-tiled-layer-expected.txt:
        * compositing/tiling/huge-layer-add-remove-child-expected.txt:
        * compositing/tiling/huge-layer-add-remove-child.html: Added.
        * compositing/tiling/huge-layer-add-remove-child.html-disabled: Removed.
        * compositing/tiling/huge-layer-expected.txt:
        * compositing/tiling/huge-layer-img-expected.txt:
        * compositing/tiling/huge-layer-img.html: Renamed from LayoutTests/compositing/tiling/huge-layer-img.html-disabled.
        * compositing/tiling/huge-layer-resize-expected.txt:
        * compositing/tiling/huge-layer-with-layer-children-expected.txt:
        * compositing/tiling/huge-layer-with-layer-children-resize-expected.txt:
        * compositing/tiling/huge-layer-with-layer-children-resize.html: Added.
        * compositing/tiling/huge-layer-with-layer-children-resize.html-disabled: Removed.
        * compositing/tiling/huge-layer-with-layer-children.html: Renamed from LayoutTests/compositing/tiling/huge-layer-with-layer-children.html-disabled.
        * platform/chromium/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/mac/compositing/tiling/backface-preserve-3d-tiled-expected.txt: Copied from LayoutTests/compositing/tiling/backface-preserve-3d-tiled-expected.txt.
        * platform/mac/compositing/tiling/crash-reparent-tiled-layer-expected.txt: Copied from LayoutTests/compositing/tiling/crash-reparent-tiled-layer-expected.txt.
        * platform/mac/compositing/tiling/huge-layer-add-remove-child-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-add-remove-child-expected.txt.
        * platform/mac/compositing/tiling/huge-layer-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-expected.txt.
        * platform/mac/compositing/tiling/huge-layer-img-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-img-expected.txt.
        * platform/mac/compositing/tiling/huge-layer-resize-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-resize-expected.txt.
        * platform/mac/compositing/tiling/huge-layer-with-layer-children-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-with-layer-children-expected.txt.
        * platform/mac/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Copied from LayoutTests/compositing/tiling/huge-layer-with-layer-children-resize-expected.txt.
        * platform/qt-5.0-wk2/TestExpectations:

2012-10-26  Nico Weber  

        [chromium] Enable fast/images/exif-orientation.html
        https://bugs.webkit.org/show_bug.cgi?id=100534

        Unreviewed, TestExpecations change.

        The baselines for this test landed yesterday.

        * platform/chromium/TestExpectations:

2012-10-26  Florin Malita  

        Crash on loading SVG filter resource on HTML element
        https://bugs.webkit.org/show_bug.cgi?id=100491

        Reviewed by Dirk Schulze.

        * svg/filters/filter-reference-crash-expected.txt: Added.
        * svg/filters/filter-reference-crash.html: Added.

2012-10-26  Jussi Kukkonen  

        [WK2] should enable two postredirect tests
        https://bugs.webkit.org/show_bug.cgi?id=100508

        Unreviewed gardening.

        The EFL results for these tests seem to have been wrong from the beginning.
        Update expected results, enable tests for WK2 (based on comment in
        TestExpectations these were skipped because efl failed).

        * platform/efl/http/tests/navigation/postredirect-basic-expected.png:
        * platform/efl/http/tests/navigation/postredirect-basic-expected.txt:
        * platform/efl/http/tests/navigation/postredirect-goback1-expected.png:
        * platform/efl/http/tests/navigation/postredirect-goback1-expected.txt:
        * platform/wk2/TestExpectations:

2012-10-26  Raphael Kubo da Costa  

        [EFL] Skip a few tests which produce wrong pixel expectations.

        * platform/efl/TestExpectations:

2012-10-26  Raphael Kubo da Costa  

        [EFL] Add custom expectation for test added in r131557.

        * platform/efl/fast/replaced/border-radius-clip-content-edge-expected.png: Added.

2012-10-26  Sheriff Bot  

        Unreviewed, rolling out r132612.
        http://trac.webkit.org/changeset/132612
        https://bugs.webkit.org/show_bug.cgi?id=100512

        Crashes fast/events/tabindex-focus-blur-all.html in debug mode
        (Requested by pfeldman on #webkit).

        * fast/table/col-span-change-relayout-expected.txt: Removed.
        * fast/table/col-span-change-relayout.html: Removed.
        * fast/table/simplified-layout-table-expected.html: Removed.
        * fast/table/simplified-layout-table.html: Removed.

2012-10-26  Dominik Röttsches  

        Unreviewed Apple Win gardening.

        * platform/win/TestExpectations: Skipping XHR timeout tests.

2012-10-26  Zan Dobersek  

        Unreviewed. Removing bogus '#EOF\n' data in the listed PNG file that's
        positioned after the IEND PNG chunk.

        * platform/qt-5.0/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png:

2012-10-26  Kenneth Rohde Christiansen  

        Printing should use use high resolution images when available
        https://bugs.webkit.org/show_bug.cgi?id=100488

        Reviewed by Antti Koivisto.

        The images loaded using -webkit-device-pixel-ratio depends on
        the display type (deviceScaleFactor) and thus affects which
        images are being used for printing. Printing should always
        use the higher resolution images (aka 'retina' images).

        Added a test testing -webkit-device-pixel-ratio media query
        in conjuntion with 'print' media type.

        * fast/media/mq-pixel-ratio-print-expected.txt: Added.
        * fast/media/mq-pixel-ratio-print.html: Added.

2012-10-26  Raphael Kubo da Costa  

        [EFL] ... And another pixel rebaseline after r131941 and r131991.

        * platform/efl/http/tests/misc/slow-loading-image-in-pattern-expected.png:

2012-10-26  'Pavel Feldman'  

        Not reviewed: chromium baselines for selection-after-remove updated.

        * platform/chromium-mac-lion/fast/repaint/selection-after-remove-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/repaint/selection-after-remove-expected.png:
        * platform/chromium-win/fast/repaint/selection-after-remove-expected.png:

2012-10-26  Sheriff Bot  

        Unreviewed, rolling out r132607.
        http://trac.webkit.org/changeset/132607
        https://bugs.webkit.org/show_bug.cgi?id=100502

        "SOS! More wrong paths." (Requested by kbalazs on #webkit).

        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-iframe-zIndex-expected.png: Removed.
        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-remove-ancestor-after-expected.png: Removed.
        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-stacking-context-expected.png: Removed.
        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-after-expected.png: Removed.
        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png/SVGLengthList-appendItem-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png/SVGLengthList-basics-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png/SVGLengthList-getItem-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png/SVGLengthList-initialize-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png/SVGLengthList-insertItemBefore-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png/SVGLengthList-removeItem-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png/SVGLengthList-replaceItem-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png/SVGLengthList-xml-dom-modifications-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png/SVGLocatable-getCTM-svg-root-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png/SVGNumberList-basics-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png/SVGPathSegList-appendItem-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png/SVGPathSegList-clear-and-initialize-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png/SVGPathSegList-insertItemBefore-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png/SVGPathSegList-removeItem-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png/SVGPathSegList-replaceItem-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png/SVGPathSegList-xml-dom-synchronization-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png/SVGPointList-basics-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png/SVGStringList-basics-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png/SVGTransformList-basics-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/filters/feImage-animated-transform-on-target-rect-expected.png/feImage-animated-transform-on-target-rect-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/repaint/image-href-change-expected.png/image-href-change-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png/image-with-clip-path-expected.png: Removed.

2012-10-26  Sheriff Bot  

        Unreviewed, rolling out r132604.
        http://trac.webkit.org/changeset/132604
        https://bugs.webkit.org/show_bug.cgi?id=100501

        "SOS! Wrong paths." (Requested by kbalazs on #webkit).

        * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Removed.
        * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png: Removed.
        * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png: Removed.
        * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/borders/border-shadow-large-radius-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/borders/outline-alpha-block-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/borders/outline-alpha-inline-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-clipped-slices-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/box-shadow/no-blur-multiple-offsets-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/canvas-composite-transformclip-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/canvas-empty-image-pattern-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/canvas-resize-reset-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/canvas-transforms-during-path-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/gradient-add-second-start-end-stop-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/image-pattern-rotate-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/canvas/toDataURL-alpha-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/css/border-radius-non-negative-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/css/linear-gradient-currentcolor-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/forms/file/file-input-pressed-state-expected.png/file-input-pressed-state-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-color-stop-units-expected.png/css3-color-stop-units-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-color-stops-expected.png/css3-color-stops-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-linear-angle-gradients-expected.png/css3-linear-angle-gradients-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-linear-right-angle-gradients-expected.png/css3-linear-right-angle-gradients-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients-expected.png/css3-radial-gradients-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients2-expected.png/css3-radial-gradients2-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients3-expected.png/css3-radial-gradients3-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients-expected.png/css3-repeating-linear-gradients-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients2-expected.png/css3-repeating-linear-gradients2-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-radial-gradients-expected.png/css3-repeating-radial-gradients-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/gradients/gradient-after-transparent-border-expected.png/gradient-after-transparent-border-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/images/jpeg-with-color-profile-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/images/paint-subrect-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/images/paint-subrect-grid-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/images/png-with-color-profile-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png/scroll-with-transform-composited-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png/scroll-with-transform-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/absolute-position-changed-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-inner-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-outer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/overflow-show-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-clipped-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-transformed-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-inside-table-cell-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/replaced/outline-replaced-elements-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Removed.
        * platform/qt-5.0-wk2/fast/table/table-row-focus-ring-paint-expected.png: Removed.

2012-10-26  Raphael Kubo da Costa  

        [EFL] More pixel rebaselines after r131941 and r131991.

        * platform/efl/fast/backgrounds/solid-color-context-restore-expected.png:
        * platform/efl/fast/dynamic/containing-block-change-expected.png:
        * platform/efl/fast/forms/listbox-clip-expected.png:
        * platform/efl/fast/frames/inline-object-inside-frameset-expected.png:
        * platform/efl/fast/layers/add-layer-with-nested-stacking-expected.png: Added.
        * platform/efl/fast/layers/inline-dirty-z-order-lists-expected.png:
        * platform/efl/fast/layers/layer-content-visibility-change-expected.png:
        * platform/efl/fast/layers/remove-layer-with-nested-stacking-expected.png:
        * platform/efl/fast/reflections/inline-crash-expected.png:
        * platform/efl/fast/replaced/width100percent-textarea-expected.png:
        * platform/efl/fast/text/font-initial-expected.png:

2012-10-26  Takashi Sakamoto  

        [Shadow]: removing styles in shadow dom subtree causes crash.
        https://bugs.webkit.org/show_bug.cgi?id=100455

        Reviewed by Hajime Morita.

        * fast/dom/shadow/remove-styles-in-shadow-crash-expected.txt: Added.
        * fast/dom/shadow/remove-styles-in-shadow-crash.html: Added.

2012-10-26  Sudarsana Nagineni  

        [EFL] Gardening to make the bots green
        https://bugs.webkit.org/show_bug.cgi?id=100481

        Unreviewed EFL gardening.

        Skip failing test and also unskip tests that are
        consistently passing.

        * platform/efl-wk1/TestExpectations:
        * platform/efl/TestExpectations:

2012-10-26  Takashi Sakamoto  

        [Shadow DOM] Needs @host rule for ShadowDOM styling
        https://bugs.webkit.org/show_bug.cgi?id=88606

        Reviewed by Hajime Morita.

        * fast/dom/shadow/athost-atrules-expected.txt: Added.
        * fast/dom/shadow/athost-atrules.html: Added.

2012-10-26  Raphael Kubo da Costa  

        [EFL] Fix test pixel expectation.

        * platform/efl/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png:

2012-10-26  Julien Chaffraix  

        RenderTableCol::computePreferredLogicalWidths and RenderTableCol::layout should never be called
        https://bugs.webkit.org/show_bug.cgi?id=99861

        Reviewed by Ojan Vafai.

        Added 2 tests:
        - 1 to cover the code in RenderTableCol::updateFromElement.
        - 1 to cover simplified layout on a table.

        * fast/table/col-span-change-relayout-expected.txt: Added.
        * fast/table/col-span-change-relayout.html: Added.
        * fast/table/simplified-layout-table-expected.html: Added.
        * fast/table/simplified-layout-table.html: Added.

2012-10-26  Balazs Kelemen  

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel gardening.

        Added a bunch of pixel expectations for Qt-WebKit2 - part 5 (svg/dynamic-updates).

        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png: Added.

2012-10-26  Balazs Kelemen  

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel gardening.

        Added a bunch of pixel expectations for Qt-WebKit2 - part 4 (svg/dynamic-updates).

        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Added.

2012-10-26  Balazs Kelemen  

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel gardening.

        Added a bunch of pixel expectations for Qt-WebKit2 - part 4 (svg/dynamic-updates).

        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Added.

2012-10-26  Balazs Kelemen  

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel gardening.

        Added a bunch of pixel expectations for Qt-WebKit2 - part 3 (svg/dynamic-updates).

        * platform/qt-5.0-wk2/svg/dynamic-updates/SVG-dynamic-css-transform-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-dom-href-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-dom-target-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-svgdom-href-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGAElement-svgdom-target-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-css-transform-influences-hitTesting-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGClipPathElement-transform-influences-hitTesting-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png: Added.

2012-10-26  Balazs Kelemen  

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel gardening.

        Added a bunch of pixel expectations for Qt-WebKit2 - part 1.

        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-iframe-zIndex-expected.png: Added.
        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-remove-ancestor-after-expected.png: Added.
        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-stacking-context-expected.png: Added.
        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-after-expected.png: Added.
        * platform/qt-5.0-wk2/fullscreen/fullscreen/full-screen-zIndex-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-appendItem-expected.png/SVGLengthList-appendItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-basics-expected.png/SVGLengthList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-getItem-expected.png/SVGLengthList-getItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-initialize-expected.png/SVGLengthList-initialize-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-insertItemBefore-expected.png/SVGLengthList-insertItemBefore-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-removeItem-expected.png/SVGLengthList-removeItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-replaceItem-expected.png/SVGLengthList-replaceItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLengthList-xml-dom-modifications-expected.png/SVGLengthList-xml-dom-modifications-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGLocatable-getCTM-svg-root-expected.png/SVGLocatable-getCTM-svg-root-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGNumberList-basics-expected.png/SVGNumberList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-appendItem-expected.png/SVGPathSegList-appendItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-clear-and-initialize-expected.png/SVGPathSegList-clear-and-initialize-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-insertItemBefore-expected.png/SVGPathSegList-insertItemBefore-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-removeItem-expected.png/SVGPathSegList-removeItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-replaceItem-expected.png/SVGPathSegList-replaceItem-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png/SVGPathSegList-xml-dom-synchronization-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGPointList-basics-expected.png/SVGPointList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGStringList-basics-expected.png/SVGStringList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/dom/SVGTransformList-basics-expected.png/SVGTransformList-basics-expected.png: Added.
        * platform/qt-5.0-wk2/svg/filters/feImage-animated-transform-on-target-rect-expected.png/feImage-animated-transform-on-target-rect-expected.png: Added.
        * platform/qt-5.0-wk2/svg/repaint/image-href-change-expected.png/image-href-change-expected.png: Added.
        * platform/qt-5.0-wk2/svg/repaint/image-with-clip-path-expected.png/image-with-clip-path-expected.png: Added.

2012-10-26  Balazs Kelemen  

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel gardening.

        Added a bunch of pixel expectations for Qt-WebKit2 - part 1.

        * platform/qt-5.0-wk2/css3/filters/filter-empty-element-crash-expected.png: Added.
        * platform/qt-5.0-wk2/css3/filters/multiple-filters-invalidation-expected.png: Added.
        * platform/qt-5.0-wk2/css3/flexbox/repaint-expected.png: Added.
        * platform/qt-5.0-wk2/css3/flexbox/repaint-rtl-column-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/border-shadow-large-radius-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/outline-alpha-block-expected.png: Added.
        * platform/qt-5.0-wk2/fast/borders/outline-alpha-inline-expected.png: Added.
        * platform/qt-5.0-wk2/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added.
        * platform/qt-5.0-wk2/fast/box-shadow/no-blur-multiple-offsets-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-composite-fill-repaint-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-composite-transformclip-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-empty-image-pattern-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-imageSmoothingEnabled-patterns-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-resize-reset-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/canvas-transforms-during-path-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/gradient-add-second-start-end-stop-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/image-pattern-rotate-expected.png: Added.
        * platform/qt-5.0-wk2/fast/canvas/toDataURL-alpha-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css/border-radius-non-negative-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css/linear-gradient-currentcolor-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-datalist-zoomed-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-padding-with-datalist-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/datalist/input-appearance-range-with-transform-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/file/file-input-pressed-state-expected.png/file-input-pressed-state-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-color-stop-units-expected.png/css3-color-stop-units-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-color-stops-expected.png/css3-color-stops-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-linear-angle-gradients-expected.png/css3-linear-angle-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-linear-right-angle-gradients-expected.png/css3-linear-right-angle-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients-expected.png/css3-radial-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients2-expected.png/css3-radial-gradients2-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-radial-gradients3-expected.png/css3-radial-gradients3-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients-expected.png/css3-repeating-linear-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-linear-gradients2-expected.png/css3-repeating-linear-gradients2-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/css3-repeating-radial-gradients-expected.png/css3-repeating-radial-gradients-expected.png: Added.
        * platform/qt-5.0-wk2/fast/gradients/gradient-after-transparent-border-expected.png/gradient-after-transparent-border-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/jpeg-with-color-profile-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/paint-subrect-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/paint-subrect-grid-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/png-suite/test-expected.png/test-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/png-with-color-profile-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/rgb-jpeg-with-adobe-marker-only-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/rgb-png-with-cmyk-color-profile-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/ycbcr-with-cmyk-color-profile-expected.png: Added.
        * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-composited-layer-expected.png/scroll-with-transform-composited-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/layers/scroll-with-transform-layer-expected.png/scroll-with-transform-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/absolute-position-changed-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/fixed-and-absolute-position-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/fixed-position-transparency-with-overflow-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-inner-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/nested-iframe-scroll-outer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/overflow-hide-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/overflow-show-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-absolute-layer-with-reflection-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-no-visible-content-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-reflection-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-layer-with-transformed-parent-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-fixed-reflected-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-clipped-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-fixed-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-in-transformed-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-inside-table-cell-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/scroll-with-transformed-parent-layer-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-auto-in-overflow-auto-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-hidden-in-overflow-hidden-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/table-overflow-scroll-in-overflow-scroll-scrolled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/replaced/outline-replaced-elements-expected.png: Added.
        * platform/qt-5.0-wk2/fast/scrolling/scrollbar-tickmarks-styled-expected.png: Added.
        * platform/qt-5.0-wk2/fast/table/border-collapsing/collapsed-border-with-col-colgroup-span-expected.png: Added.
        * platform/qt-5.0-wk2/fast/table/table-row-focus-ring-paint-expected.png: Added.

2012-10-26  Csaba Osztrogonác  

        [Qt][WK2] Unreviewed gardening, skip a new failing test.

        * platform/qt-5.0-wk2/TestExpectations:

2012-10-26  Mihnea Ovidenie  

        [CSSRegions] Add support for auto-height regions with region-breaks
        https://bugs.webkit.org/show_bug.cgi?id=99952

        Reviewed by David Hyatt.

        Add tests for auto logical height regions with content having region breaks.

        * fast/regions/autoheight-allregions-expected.html: Added.
        * fast/regions/autoheight-allregions-nobreaks-expected.html: Added.
        * fast/regions/autoheight-allregions-nobreaks.html: Added.
        * fast/regions/autoheight-allregions.html: Added.
        * fast/regions/autoheight-breakafteralways-maxheight-expected.html: Added.
        * fast/regions/autoheight-breakafteralways-maxheight.html: Added.
        * fast/regions/autoheight-breakbeforealways-expected.html: Added.
        * fast/regions/autoheight-breakbeforealways.html: Added.
        * fast/regions/autoheight-firstregion-breakalways-expected.html: Added.
        * fast/regions/autoheight-firstregion-breakalways.html: Added.
        * fast/regions/autoheight-lastregion-overflowauto-breaksignored-expected.html: Added.
        * fast/regions/autoheight-lastregion-overflowauto-breaksignored.html: Added.
        * fast/regions/autoheight-lastregion-overflowauto-expected.html: Added.
        * fast/regions/autoheight-lastregion-overflowauto.html: Added.
        * fast/regions/autoheight-middleregion-expected.html: Added.
        * fast/regions/autoheight-middleregion.html: Added.
        * fast/regions/autoheight-secondregion-breakoutside-expected.html: Added.
        * fast/regions/autoheight-secondregion-breakoutside.html: Added.
        * fast/regions/autoheight-secondregion-expected.html: Added.
        * fast/regions/autoheight-secondregion.html: Added.
        * fast/regions/autoheight-singleregion-breakafteralways-expected.html: Added.
        * fast/regions/autoheight-singleregion-breakafteralways-maxheight-expected.html: Added.
        * fast/regions/autoheight-singleregion-breakafteralways-maxheight.html: Added.
        * fast/regions/autoheight-singleregion-breakafteralways.html: Added.
        * fast/regions/autoheight-singleregion-breakaftermargin-expected.html: Added.
        * fast/regions/autoheight-singleregion-breakaftermargin.html: Added.
        * fast/regions/autoheight-singleregion-breakbeforealways-expected.html: Added.
        * fast/regions/autoheight-singleregion-breakbeforealways-minheight-expected.html: Added.
        * fast/regions/autoheight-singleregion-breakbeforealways-minheight.html: Added.
        * fast/regions/autoheight-singleregion-breakbeforealways.html: Added.
        * fast/regions/autoheight-singleregion-multiplebreaks-expected.html: Added.
        * fast/regions/autoheight-singleregion-multiplebreaks.html: Added.
        * fast/regions/autoheight-singleregion-overflowauto-breaksignored-expected.html: Added.
        * fast/regions/autoheight-singleregion-overflowauto-breaksignored.html: Added.
        * fast/regions/autoheight-singleregion-overflowauto-expected.html: Added.
        * fast/regions/autoheight-singleregion-overflowauto.html: Added.

2012-10-26  Li Yin  

        fast/forms/file/input-file-write-files.html should cover correct setting value
        https://bugs.webkit.org/show_bug.cgi?id=100085

        Reviewed by Kentaro Hara.

        The test input-file-value.html is split from input-file-write-test.html.
        And add correct setting value for files attribute, verify the files attribute
        is writable or not.

        * fast/forms/file/input-file-value-expected.txt: Added.
        * fast/forms/file/input-file-value.html: Added.
        * fast/forms/file/input-file-write-files-expected.txt:
        * fast/forms/file/input-file-write-files.html:

2012-10-26  Jinwoo Song  

        [EFL] Gardening after bug 99824
        https://bugs.webkit.org/show_bug.cgi?id=100469

        Unreviewed, EFL gardening.

        Unskip following 3 test cases after bug 99824 is resolved.
         - fast/lists/w3-css3-list-styles-alphabetic.html
         - fast/lists/w3-css3-list-styles-fallback-style.html
         - fast/lists/w3-list-styles.html

        * platform/efl-wk1/TestExpectations:

2012-10-26  Jinwoo Song  

        [EFL] Unskip svg/foreignObject/viewport-foreignobject-crash.html
        https://bugs.webkit.org/show_bug.cgi?id=100467

        Unreviewed, EFL gardening.

        Removing a test failure expectations, the test was fixed in r132548.

        * platform/efl-wk2/TestExpectations:

2012-10-27  Kent Tamura  

        [Chromium] platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html fails every 3 days
        https://bugs.webkit.org/show_bug.cgi?id=100480

        Reviewed by Pavel Feldman.

        Because the date field in the test has step=3, the availability of
        [Today] button depends on the current date. We make the test stable by
        specifying max attribute.

        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step.html:

2012-10-26  Julien Chaffraix  

        Generate less repaint calls during subtree detaching
        https://bugs.webkit.org/show_bug.cgi?id=99741

        Reviewed by Eric Seidel.

        * platform/chromium-linux/fast/repaint/selection-after-remove-expected.png:
        Rebaselined this test after the change. It is progressing as we still properly repaint
        the selection, but repaint less (ie don't repaint the top border which didn't change).

2012-10-26  Kent Tamura  

        [Chromium] Test expectation update.
        https://bugs.webkit.org/show_bug.cgi?id=100471

        * platform/chromium/TestExpectations:
        We should do rebaseline for time-suggestion-picker-*.html too.

2012-10-26  Kent Tamura  

        Disable ENABLE_INPUT_TYPE_WEEK on Chromium/Android
        https://bugs.webkit.org/show_bug.cgi?id=100457

        Reviewed by Kentaro Hara.

        * platform/chromium/TestExpectations:
        Tests in fast/forms/week/ may fail on Android.

2012-10-26  Pavel Feldman  

        Not reviewed: chromiuim expectations updated.

        * platform/chromium/TestExpectations:

2012-10-25  Balazs Kelemen  

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel rebaseline.

        Adding new expectations, mark failures.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0-wk2/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/bgCompositeCopy-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize01-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize02-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize04-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize05-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize06-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize07-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize12-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize13-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize14-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize17-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize18-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize19-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize20-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize21-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize22-expected.png: Added.
        * platform/qt-5.0-wk2/svg/css/arrow-with-shadow-expected.png: Added.
        * platform/qt/TestExpectations:
        * platform/qt/animations/state-at-end-event-expected.png: Added.
        * platform/qt/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.png: Added.
        * platform/qt/compositing/overflow/nested-scrolling-expected.png: Added.
        * platform/qt/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.png: Added.
        * platform/qt/compositing/overflow/remove-overflow-crash2-expected.png: Added.
        * platform/qt/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png: Added.
        * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Added.
        * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.png: Added.
        * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png: Added.
        * platform/qt/css2.1/t1202-counters-04-b-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-00-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-01-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-02-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-03-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-04-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-05-c-ag-expected.png: Added.
        * platform/qt/css2.1/t1601-c547-indent-00-b-a-expected.png: Added.
        * platform/qt/css2.1/t1602-c43-center-00-d-ag-expected.png: Added.
        * platform/qt/css2.1/t1604-c542-letter-sp-00-b-a-expected.png: Added.
        * platform/qt/css2.1/t1604-c542-letter-sp-01-b-a-expected.png: Added.
        * platform/qt/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added.
        * platform/qt/css3/flexbox/flexbox-baseline-expected.png: Added.
        * platform/qt/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
        * platform/qt/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
        * platform/qt/fast/backgrounds/bgCompositeCopy-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize01-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize02-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize03-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize04-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize05-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize06-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize07-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize08-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize09-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize10-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize11-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize12-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize13-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize14-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize17-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize18-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize19-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize20-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize21-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize22-expected.png: Added.
        * platform/qt/fast/block/float/009-expected.png: Added.
        * platform/qt/fast/block/float/034-expected.png: Added.
        * platform/qt/fast/block/float/4145535Crash-expected.png: Added.
        * platform/qt/fast/block/float/negative-margin-clear-expected.png: Added.
        * platform/qt/fast/block/float/nowrap-clear-min-width-expected.png: Added.
        * platform/qt/fast/borders/border-image-scaled-gradient-expected.png: Added.
        * platform/qt/fast/borders/border-radius-circle-expected.png: Added.
        * platform/qt/fast/borders/border-radius-groove-01-expected.png: Added.
        * platform/qt/fast/borders/border-radius-groove-02-expected.png: Added.
        * platform/qt/fast/borders/border-radius-groove-03-expected.png: Added.
        * platform/qt/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
        * platform/qt/fast/borders/border-radius-wide-border-01-expected.png: Added.
        * platform/qt/fast/borders/border-radius-wide-border-02-expected.png: Added.
        * platform/qt/fast/borders/border-radius-wide-border-03-expected.png: Added.
        * platform/qt/fast/borders/border-radius-wide-border-04-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDashed04-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDashed05-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDashed06-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDotted04-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDotted05-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDotted06-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble04-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble05-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble06-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble07-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble08-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble09-expected.png: Added.
        * platform/qt/fast/borders/outline-offset-min-assert-expected.png: Added.
        * platform/qt/fast/css/006-expected.png: Added.
        * platform/qt/fast/css/background-clip-values-expected.png: Added.
        * platform/qt/fast/css/bogus-color-span-expected.png: Added.
        * platform/qt/fast/css/box-shadow-and-border-radius-expected.png:
        * platform/qt/fast/css/content-dynamic-expected.png: Added.
        * platform/qt/fast/css/contentDiv-expected.png: Added.
        * platform/qt/fast/css/contentDivWithChildren-expected.png: Added.
        * platform/qt/fast/css/contentImage-expected.png: Added.
        * platform/qt/fast/css/pseudo-first-line-border-width-expected.png: Added.
        * platform/qt/fast/css/replaced-element-implicit-size-expected.png: Added.
        * platform/qt/fast/dom/attr_dead_doc-expected.png: Added.
        * platform/qt/fast/dom/css-cached-import-rule-expected.png: Added.
        * platform/qt/fast/dom/css-insert-import-rule-expected.png: Added.
        * platform/qt/fast/dynamic/001-expected.png: Added.
        * platform/qt/fast/dynamic/005-expected.png: Added.
        * platform/qt/fast/dynamic/anonymous-block-layer-lost-expected.png: Added.
        * platform/qt/fast/dynamic/staticY-expected.png: Added.
        * platform/qt/fast/forms/002-expected.png: Added.
        * platform/qt/fast/forms/003-expected.png: Added.
        * platform/qt/fast/forms/004-expected.png: Added.
        * platform/qt/fast/forms/005-expected.png: Added.
        * platform/qt/fast/forms/006-expected.png: Added.
        * platform/qt/fast/forms/007-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label01-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label02-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label03-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label04-expected.png: Added.
        * platform/qt/fast/forms/button-submit-expected.png: Added.
        * platform/qt/fast/forms/caret-rtl-expected.png: Added.
        * platform/qt/fast/forms/control-clip-expected.png: Added.
        * platform/qt/fast/forms/fieldset-with-float-expected.png: Added.
        * platform/qt/fast/forms/form-added-to-table-expected.png: Added.
        * platform/qt/fast/forms/form-in-malformed-markup-expected.png: Added.
        * platform/qt/fast/forms/formmove-expected.png: Added.
        * platform/qt/fast/forms/formmove2-expected.png: Added.
        * platform/qt/fast/forms/image-border-expected.png: Added.
        * platform/qt/fast/forms/indeterminate-expected.png: Added.
        * platform/qt/fast/forms/input-align-image-expected.png: Added.
        * platform/qt/fast/forms/input-first-letter-expected.png: Added.
        * platform/qt/fast/forms/input-no-renderer-expected.png: Added.
        * platform/qt/fast/forms/linebox-overflow-in-textarea-padding-expected.png: Added.
        * platform/qt/fast/forms/menulist-deselect-update-expected.png: Added.
        * platform/qt/fast/forms/menulist-no-overflow-expected.png: Added.
        * platform/qt/fast/forms/option-index-expected.png: Added.
        * platform/qt/fast/forms/option-script-expected.png: Added.
        * platform/qt/fast/forms/option-text-clip-expected.png: Added.
        * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.png: Added.
        * platform/qt/fast/forms/range/thumbslider-no-parent-slider-expected.png: Added.
        * platform/qt/fast/forms/select-align-expected.png: Added.
        * platform/qt/fast/forms/select-change-listbox-to-popup-expected.png: Added.
        * platform/qt/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
        * platform/qt/fast/forms/select-disabled-appearance-expected.png: Added.
        * platform/qt/fast/forms/select-display-none-style-resolve-expected.png: Added.
        * platform/qt/fast/forms/select-empty-option-height-expected.png: Added.
        * platform/qt/fast/forms/select-selected-expected.png: Added.
        * platform/qt/fast/forms/select-size-expected.png: Added.
        * platform/qt/fast/forms/select-style-expected.png: Added.
        * platform/qt/fast/forms/stuff-on-my-optgroup-expected.png: Added.
        * platform/qt/fast/forms/textfield-overflow-by-value-update-expected.png: Added.
        * platform/qt/fast/frames/002-expected.png: Added.
        * platform/qt/fast/frames/calculate-round-expected.png: Added.
        * platform/qt/fast/frames/content-opacity-1-expected.png: Added.
        * platform/qt/fast/frames/content-opacity-2-expected.png: Added.
        * platform/qt/fast/frames/empty-cols-attribute-expected.png: Added.
        * platform/qt/fast/frames/empty-frame-src-expected.png: Added.
        * platform/qt/fast/frames/frame-length-fractional-expected.png: Added.
        * platform/qt/fast/frames/frame-set-whitespace-attributes-expected.png: Added.
        * platform/qt/fast/frames/iframe-text-contents-expected.png: Added.
        * platform/qt/fast/frames/no-frame-borders-expected.png: Added.
        * platform/qt/fast/gradients/border-image-gradient-expected.png: Added.
        * platform/qt/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
        * platform/qt/fast/images/embed-image-expected.png: Added.
        * platform/qt/fast/images/favicon-as-image-expected.png: Added.
        * platform/qt/fast/images/image-css3-content-data-expected.png: Added.
        * platform/qt/fast/images/object-image-expected.png: Added.
        * platform/qt/fast/images/pdf-as-image-expected.png: Added.
        * platform/qt/fast/inline-block/004-expected.png: Added.
        * platform/qt/fast/inline-block/005-expected.png: Added.
        * platform/qt/fast/invalid/015-expected.png: Added.
        * platform/qt/fast/invalid/table-residual-style-crash-expected.png: Added.
        * platform/qt/fast/js/exception-linenums-in-html-3-expected.png: Added.
        * platform/qt/fast/js/missing-style-end-tag-js-expected.png: Added.
        * platform/qt/fast/js/missing-title-end-tag-js-expected.png: Added.
        * platform/qt/fast/layers/opacity-stacking-expected.png: Added.
        * platform/qt/fast/layers/positioned-inside-root-with-margins-expected.png: Added.
        * platform/qt/fast/layers/zindex-ridonkulous-expected.png: Added.
        * platform/qt/fast/media/implicit-media-all-expected.png: Added.
        * platform/qt/fast/media/media-query-invalid-value-expected.png: Added.
        * platform/qt/fast/media/monochrome-expected.png: Added.
        * platform/qt/fast/media/mq-min-pixel-ratio-expected.png: Added.
        * platform/qt/fast/overflow/position-relative-expected.png: Added.
        * platform/qt/fast/overflow/unreachable-content-test-expected.png: Added.
        * platform/qt/fast/parser/comment-in-script-expected.png: Added.
        * platform/qt/fast/parser/style-script-head-test-expected.png: Added.
        * platform/qt/fast/reflections/table-cell-expected.png: Added.
        * platform/qt/fast/repaint/background-generated-expected.png: Added.
        * platform/qt/fast/repaint/background-misaligned-expected.png: Added.
        * platform/qt/fast/repaint/canvas-putImageData-expected.png: Added.
        * platform/qt/fast/repaint/erase-overflow-expected.png: Added.
        * platform/qt/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Added.
        * platform/qt/fast/repaint/float-new-in-block-expected.png: Added.
        * platform/qt/fast/repaint/inline-block-resize-expected.png: Added.
        * platform/qt/fast/repaint/intermediate-layout-position-clip-expected.png: Added.
        * platform/qt/fast/repaint/intermediate-layout-position-expected.png: Added.
        * platform/qt/fast/repaint/layer-full-repaint-expected.png: Added.
        * platform/qt/fast/repaint/table-col-background-expected.png: Added.
        * platform/qt/fast/repaint/table-outer-border-expected.png: Added.
        * platform/qt/fast/repaint/table-row-expected.png: Added.
        * platform/qt/fast/repaint/table-section-overflow-expected.png: Added.
        * platform/qt/fast/replaced/008-expected.png: Added.
        * platform/qt/fast/replaced/image-tag-expected.png: Added.
        * platform/qt/fast/replaced/selection-rect-expected.png: Added.
        * platform/qt/fast/table/008-expected.png: Added.
        * platform/qt/fast/table/024-expected.png: Added.
        * platform/qt/fast/table/031-expected.png: Added.
        * platform/qt/fast/table/caption-relayout-expected.png: Added.
        * platform/qt/fast/table/colspanMinWidth-vertical-expected.png: Added.
        * platform/qt/fast/table/div-as-col-span-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.png: Added.
        * platform/qt/fast/table/giantRowspan-expected.png: Added.
        * platform/qt/fast/table/growCellForImageQuirk-expected.png: Added.
        * platform/qt/fast/table/percent-widths-stretch-expected.png: Added.
        * platform/qt/fast/table/vertical-align-baseline-readjust-expected.png: Added.
        * platform/qt/fast/text/align-center-rtl-spill-expected.png: Added.
        * platform/qt/fast/text/basic/013-expected.png: Added.
        * platform/qt/fast/text/basic/015-expected.png: Added.
        * platform/qt/fast/text/line-breaks-expected.png: Added.
        * platform/qt/fast/text/soft-hyphen-3-expected.png: Added.
        * platform/qt/fast/text/stripNullFromText-expected.png: Added.
        * platform/qt/fast/text/whitespace/017-expected.png: Added.
        * platform/qt/fast/tokenizer/missing-style-end-tag-1-expected.png: Added.
        * platform/qt/fast/tokenizer/missing-style-end-tag-2-expected.png: Added.
        * platform/qt/fast/tokenizer/script-after-frameset-expected.png: Added.
        * platform/qt/fast/xsl/xslt-mismatched-tags-in-xslt-expected.png: Added.
        * platform/qt/http/tests/security/contentSecurityPolicy/xsl-blocked-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-1-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-2-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-3-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-6-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-tiled-background-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-width-100p-as-background-expected.png: Added.
        * platform/qt/svg/as-image/svg-as-image-expected.png: Added.
        * platform/qt/svg/as-image/svg-as-relative-image-expected.png: Added.
        * platform/qt/svg/css/arrow-with-shadow-expected.png: Added.
        * platform/qt/svg/css/circle-in-mask-with-shadow-expected.png: Added.
        * platform/qt/svg/css/path-with-shadow-expected.png: Added.
        * platform/qt/svg/css/shadow-and-opacity-expected.png: Added.
        * platform/qt/svg/css/shadow-with-large-radius-expected.png: Added.
        * platform/qt/svg/css/shadow-with-negative-offset-expected.png: Added.
        * platform/qt/svg/custom/animation-currentColor-expected.png: Added.
        * platform/qt/svg/custom/clip-path-id-changes-expected.png: Added.
        * platform/qt/svg/custom/createImageElement-expected.png: Added.
        * platform/qt/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png: Added.
        * platform/qt/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: Added.
        * platform/qt/svg/custom/js-update-image-and-display-expected.png: Added.
        * platform/qt/svg/custom/js-update-image-and-display2-expected.png: Added.
        * platform/qt/svg/custom/js-update-image-and-display3-expected.png: Added.
        * platform/qt/svg/custom/marker-opacity-expected.png: Added.
        * platform/qt/svg/custom/marker-referencePoint-expected.png: Added.
        * platform/qt/svg/custom/marker-strokeWidth-changes-expected.png: Added.
        * platform/qt/svg/custom/mask-on-multiple-objects-expected.png: Added.
        * platform/qt/svg/custom/mask-with-default-value-expected.png: Added.
        * platform/qt/svg/custom/outer-svg-unknown-feature-expected.png: Added.
        * platform/qt/svg/custom/pan-direction-expected.png: Added.
        * platform/qt/svg/custom/pattern-excessive-malloc-expected.png: Added.
        * platform/qt/svg/custom/repaint-shadow-expected.png: Added.
        * platform/qt/svg/custom/transformedMaskFails-expected.png: Added.
        * platform/qt/svg/custom/use-inherit-style-expected.png: Added.
        * platform/qt/svg/custom/xhtml-no-svg-renderer-expected.png: Added.
        * platform/qt/svg/filters/feGaussianBlur-expected.png: Added.
        * platform/qt/svg/filters/feLighting-crash-expected.png: Added.
        * platform/qt/svg/filters/feMerge-expected.png: Added.
        * platform/qt/svg/filters/feMerge-wrong-input-expected.png: Added.
        * platform/qt/svg/filters/feOffset-expected.png: Added.
        * platform/qt/svg/filters/feTile-expected.png: Added.
        * platform/qt/svg/filters/filter-clip-expected.png: Added.
        * platform/qt/svg/filters/filter-rounding-issues-expected.png: Added.
        * platform/qt/svg/filters/shadow-on-filter-expected.png: Added.
        * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
        * platform/qt/svg/filters/subRegion-in-userSpace-expected.png: Added.
        * platform/qt/svg/hixie/error/006-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug120107-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug1271-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug12908-2-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug12910-2-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug131020-2-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug13169-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug137388-3-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug1818-3-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug1818-6-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug196870-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug222336-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug222467-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug269566-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug277062-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug28933-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug2954-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug50695-2-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug56201-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug8032-2-expected.png: Added.
        * platform/qt/tables/mozilla/core/col_widths_fix_autoFixPer-expected.png: Added.
        * platform/qt/transitions/opacity-transition-zindex-expected.png: Added.
        * platform/qt/transitions/transition-end-event-rendering-expected.png: Added.

2012-10-26  'Pavel Feldman'  

        Not reviewed: chromiuim expectations updated.

        * platform/chromium/TestExpectations:

2012-10-26  Kent Tamura  

        [Chromium-Win] Support shortTimeFormat
        https://bugs.webkit.org/show_bug.cgi?id=100471

        Reviewed by Kentaro Hara.

        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium/TestExpectations:

2012-10-26  Nandor Huszka  

        [Qt] Unreviewed gardening.

        Skip a new failing test introduced in r132554 that fails on 32 bit platforms.
        Remove another one that does not exists already.

        * platform/qt/TestExpectations:

2012-10-25  Adam Barth  

        Unreviewed.

        Skipping these tests again because Bug 96951 isn't actually fixed.

        * platform/chromium/TestExpectations:

2012-10-25  Nico Weber  

        [chromium] Add expectations for fast/images/exif-orientation.html
        https://bugs.webkit.org/show_bug.cgi?id=100434

        Unreviewed, just baselines.

        * platform/chromium-linux/fast/images/exif-orientation-expected.png: Added.
        * platform/chromium-mac-lion/fast/images/exif-orientation-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/images/exif-orientation-expected.png: Added.
        * platform/chromium-mac/fast/images/exif-orientation-expected.png: Added.
        * platform/chromium-win/fast/images/exif-orientation-expected.png: Added.
        * platform/chromium/fast/images/exif-orientation-expected.png: Removed.

2012-10-25  Min Qin  

        Fix a layout test crash if a TestWebkitPlugin is put inside an iframe
        https://bugs.webkit.org/show_bug.cgi?id=100406

        Reviewed by Adam Barth.

        Test for adding a webplugin into an iframe and make sure it doesn't crash.

        * platform/chromium/plugins/plugin-inside-iframe-expected.txt: Added.
        * platform/chromium/plugins/plugin-inside-iframe.html: Added.
        * platform/chromium/plugins/resources/plugin-page.html: Added.

2012-10-25  Tom Sepez  

        Test full-block-iframe-no-inherit.php generates an invalid X-XSS-PROTECTION header.
        https://bugs.webkit.org/show_bug.cgi?id=100423

        Reviewed by Adam Barth.

        Changed header syntax from full-block to mode=block.

        * http/tests/security/xssAuditor/full-block-iframe-no-inherit.php:

2012-10-25  Filip Pizlo  

        DFG Arrayify elimination should replace it with GetButterfly rather than Phantom
        https://bugs.webkit.org/show_bug.cgi?id=100441

        Reviewed by Oliver Hunt and Gavin Barraclough.

        * fast/js/dfg-arrayify-elimination-expected.txt: Added.
        * fast/js/dfg-arrayify-elimination.html: Added.
        * fast/js/jsc-test-list:
        * fast/js/script-tests/dfg-arrayify-elimination.js: Added.
        (foo):

2012-10-25  Keishi Hattori  

        Hide popup while transitioning from the suggestion picker to the calendar picker
        https://bugs.webkit.org/show_bug.cgi?id=99537

        Reviewed by Kent Tamura.

        * fast/forms/resources/picker-common.js:
        (popupOpenCallbackWrapper): Use didOpenPicker event.

2012-10-25  Sheriff Bot  

        Unreviewed, rolling out r132514.
        http://trac.webkit.org/changeset/132514
        https://bugs.webkit.org/show_bug.cgi?id=100440

        "Broke chromium content_browsertests AccessibilityAriaMenu
        AccessibilityInputRange AccessibilityListMarkers" (Requested
        by scheib on #webkit).

        * accessibility/aria-checkbox-sends-notification.html:
        * accessibility/notification-listeners.html:
        * fast/forms/date-multiple-fields/date-multiple-fields-ax-value-changed-notification-expected.txt:
        * fast/forms/time-multiple-fields/time-multiple-fields-ax-value-changed-notification-expected.txt:
        * platform/chromium/accessibility/add-to-menu-list-crashes-expected.txt:
        * platform/chromium/accessibility/add-to-menu-list-crashes.html:
        * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt: Removed.
        * platform/chromium/accessibility/is-ignored-change-sends-notification.html: Removed.
        * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt: Removed.
        * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html: Removed.
        * platform/chromium/accessibility/text-change-notification-expected.txt: Removed.
        * platform/chromium/accessibility/text-change-notification.html: Removed.

2012-10-25  Vincent Scheib  

        Unreviewed rebaseline of tests failing after 132529 rolled out 132269.

        See http://trac.webkit.org/changeset/132529 for details of the rollout.

        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png:

2012-10-25  Filip Pizlo  

        REGRESSION (r131793-r131826): Crash going to wikifonia.org
        https://bugs.webkit.org/show_bug.cgi?id=100281

        Reviewed by Oliver Hunt.

        * fast/js/jsc-test-list:
        * fast/js/resolve-arguments-from-scope-expected.txt: Added.
        * fast/js/resolve-arguments-from-scope.html: Added.
        * fast/js/script-tests/resolve-arguments-from-scope.js: Added.
        (bar):
        (foo):

2012-10-25  Simon Fraser  

        Tiled layers are missing content on zooming
        https://bugs.webkit.org/show_bug.cgi?id=100422

        Reviewed by Beth Dakin.

        New test for zooming with a tiled layer, and adjust an existing result.
        
        * compositing/tiling/tile-cache-zoomed-expected.txt: Added.
        * compositing/tiling/tile-cache-zoomed.html: Added.
        * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:

2012-10-25  Roger Fong  

        Unreviewed. Add results for svg/custom/patter-scaling.svg on Windows after r132026.

        * platform/win/svg/custom/pattern-scaling-expected.txt: Added.

2012-10-25  Simon Fraser  

        Report the tile coverage rect in layer coords, and add some tests for tiled backing and zooming
        https://bugs.webkit.org/show_bug.cgi?id=100416

        Reviewed by Beth Dakin.

        New tests that exercise the page tiled backing under zooming.

        * platform/mac/tiled-drawing/tiled-drawing-zoom-expected.txt: Added.
        * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled-expected.txt: Added.
        * platform/mac/tiled-drawing/tiled-drawing-zoom-scrolled.html: Added.
        * platform/mac/tiled-drawing/tiled-drawing-zoom.html: Added.

2012-10-25  Mariusz Grzegorczyk  

        [EFL] Add baselines for non problematic tests in editing subcategories: deleting, inserting, selection and style.
        https://bugs.webkit.org/show_bug.cgi?id=100126

        Unreviewed EFL gardening.

        * platform/efl-wk1/TestExpectations:
        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/editing/deleting/4922367-expected.png: Added.
        * platform/efl/editing/deleting/4922367-expected.txt: Added.
        * platform/efl/editing/deleting/5099303-expected.png: Added.
        * platform/efl/editing/deleting/5099303-expected.txt: Added.
        * platform/efl/editing/deleting/5126166-expected.png: Added.
        * platform/efl/editing/deleting/5126166-expected.txt: Added.
        * platform/efl/editing/deleting/5144139-2-expected.png: Added.
        * platform/efl/editing/deleting/5144139-2-expected.txt: Added.
        * platform/efl/editing/deleting/5206311-1-expected.png: Added.
        * platform/efl/editing/deleting/5206311-1-expected.txt: Added.
        * platform/efl/editing/deleting/5272440-expected.png: Added.
        * platform/efl/editing/deleting/5272440-expected.txt: Added.
        * platform/efl/editing/deleting/5369009-expected.png: Added.
        * platform/efl/editing/deleting/5369009-expected.txt: Added.
        * platform/efl/editing/deleting/5433862-2-expected.png: Added.
        * platform/efl/editing/deleting/5433862-2-expected.txt: Added.
        * platform/efl/editing/deleting/5483370-expected.png: Added.
        * platform/efl/editing/deleting/5483370-expected.txt: Added.
        * platform/efl/editing/deleting/collapse-whitespace-3587601-fix-expected.png: Added.
        * platform/efl/editing/deleting/collapse-whitespace-3587601-fix-expected.txt: Added.
        * platform/efl/editing/deleting/delete-3608445-fix-expected.png: Added.
        * platform/efl/editing/deleting/delete-3608445-fix-expected.txt: Added.
        * platform/efl/editing/deleting/delete-3608462-fix-expected.png: Added.
        * platform/efl/editing/deleting/delete-3608462-fix-expected.txt: Added.
        * platform/efl/editing/deleting/delete-3775172-fix-expected.png: Added.
        * platform/efl/editing/deleting/delete-3775172-fix-expected.txt: Added.
        * platform/efl/editing/deleting/delete-3857753-fix-expected.png: Added.
        * platform/efl/editing/deleting/delete-3857753-fix-expected.txt: Added.
        * platform/efl/editing/deleting/delete-3865854-fix-expected.png: Added.
        * platform/efl/editing/deleting/delete-3865854-fix-expected.txt: Added.
        * platform/efl/editing/deleting/delete-3928305-fix-expected.png: Added.
        * platform/efl/editing/deleting/delete-3928305-fix-expected.txt: Added.
        * platform/efl/editing/deleting/delete-4083333-fix-expected.png: Added.
        * platform/efl/editing/deleting/delete-4083333-fix-expected.txt: Added.
        * platform/efl/editing/deleting/delete-after-span-ws-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-after-span-ws-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-after-span-ws-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-after-span-ws-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-after-span-ws-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-after-span-ws-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-and-undo-expected.png: Added.
        * platform/efl/editing/deleting/delete-and-undo-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-004-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-004-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-005-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-005-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-006-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-006-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-007-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-007-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-008-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-008-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-009-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-009-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-010-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-010-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-011-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-paragraph-boundaries-011-expected.txt: Added.
        * platform/efl/editing/deleting/delete-at-start-or-end-expected.png: Added.
        * platform/efl/editing/deleting/delete-at-start-or-end-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-contents-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-contents-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-contents-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-contents-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-contents-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-contents-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-004-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-004-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-005-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-005-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-006-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-006-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-007-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-007-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-008-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-008-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-009-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-009-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-010-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-010-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-011-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-011-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-012-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-012-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-013-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-013-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-014-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-014-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-015-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-015-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-016-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-016-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-017-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-017-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-018-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-018-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-019-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-020-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-021-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-021-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-022-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-022-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-023-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-023-expected.txt: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-024-expected.png: Added.
        * platform/efl/editing/deleting/delete-block-merge-contents-024-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-004-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-004-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-005-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-005-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-006-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-006-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-007-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-007-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-008-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-008-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-009-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-009-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-010-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-010-expected.txt: Added.
        * platform/efl/editing/deleting/delete-br-013-expected.png: Added.
        * platform/efl/editing/deleting/delete-br-013-expected.txt: Added.
        * platform/efl/editing/deleting/delete-character-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-character-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-contiguous-ws-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-contiguous-ws-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-first-list-item-expected.png: Added.
        * platform/efl/editing/deleting/delete-first-list-item-expected.txt: Added.
        * platform/efl/editing/deleting/delete-hr-expected.png: Added.
        * platform/efl/editing/deleting/delete-hr-expected.txt: Added.
        * platform/efl/editing/deleting/delete-image-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-image-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-image-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-image-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-image-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-image-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-image-004-expected.png: Added.
        * platform/efl/editing/deleting/delete-image-004-expected.txt: Added.
        * platform/efl/editing/deleting/delete-leading-ws-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-leading-ws-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-004-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-004-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-005-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-005-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-006-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-006-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-007-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-007-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-008-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-008-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-009-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-009-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-010-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-010-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-011-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-012-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-012-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-013-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-013-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-014-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-014-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-015-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-015-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-016-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-016-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-017-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-017-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-end-ws-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-end-ws-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-line-end-ws-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-line-end-ws-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-listitem-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-listitem-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-listitem-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-listitem-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-selection-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-selection-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-tab-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-tab-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-tab-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-tab-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-tab-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-tab-004-expected.png: Added.
        * platform/efl/editing/deleting/delete-to-select-table-expected.png: Added.
        * platform/efl/editing/deleting/delete-to-select-table-expected.txt: Added.
        * platform/efl/editing/deleting/delete-trailing-ws-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-trailing-ws-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-trailing-ws-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-trailing-ws-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-ws-fixup-001-expected.png: Added.
        * platform/efl/editing/deleting/delete-ws-fixup-001-expected.txt: Added.
        * platform/efl/editing/deleting/delete-ws-fixup-002-expected.png: Added.
        * platform/efl/editing/deleting/delete-ws-fixup-002-expected.txt: Added.
        * platform/efl/editing/deleting/delete-ws-fixup-003-expected.png: Added.
        * platform/efl/editing/deleting/delete-ws-fixup-003-expected.txt: Added.
        * platform/efl/editing/deleting/delete-ws-fixup-004-expected.png: Added.
        * platform/efl/editing/deleting/delete-ws-fixup-004-expected.txt: Added.
        * platform/efl/editing/deleting/forward-delete-expected.png: Added.
        * platform/efl/editing/deleting/forward-delete-expected.txt: Added.
        * platform/efl/editing/deleting/list-item-1-expected.png: Added.
        * platform/efl/editing/deleting/list-item-1-expected.txt: Added.
        * platform/efl/editing/deleting/merge-different-styles-expected.png: Added.
        * platform/efl/editing/deleting/merge-different-styles-expected.txt: Added.
        * platform/efl/editing/deleting/merge-endOfParagraph-expected.png: Added.
        * platform/efl/editing/deleting/merge-endOfParagraph-expected.txt: Added.
        * platform/efl/editing/deleting/merge-no-br-expected.png: Added.
        * platform/efl/editing/deleting/merge-no-br-expected.txt: Added.
        * platform/efl/editing/deleting/merge-unrendered-space-expected.png: Added.
        * platform/efl/editing/deleting/merge-unrendered-space-expected.txt: Added.
        * platform/efl/editing/deleting/merge-whitespace-pre-expected.png: Added.
        * platform/efl/editing/deleting/merge-whitespace-pre-expected.txt: Added.
        * platform/efl/editing/deleting/move-nodes-001-expected.png: Added.
        * platform/efl/editing/deleting/move-nodes-001-expected.txt: Added.
        * platform/efl/editing/deleting/non-smart-delete-expected.png: Added.
        * platform/efl/editing/deleting/non-smart-delete-expected.txt: Added.
        * platform/efl/editing/deleting/pruning-after-merge-2-expected.png: Added.
        * platform/efl/editing/deleting/pruning-after-merge-2-expected.txt: Added.
        * platform/efl/editing/deleting/smart-delete-001-expected.png: Added.
        * platform/efl/editing/deleting/smart-delete-001-expected.txt: Added.
        * platform/efl/editing/deleting/smart-delete-002-expected.png: Added.
        * platform/efl/editing/deleting/table-cells-expected.png: Added.
        * platform/efl/editing/deleting/table-cells-expected.txt: Added.
        * platform/efl/editing/deleting/transpose-empty-expected.png: Added.
        * platform/efl/editing/deleting/transpose-empty-expected.txt: Added.
        * platform/efl/editing/deleting/type-delete-after-quote-expected.png: Added.
        * platform/efl/editing/deleting/type-delete-after-quote-expected.txt: Added.
        * platform/efl/editing/inserting/12882-expected.png: Added.
        * platform/efl/editing/inserting/12882-expected.txt: Added.
        * platform/efl/editing/inserting/4278698-expected.png: Added.
        * platform/efl/editing/inserting/4278698-expected.txt: Added.
        * platform/efl/editing/inserting/4840662-expected.png: Added.
        * platform/efl/editing/inserting/4840662-expected.txt: Added.
        * platform/efl/editing/inserting/4875189-1-expected.png: Added.
        * platform/efl/editing/inserting/4875189-1-expected.txt: Added.
        * platform/efl/editing/inserting/4875189-2-expected.png: Added.
        * platform/efl/editing/inserting/4875189-2-expected.txt: Added.
        * platform/efl/editing/inserting/4959067-expected.png: Added.
        * platform/efl/editing/inserting/4959067-expected.txt: Added.
        * platform/efl/editing/inserting/4960120-1-expected.png: Added.
        * platform/efl/editing/inserting/4960120-1-expected.txt: Added.
        * platform/efl/editing/inserting/4960120-2-expected.png: Added.
        * platform/efl/editing/inserting/4960120-2-expected.txt: Added.
        * platform/efl/editing/inserting/5002441-expected.png: Added.
        * platform/efl/editing/inserting/5002441-expected.txt: Added.
        * platform/efl/editing/inserting/5058163-1-expected.png: Added.
        * platform/efl/editing/inserting/5058163-1-expected.txt: Added.
        * platform/efl/editing/inserting/5058163-2-expected.png: Added.
        * platform/efl/editing/inserting/5058163-2-expected.txt: Added.
        * platform/efl/editing/inserting/5156401-2-expected.png: Added.
        * platform/efl/editing/inserting/5156401-2-expected.txt: Added.
        * platform/efl/editing/inserting/5418891-expected.png: Added.
        * platform/efl/editing/inserting/5418891-expected.txt: Added.
        * platform/efl/editing/inserting/5510537-expected.png: Added.
        * platform/efl/editing/inserting/5510537-expected.txt: Added.
        * platform/efl/editing/inserting/5549929-2-expected.png: Added.
        * platform/efl/editing/inserting/5549929-2-expected.txt: Added.
        * platform/efl/editing/inserting/5549929-3-expected.png: Added.
        * platform/efl/editing/inserting/5549929-3-expected.txt: Added.
        * platform/efl/editing/inserting/6703873-expected.png: Added.
        * platform/efl/editing/inserting/6703873-expected.txt: Added.
        * platform/efl/editing/inserting/editable-html-element-expected.png: Added.
        * platform/efl/editing/inserting/editable-html-element-expected.txt: Added.
        * platform/efl/editing/inserting/editable-inline-element-expected.png: Added.
        * platform/efl/editing/inserting/editable-inline-element-expected.txt: Added.
        * platform/efl/editing/inserting/edited-whitespace-1-expected.png: Added.
        * platform/efl/editing/inserting/edited-whitespace-1-expected.txt: Added.
        * platform/efl/editing/inserting/editing-empty-divs-expected.png: Added.
        * platform/efl/editing/inserting/editing-empty-divs-expected.txt: Added.
        * platform/efl/editing/inserting/insert-3654864-fix-expected.png: Added.
        * platform/efl/editing/inserting/insert-3654864-fix-expected.txt: Added.
        * platform/efl/editing/inserting/insert-3775316-fix-expected.png: Added.
        * platform/efl/editing/inserting/insert-3775316-fix-expected.txt: Added.
        * platform/efl/editing/inserting/insert-3778059-fix-expected.png: Added.
        * platform/efl/editing/inserting/insert-3778059-fix-expected.txt: Added.
        * platform/efl/editing/inserting/insert-3800346-fix-expected.png: Added.
        * platform/efl/editing/inserting/insert-3800346-fix-expected.txt: Added.
        * platform/efl/editing/inserting/insert-3851164-fix-expected.png: Added.
        * platform/efl/editing/inserting/insert-3851164-fix-expected.txt: Added.
        * platform/efl/editing/inserting/insert-after-delete-001-expected.png: Added.
        * platform/efl/editing/inserting/insert-after-delete-001-expected.txt: Added.
        * platform/efl/editing/inserting/insert-at-end-01-expected.png: Added.
        * platform/efl/editing/inserting/insert-at-end-01-expected.txt: Added.
        * platform/efl/editing/inserting/insert-at-end-02-expected.png: Added.
        * platform/efl/editing/inserting/insert-at-end-02-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-001-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-001-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-002-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-002-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-003-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-003-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-004-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-004-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-005-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-005-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-006-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-006-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-007-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-007-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-008-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-008-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-009-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-009-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-at-tabspan-001-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-at-tabspan-001-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-at-tabspan-002-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-at-tabspan-002-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-at-tabspan-003-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-at-tabspan-003-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-quoted-001-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-quoted-001-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-quoted-002-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-quoted-002-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-quoted-003-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-quoted-003-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-quoted-004-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-quoted-004-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-quoted-005-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-quoted-005-expected.txt: Added.
        * platform/efl/editing/inserting/insert-br-quoted-006-expected.png: Added.
        * platform/efl/editing/inserting/insert-br-quoted-006-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-001-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-001-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-002-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-002-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-003-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-003-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-004-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-004-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-005-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-005-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-006-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-006-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-007-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-007-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-008-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-008-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-009-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-009-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-010-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-010-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-011-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-011-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-012-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-012-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-013-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-013-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-014-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-014-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-015-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-015-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-016-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-016-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-017-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-017-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-018-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-018-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-019-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-019-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-020-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-020-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-022-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-022-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-023-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-023-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-024-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-024-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-025-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-025-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-026-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-026-expected.txt: Added.
        * platform/efl/editing/inserting/insert-div-027-expected.png: Added.
        * platform/efl/editing/inserting/insert-div-027-expected.txt: Added.
        * platform/efl/editing/inserting/insert-paragraph-01-expected.png: Added.
        * platform/efl/editing/inserting/insert-paragraph-01-expected.txt: Added.
        * platform/efl/editing/inserting/insert-paragraph-02-expected.png: Added.
        * platform/efl/editing/inserting/insert-paragraph-02-expected.txt: Added.
        * platform/efl/editing/inserting/insert-paragraph-03-expected.png: Added.
        * platform/efl/editing/inserting/insert-paragraph-03-expected.txt: Added.
        * platform/efl/editing/inserting/insert-paragraph-04-expected.png: Added.
        * platform/efl/editing/inserting/insert-paragraph-04-expected.txt: Added.
        * platform/efl/editing/inserting/insert-paragraph-05-expected.png: Added.
        * platform/efl/editing/inserting/insert-paragraph-05-expected.txt: Added.
        * platform/efl/editing/inserting/insert-space-in-empty-doc-expected.png: Added.
        * platform/efl/editing/inserting/insert-space-in-empty-doc-expected.txt: Added.
        * platform/efl/editing/inserting/insert-tab-001-expected.png: Added.
        * platform/efl/editing/inserting/insert-tab-001-expected.txt: Added.
        * platform/efl/editing/inserting/insert-tab-002-expected.png: Added.
        * platform/efl/editing/inserting/insert-tab-002-expected.txt: Added.
        * platform/efl/editing/inserting/insert-tab-003-expected.png: Added.
        * platform/efl/editing/inserting/insert-tab-003-expected.txt: Added.
        * platform/efl/editing/inserting/insert-tab-004-expected.png: Added.
        * platform/efl/editing/inserting/insert-tab-004-expected.txt: Added.
        * platform/efl/editing/inserting/insert-text-at-tabspan-001-expected.png: Added.
        * platform/efl/editing/inserting/insert-text-at-tabspan-001-expected.txt: Added.
        * platform/efl/editing/inserting/insert-text-at-tabspan-002-expected.png: Added.
        * platform/efl/editing/inserting/insert-text-at-tabspan-002-expected.txt: Added.
        * platform/efl/editing/inserting/insert-text-at-tabspan-003-expected.png: Added.
        * platform/efl/editing/inserting/insert-text-at-tabspan-003-expected.txt: Added.
        * platform/efl/editing/inserting/insert-text-with-newlines-expected.png: Added.
        * platform/efl/editing/inserting/insert-text-with-newlines-expected.txt: Added.
        * platform/efl/editing/inserting/line-break-expected.png: Added.
        * platform/efl/editing/inserting/line-break-expected.txt: Added.
        * platform/efl/editing/inserting/multiple-lines-selected-expected.png: Added.
        * platform/efl/editing/inserting/multiple-lines-selected-expected.txt: Added.
        * platform/efl/editing/inserting/paragraph-separator-01-expected.png: Added.
        * platform/efl/editing/inserting/paragraph-separator-01-expected.txt: Added.
        * platform/efl/editing/inserting/paragraph-separator-02-expected.png: Added.
        * platform/efl/editing/inserting/paragraph-separator-02-expected.txt: Added.
        * platform/efl/editing/inserting/paragraph-separator-03-expected.png: Added.
        * platform/efl/editing/inserting/paragraph-separator-03-expected.txt: Added.
        * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.png: Added.
        * platform/efl/editing/inserting/paragraph-separator-in-table-1-expected.txt: Added.
        * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.png: Added.
        * platform/efl/editing/inserting/paragraph-separator-in-table-2-expected.txt: Added.
        * platform/efl/editing/inserting/redo-expected.png: Added.
        * platform/efl/editing/inserting/redo-expected.txt: Added.
        * platform/efl/editing/inserting/return-key-with-selection-001-expected.png: Added.
        * platform/efl/editing/inserting/return-key-with-selection-001-expected.txt: Added.
        * platform/efl/editing/inserting/return-key-with-selection-002-expected.png: Added.
        * platform/efl/editing/inserting/return-key-with-selection-002-expected.txt: Added.
        * platform/efl/editing/inserting/return-key-with-selection-003-expected.png: Added.
        * platform/efl/editing/inserting/return-key-with-selection-003-expected.txt: Added.
        * platform/efl/editing/inserting/typing-001-expected.png: Added.
        * platform/efl/editing/inserting/typing-001-expected.txt: Added.
        * platform/efl/editing/inserting/typing-002-expected.png: Added.
        * platform/efl/editing/inserting/typing-002-expected.txt: Added.
        * platform/efl/editing/inserting/typing-003-expected.png: Added.
        * platform/efl/editing/inserting/typing-003-expected.txt: Added.
        * platform/efl/editing/inserting/typing-around-br-001-expected.png: Added.
        * platform/efl/editing/inserting/typing-around-br-001-expected.txt: Added.
        * platform/efl/editing/inserting/typing-around-image-001-expected.png: Added.
        * platform/efl/editing/inserting/typing-around-image-001-expected.txt: Added.
        * platform/efl/editing/inserting/typing-at-end-of-line-expected.png: Added.
        * platform/efl/editing/inserting/typing-at-end-of-line-expected.txt: Added.
        * platform/efl/editing/selection/13804-expected.png: Added.
        * platform/efl/editing/selection/13804-expected.txt: Added.
        * platform/efl/editing/selection/14971-expected.png: Added.
        * platform/efl/editing/selection/14971-expected.txt: Added.
        * platform/efl/editing/selection/4402375-expected.png: Added.
        * platform/efl/editing/selection/4402375-expected.txt: Added.
        * platform/efl/editing/selection/4776665-expected.png: Added.
        * platform/efl/editing/selection/4776665-expected.txt: Added.
        * platform/efl/editing/selection/4818145-expected.png: Added.
        * platform/efl/editing/selection/4818145-expected.txt: Added.
        * platform/efl/editing/selection/4866671-expected.png: Added.
        * platform/efl/editing/selection/4866671-expected.txt: Added.
        * platform/efl/editing/selection/4889598-expected.png: Added.
        * platform/efl/editing/selection/4889598-expected.txt: Added.
        * platform/efl/editing/selection/4895428-2-expected.png: Added.
        * platform/efl/editing/selection/4895428-2-expected.txt: Added.
        * platform/efl/editing/selection/4932260-1-expected.png: Added.
        * platform/efl/editing/selection/4932260-1-expected.txt: Added.
        * platform/efl/editing/selection/4932260-2-expected.png: Added.
        * platform/efl/editing/selection/4932260-2-expected.txt: Added.
        * platform/efl/editing/selection/4932260-3-expected.png: Added.
        * platform/efl/editing/selection/4932260-3-expected.txt: Added.
        * platform/efl/editing/selection/4947387-expected.png: Added.
        * platform/efl/editing/selection/4947387-expected.txt: Added.
        * platform/efl/editing/selection/4960116-expected.png: Added.
        * platform/efl/editing/selection/4960116-expected.txt: Added.
        * platform/efl/editing/selection/4960137-expected.png: Added.
        * platform/efl/editing/selection/4960137-expected.txt: Added.
        * platform/efl/editing/selection/4983858-expected.png: Added.
        * platform/efl/editing/selection/4983858-expected.txt: Added.
        * platform/efl/editing/selection/5057506-2-expected.png: Added.
        * platform/efl/editing/selection/5057506-2-expected.txt: Added.
        * platform/efl/editing/selection/5076323-1-expected.png: Added.
        * platform/efl/editing/selection/5076323-1-expected.txt: Added.
        * platform/efl/editing/selection/5076323-2-expected.png: Added.
        * platform/efl/editing/selection/5076323-2-expected.txt: Added.
        * platform/efl/editing/selection/5076323-3-expected.png: Added.
        * platform/efl/editing/selection/5076323-3-expected.txt: Added.
        * platform/efl/editing/selection/5081257-1-expected.png: Added.
        * platform/efl/editing/selection/5081257-1-expected.txt: Added.
        * platform/efl/editing/selection/5081257-2-expected.png: Added.
        * platform/efl/editing/selection/5081257-2-expected.txt: Added.
        * platform/efl/editing/selection/5099303-expected.png: Added.
        * platform/efl/editing/selection/5099303-expected.txt: Added.
        * platform/efl/editing/selection/5131716-1-expected.png: Added.
        * platform/efl/editing/selection/5131716-1-expected.txt: Added.
        * platform/efl/editing/selection/5131716-2-expected.png: Added.
        * platform/efl/editing/selection/5131716-2-expected.txt: Added.
        * platform/efl/editing/selection/5131716-3-expected.png: Added.
        * platform/efl/editing/selection/5131716-3-expected.txt: Added.
        * platform/efl/editing/selection/5131716-4-expected.png: Added.
        * platform/efl/editing/selection/5131716-4-expected.txt: Added.
        * platform/efl/editing/selection/5195166-2-expected.png: Added.
        * platform/efl/editing/selection/5195166-2-expected.txt: Added.
        * platform/efl/editing/selection/5232159-expected.png: Added.
        * platform/efl/editing/selection/5232159-expected.txt: Added.
        * platform/efl/editing/selection/5234383-1-expected.png: Added.
        * platform/efl/editing/selection/5234383-1-expected.txt: Added.
        * platform/efl/editing/selection/5234383-2-expected.png: Added.
        * platform/efl/editing/selection/5234383-2-expected.txt: Added.
        * platform/efl/editing/selection/5240265-expected.png: Added.
        * platform/efl/editing/selection/5240265-expected.txt: Added.
        * platform/efl/editing/selection/5333725-expected.png: Added.
        * platform/efl/editing/selection/5333725-expected.txt: Added.
        * platform/efl/editing/selection/6476-expected.png: Added.
        * platform/efl/editing/selection/6476-expected.txt: Added.
        * platform/efl/editing/selection/7152-1-expected.png: Added.
        * platform/efl/editing/selection/7152-1-expected.txt: Added.
        * platform/efl/editing/selection/addRange-expected.png: Added.
        * platform/efl/editing/selection/addRange-expected.txt: Added.
        * platform/efl/editing/selection/after-line-wrap-expected.png: Added.
        * platform/efl/editing/selection/after-line-wrap-expected.txt: Added.
        * platform/efl/editing/selection/caret-ltr-2-expected.png: Added.
        * platform/efl/editing/selection/caret-ltr-2-expected.txt: Added.
        * platform/efl/editing/selection/caret-ltr-2-left-expected.png: Added.
        * platform/efl/editing/selection/caret-ltr-2-left-expected.txt: Added.
        * platform/efl/editing/selection/caret-ltr-expected.png: Added.
        * platform/efl/editing/selection/caret-ltr-expected.txt: Added.
        * platform/efl/editing/selection/caret-rtl-2-expected.png: Added.
        * platform/efl/editing/selection/caret-rtl-2-expected.txt: Added.
        * platform/efl/editing/selection/caret-rtl-expected.png: Added.
        * platform/efl/editing/selection/caret-rtl-expected.txt: Added.
        * platform/efl/editing/selection/clear-selection-expected.png: Added.
        * platform/efl/editing/selection/clear-selection-expected.txt: Added.
        * platform/efl/editing/selection/click-start-of-line-expected.png: Added.
        * platform/efl/editing/selection/click-start-of-line-expected.txt: Added.
        * platform/efl/editing/selection/contenteditable-click-inside-expected.png: Added.
        * platform/efl/editing/selection/contenteditable-click-inside-expected.txt: Added.
        * platform/efl/editing/selection/display-table-text-expected.png: Added.
        * platform/efl/editing/selection/display-table-text-expected.txt: Added.
        * platform/efl/editing/selection/drag-in-iframe-expected.png: Added.
        * platform/efl/editing/selection/drag-in-iframe-expected.txt: Added.
        * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.png: Added.
        * platform/efl/editing/selection/drag-to-contenteditable-iframe-expected.txt: Added.
        * platform/efl/editing/selection/editable-html-element-expected.png: Added.
        * platform/efl/editing/selection/editable-html-element-expected.txt: Added.
        * platform/efl/editing/selection/editable-links-expected.png: Added.
        * platform/efl/editing/selection/editable-links-expected.txt: Added.
        * platform/efl/editing/selection/editable-non-editable-crash-expected.png: Added.
        * platform/efl/editing/selection/editable-non-editable-crash-expected.txt: Added.
        * platform/efl/editing/selection/end-of-document-expected.png: Added.
        * platform/efl/editing/selection/end-of-document-expected.txt: Added.
        * platform/efl/editing/selection/expanding-selections-expected.png: Added.
        * platform/efl/editing/selection/expanding-selections-expected.txt: Added.
        * platform/efl/editing/selection/expanding-selections2-expected.png: Added.
        * platform/efl/editing/selection/expanding-selections2-expected.txt: Added.
        * platform/efl/editing/selection/extend-by-character-001-expected.png: Added.
        * platform/efl/editing/selection/extend-by-character-001-expected.txt: Added.
        * platform/efl/editing/selection/extend-by-character-004-expected.png: Added.
        * platform/efl/editing/selection/extend-by-character-004-expected.txt: Added.
        * platform/efl/editing/selection/extend-by-character-005-expected.png: Added.
        * platform/efl/editing/selection/extend-by-character-005-expected.txt: Added.
        * platform/efl/editing/selection/extend-by-character-006-expected.png: Added.
        * platform/efl/editing/selection/extend-by-character-006-expected.txt: Added.
        * platform/efl/editing/selection/extend-by-sentence-001-expected.png: Added.
        * platform/efl/editing/selection/extend-by-sentence-001-expected.txt: Added.
        * platform/efl/editing/selection/extend-by-word-001-expected.png: Added.
        * platform/efl/editing/selection/extend-by-word-001-expected.txt: Added.
        * platform/efl/editing/selection/extend-inside-transforms-forward-expected.png: Added.
        * platform/efl/editing/selection/extend-inside-transforms-forward-expected.txt: Added.
        * platform/efl/editing/selection/focus-body-expected.png: Added.
        * platform/efl/editing/selection/focus-body-expected.txt: Added.
        * platform/efl/editing/selection/focus_editable_html-expected.png: Added.
        * platform/efl/editing/selection/focus_editable_html-expected.txt: Added.
        * platform/efl/editing/selection/image-before-linebreak-expected.png: Added.
        * platform/efl/editing/selection/image-before-linebreak-expected.txt: Added.
        * platform/efl/editing/selection/inline-closest-leaf-child-expected.png: Added.
        * platform/efl/editing/selection/inline-closest-leaf-child-expected.txt: Added.
        * platform/efl/editing/selection/leave-requested-block-expected.png: Added.
        * platform/efl/editing/selection/leave-requested-block-expected.txt: Added.
        * platform/efl/editing/selection/line-wrap-1-expected.png: Added.
        * platform/efl/editing/selection/line-wrap-1-expected.txt: Added.
        * platform/efl/editing/selection/line-wrap-2-expected.png: Added.
        * platform/efl/editing/selection/line-wrap-2-expected.txt: Added.
        * platform/efl/editing/selection/mixed-editability-1-expected.png: Added.
        * platform/efl/editing/selection/mixed-editability-1-expected.txt: Added.
        * platform/efl/editing/selection/mixed-editability-2-expected.png: Added.
        * platform/efl/editing/selection/mixed-editability-2-expected.txt: Added.
        * platform/efl/editing/selection/mixed-editability-3-expected.png: Added.
        * platform/efl/editing/selection/mixed-editability-3-expected.txt: Added.
        * platform/efl/editing/selection/mixed-editability-4-expected.png: Added.
        * platform/efl/editing/selection/mixed-editability-4-expected.txt: Added.
        * platform/efl/editing/selection/mixed-editability-5-expected.png: Added.
        * platform/efl/editing/selection/mixed-editability-5-expected.txt: Added.
        * platform/efl/editing/selection/mixed-editability-8-expected.png: Added.
        * platform/efl/editing/selection/mixed-editability-8-expected.txt: Added.
        * platform/efl/editing/selection/mixed-editability-9-expected.png: Added.
        * platform/efl/editing/selection/mixed-editability-9-expected.txt: Added.
        * platform/efl/editing/selection/move-3875618-fix-expected.png: Added.
        * platform/efl/editing/selection/move-3875618-fix-expected.txt: Added.
        * platform/efl/editing/selection/move-3875641-fix-expected.png: Added.
        * platform/efl/editing/selection/move-3875641-fix-expected.txt: Added.
        * platform/efl/editing/selection/move-backwords-by-word-001-expected.png: Added.
        * platform/efl/editing/selection/move-backwords-by-word-001-expected.txt: Added.
        * platform/efl/editing/selection/move-between-blocks-no-001-expected.png: Added.
        * platform/efl/editing/selection/move-between-blocks-no-001-expected.txt: Added.
        * platform/efl/editing/selection/move-between-blocks-yes-001-expected.png: Added.
        * platform/efl/editing/selection/move-between-blocks-yes-001-expected.txt: Added.
        * platform/efl/editing/selection/move-by-character-001-expected.png: Added.
        * platform/efl/editing/selection/move-by-character-001-expected.txt: Added.
        * platform/efl/editing/selection/move-by-character-002-expected.png: Added.
        * platform/efl/editing/selection/move-by-character-002-expected.txt: Added.
        * platform/efl/editing/selection/move-by-character-003-expected.png: Added.
        * platform/efl/editing/selection/move-by-character-003-expected.txt: Added.
        * platform/efl/editing/selection/move-by-character-004-expected.png: Added.
        * platform/efl/editing/selection/move-by-character-004-expected.txt: Added.
        * platform/efl/editing/selection/move-by-character-005-expected.png: Added.
        * platform/efl/editing/selection/move-by-character-005-expected.txt: Added.
        * platform/efl/editing/selection/move-by-character-6-expected.png: Added.
        * platform/efl/editing/selection/move-by-character-6-expected.txt: Added.
        * platform/efl/editing/selection/move-by-line-001-expected.png: Added.
        * platform/efl/editing/selection/move-by-line-001-expected.txt: Added.
        * platform/efl/editing/selection/move-by-line-002-expected.png: Added.
        * platform/efl/editing/selection/move-by-line-002-expected.txt: Added.
        * platform/efl/editing/selection/move-by-sentence-001-expected.png: Added.
        * platform/efl/editing/selection/move-by-sentence-001-expected.txt: Added.
        * platform/efl/editing/selection/move-by-sentence-linebreak-expected.png: Added.
        * platform/efl/editing/selection/move-by-sentence-linebreak-expected.txt: Added.
        * platform/efl/editing/selection/move-by-word-001-expected.png: Added.
        * platform/efl/editing/selection/move-by-word-001-expected.txt: Added.
        * platform/efl/editing/selection/move-past-trailing-space-expected.png: Added.
        * platform/efl/editing/selection/move-past-trailing-space-expected.txt: Added.
        * platform/efl/editing/selection/node-removal-1-expected.png: Added.
        * platform/efl/editing/selection/node-removal-1-expected.txt: Added.
        * platform/efl/editing/selection/previous-line-position-expected.png: Added.
        * platform/efl/editing/selection/previous-line-position-expected.txt: Added.
        * platform/efl/editing/selection/replace-selection-1-expected.png: Added.
        * platform/efl/editing/selection/replace-selection-1-expected.txt: Added.
        * platform/efl/editing/selection/replaced-boundaries-1-expected.png: Added.
        * platform/efl/editing/selection/replaced-boundaries-1-expected.txt: Added.
        * platform/efl/editing/selection/replaced-boundaries-2-expected.png: Added.
        * platform/efl/editing/selection/replaced-boundaries-2-expected.txt: Added.
        * platform/efl/editing/selection/select-all-001-expected.png: Added.
        * platform/efl/editing/selection/select-all-001-expected.txt: Added.
        * platform/efl/editing/selection/select-all-iframe-expected.png: Added.
        * platform/efl/editing/selection/select-all-iframe-expected.txt: Added.
        * platform/efl/editing/selection/select-text-overflow-ellipsis-expected.png: Added.
        * platform/efl/editing/selection/select-text-overflow-ellipsis-expected.txt: Added.
        * platform/efl/editing/selection/selectNode-expected.png: Added.
        * platform/efl/editing/selection/selectNode-expected.txt: Added.
        * platform/efl/editing/selection/selectNodeContents-expected.png: Added.
        * platform/efl/editing/selection/selectNodeContents-expected.txt: Added.
        * platform/efl/editing/selection/selection-3748164-fix-expected.png: Added.
        * platform/efl/editing/selection/selection-3748164-fix-expected.txt: Added.
        * platform/efl/editing/selection/table-caret-1-expected.png: Added.
        * platform/efl/editing/selection/table-caret-1-expected.txt: Added.
        * platform/efl/editing/selection/table-caret-2-expected.png: Added.
        * platform/efl/editing/selection/table-caret-2-expected.txt: Added.
        * platform/efl/editing/selection/transformed-selection-rects-expected.png: Added.
        * platform/efl/editing/selection/transformed-selection-rects-expected.txt: Added.
        * platform/efl/editing/selection/triple-click-in-pre-expected.png: Added.
        * platform/efl/editing/selection/triple-click-in-pre-expected.txt: Added.
        * platform/efl/editing/selection/unrendered-001-expected.png: Added.
        * platform/efl/editing/selection/unrendered-001-expected.txt: Added.
        * platform/efl/editing/selection/unrendered-002-expected.png: Added.
        * platform/efl/editing/selection/unrendered-002-expected.txt: Added.
        * platform/efl/editing/selection/unrendered-003-expected.png: Added.
        * platform/efl/editing/selection/unrendered-003-expected.txt: Added.
        * platform/efl/editing/selection/unrendered-004-expected.png: Added.
        * platform/efl/editing/selection/unrendered-004-expected.txt: Added.
        * platform/efl/editing/selection/unrendered-005-expected.png: Added.
        * platform/efl/editing/selection/unrendered-005-expected.txt: Added.
        * platform/efl/editing/selection/unrendered-space-expected.png: Added.
        * platform/efl/editing/selection/unrendered-space-expected.txt: Added.
        * platform/efl/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Added.
        * platform/efl/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: Added.
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: Added.
        * platform/efl/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: Added.
        * platform/efl/editing/selection/word-granularity-expected.png: Added.
        * platform/efl/editing/selection/word-granularity-expected.txt: Added.
        * platform/efl/editing/selection/wrapped-line-caret-1-expected.png: Added.
        * platform/efl/editing/selection/wrapped-line-caret-1-expected.txt: Added.
        * platform/efl/editing/selection/wrapped-line-caret-2-expected.png: Added.
        * platform/efl/editing/selection/wrapped-line-caret-2-expected.txt: Added.
        * platform/efl/editing/style/4916887-expected.png: Added.
        * platform/efl/editing/style/4916887-expected.txt: Added.
        * platform/efl/editing/style/5017613-2-expected.png: Added.
        * platform/efl/editing/style/5017613-2-expected.txt: Added.
        * platform/efl/editing/style/5046875-2-expected.png: Added.
        * platform/efl/editing/style/5046875-2-expected.txt: Added.
        * platform/efl/editing/style/5084241-expected.png: Added.
        * platform/efl/editing/style/5084241-expected.txt: Added.
        * platform/efl/editing/style/apple-style-editable-mix-expected.png: Added.
        * platform/efl/editing/style/apple-style-editable-mix-expected.txt: Added.
        * platform/efl/editing/style/block-style-001-expected.png: Added.
        * platform/efl/editing/style/block-style-001-expected.txt: Added.
        * platform/efl/editing/style/block-style-002-expected.png: Added.
        * platform/efl/editing/style/block-style-002-expected.txt: Added.
        * platform/efl/editing/style/block-style-003-expected.png: Added.
        * platform/efl/editing/style/block-style-003-expected.txt: Added.
        * platform/efl/editing/style/block-styles-007-expected.png: Added.
        * platform/efl/editing/style/block-styles-007-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-001-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-001-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-002-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-002-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-003-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-003-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-004-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-004-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-005-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-005-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-006-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-006-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-007-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-007-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-008-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-008-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-009-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-009-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-010-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-010-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-011-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-011-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-012-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-012-expected.txt: Added.
        * platform/efl/editing/style/create-block-for-style-013-expected.png: Added.
        * platform/efl/editing/style/create-block-for-style-013-expected.txt: Added.
        * platform/efl/editing/style/designmode-expected.png: Added.
        * platform/efl/editing/style/designmode-expected.txt: Added.
        * platform/efl/editing/style/highlight-expected.png: Added.
        * platform/efl/editing/style/highlight-expected.txt: Added.
        * platform/efl/editing/style/relative-font-size-change-001-expected.png: Added.
        * platform/efl/editing/style/relative-font-size-change-001-expected.txt: Added.
        * platform/efl/editing/style/relative-font-size-change-002-expected.png: Added.
        * platform/efl/editing/style/relative-font-size-change-002-expected.txt: Added.
        * platform/efl/editing/style/relative-font-size-change-003-expected.png: Added.
        * platform/efl/editing/style/relative-font-size-change-003-expected.txt: Added.
        * platform/efl/editing/style/relative-font-size-change-004-expected.png: Added.
        * platform/efl/editing/style/relative-font-size-change-004-expected.txt: Added.
        * platform/efl/editing/style/smoosh-styles-003-expected.png: Added.
        * platform/efl/editing/style/style-3681552-fix-001-expected.png: Added.
        * platform/efl/editing/style/style-3681552-fix-002-expected.png: Added.
        * platform/efl/editing/style/style-3681552-fix-002-expected.txt: Added.
        * platform/efl/editing/style/style-3998892-fix-expected.png: Added.
        * platform/efl/editing/style/style-3998892-fix-expected.txt: Added.
        * platform/efl/editing/style/style-boundary-001-expected.png: Added.
        * platform/efl/editing/style/style-boundary-001-expected.txt: Added.
        * platform/efl/editing/style/style-boundary-002-expected.png: Added.
        * platform/efl/editing/style/style-boundary-003-expected.png: Added.
        * platform/efl/editing/style/style-boundary-004-expected.png: Added.
        * platform/efl/editing/style/style-boundary-004-expected.txt: Added.
        * platform/efl/editing/style/table-selection-expected.png: Added.
        * platform/efl/editing/style/table-selection-expected.txt: Added.
        * platform/efl/editing/style/typing-style-001-expected.png: Added.
        * platform/efl/editing/style/typing-style-002-expected.png: Added.
        * platform/efl/editing/style/unbold-in-bold-expected.png: Added.
        * platform/efl/editing/style/unbold-in-bold-expected.txt: Added.

2012-10-25  Roger Fong  

        Unreviewed. Rebaselining failing expected results for fast/css/image-set-setting.html on Windows after r132388.

        * platform/win/fast/css/image-set-setting-expected.txt:

2012-10-25  Sheriff Bot  

        Unreviewed, rolling out r132269.
        http://trac.webkit.org/changeset/132269
        https://bugs.webkit.org/show_bug.cgi?id=100412

        "Speculative rollout of r132269 in hopes of fixing a
        mysterious recalcStyle crasher" (Requested by eseidel on
        #webkit).

        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/pseudo-elements-expected.html: Removed.
        * fast/forms/pseudo-elements.html: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Removed.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Added.
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Added.

2012-10-25  Stephen White  

        Add new layout test for reference filters.
        https://bugs.webkit.org/show_bug.cgi?id=97715

        Reviewed by Nate Chapin.

        * css3/filters/reference-filter-update-after-remove-expected.txt: Added.
        * css3/filters/reference-filter-update-after-remove.html: Added.

2012-10-25  Simon Fraser  

        Incorrect tile size in the slow scrolling case
        https://bugs.webkit.org/show_bug.cgi?id=100411

        Reviewed by Beth Dakin.

        New result with better tile size.

        * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:

2012-10-25  Roger Fong  

        Unreviewed. Skipping inspector/elements/update-shadowdom.html. 
        Feature in https://bugs.webkit.org/show_bug.cgi?id=99567 not supported on Windows ports.

        * platform/win/TestExpectations:

2012-10-25  Nico Weber  

        Move ImageOrientation transform back in CG space (lower-left origin), adapt the skia code to work with that, turn on feature for chromium
        https://bugs.webkit.org/show_bug.cgi?id=100319

        Reviewed by Eric Seidel.

        * platform/chromium/TestExpectations:

2012-10-25  Simon Fraser  

        Log the tile cache tile size in test output
        https://bugs.webkit.org/show_bug.cgi?id=100409

        Reviewed by Beth Dakin.

        New results with tile size in the output.

        * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt:
        * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt:
        * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:
        * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt:

2012-10-25  Zan Dobersek  

        Unreviewed GTK gardening.

        Removing three fast/lists test failure expectations, the tests
        were fixed in r132507.

        * platform/gtk/TestExpectations:

2012-10-25  Roger Fong  

        Unreviewed. Skip failing accessibility tests.
        accessibility/title-ui-element-correctness.html
        accessibility/aria-slider-value.html
        accesibility/hidden-legend.html

        * platform/win/TestExpectations:

2012-10-25  Dominic Mazzoni  

        AX: Notification should be sent when accessibilityIsIgnored changes
        https://bugs.webkit.org/show_bug.cgi?id=99547

        Reviewed by Chris Fleizach.

        Adds 3 new test to ensure:
        1. A "children changed" notification is fired on the parent object when an
           object that was previously ignored becomes unignored.
        2. A notification is sent when an element's text (incl. title or label) changes.
        3. A notification is sent when another ARIA attribute changes.

        Modifies add-to-menu-list-crashes because it was too brittle; it was
            referencing a stale object rather than retrieving its latest handle.
        Modifies aria-checkbox-sends-notification to listen on the correct
            object on all platforms.
        Simplifies notification-listeners so it doesn't generate additional
            notifications that are inconsistent between platforms now.

        * accessibility/aria-checkbox-sends-notification.html:
        * accessibility/notification-listeners.html:
        * platform/chromium/accessibility/add-to-menu-list-crashes-expected.txt:
        * platform/chromium/accessibility/add-to-menu-list-crashes.html:
        * platform/chromium/accessibility/is-ignored-change-sends-notification-expected.txt: Added.
        * platform/chromium/accessibility/is-ignored-change-sends-notification.html: Added.
        * platform/chromium/accessibility/other-aria-attribute-change-sends-notification-expected.txt: Added.
        * platform/chromium/accessibility/other-aria-attribute-change-sends-notification.html: Added.
        * platform/chromium/accessibility/text-change-notification-expected.txt: Added.
        * platform/chromium/accessibility/text-change-notification.html: Added.

2012-10-25  Tom Sepez  

        XSSAuditor must replace form action with about:blank when reflected action detected.
        https://bugs.webkit.org/show_bug.cgi?id=100280

        Reviewed by Daniel Bates.

        Update tests to log form action attribute.

        * http/tests/security/xssAuditor/form-action-expected.txt:
        * http/tests/security/xssAuditor/form-action.html:
        * http/tests/security/xssAuditor/resources/echo-intertag.pl:

2012-10-25  KwangYong Choi  

        [EFL] Plugin test gardening
        https://bugs.webkit.org/show_bug.cgi?id=100359

        Unreviewed, EFL gardening.

        fast/frames/sandboxed-iframe-plugins.html and userscripts/user-script-
        plugin-document.html are passing on WK2 now.

        * platform/efl-wk1/TestExpectations:
        * platform/efl/TestExpectations:

2012-10-25  Kevin Ellis  

        Touch adjustment snaps to wrong target at a plugin boundary.
        https://bugs.webkit.org/show_bug.cgi?id=99938

        Reviewed by Antonio Gomes.

        Test for touch adjustment at a plugin boundary.
        Prior to the patch, plugins were not considered
        candidates for touch adjustment.

        * touchadjustment/plugin-expected.txt: Added.
        * touchadjustment/plugin.html: Added.

2012-10-25  Csaba Osztrogonác  

        [Qt] Unreviewed gardening, skip failing tests to speedup testing.

        * platform/qt/TestExpectations:

2012-10-25  Yury Semikhatsky  

        Web Inspector: inspector tests failing after r132454
        https://bugs.webkit.org/show_bug.cgi?id=100381

        Reviewed by Pavel Feldman.

        Enable memory instrumentation tests now that the problem is fixed.

        * platform/chromium/TestExpectations:

2012-10-25  Kenneth Rohde Christiansen  

        'resolution' MQ: Printing should use use high resolution images when available
        https://bugs.webkit.org/show_bug.cgi?id=100382

        Reviewed by Antti Koivisto.

        Special case print to not use the dpi of the screen, but one of 300.

        Updated the resolution media query test to cover this.

        * fast/media/mq-resolution-expected.txt:
        * fast/media/mq-resolution.html:

2012-10-25  Kevin Ellis  

        Can't easily position the cursor on an empty line in a textarea with touch if touch adjustment is enabled
        https://bugs.webkit.org/show_bug.cgi?id=97576

        Reviewed by Antonio Gomes.

        Add test to verify that touch adjustment is coarse for
        editable content, being based on the bounds of the
        editable content and not its children.

        * touchadjustment/editable-content-expected.txt: Added.
        * touchadjustment/editable-content.html: Added.

2012-10-25  Csaba Osztrogonác  

        [Qt] Unreviewed gardening, skip tests because TestRunner::overridePreference()
        does not support the 'WebKitSupportsMultipleWindows' preference on Qt WK1.

        * platform/qt-5.0-wk1/TestExpectations:

2012-10-25  'Pavel Feldman'  

        Not reviewed: chromium test expectations updated.

        * platform/chromium/TestExpectations:

2012-10-25  Mikhail Pozdnyakov  

        Add setMediaTypeOverride to window.internals.settings
        https://bugs.webkit.org/show_bug.cgi?id=100249

        Reviewed by Kenneth Rohde Christiansen.

        Fixed fast/media/print-restores-previous-mediatype.html to use cross-platform
        window.internals.settings.setMediaTypeOverride.
        Unskipped fast/media/print-restores-previous-mediatype.html for EFL, the test should also work
        on other ports but it needs to be checked first.

        * fast/media/print-restores-previous-mediatype.html:
        * platform/efl/TestExpectations:

2012-10-22  Mikhail Naganov  

        [Chromium] Add supportMultipleWindows setting, needed for Android
        https://bugs.webkit.org/show_bug.cgi?id=99716

        Reviewed by Adam Barth.

        Add supportMultipleWindows settings for reusing the same view when
        opening popups. This is required for emulating the behavior of
        Android WebView. Adding into WebCore, as other ports might want to
        use this setting in the future.

        * fast/dom/HTMLAnchorElement/anchor-no-multiple-windows-expected.txt: Added.
        * fast/dom/HTMLAnchorElement/anchor-no-multiple-windows.html: Added.
        * fast/dom/Window/window-open-no-multiple-windows-expected.txt: Added.
        * fast/dom/Window/window-open-no-multiple-windows.html: Added.
        * fast/forms/post-popup-no-multiple-windows-expected.txt: Added.
        * fast/forms/post-popup-no-multiple-windows.html: Added.
        * platform/chromium/fast/dom/HTMLAnchorElement/anchor-no-multiple-windows-expected.txt: Added.
        * platform/chromium/fast/dom/Window/window-open-no-multiple-windows-expected.txt: Added.
        * platform/chromium/fast/forms/post-popup-no-multiple-windows-expected.txt: Added.

2012-10-25  Florin Malita  

        [Chromium] Unreviewed rebaseline after https://bugs.webkit.org/show_bug.cgi?id=99874.

        * platform/chromium-mac-lion/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Added.
        * platform/chromium-mac-lion/svg/zoom/text/zoom-svg-float-border-padding-expected.png: Added.
        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
        * platform/chromium-mac-snowleopard/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
        * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
        * platform/chromium-mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
        * platform/chromium-win/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
        * platform/chromium-win/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
        * platform/chromium/TestExpectations:

2012-10-25  Balazs Kelemen  

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel gardening.

        Rebase some tests, add missing expectations, mark wrong results as image failure.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0-wk2/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/bgCompositeCopy-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize01-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize02-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize04-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize05-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize06-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize07-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize12-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize13-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize14-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize17-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize18-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize19-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize20-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize21-expected.png: Added.
        * platform/qt-5.0-wk2/fast/backgrounds/size/backgroundSize22-expected.png: Added.
        * platform/qt-5.0-wk2/svg/css/arrow-with-shadow-expected.png: Added.
        * platform/qt/TestExpectations:
        * platform/qt/animations/state-at-end-event-expected.png: Added.
        * platform/qt/compositing/overflow/clipping-ancestor-with-accelerated-scrolling-ancestor-expected.png: Added.
        * platform/qt/compositing/overflow/nested-scrolling-expected.png: Added.
        * platform/qt/compositing/overflow/overflow-clip-with-accelerated-scrolling-ancestor-expected.png: Added.
        * platform/qt/compositing/overflow/remove-overflow-crash2-expected.png: Added.
        * platform/qt/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png: Added.
        * platform/qt/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Added.
        * platform/qt/css2.1/t100801-c544-valgn-01-d-ag-expected.png: Added.
        * platform/qt/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png: Added.
        * platform/qt/css2.1/t1202-counters-04-b-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-00-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-01-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-02-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-03-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-04-c-ag-expected.png: Added.
        * platform/qt/css2.1/t140201-c534-bgreps-05-c-ag-expected.png: Added.
        * platform/qt/css2.1/t1601-c547-indent-00-b-a-expected.png: Added.
        * platform/qt/css2.1/t1602-c43-center-00-d-ag-expected.png: Added.
        * platform/qt/css2.1/t1604-c542-letter-sp-00-b-a-expected.png: Added.
        * platform/qt/css2.1/t1604-c542-letter-sp-01-b-a-expected.png: Added.
        * platform/qt/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added.
        * platform/qt/css3/flexbox/flexbox-baseline-expected.png: Added.
        * platform/qt/css3/flexbox/flexbox-baseline-margins-expected.png: Added.
        * platform/qt/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
        * platform/qt/fast/backgrounds/bgCompositeCopy-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize01-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize02-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize03-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize04-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize05-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize06-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize07-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize08-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize09-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize10-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize11-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize12-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize13-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize14-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize17-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize18-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize19-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize20-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize21-expected.png: Added.
        * platform/qt/fast/backgrounds/size/backgroundSize22-expected.png: Added.
        * platform/qt/fast/block/float/009-expected.png: Added.
        * platform/qt/fast/block/float/034-expected.png: Added.
        * platform/qt/fast/block/float/4145535Crash-expected.png: Added.
        * platform/qt/fast/block/float/negative-margin-clear-expected.png: Added.
        * platform/qt/fast/block/float/nowrap-clear-min-width-expected.png: Added.
        * platform/qt/fast/borders/border-image-scaled-gradient-expected.png: Added.
        * platform/qt/fast/borders/border-radius-circle-expected.png: Added.
        * platform/qt/fast/borders/border-radius-groove-01-expected.png: Added.
        * platform/qt/fast/borders/border-radius-groove-02-expected.png: Added.
        * platform/qt/fast/borders/border-radius-groove-03-expected.png: Added.
        * platform/qt/fast/borders/border-radius-valid-border-clipping-expected.png: Added.
        * platform/qt/fast/borders/border-radius-wide-border-01-expected.png: Added.
        * platform/qt/fast/borders/border-radius-wide-border-02-expected.png: Added.
        * platform/qt/fast/borders/border-radius-wide-border-03-expected.png: Added.
        * platform/qt/fast/borders/border-radius-wide-border-04-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDashed04-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDashed05-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDashed06-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDotted04-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDotted05-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDotted06-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble04-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble05-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble06-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble07-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble08-expected.png: Added.
        * platform/qt/fast/borders/borderRadiusDouble09-expected.png: Added.
        * platform/qt/fast/borders/outline-offset-min-assert-expected.png: Added.
        * platform/qt/fast/css/006-expected.png: Added.
        * platform/qt/fast/css/background-clip-values-expected.png: Added.
        * platform/qt/fast/css/bogus-color-span-expected.png: Added.
        * platform/qt/fast/css/box-shadow-and-border-radius-expected.png:
        * platform/qt/fast/css/content-dynamic-expected.png: Added.
        * platform/qt/fast/css/contentDiv-expected.png: Added.
        * platform/qt/fast/css/contentDivWithChildren-expected.png: Added.
        * platform/qt/fast/css/contentImage-expected.png: Added.
        * platform/qt/fast/css/pseudo-first-line-border-width-expected.png: Added.
        * platform/qt/fast/css/replaced-element-implicit-size-expected.png: Added.
        * platform/qt/fast/dom/attr_dead_doc-expected.png: Added.
        * platform/qt/fast/dom/css-cached-import-rule-expected.png: Added.
        * platform/qt/fast/dom/css-insert-import-rule-expected.png: Added.
        * platform/qt/fast/dynamic/001-expected.png: Added.
        * platform/qt/fast/dynamic/005-expected.png: Added.
        * platform/qt/fast/dynamic/anonymous-block-layer-lost-expected.png: Added.
        * platform/qt/fast/dynamic/staticY-expected.png: Added.
        * platform/qt/fast/forms/002-expected.png: Added.
        * platform/qt/fast/forms/003-expected.png: Added.
        * platform/qt/fast/forms/004-expected.png: Added.
        * platform/qt/fast/forms/005-expected.png: Added.
        * platform/qt/fast/forms/006-expected.png: Added.
        * platform/qt/fast/forms/007-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label01-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label02-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label03-expected.png: Added.
        * platform/qt/fast/forms/HTMLOptionElement_label04-expected.png: Added.
        * platform/qt/fast/forms/button-submit-expected.png: Added.
        * platform/qt/fast/forms/caret-rtl-expected.png: Added.
        * platform/qt/fast/forms/control-clip-expected.png: Added.
        * platform/qt/fast/forms/fieldset-with-float-expected.png: Added.
        * platform/qt/fast/forms/form-added-to-table-expected.png: Added.
        * platform/qt/fast/forms/form-in-malformed-markup-expected.png: Added.
        * platform/qt/fast/forms/formmove-expected.png: Added.
        * platform/qt/fast/forms/formmove2-expected.png: Added.
        * platform/qt/fast/forms/image-border-expected.png: Added.
        * platform/qt/fast/forms/indeterminate-expected.png: Added.
        * platform/qt/fast/forms/input-align-image-expected.png: Added.
        * platform/qt/fast/forms/input-first-letter-expected.png: Added.
        * platform/qt/fast/forms/input-no-renderer-expected.png: Added.
        * platform/qt/fast/forms/linebox-overflow-in-textarea-padding-expected.png: Added.
        * platform/qt/fast/forms/menulist-deselect-update-expected.png: Added.
        * platform/qt/fast/forms/menulist-no-overflow-expected.png: Added.
        * platform/qt/fast/forms/option-index-expected.png: Added.
        * platform/qt/fast/forms/option-script-expected.png: Added.
        * platform/qt/fast/forms/option-text-clip-expected.png: Added.
        * platform/qt/fast/forms/preserveFormDuringResidualStyle-expected.png: Added.
        * platform/qt/fast/forms/range/thumbslider-no-parent-slider-expected.png: Added.
        * platform/qt/fast/forms/select-align-expected.png: Added.
        * platform/qt/fast/forms/select-change-listbox-to-popup-expected.png: Added.
        * platform/qt/fast/forms/select-dirty-parent-pref-widths-expected.png: Added.
        * platform/qt/fast/forms/select-disabled-appearance-expected.png: Added.
        * platform/qt/fast/forms/select-display-none-style-resolve-expected.png: Added.
        * platform/qt/fast/forms/select-empty-option-height-expected.png: Added.
        * platform/qt/fast/forms/select-selected-expected.png: Added.
        * platform/qt/fast/forms/select-size-expected.png: Added.
        * platform/qt/fast/forms/select-style-expected.png: Added.
        * platform/qt/fast/forms/stuff-on-my-optgroup-expected.png: Added.
        * platform/qt/fast/forms/textfield-overflow-by-value-update-expected.png: Added.
        * platform/qt/fast/frames/002-expected.png: Added.
        * platform/qt/fast/frames/calculate-round-expected.png: Added.
        * platform/qt/fast/frames/content-opacity-1-expected.png: Added.
        * platform/qt/fast/frames/content-opacity-2-expected.png: Added.
        * platform/qt/fast/frames/empty-cols-attribute-expected.png: Added.
        * platform/qt/fast/frames/empty-frame-src-expected.png: Added.
        * platform/qt/fast/frames/frame-length-fractional-expected.png: Added.
        * platform/qt/fast/frames/frame-set-whitespace-attributes-expected.png: Added.
        * platform/qt/fast/frames/iframe-text-contents-expected.png: Added.
        * platform/qt/fast/frames/no-frame-borders-expected.png: Added.
        * platform/qt/fast/gradients/border-image-gradient-expected.png: Added.
        * platform/qt/fast/gradients/border-image-gradient-sides-and-corners-expected.png: Added.
        * platform/qt/fast/images/embed-image-expected.png: Added.
        * platform/qt/fast/images/favicon-as-image-expected.png: Added.
        * platform/qt/fast/images/image-css3-content-data-expected.png: Added.
        * platform/qt/fast/images/object-image-expected.png: Added.
        * platform/qt/fast/images/pdf-as-image-expected.png: Added.
        * platform/qt/fast/inline-block/004-expected.png: Added.
        * platform/qt/fast/inline-block/005-expected.png: Added.
        * platform/qt/fast/invalid/015-expected.png: Added.
        * platform/qt/fast/invalid/table-residual-style-crash-expected.png: Added.
        * platform/qt/fast/js/exception-linenums-in-html-3-expected.png: Added.
        * platform/qt/fast/js/missing-style-end-tag-js-expected.png: Added.
        * platform/qt/fast/js/missing-title-end-tag-js-expected.png: Added.
        * platform/qt/fast/layers/opacity-stacking-expected.png: Added.
        * platform/qt/fast/layers/positioned-inside-root-with-margins-expected.png: Added.
        * platform/qt/fast/layers/zindex-ridonkulous-expected.png: Added.
        * platform/qt/fast/media/implicit-media-all-expected.png: Added.
        * platform/qt/fast/media/media-query-invalid-value-expected.png: Added.
        * platform/qt/fast/media/monochrome-expected.png: Added.
        * platform/qt/fast/media/mq-min-pixel-ratio-expected.png: Added.
        * platform/qt/fast/overflow/position-relative-expected.png: Added.
        * platform/qt/fast/overflow/unreachable-content-test-expected.png: Added.
        * platform/qt/fast/parser/comment-in-script-expected.png: Added.
        * platform/qt/fast/parser/style-script-head-test-expected.png: Added.
        * platform/qt/fast/reflections/table-cell-expected.png: Added.
        * platform/qt/fast/repaint/background-generated-expected.png: Added.
        * platform/qt/fast/repaint/background-misaligned-expected.png: Added.
        * platform/qt/fast/repaint/canvas-putImageData-expected.png: Added.
        * platform/qt/fast/repaint/erase-overflow-expected.png: Added.
        * platform/qt/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Added.
        * platform/qt/fast/repaint/float-new-in-block-expected.png: Added.
        * platform/qt/fast/repaint/inline-block-resize-expected.png: Added.
        * platform/qt/fast/repaint/intermediate-layout-position-clip-expected.png: Added.
        * platform/qt/fast/repaint/intermediate-layout-position-expected.png: Added.
        * platform/qt/fast/repaint/layer-full-repaint-expected.png: Added.
        * platform/qt/fast/repaint/table-col-background-expected.png: Added.
        * platform/qt/fast/repaint/table-outer-border-expected.png: Added.
        * platform/qt/fast/repaint/table-row-expected.png: Added.
        * platform/qt/fast/repaint/table-section-overflow-expected.png: Added.
        * platform/qt/fast/replaced/008-expected.png: Added.
        * platform/qt/fast/replaced/image-tag-expected.png: Added.
        * platform/qt/fast/replaced/selection-rect-expected.png: Added.
        * platform/qt/fast/table/008-expected.png: Added.
        * platform/qt/fast/table/024-expected.png: Added.
        * platform/qt/fast/table/031-expected.png: Added.
        * platform/qt/fast/table/caption-relayout-expected.png: Added.
        * platform/qt/fast/table/colspanMinWidth-vertical-expected.png: Added.
        * platform/qt/fast/table/div-as-col-span-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-inside-percent-table-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-div-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.png: Added.
        * platform/qt/fast/table/fixed-table-with-small-percent-width-expected.png: Added.
        * platform/qt/fast/table/giantRowspan-expected.png: Added.
        * platform/qt/fast/table/growCellForImageQuirk-expected.png: Added.
        * platform/qt/fast/table/percent-widths-stretch-expected.png: Added.
        * platform/qt/fast/table/vertical-align-baseline-readjust-expected.png: Added.
        * platform/qt/fast/text/align-center-rtl-spill-expected.png: Added.
        * platform/qt/fast/text/basic/013-expected.png: Added.
        * platform/qt/fast/text/basic/015-expected.png: Added.
        * platform/qt/fast/text/line-breaks-expected.png: Added.
        * platform/qt/fast/text/soft-hyphen-3-expected.png: Added.
        * platform/qt/fast/text/stripNullFromText-expected.png: Added.
        * platform/qt/fast/text/whitespace/017-expected.png: Added.
        * platform/qt/fast/tokenizer/missing-style-end-tag-1-expected.png: Added.
        * platform/qt/fast/tokenizer/missing-style-end-tag-2-expected.png: Added.
        * platform/qt/fast/tokenizer/script-after-frameset-expected.png: Added.
        * platform/qt/fast/xsl/xslt-mismatched-tags-in-xslt-expected.png: Added.
        * platform/qt/http/tests/security/contentSecurityPolicy/xsl-blocked-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-1-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-2-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-3-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-6-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-background-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-as-tiled-background-expected.png: Added.
        * platform/qt/svg/as-background-image/svg-width-100p-as-background-expected.png: Added.
        * platform/qt/svg/as-image/svg-as-image-expected.png: Added.
        * platform/qt/svg/as-image/svg-as-relative-image-expected.png: Added.
        * platform/qt/svg/css/arrow-with-shadow-expected.png: Added.
        * platform/qt/svg/css/circle-in-mask-with-shadow-expected.png: Added.
        * platform/qt/svg/css/path-with-shadow-expected.png: Added.
        * platform/qt/svg/css/shadow-and-opacity-expected.png: Added.
        * platform/qt/svg/css/shadow-with-large-radius-expected.png: Added.
        * platform/qt/svg/css/shadow-with-negative-offset-expected.png: Added.
        * platform/qt/svg/custom/animation-currentColor-expected.png: Added.
        * platform/qt/svg/custom/clip-path-id-changes-expected.png: Added.
        * platform/qt/svg/custom/createImageElement-expected.png: Added.
        * platform/qt/svg/custom/gradient-userSpaceOnUse-with-percentage-expected.png: Added.
        * platform/qt/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: Added.
        * platform/qt/svg/custom/js-update-image-and-display-expected.png: Added.
        * platform/qt/svg/custom/js-update-image-and-display2-expected.png: Added.
        * platform/qt/svg/custom/js-update-image-and-display3-expected.png: Added.
        * platform/qt/svg/custom/marker-opacity-expected.png: Added.
        * platform/qt/svg/custom/marker-referencePoint-expected.png: Added.
        * platform/qt/svg/custom/marker-strokeWidth-changes-expected.png: Added.
        * platform/qt/svg/custom/mask-on-multiple-objects-expected.png: Added.
        * platform/qt/svg/custom/mask-with-default-value-expected.png: Added.
        * platform/qt/svg/custom/outer-svg-unknown-feature-expected.png: Added.
        * platform/qt/svg/custom/pan-direction-expected.png: Added.
        * platform/qt/svg/custom/pattern-excessive-malloc-expected.png: Added.
        * platform/qt/svg/custom/repaint-shadow-expected.png: Added.
        * platform/qt/svg/custom/transformedMaskFails-expected.png: Added.
        * platform/qt/svg/custom/use-inherit-style-expected.png: Added.
        * platform/qt/svg/custom/xhtml-no-svg-renderer-expected.png: Added.
        * platform/qt/svg/filters/feGaussianBlur-expected.png: Added.
        * platform/qt/svg/filters/feLighting-crash-expected.png: Added.
        * platform/qt/svg/filters/feMerge-expected.png: Added.
        * platform/qt/svg/filters/feMerge-wrong-input-expected.png: Added.
        * platform/qt/svg/filters/feOffset-expected.png: Added.
        * platform/qt/svg/filters/feTile-expected.png: Added.
        * platform/qt/svg/filters/filter-clip-expected.png: Added.
        * platform/qt/svg/filters/filter-rounding-issues-expected.png: Added.
        * platform/qt/svg/filters/shadow-on-filter-expected.png: Added.
        * platform/qt/svg/filters/shadow-on-rect-with-filter-expected.png: Added.
        * platform/qt/svg/filters/subRegion-in-userSpace-expected.png: Added.
        * platform/qt/svg/filters/subRegion-one-effect-expected.png: Added.
        * platform/qt/svg/filters/subRegion-two-effects-expected.png: Added.
        * platform/qt/svg/hixie/error/006-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/adforce_imgis_com-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug120107-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug1271-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug12908-2-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug12910-2-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug131020-2-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug13169-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug137388-3-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug1818-3-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug1818-6-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug196870-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug222336-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug222467-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug269566-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug277062-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug28933-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug2954-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug50695-2-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug56201-expected.png: Added.
        * platform/qt/tables/mozilla/bugs/bug8032-2-expected.png: Added.
        * platform/qt/tables/mozilla/core/col_widths_fix_autoFixPer-expected.png: Added.
        * platform/qt/transitions/opacity-transition-zindex-expected.png: Added.
        * platform/qt/transitions/transition-end-event-rendering-expected.png: Added.

2012-10-25  Balazs Kelemen  

        [Qt] Pixel tests need rebaseline
        https://bugs.webkit.org/show_bug.cgi?id=99323

        Unreviewed pixel gardening.

        Rebase some results for qt-5.0-wk2, mark wrong results as expected fail.

        * platform/qt-5.0-wk2/TestExpectations:
        * platform/qt-5.0-wk2/compositing/direct-image-compositing-expected.png:
        * platform/qt-5.0-wk2/compositing/text-on-scaled-layer-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/text-on-scaled-surface-expected.png: Added.
        * platform/qt-5.0-wk2/compositing/visibility/visibility-simple-video-layer-expected.png: Added.
        * platform/qt-5.0-wk2/css3/filters/effect-drop-shadow-hw-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css-generated-content/012-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css-generated-content/014-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css-generated-content/hover-style-change-expected.png: Added.
        * platform/qt-5.0-wk2/fast/css/compare-content-style-expected.png: Added.
        * platform/qt-5.0-wk2/fast/forms/box-shadow-override-expected.png: Added.
        * platform/qt-5.0-wk2/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Added.
        * platform/qt-5.0-wk2/fast/inline-block/overflow-clip-expected.png: Added.
        * platform/qt-5.0-wk2/fast/repaint/line-flow-with-floats-in-regions-expected.png: Added.
        * platform/qt-5.0-wk2/http/tests/navigation/javascriptlink-frames-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Removed.
        * platform/qt-5.0-wk2/svg/W3C-SVG-1.1-SE/text-tspan-02-b-expected.png: Added.
        * platform/qt-5.0-wk2/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added.
        * platform/qt-5.0-wk2/svg/custom/js-late-pattern-and-object-creation-expected.png: Added.
        * platform/qt-5.0-wk2/svg/transforms/text-with-pattern-with-svg-transform-expected.png: Added.
        * platform/qt/TestExpectations:
        * platform/qt/ietestcenter/css3/bordersbackgrounds/border-radius-content-edge-001-expected.png:

2012-10-25  Mikhail Pozdnyakov  

        [EFL] Gardening after r132394
        https://bugs.webkit.org/show_bug.cgi?id=100365

        Unreviewed gardening.

        Skipping of newly added compositing/tiling/backface-preserve-3d-tiled.html
        test fail on EFL port due to missing AC support.

        * platform/efl/TestExpectations:

2012-10-25  KwangYong Choi  

        [EFL][QT] Remove test which is not exist
        https://bugs.webkit.org/show_bug.cgi?id=100366

        Unreviewed. fast/dom/shadow/athost-atrules.html has been removed after r132403.

        * platform/efl-wk1/TestExpectations:
        * platform/qt/TestExpectations:

2012-10-25  Mikhail Pozdnyakov  

        [EFL][WK2] Gardening after r132386
        https://bugs.webkit.org/show_bug.cgi?id=100362

        Unreviewed gardening.

        Skipped crashing fast/dom/nested-script-exceptions.html, networkinformation/multiple-frames.html, 
        networkinformation/basic-all-types-of-events.html, networkinformation/updates.html, networkinformation/add-listener-from-callback.html,
        networkinformation/basic-operation.html, svg/foreignObject/viewport-foreignobject-crash.html for EFL WK2.

        * platform/efl-wk2/TestExpectations:

2012-10-25  Alexander Shalamov  

        Layout Test fast/media/w3c/test_media_queries.html is slow on Chromium debug bots after r132352
        https://bugs.webkit.org/show_bug.cgi?id=100272

        Reviewed by Kenneth Rohde Christiansen.

        Test if resolution media query is supported before identifying dpi of the media.

        * fast/media/w3c/test_media_queries.html:

2012-10-25  Nandor Huszka  

        [Qt] Unreviewed gardening.

        Unskip tests that are not exist already.

        * platform/qt-5.0-wk2/TestExpectations:

2012-10-25  Nandor Huszka  

        [Qt] Unreviewed gardening.

        Skip a new failing test introduced in r132394.

        * platform/qt-5.0-wk2/TestExpectations:

2012-10-24  Csaba Osztrogonác  

        [Qt] Unreviewed gardening, skip a new failing test.

        * platform/qt/TestExpectations:

2012-10-24  Kent Tamura  

        REGRESSION(r132291): Crash in BaseMultipleFieldsDateAndTimeInputType
        https://bugs.webkit.org/show_bug.cgi?id=100326

        Reviewed by Eric Seidel.

        * fast/forms/time-multiple-fields/time-multiple-fields-change-type-expected.txt: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-change-type.html: Added.

2012-10-24  Pavel Feldman  

        Not reviewed: updating chromium TestExpectations for the roll.

        * platform/chromium/TestExpectations:

2012-10-24  Pavel Feldman  

        Not reviewed: updating chromium TestExpectations for the roll.

        * platform/chromium/TestExpectations:

2012-10-24  Pavel Feldman  

        Not reviewed: platform/chromium/TestExpectations lint.

        * platform/chromium/TestExpectations:

2012-10-24  Kangil Han  

        Rebaseline some sputnik unicode failed cases.
        https://bugs.webkit.org/show_bug.cgi?id=99976

        Unreviewed rebaseline.

        According to BUG 93103, seems these four test cases have different results after libicu 4.6 version.
        As Ubuntu 12.04 installs 4.8 and mac has same result with windows, expected results on BUG 93103 could replace common result file except chromium-mac-snowleopard.

        * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Removed.
        * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
        * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
        * platform/chromium/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
        * platform/efl/TestExpectations:
        * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
        * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
        * platform/gtk/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
        * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Removed.
        * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
        * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
        * platform/mac-snowleopard/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
        * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt: Removed.
        * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Removed.
        * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Removed.
        * platform/mac/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Removed.
        * sputnik/Unicode/Unicode_510/S7.6_A3.1-expected.txt:
        * sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt:
        * sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt:
        * sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt:

2012-10-24  Simon Fraser  

        Add two more tiled scrolling tests
        https://bugs.webkit.org/show_bug.cgi?id=100314

        Reviewed by Beth Dakin.

        Two new tests for TileCache tile coverage after scrolling.

        * platform/mac/tiled-drawing/tile-coverage-after-scroll-expected.txt: Added.
        * platform/mac/tiled-drawing/tile-coverage-after-scroll.html: Added.
        * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom-expected.txt: Added.
        * platform/mac/tiled-drawing/tile-coverage-scroll-to-bottom.html: Added.

2012-10-24  Beth Dakin  

        Updated results for https://bugs.webkit.org/show_bug.cgi?id=100312
        I checked in results that relied on some local changes in WK2.

        * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt:

2012-10-24  Simon Fraser  

        Skip tiled drawing tests for WK1
        https://bugs.webkit.org/show_bug.cgi?id=100312

        Reviewed by Beth Dakin.

        Skip platform/mac/tiled-drawing tests in the main TestExpections file,
        but re-enable it in the WK2 TestExpections file.

        * platform/mac-wk2/TestExpectations:
        * platform/mac/TestExpectations:

2012-10-24  Dirk Pranke  

        Unreviewed, update chromium-mac-mountainlion baselines.

        * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.png: Copied from LayoutTests/platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png.
        * platform/chromium-mac-lion/media/track/track-cue-rendering-horizontal-expected.txt: Copied from LayoutTests/platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt.
        * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.png:
        * platform/chromium-mac/media/track/track-cue-rendering-horizontal-expected.txt:

2012-10-24  Dirk Pranke  

        Unreviewed, expectations and baseline cleanup.

        Remove some old baselines for a test that was converted to a reftest,
        and remove entries for tests no longer failing on Chromium Mac ML.

        * platform/chromium-mac-lion/fast/forms/date/date-reset-value-expected.png: Removed.
        * platform/chromium-mac-mountainlion/TestExpectations:
        * platform/chromium-mac-snowleopard/fast/forms/date/date-reset-value-expected.png: Removed.
        * platform/chromium-mac/fast/forms/date/date-reset-value-expected.png: Removed.

2012-10-24  Beth Dakin  

        https://bugs.webkit.org/show_bug.cgi?id=100169
        We should make TileCache tiles the size of the tile coverage rect 
        when we can't do fast scrolling
        -and-
        

        Reviewed by Simon Fraser.

        New test.
        * platform/mac/tiled-drawing/tile-coverage-slow-scrolling-expected.txt: Added.
        * platform/mac/tiled-drawing/tile-coverage-slow-scrolling.html: Added.

2012-10-24  David Barton  

        MathML tests trigger font cache assertions in debug bots
        https://bugs.webkit.org/show_bug.cgi?id=100268

        Reviewed by Eric Seidel.

        * platform/chromium/TestExpectations:

2012-10-24  Tommy Widenflycht  

        MediaStream API: Make sure all RTCPeerConnection events are dispatched asynchronously
        https://bugs.webkit.org/show_bug.cgi?id=100286

        Reviewed by Adam Barth.

        RTCPeerConnection::close is the only function that dispatches an event directly so only test that.

        * fast/mediastream/RTCPeerConnection-events-expected.txt: Added.
        * fast/mediastream/RTCPeerConnection-events.html: Added.

2012-10-24  Levi Weintraub  

        Unreviewed gardening. Chromium revision 163873 also made
        platform/chromium/virtual/gpu/fast/canvas/canvas-incremental-repaint.html slow.

        * platform/chromium/TestExpectations:

2012-10-24  Max Vujovic  

        [CSS Shaders] The mesh should be specified using  order
        https://bugs.webkit.org/show_bug.cgi?id=96285

        Reviewed by Dean Jackson.

        Add a test verifying that WebKit interprets the CSS mesh values in column, row order.
        Update existing tests for u_meshSize and u_tileSize to expect column, row order.

        * css3/filters/custom/custom-filter-mesh-column-row-order-expected.html: Added.
        * css3/filters/custom/custom-filter-mesh-column-row-order.html: Added.
        * css3/filters/resources/checkerboard.vs: Added.
        * css3/filters/resources/u-mesh-size.fs:
        * css3/filters/resources/u-tile-size.fs:
        * css3/filters/resources/varying-mix-color.fs: Added.

2012-10-24  Tony Chang  

        [chromium] Unreviewed, land pixel results on Win/Mac for a new repaint test.

        * platform/chromium-mac/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
        * platform/chromium-win/css3/flexbox/repaint-during-resize-no-flex-expected.png: Renamed from LayoutTests/platform/chromium-linux/css3/flexbox/repaint-during-resize-no-flex-expected.png.
        * platform/chromium/TestExpectations:

2012-10-24  Sailesh Agrawal  

        Incorrect keycodes for numpad /, -, +, .
        https://bugs.webkit.org/show_bug.cgi?id=99188

        Reviewed by Tony Chang.

        Added test to map numpad keys to windows virtual keycodes. This test is for the Mac port only. DumpRenderTree in the chromium-mac port doesn't use Mac keycodes so this can't be tested on that platform.

        * platform/mac/fast/events/numpad-keycode-mapping-expected.txt: Added.
        * platform/mac/fast/events/numpad-keycode-mapping.html: Added.

2012-10-24  Levi Weintraub  

        Unreviewed gardening. Marking the software compositing version of
        compositing/tiling/backface-preserve-3d-tiled.html as failing as well.

        * platform/chromium/TestExpectations:

2012-10-24  Levi Weintraub  

        Unreviewed gardening. Marking 2 more mathml tests as flaky crashers on debug.

        * platform/chromium/TestExpectations:

2012-10-24  Terry Anderson  

        Handle two-finger tap gestures in the same way as long-press gestures
        https://bugs.webkit.org/show_bug.cgi?id=99947

        Reviewed by Adam Barth.

        New layout test for dispatching context menus on a two-finger tap
        gesture when touch adjustment is enabled.

        * touchadjustment/touch-links-two-finger-tap-expected.txt: Added.
        * touchadjustment/touch-links-two-finger-tap.html: Added.

2012-10-24  Chris Fleizach  

        AX:When aria-label is used, the text under an element is still appearing as the AXTitle
        https://bugs.webkit.org/show_bug.cgi?id=98167

        Reviewed by Beth Dakin.

        * platform/mac/accessibility/aria-label-overrides-visible-text-expected.txt: Added.
        * platform/mac/accessibility/aria-label-overrides-visible-text.html: Added.
        * platform/mac/accessibility/aria-labelledby-overrides-aria-label-expected.txt:

2012-10-24  Sheriff Bot  

        Unreviewed, rolling out r132303 and r132312.
        http://trac.webkit.org/changeset/132303
        http://trac.webkit.org/changeset/132312
        https://bugs.webkit.org/show_bug.cgi?id=100287

        Triggering crashes on many popular websites (Requested by
        leviw|gardening on #webkit).

        * fast/dom/shadow/athost-atrules-expected.txt: Removed.
        * fast/dom/shadow/athost-atrules.html: Removed.

2012-10-24  Joshua Bell  

        IndexedDB: Cursor property value identities should be preserved
        https://bugs.webkit.org/show_bug.cgi?id=100051

        Reviewed by Tony Chang.

        Add tests to verify identity/read-only/mutability of cursor properties.

        * storage/indexeddb/cursor-properties-expected.txt: Added.
        * storage/indexeddb/cursor-properties.html: Added.
        * storage/indexeddb/resources/cursor-properties.js: Added.
        (test.request.onsuccess):
        (test):
        (onUpgradeNeeded):
        (onOpenSuccess.request.onsuccess):
        (onOpenSuccess):
        (checkProperty):

2012-10-24  Levi Weintraub  

        Unreviewed gardening. Updating slow expectations for two tests following a Chromium
        change. See https://bugs.webkit.org/show_bug.cgi?id=100287

        * platform/chromium/TestExpectations:

2012-10-24  Tony Chang  

        Setting width of a flexitem causes the adjacent flex item to be displayed poorly.
        https://bugs.webkit.org/show_bug.cgi?id=99925

        Reviewed by Ojan Vafai.

        Add a repaint test.  The render tree should be cross platform, but due to
        slight color differences in the grey overlay, the png can't be shared.

        * css3/flexbox/repaint-during-resize-no-flex-expected.txt: Added.
        * css3/flexbox/repaint-during-resize-no-flex.html: Added.
        * platform/chromium-linux/css3/flexbox/repaint-during-resize-no-flex-expected.png: Added.
        * platform/chromium/TestExpectations:

2012-10-24  Simon Fraser  

        Fix CALayer hiearchy when combining tiling with preserve-3d
        https://bugs.webkit.org/show_bug.cgi?id=100205

        Reviewed by Dean Jackson.

        Pixel test that tests backface-visibility on a tile cache layer. Mark the test as
        failing on Chromium.

        * compositing/tiling/backface-preserve-3d-tiled-expected.png: Added.
        * compositing/tiling/backface-preserve-3d-tiled-expected.txt: Added.
        * compositing/tiling/backface-preserve-3d-tiled.html: Added.
        * platform/chromium/TestExpectations:

2012-10-24  Rick Byers  

        image-set doesn't round-trip properly with cssText
        https://bugs.webkit.org/show_bug.cgi?id=99725

        Reviewed by Beth Dakin.

        Update image-set-setting test to expect the css text to round-trip properly.

        * fast/css/image-set-setting-expected.txt:
        * fast/css/script-tests/image-set-setting.js:
        (testComputedStyle):
        (testImageSetRule):

2012-10-24  Zan Dobersek  

        Unreviewed GTK gardening.

        Rebaselining two Video Track tests after r132349.

        * platform/gtk/media/track/track-cue-rendering-horizontal-expected.txt:
        * platform/gtk/media/track/track-cue-rendering-vertical-expected.txt:

2012-10-24  Chris Fleizach  

        AX: WebKit exposes abstract ARIA role range as AXSlider; should be generic AXGroup
        https://bugs.webkit.org/show_bug.cgi?id=100204

        Reviewed by Beth Dakin.

        Remove the aria-range.html test because the same functionality is covered in aria-slider.html
        Rename aria-range-value to aria-slider-value and use the non-abstract role slider instead (and 
        move that to the general accessibility platform).

        * accessibility/aria-slider-value-expected.txt: Copied from LayoutTests/platform/mac/accessibility/aria-range-value-expected.txt.
        * accessibility/aria-slider-value.html: Copied from LayoutTests/platform/mac/accessibility/aria-range-value.html.
        * platform/mac/accessibility/aria-range-expected.txt: Removed.
        * platform/mac/accessibility/aria-range-value-expected.txt: Removed.
        * platform/mac/accessibility/aria-range-value.html: Removed.
        * platform/mac/accessibility/aria-range.html: Removed.

2012-10-24  Levi Weintraub  

        Unreviewed gardening. Marking fast/media/w3c/test_media_queries.html as slow on
        Chromium debug bots following r132352. It may still timeout...

        * platform/chromium/TestExpectations:

2012-10-24  Florin Malita  

        [Chromium] SVG repaint issues
        https://bugs.webkit.org/show_bug.cgi?id=99874

        Reviewed by Levi Weintraub.

        * platform/chromium-linux/svg/zoom/page/zoom-svg-float-border-padding-expected.png:
        * platform/chromium-linux/svg/zoom/text/zoom-svg-float-border-padding-expected.png:
        * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png:
        * platform/chromium-win/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png:
        * platform/chromium/TestExpectations:

2012-10-24  Dana Jansens  

        Layout tests to verify scaled composited layers have crisp text
        https://bugs.webkit.org/show_bug.cgi?id=96940

        Reviewed by Adrienne Walker.

        Chromium bug: crbug.com/149943

        * compositing/text-on-scaled-layer-expected.html: Added.
        * compositing/text-on-scaled-layer.html: Added.
        * compositing/text-on-scaled-surface-expected.html: Added.
        * compositing/text-on-scaled-surface.html: Added.
        * platform/chromium/TestExpectations:
        * platform/mac/TestExpectations:

2012-10-24  Levi Weintraub  

        Unreveiewed gardening. Fixing linter, marking 2 mathml tests as flaky crashers on debug,
        and adding passing Lion expectations for a third mathml test.

        * platform/chromium/TestExpectations:
        * platform/chromium-mac-lion/mathml/presentation/fenced-expected.png: Modified.

2012-10-24  Toni Barzic  

        Crash when trying to write exception message to null console
        https://bugs.webkit.org/show_bug.cgi?id=99658

        Reviewed by Adam Barth.

        The test creates bunch of workers that throw an exception as soon as they are loaded and then tries to change the current document.
        The test passes if there is no crash.
        Unfortuantely, the test is inherently flaky and may produce some false positive results (but should never fail if there is no bug).

        * fast/workers/resources/worker-exception.js: Added.
        * fast/workers/worker-exception-during-navigation-expected.txt: Added.
        * fast/workers/worker-exception-during-navigation.html: Added.

2012-10-24  David Barton  

        [MathML] Timeouts on linux after r132264
        https://bugs.webkit.org/show_bug.cgi?id=100202

        Reviewed by Eric Seidel.

        The failing tests no longer timeout.

        * platform/chromium/TestExpectations:

2012-10-24  Alexander Shalamov  

        CSS3 Media Queries - add resolution tests to W3C test suite
        https://bugs.webkit.org/show_bug.cgi?id=100231

        Reviewed by Kenneth Rohde Christiansen.

        Resolution media feature was implemented, therefore,
        W3C tests are added back to the test suite.

        * fast/media/w3c/test_media_queries-expected.txt:
        * fast/media/w3c/test_media_queries.html:

        Created platform specific expectations for the platforms that have RESOLUTION_MEDIA_QUERY disabled.

        * platform/blackberry/fast/media/w3c/test_media_queries-expected.txt: Added.
        * platform/chromium/fast/media/w3c/test_media_queries-expected.txt: Added.
        * platform/gtk/fast/media/w3c/test_media_queries-expected.txt: Added.
        * platform/mac/fast/media/w3c/test_media_queries-expected.txt: Added.
        * platform/win/fast/media/w3c/test_media_queries-expected.txt: Added.

2012-10-24  Dominik Röttsches  

        [EFL] Unreviewed gardening.

        * platform/efl-wk1/TestExpectations: Marking shadow-dom failures after r132303
        * platform/efl-wk2/TestExpectations: Marking focus failure after r132342 and drag-select failure between r132333-r132343.

2012-10-24  Eric Carlson  

        Allow ports to override text track rendering style
        https://bugs.webkit.org/show_bug.cgi?id=97800
        

        Reviewed by Maciej Stachowiak.

        * media/track/track-cue-rendering-expected.txt: Update results for caption css changes.
        * media/track/track-cue-rendering.html: 
        * platform/chromium/TestExpectations: Skip tests that need to be rebaselined.

2012-10-24  Vsevolod Vlasov  

        Web Inspector: Introduce workspace provider as a content providing backend for project.
        https://bugs.webkit.org/show_bug.cgi?id=100244

        Reviewed by Pavel Feldman.

        * http/tests/inspector/compiler-script-mapping.html:
        * http/tests/inspector/workspace-test.js:
        (initialize_WorkspaceTest.InspectorTest.createWorkspace):
        (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
        * inspector/debugger/network-uisourcecode-provider.html:
        * inspector/debugger/script-snippet-model.html:
        * inspector/debugger/scripts-panel.html:
        * inspector/uisourcecode-revisions.html:

2012-10-24  Vsevolod Vlasov  

        Web Inspector: UiSourceCode should rely on the workspace as a content provider.
        https://bugs.webkit.org/show_bug.cgi?id=100216

        Reviewed by Pavel Feldman.

        * http/tests/inspector/compiler-script-mapping.html:
        * inspector/debugger/breakpoint-manager.html:
        * inspector/debugger/script-formatter-search.html:
        * inspector/debugger/scripts-file-selector.html:
        * inspector/debugger/scripts-panel.html:
        * inspector/debugger/scripts-sorting.html:
        * inspector/debugger/ui-source-code-display-name.html:
        * inspector/debugger/ui-source-code.html:
        * inspector/uisourcecode-revisions.html:

2012-10-24  Raphael Kubo da Costa  

        [EFL] Hopefully finish rebaselining after r131941 and r131991.

        * platform/efl/compositing/clip-change-expected.png: Added.
        * platform/efl/compositing/geometry/foreground-offset-change-expected.png: Added.
        * platform/efl/compositing/iframes/fixed-position-iframe-expected.png: Added.
        * platform/efl/compositing/iframes/iframe-content-flipping-expected.png:
        * platform/efl/compositing/iframes/repaint-after-losing-scrollbars-expected.png: Added.
        * platform/efl/compositing/iframes/scroll-fixed-transformed-element-expected.png: Added.
        * platform/efl/compositing/iframes/scroll-grandchild-iframe-expected.png: Added.
        * platform/efl/compositing/overflow/repaint-after-losing-scrollbars-expected.png:
        * platform/efl/compositing/repaint/newly-composited-on-scroll-expected.png:
        * platform/efl/compositing/repaint/newly-composited-repaint-rect-expected.png:
        * platform/efl/compositing/repaint/shrink-layer-expected.png: Added.
        * platform/efl/compositing/repaint/transform-style-change-expected.png: Added.
        * platform/efl/compositing/rtl: Added.
        * platform/efl/compositing/rtl/rtl-overflow-invalidation-expected.png: Added.
        * platform/efl/compositing/video-page-visibility-expected.png:
        * platform/efl/css3/flexbox/repaint-expected.png:
        * platform/efl/fast/canvas/canvas-as-image-incremental-repaint-expected.png: Added.
        * platform/efl/fast/canvas/canvas-composite-fill-repaint-expected.png:
        * platform/efl/fast/canvas/canvas-incremental-repaint-2-expected.png: Added.
        * platform/efl/fast/canvas/canvas-incremental-repaint-expected.png: Added.
        * platform/efl/fast/canvas/canvas-resize-after-paint-without-layout-expected.png:
        * platform/efl/fast/canvas/setWidthResetAfterForcedRender-expected.png:

2012-10-24  Zan Dobersek  

        Unreviewed GTK gardening.

        Adding crash expectations for tests that started crashing after r132286.

        * platform/gtk/TestExpectations:

2012-10-24  Sheriff Bot  

        Unreviewed, rolling out r132333.
        http://trac.webkit.org/changeset/132333
        https://bugs.webkit.org/show_bug.cgi?id=100234

        Crashes many tests on the EFL-WK2 bot. (Requested by rakuco on
        #webkit).

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/editing/spelling/inline_spelling_markers-expected.txt: Removed.
        * platform/efl/editing/spelling/spelling-expected.txt: Removed.

2012-10-24  Grzegorz Czajkowski  

        [EFL] WebKitTestRunner needs to turn on 'setContinuousSpellCheckingEnabled'
        https://bugs.webkit.org/show_bug.cgi?id=93611

        Reviewed by Hajime Morita.

        Unskip the spelling tests from efl-wk2/TestExpectations to run them for WebKit2-EFL.
        Add new baselines for two spelling tests.

        * platform/efl-wk2/TestExpectations:
        * platform/efl/TestExpectations:
        * platform/efl/editing/spelling/inline_spelling_markers-expected.txt: Added.
        * platform/efl/editing/spelling/spelling-expected.txt: Added.

2012-10-24  Kent Tamura  

        [Chromium] Test expectation update

        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium/TestExpectations:

2012-10-24  Kent Tamura  

        [Chromium] Test expectation update

        * platform/chromium/TestExpectations:
         - exif-orientation-css.html is ImageOnlyFailure.
         - Still need rebaseline for calendar-picker-appearance-step.html on Windows?

2012-10-12  Balazs Kelemen  

        [Qt][WK2] Skip tests that depend on disabling accelerated compositing
        https://bugs.webkit.org/show_bug.cgi?id=99167

        Rubber-stamped by Simon Hausmann.

        Skip those tests because we don't support the non-accelerated
        rendering path.

        * platform/qt-5.0-wk2/TestExpectations:

2012-10-24  Kent Tamura  

        [Chromium] Rebaseline for r132310.

        * platform/chromium/TestExpectations:
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Removed.
        * platform/chromium-linux-x86/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Removed.
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-linux/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png: Added.
        * platform/chromium-mac-lion/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac-snowleopard/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-mac/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png: Removed.
        * platform/chromium-win-xp/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png: Removed.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/calendar-picker/calendar-picker-appearance-step-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/date-suggestion-picker-appearance-with-scroll-bar-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-rtl-expected.png:
        * platform/chromium-win/platform/chromium/fast/forms/suggestion-picker/time-suggestion-picker-appearance-with-scroll-bar-expected.png:

2012-10-24  Nandor Huszka  

        [Qt] Unreviewed gardening.

        Skipping a test because of r132303. Now ENABLE(SHADOW_DOM) is disabled on Qt.

        * platform/qt/TestExpectations:

2012-10-24  Byungwoo Lee  

        [EFL] Unskip fast/events/tabindex-focus-blur-all.html.
        https://bugs.webkit.org/show_bug.cgi?id=100206

        Unreviewed, EFL gardening.

        The bug webkit.org/b/100065 is fixed and the test is passing now.

        * platform/efl-wk1/TestExpectations:

2012-10-24  Zan Dobersek  

        Unreviewed GTK gardening.
        Marking fast/xmlhttprequest/xmlhttprequest-recursive-sync-event.html
        as flaky after r132143.
        Adding baselines for tvo SVG Transforms tests required after r132121.

        * platform/gtk/TestExpectations:
        * platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.png: Added.
        * platform/gtk/svg/transforms/svg-css-transforms-clip-path-expected.txt: Added.
        * platform/gtk/svg/transforms/svg-css-transforms-expected.png: Added.
        * platform/gtk/svg/transforms/svg-css-transforms-expected.txt: Added.

2012-10-23  David Barton  

        Unreviewed gardening. Some linux MathML tests are timing out - see webkit.org/b/100202.

        * platform/chromium/TestExpectations:

2012-10-23  Kent Tamura  

        Multiple fields input UI: Don't use CSS properties for physical direction
        https://bugs.webkit.org/show_bug.cgi?id=100195

        Reviewed by Kentaro Hara.

        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:

2012-10-23  Kent Tamura  

        [Chromium] Rebaseline for r132291
        https://bugs.webkit.org/show_bug.cgi?id=100088

        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-lion/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png: Added.
        * platform/chromium-mac-lion/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-lion/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win-xp/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-win-xp/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png: Added.
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-disabled-readonly-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-style-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-basic-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-classes-expected.png:
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-style-expected.png:

2012-10-23  Csaba Osztrogonác  

        [Qt] Unreviewed nightly gardening, skip new failing tests.

        * platform/qt/TestExpectations:

2012-10-23  Tony Chang  

        [chromium] Remove duplicate platform/mac entries
        https://bugs.webkit.org/show_bug.cgi?id=100167

        Reviewed by Dirk Pranke.

        We intentionally don't run platform/mac tests in Chromium.  Remove lines
        that duplicate the directory WontFix.

        * platform/chromium/TestExpectations:

2012-10-23  Takashi Sakamoto  

        [Shadow DOM] Needs @host rule for ShadowDOM styling
        https://bugs.webkit.org/show_bug.cgi?id=88606

        Reviewed by Hajime Morita.

        * fast/dom/shadow/athost-atrules-expected.txt: Added.
        * fast/dom/shadow/athost-atrules.html: Added.

2012-10-23  Simon Fraser  

        Allow tests to run with a tile cache, and optionally dump the tile cache via layerTreeAsText()
        https://bugs.webkit.org/show_bug.cgi?id=100159

        Reviewed by Tim Horton.

        A new test that dumps tile cache data for a large page.

        * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Added.
        * platform/mac/tiled-drawing/use-tiled-drawing.html: Added.

2012-10-23  Sheriff Bot  

        Unreviewed, rolling out r132276.
        http://trac.webkit.org/changeset/132276
        https://bugs.webkit.org/show_bug.cgi?id=100189

        It broke the Qt-WK2 build intentionally (Requested by
        Ossy_night on #webkit).

        * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Removed.
        * platform/mac/tiled-drawing/use-tiled-drawing.html: Removed.

2012-10-23  Noel Gordon  

        exif-orientation tests should use dumpAsText(true) 
        https://bugs.webkit.org/show_bug.cgi?id=100076

        Reviewed by Eric Seidel.

        * fast/images/exif-orientation-css.html: Use dumpAsText(true).
        * fast/images/exif-orientation.html: ditto.

2012-10-23  Michał Pakuła vel Rutka  

        [EFL] Unreviewed EFL gardening.
        https://bugs.webkit.org/show_bug.cgi?id=100125

        Added pixel baselines for editing/pasteboard.

        * platform/efl/editing/pasteboard: 26 new pixel baselines.

2012-10-23  Kent Tamura  

        REGRESSION(r131421): Text baseline is not aligned in some locales
        https://bugs.webkit.org/show_bug.cgi?id=100088

        Reviewed by Hajime Morita.

        Add a pixel image which has notable changes.
        Input elements in other tests have slightly small height and
        slightly narrow width.

        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-l10n-expected.png:
        * platform/chromium/TestExpectations:

2012-10-23  Varun Jain  

        Context menu generated from touch gestures on textareas has
        context of the cursor position instead of the position where the event occurs.
        https://bugs.webkit.org/show_bug.cgi?id=99520

        Reviewed by Kenneth Rohde Christiansen.

        Send a synthetic mouse down event for context menu-summoning-gesture events so that
        textareas can correctly set cursors before receiving the context menu event.

        * fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position.html: Added.
        * platform/chromium/fast/events/touch/gesture/right-click-gestures-set-cursor-at-correct-position-expected.txt: Added.

2012-10-23  Levi Weintraub  

        The rest of the baselines have landed! Should green the Mac bots for MathML after r132264.

        * platform/chromium-mac-lion/mathml: Added.
        * platform/chromium-mac-lion/mathml/presentation: Added.
        * platform/chromium-mac-lion/mathml/presentation/attributes-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/fenced-mi-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/fractions-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/mo-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/mo-stretch-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/mroot-pref-width-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/over-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/roots-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/row-alignment-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/row-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/style-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/sub-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/subsup-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/subsup-expected.txt: Added.
        * platform/chromium-mac-lion/mathml/presentation/sup-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/tables-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/tokenElements-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/under-expected.png: Added.
        * platform/chromium-mac-lion/mathml/presentation/underover-expected.png: Added.
        * platform/chromium-mac-lion/mathml/xHeight-expected.png: Added.
        * platform/chromium-mac/mathml: Added.
        * platform/chromium-mac/mathml/presentation: Added.
        * platform/chromium-mac/mathml/presentation/attributes-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/fenced-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/fenced-mi-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/fractions-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/mo-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/mo-stretch-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/mroot-pref-width-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/over-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/roots-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/row-alignment-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/row-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/style-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/sub-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/subsup-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/subsup-expected.txt: Added.
        * platform/chromium-mac/mathml/presentation/sup-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/tables-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/tokenElements-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/under-expected.png: Added.
        * platform/chromium-mac/mathml/presentation/underover-expected.png: Added.
        * platform/chromium-mac/mathml/xHeight-expected.png: Added.

2012-10-23  Levi Weintraub  

        Unreviewed gardening. Updating expectations after r132264.

        * platform/chromium-mac-snowleopard/mathml: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/attributes-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/attributes-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/fenced-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/fenced-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/fenced-mi-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/fenced-mi-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/fractions-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/fractions-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/fractions-vertical-alignment-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/fractions-vertical-alignment-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/mo-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/mo-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/mo-stretch-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/mo-stretch-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/mroot-pref-width-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/mroot-pref-width-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/over-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/over-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/roots-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/roots-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/row-alignment-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/row-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/row-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/style-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/style-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/sub-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/sub-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/subsup-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/sup-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/tables-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/tokenElements-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/tokenElements-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/under-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/under-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/underover-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/presentation/underover-expected.txt: Added.
        * platform/chromium-mac-snowleopard/mathml/xHeight-expected.png: Added.
        * platform/chromium-mac-snowleopard/mathml/xHeight-expected.txt: Added.

2012-10-23  Simon Fraser  

        Allow tests to run with a tile cache, and optionally dump the tile cache via layerTreeAsText()
        https://bugs.webkit.org/show_bug.cgi?id=100159

        Reviewed by Tim Horton.

        A new test that dumps tile cache data for a large page.

        * platform/mac/tiled-drawing/use-tiled-drawing-expected.txt: Added.
        * platform/mac/tiled-drawing/use-tiled-drawing.html: Added.

2012-10-23  Chris Rogers  

        Change setTargetValueAtTime() to setTargetAtTime()
        https://bugs.webkit.org/show_bug.cgi?id=100153

        Reviewed by Adam Barth.

        * webaudio/audioparam-setTargetAtTime-expected.txt: Renamed from LayoutTests/webaudio/audioparam-setTargetValueAtTime-expected.txt.
        * webaudio/audioparam-setTargetAtTime.html: Renamed from LayoutTests/webaudio/audioparam-setTargetValueAtTime.html.
        * webaudio/resources/audioparam-testing.js:

2012-10-23  Elliott Sprehn  

        Generated should not be supported for things with a shadow
        https://bugs.webkit.org/show_bug.cgi?id=98836

        Reviewed by Dimitri Glazkov.

        Change all pseudos on  tests to be ref tests and clean up the tests.
        They now make sure we don't support generated content on things with a shadow.
        Also added another test for the other form control types to ensure they don't
        support pseudos either.

        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.html: Added.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.html: Added.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/pseudo-elements-expected.html: Added.
        * fast/forms/pseudo-elements.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.html: Added.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements.html:
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.html: Added.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.txt: Removed.
        * fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements.html:
        * platform/chromium-linux/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-linux/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-linux/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-linux/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-mac/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/date-multiple-fields/date-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/month-multiple-fields/month-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/time-multiple-fields/time-multiple-fields-appearance-pseudo-elements-expected.png: Removed.
        * platform/chromium-win/fast/forms/week-multiple-fields/week-multiple-fields-appearance-pseudo-elements-expected.png: Removed.

2012-10-23  Huang Dongsung  

        [CSS Shaders] Implement overlay, color-dodge, color-burn, hard-light, soft-light blend modes.
        https://bugs.webkit.org/show_bug.cgi?id=98504

        Reviewed by Dean Jackson.

        Update the test for the aforementioned blend modes.

        * css3/filters/custom/custom-filter-blend-modes-expected.html:
        * css3/filters/custom/custom-filter-blend-modes.html:

2012-10-23  Huang Dongsung  

        [CSS Shaders] Implement all composite operators except destination and lighter.
        https://bugs.webkit.org/show_bug.cgi?id=97859

        Reviewed by Dean Jackson.

        Add test to check that the DOM element texture composites correctly with the css_MixColor
        variable from the author's shader for each composite operator.

        * css3/filters/custom/custom-filter-composite-operators-expected.png: Added.
        * css3/filters/custom/custom-filter-composite-operators-expected.txt: Added.
        * css3/filters/custom/custom-filter-composite-operators.html: Added.

2012-10-23  Max Vujovic  

        [CSS Shaders] Changing the blend mode in CSS doesn't update the custom filter rendering
        https://bugs.webkit.org/show_bug.cgi?id=99887

        Reviewed by Dirk Schulze.

        Add a test that resolves a custom filter's style with the "multiply" blend mode and then
        changes the blend mode to "normal". The test makes sure not to change any other parameters
        besides the blend mode, since the other parameters can trigger style recalculations on their
        own.

        * css3/filters/custom/custom-filter-change-blend-mode-expected.html: Added.
        * css3/filters/custom/custom-filter-change-blend-mode.html: Added.

2012-10-23  David Barton  

        [MathML] Symbol font uses greek letters for roman ones on linux and Windows
        https://bugs.webkit.org/show_bug.cgi?id=99921

        Reviewed by Eric Seidel.

        * mathml/presentation/mo.xhtml:
        * platform/chromium/TestExpectations:
        * platform/chromium/mathml/presentation/attributes-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/attributes-expected.txt:
        * platform/chromium/mathml/presentation/fenced-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/fenced-expected.txt:
        * platform/chromium/mathml/presentation/fenced-mi-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/fenced-mi-expected.txt:
        * platform/chromium/mathml/presentation/fractions-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/fractions-expected.txt:
        * platform/chromium/mathml/presentation/fractions-vertical-alignment-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/fractions-vertical-alignment-expected.txt:
        * platform/chromium/mathml/presentation/mo-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/mo-expected.txt:
        * platform/chromium/mathml/presentation/mo-stretch-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/mo-stretch-expected.txt:
        * platform/chromium/mathml/presentation/mroot-pref-width-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/mroot-pref-width-expected.txt:
        * platform/chromium/mathml/presentation/over-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/over-expected.txt:
        * platform/chromium/mathml/presentation/roots-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/roots-expected.txt:
        * platform/chromium/mathml/presentation/row-alignment-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/row-alignment-expected.txt:
        * platform/chromium/mathml/presentation/row-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/row-expected.txt:
        * platform/chromium/mathml/presentation/style-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/style-expected.txt:
        * platform/chromium/mathml/presentation/sub-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/sub-expected.txt:
        * platform/chromium/mathml/presentation/subsup-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/subsup-expected.txt:
        * platform/chromium/mathml/presentation/sup-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/sup-expected.txt:
        * platform/chromium/mathml/presentation/tables-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/tables-expected.txt:
        * platform/chromium/mathml/presentation/tokenElements-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/tokenElements-expected.txt:
        * platform/chromium/mathml/presentation/under-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/under-expected.txt:
        * platform/chromium/mathml/presentation/underover-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/presentation/underover-expected.txt:
        * platform/chromium/mathml/xHeight-expected.png: Modified property svn:mime-type.
        * platform/chromium/mathml/xHeight-expected.txt:
        * platform/efl/TestExpectations:
        * platform/gtk/TestExpectations:
        * platform/mac/TestExpectations:

2012-10-23  Levi Weintraub  

        Unreviewed gardening. Properly skipping http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout*
        tests, as was the author's intention.

        * platform/chromium/TestExpectations:

2012-10-22  Dirk Schulze  

        BasicShapePolygon::path takes width instead of height for boundary calculation
        https://bugs.webkit.org/show_bug.cgi?id=99919

        Reviewed by Darin Adler.

        Test that the correct relation is used for calculating point position of an polygon.

        * css3/masking/clip-path-polygon-percentage-expected.html: Added.
        * css3/masking/clip-path-polygon-percentage.html: Added.

2012-10-23  Dirk Pranke  

        Remove remaining fast/innerHTML pixel test baselines after r131960.

        Unreviewed, expectations change.

        * platform/chromium-linux/fast/innerHTML/002-expected.png: Removed.
        * platform/chromium-linux/fast/innerHTML/003-expected.png: Removed.
        * platform/chromium-linux/fast/innerHTML/006-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/innerHTML/001-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/innerHTML/002-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/innerHTML/003-expected.png: Removed.
        * platform/chromium-mac-snowleopard/fast/innerHTML/006-expected.png: Removed.
        * platform/chromium-mac/fast/innerHTML/001-expected.png: Removed.
        * platform/chromium-mac/fast/innerHTML/002-expected.png: Removed.
        * platform/chromium-mac/fast/innerHTML/003-expected.png: Removed.
        * platform/chromium-mac/fast/innerHTML/006-expected.png: Removed.
        * platform/chromium-win/fast/innerHTML/001-expected.png: Removed.
        * platform/chromium-win/fast/innerHTML/001-expected.txt: Removed.
        * platform/chromium-win/fast/innerHTML/002-expected.txt: Removed.
        * platform/chromium-win/fast/innerHTML/003-expected.txt: Removed.
        * platform/chromium-win/fast/innerHTML/006-expected.txt: Removed.
        * platform/efl/fast/innerHTML/001-expected.txt: Removed.
        * platform/efl/fast/innerHTML/002-expected.txt: Removed.
        * platform/efl/fast/innerHTML/003-expected.txt: Removed.
        * platform/efl/fast/innerHTML/006-expected.txt: Removed.
        * platform/gtk/fast/innerHTML/001-expected.txt: Removed.
        * platform/gtk/fast/innerHTML/002-expected.txt: Removed.
        * platform/gtk/fast/innerHTML/003-expected.txt: Removed.
        * platform/gtk/fast/innerHTML/006-expected.txt: Removed.
        * platform/gtk/fast/innerHTML/innerHTML-iframe-expected.txt: Removed.
        * platform/mac/fast/innerHTML/001-expected.txt: Removed.
        * platform/mac/fast/innerHTML/002-expected.txt: Removed.
        * platform/mac/fast/innerHTML/003-expected.txt: Removed.
        * platform/mac/fast/innerHTML/006-expected.txt: Removed.
        * platform/qt/fast/innerHTML/001-expected.txt: Removed.
        * platform/qt/fast/innerHTML/002-expected.txt: Removed.
        * platform/qt/fast/innerHTML/003-expected.txt: Removed.
        * platform/qt/fast/innerHTML/006-expected.txt: Removed.

2012-10-23  Dominik Röttsches  

        Add timeout support to XMLHttpRequest
        https://bugs.webkit.org/show_bug.cgi?id=74802

        Reviewed by Nate Chapin.

        XHR2 timeout tests were initially written by Mozilla's Alex Vincent's. He granted
        permission to reuse them under PD/BSD license
        in https://bugzilla.mozilla.org/show_bug.cgi?id=525816#c86 - big thanks!
        I adapted them for W3C testharness.js and split them into groups with shorter test running time
        so that they can be used as WebKit layout tests. Each individual test should
        complete in less than 20 seconds.

        The case of late updates to the timeout property, changing the timeout value after send()
        is not supported yet and handled separately in bug 98156. Tests that are testing this feature
        are commented out until this bug is tackled.

        The suffix of the html test filename matches the groups in xmlhttprequest-timeout.js which contains
        all tests that are run. The result of assertions is reported back to testharness.js.

        For example, the "overrides" group is currently not run yet since all tests in that group are cases
        of late updates, see above. Once late updates are supported we can add a file
        xmlhttprequest-timeout-overrides.html to run them.

        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-aborted.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-abortedonmain.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-overridesexpires.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-runner.js: Added. Distinguishes which group of tests to run based on filename suffix.
        (testResultCallbackHandler.return):
        (groupFromLocation):
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-simple.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-synconmain.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-twice.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-aborted.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-overridesexpires.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-simple.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-synconworker.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice-expected.txt: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout-worker-twice.html: Added.
        * http/tests/xmlhttprequest/timeout/xmlhttprequest-timeout.js: Added. Contains test cases for all individual test html files.
        (message): Wrapper for postMessage in worker and document context case.
        (is),
        (ok): Assertion functions.
        (RequestTracker): Class for variations of the regular timeout case.
        (RequestTracker.prototype.startXHR.handleEvent):
        (RequestTracker.prototype.startXHR):
        (RequestTracker.prototype.getMessage):
        (RequestTracker.prototype.handleEvent):
        (AbortedRequest): Class for testing timeout event vs. abort events.
        (AbortedRequest.prototype.startXHR.handleEvent):
        (AbortedRequest.prototype.startXHR.abortReq):
        (AbortedRequest.prototype.startXHR.else):
        (AbortedRequest.prototype.startXHR):
        (AbortedRequest.prototype.noEventsFired):
        (AbortedRequest.prototype.getMessage):
        (AbortedRequest.prototype.handleEvent):
        (SyncRequestSettingTimeoutAfterOpen.startXHR),
        (SyncRequestSettingTimeoutBeforeOpen.startXHR): Test classes for synchronous XHR cases.
        (TestCounter.testComplete),
        (TestCounter.next): Used for cycling through tests.
        * platform/chromium/TestExpectations: Skipping XHR timeout cases since setTimeoutInterval is not supported in Chromium's HTTP stack.
        * platform/gtk/TestExpectations: Marking XHR timeout cases as slow in order to run them with a longer test timeout threshold.
        * platform/qt/TestExpectations: Skipping XHR timeout cases since setTimeoutInterval is not supported in Chromium's HTTP stack.

2012-10-23  Levi Weintraub  

        Unreviewed gardening. css3/filters/blur-filter-page-scroll-self.html is crashing
        now as well as generating incorrect image results :(

        * platform/chromium/TestExpectations:

2012-10-23  Yael Aharon  

        [WIN7] Skip fast/media/mq-resolution.html.
        https://bugs.webkit.org/show_bug.cgi?id=100143.

        Reviewed by Kenneth Rohde Christiansen.

        The feature is not yet implemented.

        * platform/win/TestExpectations:

2012-10-23  Christophe Dumez  

        Possible assertion hit in WebCore::HTMLSelectElement::updateListBoxSelection()
        https://bugs.webkit.org/show_bug.cgi?id=99967

        Reviewed by Tony Chang.

        Added layout test to reproduce an assertion hit in
        WebCore::HTMLSelectElement::updateListBoxSelection() when pressing the left
        button outside a multiselect and then moving the mouse over the multiselect
        element while holding the button down.

        * fast/dom/HTMLSelectElement/select-selectedIndex-noAnchorIndex-crash-expected.txt: Added.
        * fast/dom/HTMLSelectElement/select-selectedIndex-noAnchorIndex-crash.html: Added.

2012-10-23  Pavel Feldman  

        Web Inspector: array grouping does not work for arrays with exactly 10000 elements.
        https://bugs.webkit.org/show_bug.cgi?id=100131

        Reviewed by Vsevolod Vlasov.

        * inspector/console/console-big-array-expected.txt:
        * inspector/console/console-big-array.html:

2012-10-23  Shinya Kawanaka  

        The order of resolving distribution in tree composition is wrong.
        https://bugs.webkit.org/show_bug.cgi?id=99552

        Reviewed by Dimitri Glazkov.

        We also fix the existing wrong test.

        * fast/dom/shadow/content-reprojection-order-expected.html: Added.
        * fast/dom/shadow/content-reprojection-order.html: Added.
        * fast/dom/shadow/shadow-element-rendering-single.html:

2012-10-23  Zan Dobersek  

        Unreviewed GTK gardening.

        Adding failure expectation for fast/media/mq-resolution.html, it relies
        on the Resolution Media Query feature being enabled.
        Adding a proper bug modifier for fast/files/workers/worker-apply-blob-url-to-xhr.html.

        * platform/gtk/TestExpectations:

2012-10-23  Vsevolod Vlasov  

        Web Inspector: Move UISourceCode creation out of mappings to workspace.
        https://bugs.webkit.org/show_bug.cgi?id=100092

        Reviewed by Pavel Feldman.

        * http/tests/inspector/workspace-test.js:
        (initialize_WorkspaceTest.InspectorTest.addMockUISourceCodeToWorkspace):
        * inspector/debugger/resource-script-mapping-expected.txt:
        * inspector/debugger/scripts-panel.html:

2012-10-23  Mike West  

        Web Inspector: MIME type errors should truncate long URLs.
        https://bugs.webkit.org/show_bug.cgi?id=100083

        Reviewed by Pavel Feldman.

        * http/tests/inspector/network/image-as-text-loading-data-url-expected.txt: Added.
        * http/tests/inspector/network/image-as-text-loading-data-url.html: Added.

2012-10-23  Alexander Pavlov  

        Web Inspector: Crash when adding a keyframes rule in the Styles pane
        https://bugs.webkit.org/show_bug.cgi?id=99826

        Reviewed by Pavel Feldman.

        * inspector/styles/add-new-rule-invalid-selector-expected.txt: Added.
        * inspector/styles/add-new-rule-invalid-selector.html: Added.

2012-10-15  Kenneth Rohde Christiansen  

        Add support for resolution media query
        https://bugs.webkit.org/show_bug.cgi?id=99077

        Reviewed by Antti Koivisto.

        Test (resolution: x) media query to ensure compliance
        with spec plus proposed dppx values.

        * fast/media/mq-resolution-expected.txt: Added.
        * fast/media/mq-resolution.html: Added.

        * LayoutTests/platform/mac/TestExpectations:
        * LayoutTests/platform/chromium/TestExpectations:

            Skip the test as the ports do not enable CSS Image Resolution.

2012-10-23  Csaba Osztrogonác  

        [Qt][WK2] Unreviewed gardening.

        * platform/qt-5.0-wk2/http/tests/navigation/forward-and-cancel-expected.txt:

2012-10-23  Csaba Osztrogonác  

        [Qt] Unreviewed holiday gardening to paint the bots green.

        * platform/qt-5.0-wk2/http/tests/navigation/forward-and-cancel-expected.txt: Added after r132041.
        * platform/qt-5.0-wk2/http/tests/navigation/postredirect-frames-expected.txt: Added after r132041.
        * platform/qt-5.0-wk2/http/tests/navigation/postredirect-goback2-expected.txt: Added after r132041.
        * platform/qt/TestExpectations: Skip new failing tests.

2012-10-23  Adam Klein  

        Always parse pasted fragments as HTML even on XHTML pages
        https://bugs.webkit.org/show_bug.cgi?id=99880

        Reviewed by Ojan Vafai.

        Updated existing tests to match new expected behavior.

        * editing/pasteboard/paste-noscript-xhtml-expected.txt: The HTML
        parser leaves