| Index: LayoutTests/ChangeLog | 
| =================================================================== | 
| --- LayoutTests/ChangeLog	(revision 102463) | 
| +++ LayoutTests/ChangeLog	(working copy) | 
| @@ -1,3 +1,379 @@ | 
| +2011-12-08  James Robinson  <jamesr@chromium.org> | 
| + | 
| +        Add some tests for removing frames from the document while servicing requestAnimationFrame callbacks | 
| +        https://bugs.webkit.org/show_bug.cgi?id=74036 | 
| + | 
| +        Reviewed by Adam Barth. | 
| + | 
| +        * fast/animation/request-animation-frame-detach-element-expected.txt: Added. | 
| +        * fast/animation/request-animation-frame-detach-element.html: Added. | 
| + | 
| +2011-12-08  Jacob Goldstein  <jacobg@adobe.com> | 
| + | 
| +        Convert some fast/regions pixel tests to reftests | 
| +        https://bugs.webkit.org/show_bug.cgi?id=74116 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        * fast/regions/webkit-flow-renderer-expected.html: Added. | 
| +        * fast/regions/webkit-flow-renderer-layer-expected.html: Added. | 
| +        * fast/regions/webkit-flow-renderer-nested-expected.html: Added. | 
| +        * platform/efl/fast/regions/webkit-flow-renderer-expected.png: Removed. | 
| +        * platform/efl/fast/regions/webkit-flow-renderer-expected.txt: Removed. | 
| +        * platform/efl/fast/regions/webkit-flow-renderer-layer-expected.png: Removed. | 
| +        * platform/efl/fast/regions/webkit-flow-renderer-layer-expected.txt: Removed. | 
| +        * platform/efl/fast/regions/webkit-flow-renderer-nested-expected.png: Removed. | 
| +        * platform/efl/fast/regions/webkit-flow-renderer-nested-expected.txt: Removed. | 
| +        * platform/mac/fast/regions/webkit-flow-renderer-expected.png: Removed. | 
| +        * platform/mac/fast/regions/webkit-flow-renderer-expected.txt: Removed. | 
| +        * platform/mac/fast/regions/webkit-flow-renderer-layer-expected.png: Removed. | 
| +        * platform/mac/fast/regions/webkit-flow-renderer-layer-expected.txt: Removed. | 
| +        * platform/mac/fast/regions/webkit-flow-renderer-nested-expected.png: Removed. | 
| +        * platform/mac/fast/regions/webkit-flow-renderer-nested-expected.txt: Removed. | 
| + | 
| +2011-12-08  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        REGRESSION: Changing disabled state of a textarea does not do a repaint | 
| +        https://bugs.webkit.org/show_bug.cgi?id=23789 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        The bug got fixed (I did not bisect to find out when) thus landing | 
| +        the test case converted to a repaint test and made cross-platform. | 
| + | 
| +        * fast/repaint/textarea-set-disabled-expected.png: Added. | 
| +        * fast/repaint/textarea-set-disabled-expected.txt: Added. | 
| +        * fast/repaint/textarea-set-disabled.html: Added. | 
| + | 
| +2011-12-08  Jeremy Apthorp  <jeremya@chromium.org> | 
| + | 
| +        Fix fast/css/hover-active-drag.html on Mac | 
| +        https://bugs.webkit.org/show_bug.cgi?id=74046 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        * fast/css/hover-active-drag.html: | 
| +        * platform/chromium/fast/css/hover-active-drag-expected.txt: Removed. | 
| +        * platform/mac/fast/css/hover-active-drag-expected.txt: Removed. | 
| + | 
| +2011-12-08  Florin Malita  <fmalita@google.com> | 
| + | 
| +        Moving SVG elements on the page doesn't always erase element at the old position | 
| +        https://bugs.webkit.org/show_bug.cgi?id=74002 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        * svg/repaint/container-repaint-expected.png: Added. | 
| +        * svg/repaint/container-repaint-expected.txt: Added. | 
| +        * svg/repaint/container-repaint.svg: Added. | 
| + | 
| +2011-12-08  Tony Chang  <tony@chromium.org> | 
| + | 
| +        Mark tests added in r102388 as failing on Chromium.  Fix the cross platform | 
| +        expected results for transitions/svg-transitions.html (the line number changed). | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| +        * transitions/svg-transitions-expected.txt: | 
| + | 
| +2011-12-08  Tim Horton  <timothy_horton@apple.com> | 
| + | 
| +        Enable animations of CSS images using -webkit-cross-fade | 
| +        https://bugs.webkit.org/show_bug.cgi?id=74049 | 
| +        <rdar://problem/10209303> | 
| + | 
| +        Reviewed by Simon Fraser. | 
| + | 
| +        Add tests of -webkit-animation (using -webkit-cross-fade) between: | 
| +            - background-image | 
| +            - border-image | 
| +            - list-style-image | 
| +            - -webkit-mask-box-image | 
| +            - -webkit-mask-image | 
| + | 
| +        Add the ability for animation tests to compare an animated element to a static element. | 
| + | 
| +        Add tests of -webkit-transition (using -webkit-cross-fade) between: | 
| +            - background-image | 
| +            - border-image | 
| + | 
| +        * animations/cross-fade-background-image-expected.txt: Added. | 
| +        * animations/cross-fade-background-image.html: Added. | 
| +        * animations/cross-fade-border-image-source-expected.txt: Added. | 
| +        * animations/cross-fade-border-image-source.html: Added. | 
| +        * animations/cross-fade-list-style-image-expected.txt: Added. | 
| +        * animations/cross-fade-list-style-image.html: Added. | 
| +        * animations/cross-fade-webkit-mask-box-image-expected.txt: Added. | 
| +        * animations/cross-fade-webkit-mask-box-image.html: Added. | 
| +        * animations/cross-fade-webkit-mask-image-expected.txt: Added. | 
| +        * animations/cross-fade-webkit-mask-image.html: Added. | 
| +        * animations/resources/animation-test-helpers.js: | 
| +        (parseCrossFade): | 
| +        (checkExpectedValue): | 
| +        * animations/resources/blue-100.png: Added. | 
| +        * animations/resources/green-100.png: Added. | 
| +        * animations/resources/stripes-100.png: Added. | 
| +        * platform/mac/animations/cross-fade-background-image-expected.png: Added. | 
| +        * platform/mac/animations/cross-fade-border-image-source-expected.png: Added. | 
| +        * platform/mac/animations/cross-fade-list-style-image-expected.png: Added. | 
| +        * platform/mac/animations/cross-fade-webkit-mask-box-image-expected.png: Added. | 
| +        * platform/mac/animations/cross-fade-webkit-mask-image-expected.png: Added. | 
| +        * platform/mac/transitions/cross-fade-background-image-expected.png: Added. | 
| +        * platform/mac/transitions/cross-fade-border-image-expected.png: Added. | 
| +        * transitions/cross-fade-background-image-expected.txt: Added. | 
| +        * transitions/cross-fade-background-image.html: Added. | 
| +        * transitions/cross-fade-border-image-expected.txt: Added. | 
| +        * transitions/cross-fade-border-image.html: Added. | 
| +        * transitions/resources/transition-test-helpers.js: | 
| +        (expected): | 
| + | 
| +2011-12-08  Chris Fleizach  <cfleizach@apple.com> | 
| + | 
| +        platform/mac/accessibility/search-with-frames.html crashes | 
| +        https://bugs.webkit.org/show_bug.cgi?id=74093 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        Unskip the crashing test. | 
| + | 
| +        * platform/mac/Skipped: | 
| + | 
| +2011-12-08  Dominic Mazzoni  <dmazzoni@google.com> | 
| + | 
| +        Accessibility: AccessibilityController should support listening to notifications on all elements. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=72866 | 
| + | 
| +        Previously, the Mac implementation of AccessibilityUIElement.addNotificationListener | 
| +        incorrectly triggered on notifications from all elements. Now it only triggers on | 
| +        notifications from the correct element, and a new addNotificationListener method | 
| +        in AccessibilityController can be used to trigger on notifications from all elements. | 
| + | 
| +        Updates 2 tests that depended on the old incorrect behavior. | 
| + | 
| +        Reviewed by Chris Fleizach. | 
| + | 
| +        * accessibility/notification-listeners.html: Added. | 
| +        * platform/chromium/accessibility/notification-listeners-expected.txt: Added. | 
| +        * platform/gtk/Skipped: | 
| +        * platform/mac/accessibility/aria-expanded-notifications.html: | 
| +        * platform/mac/accessibility/aria-listbox-selectedchildren-change.html: | 
| +        * platform/mac/accessibility/notification-listeners-expected.txt: Added. | 
| +        * platform/win/Skipped: | 
| + | 
| +2011-12-08  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        Unreviewed. Removed suppressions for inspector extensions tests following a fix in r10231. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-08  Jacob Goldstein  <jacobg@adobe.com> | 
| + | 
| +        Convert some fast/regions pixel tests to reftests | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73866 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        * fast/regions/positioned-objects-block-static-in-regions-expected.html: Added. | 
| +        * fast/regions/positioned-objects-block-static-in-rtl-regions-expected.html: Added. | 
| +        * fast/regions/positioned-objects-block-static-spanning-regions-expected.html: Added. | 
| +        * fast/regions/positioned-objects-block-static-spanning-regions-rtl-expected.html: Added. | 
| +        * platform/efl/fast/regions/positioned-objects-block-static-in-regions-expected.png: Removed. | 
| +        * platform/efl/fast/regions/positioned-objects-block-static-in-regions-expected.txt: Removed. | 
| +        * platform/efl/fast/regions/positioned-objects-block-static-in-rtl-regions-expected.png: Removed. | 
| +        * platform/efl/fast/regions/positioned-objects-block-static-in-rtl-regions-expected.txt: Removed. | 
| +        * platform/efl/fast/regions/positioned-objects-block-static-spanning-regions-expected.png: Removed. | 
| +        * platform/efl/fast/regions/positioned-objects-block-static-spanning-regions-expected.txt: Removed. | 
| +        * platform/efl/fast/regions/positioned-objects-block-static-spanning-regions-rtl-expected.png: Removed. | 
| +        * platform/efl/fast/regions/positioned-objects-block-static-spanning-regions-rtl-expected.txt: Removed. | 
| +        * platform/mac/fast/regions/positioned-objects-block-static-in-regions-expected.png: Removed. | 
| +        * platform/mac/fast/regions/positioned-objects-block-static-in-regions-expected.txt: Removed. | 
| +        * platform/mac/fast/regions/positioned-objects-block-static-in-rtl-regions-expected.png: Removed. | 
| +        * platform/mac/fast/regions/positioned-objects-block-static-in-rtl-regions-expected.txt: Removed. | 
| +        * platform/mac/fast/regions/positioned-objects-block-static-spanning-regions-expected.png: Removed. | 
| +        * platform/mac/fast/regions/positioned-objects-block-static-spanning-regions-expected.txt: Removed. | 
| +        * platform/mac/fast/regions/positioned-objects-block-static-spanning-regions-rtl-expected.png: Removed. | 
| +        * platform/mac/fast/regions/positioned-objects-block-static-spanning-regions-rtl-expected.txt: Removed. | 
| + | 
| +2011-12-08  Szilard Ledan  <Ledan-Muntean.Szilard@stud.u-szeged.hu> | 
| + | 
| +        Added a test for css number types problem. | 
| +        It's testing the css number types parser, where 'px' defined like escape sequences (\70\78) or uppercase / lowercase. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=72007 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        * fast/css/parsing-css-number-types-expected.txt: Added. | 
| +        * fast/css/parsing-css-number-types.html: Added. | 
| + | 
| +2011-12-08  Tony Chang  <tony@chromium.org> | 
| + | 
| +        [chromium] Rebaseline printing/width-overflow.html on Chromium Mac Leopard. | 
| + | 
| +        * platform/chromium-cg-mac-snowleopard/printing/width-overflow-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac/printing/width-overflow-expected.png. | 
| +        * platform/chromium-linux/printing/width-overflow-expected.txt: Removed. | 
| +        * platform/chromium-mac-leopard/printing/width-overflow-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/printing/width-overflow-expected.txt: Removed. | 
| +        * platform/chromium/printing/width-overflow-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/printing/width-overflow-expected.txt. | 
| + | 
| +2011-12-08  Dominic Mazzoni  <dmazzoni@google.com> | 
| + | 
| +        Unreviewed, skipping failing test. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=74093 | 
| + | 
| +        platform/mac/accessibility/search-with-frames.html crashes. | 
| + | 
| +        * platform/mac/Skipped: | 
| + | 
| +2011-12-08  Mihnea Ovidenie  <mihnea@adobe.com> | 
| + | 
| +        [CSSRegions][CSSOM] Implement NamedFlow interface | 
| +        https://bugs.webkit.org/show_bug.cgi?id=66642 | 
| + | 
| +        Reviewed by David Hyatt. | 
| + | 
| +        Add WebKitNamedFlow to support the NamedFlow interface. No methods are | 
| +        yet implemented on this interface. The NamedFlow object is a live object. | 
| +        The first time user asks for it, it gets a valid JS object whose properties | 
| +        will reflect the changes to the flow thread. | 
| + | 
| +        * fast/dom/Window/window-properties-expected.txt: | 
| +        * fast/regions/webkit-named-flow-existing-flow-expected.txt: Added. | 
| +        * fast/regions/webkit-named-flow-existing-flow.html: Added. | 
| +        * fast/regions/webkit-named-flow-flow-added-expected.txt: Added. | 
| +        * fast/regions/webkit-named-flow-flow-added.html: Added. | 
| +        * fast/regions/webkit-named-flow-modified-flow-expected.txt: Added. | 
| +        * fast/regions/webkit-named-flow-modified-flow.html: Added. | 
| +        * fast/regions/webkit-named-flow-non-existing-flow-expected.txt: Added. | 
| +        * fast/regions/webkit-named-flow-non-existing-flow.html: Added. | 
| +        * fast/regions/webkit-named-flow-removed-flow-expected.txt: Added. | 
| +        * fast/regions/webkit-named-flow-removed-flow.html: Added. | 
| +        * fast/regions/webkit-named-flow-same-object-expected.txt: Added. | 
| +        * fast/regions/webkit-named-flow-same-object.html: Added. | 
| +        * platform/gtk/fast/dom/Window/window-properties-expected.txt: | 
| +        * platform/mac/fast/dom/Window/window-properties-expected.txt: | 
| +        * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt: | 
| +        * platform/qt/fast/dom/Window/window-properties-expected.txt: | 
| +        * platform/win/fast/dom/Window/window-properties-expected.txt: | 
| + | 
| +2011-12-08  Takashi Toyoshima  <toyoshim@chromium.org> | 
| + | 
| +        Fix failed layout test, bufferedAmount-after-close-in-busy.html | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73666 | 
| + | 
| +        Originally the failed layout test use simple_wsh server side WebSocket | 
| +        handler. But this handler starts closing handshake after a while and | 
| +        it bring flakiness on the test. | 
| +        Now the test use echo_wsh instead of simple_wsh. It never perform | 
| +        server initiated closing handshake. | 
| + | 
| +        Reviewed by Kent Tamura. | 
| + | 
| +        * http/tests/websocket/tests/hybi/bufferedAmount-after-close-in-busy.html: | 
| +        * platform/gtk/Skipped: | 
| + | 
| +2011-12-08  Balazs Kelemen  <kbalazs@webkit.org> | 
| + | 
| +        Unreviewed gardening. | 
| + | 
| +        Remove duplicated entries from skipped list. | 
| + | 
| +        * platform/qt-5.0/Skipped: | 
| + | 
| +2011-12-08  Csaba Osztrogonác  <ossy@webkit.org> | 
| + | 
| +        [WK2] Unreviewed gardening. | 
| + | 
| +        WebKitTestRunner needs layoutTestController.setEditingBehavior | 
| +        https://bugs.webkit.org/show_bug.cgi?id=42689 | 
| + | 
| +        * platform/wk2/Skipped: Skip new failing tests. | 
| + | 
| +2011-12-08  Sheriff Bot  <webkit.review.bot@gmail.com> | 
| + | 
| +        Unreviewed, rolling out r102323. | 
| +        http://trac.webkit.org/changeset/102323 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=74069 | 
| + | 
| +        Caused Chromium and GTK build failure (Requested by bashi on | 
| +        #webkit). | 
| + | 
| +        * compositing/geometry/fixed-position-composited-page-scale-down.html: | 
| +        * compositing/geometry/fixed-position-composited-page-scale.html: | 
| +        * compositing/geometry/fixed-position-iframe-composited-page-scale-down.html: | 
| +        * compositing/geometry/fixed-position-iframe-composited-page-scale.html: | 
| +        * compositing/geometry/fixed-position-transform-composited-page-scale-down.html: | 
| +        * compositing/geometry/fixed-position-transform-composited-page-scale.html: | 
| +        * compositing/scaling/tiled-layer-recursion.html: | 
| +        * fast/dom/Element/scale-page-bounding-client-rect.html: | 
| +        * fast/dom/Element/scale-page-client-rects.html: | 
| +        * fast/dom/Range/scale-page-bounding-client-rect.html: | 
| +        * fast/dom/Range/scale-page-client-rects.html: | 
| +        * fast/events/scale-and-scroll-body.html: | 
| +        * fast/events/scale-and-scroll-iframe-body.html: | 
| +        * fast/events/scale-and-scroll-iframe-window.html: | 
| +        * fast/events/scale-and-scroll-window.html: | 
| +        * fast/events/script-tests/page-scaled-mouse-click-iframe.js: | 
| +        (iframeLoaded): | 
| +        * fast/events/script-tests/page-scaled-mouse-click.js: | 
| +        * fast/events/scroll-in-scaled-page-with-overflow-hidden.html: | 
| +        * fast/events/touch/page-scaled-touch-gesture-click.html: | 
| +        * fast/frames/frame-set-rotation-hit.html: | 
| +        * fast/frames/frame-set-scaling-hit.html: | 
| +        * fast/frames/iframe-double-scale-contents.html: | 
| +        * fast/repaint/background-scaling.html: | 
| +        * fast/repaint/scale-page-shrink.html: | 
| +        * fast/transforms/selection-bounds-in-transformed-view.html: | 
| + | 
| +2011-12-08  Fady Samuel  <fsamuel@chromium.org> | 
| + | 
| +        Move scalePageBy from eventSender to window.internals | 
| +        https://bugs.webkit.org/show_bug.cgi?id=64512 | 
| + | 
| +        Reviewed by Simon Fraser. | 
| + | 
| +        Updated layout tests to use window.internals.setPageScaleFactor. | 
| + | 
| +        * compositing/geometry/fixed-position-composited-page-scale-down.html: | 
| +        * compositing/geometry/fixed-position-composited-page-scale.html: | 
| +        * compositing/geometry/fixed-position-iframe-composited-page-scale-down.html: | 
| +        * compositing/geometry/fixed-position-iframe-composited-page-scale.html: | 
| +        * compositing/geometry/fixed-position-transform-composited-page-scale-down.html: | 
| +        * compositing/geometry/fixed-position-transform-composited-page-scale.html: | 
| +        * compositing/scaling/tiled-layer-recursion.html: | 
| +        * fast/dom/Element/scale-page-bounding-client-rect.html: | 
| +        * fast/dom/Element/scale-page-client-rects.html: | 
| +        * fast/dom/Range/scale-page-bounding-client-rect.html: | 
| +        * fast/dom/Range/scale-page-client-rects.html: | 
| +        * fast/events/scale-and-scroll-body.html: | 
| +        * fast/events/scale-and-scroll-iframe-body.html: | 
| +        * fast/events/scale-and-scroll-iframe-window.html: | 
| +        * fast/events/scale-and-scroll-window.html: | 
| +        * fast/events/script-tests/page-scaled-mouse-click-iframe.js: | 
| +        (iframeLoaded): | 
| +        * fast/events/script-tests/page-scaled-mouse-click.js: | 
| +        * fast/events/scroll-in-scaled-page-with-overflow-hidden.html: | 
| +        * fast/events/touch/page-scaled-touch-gesture-click.html: | 
| +        * fast/frames/frame-set-rotation-hit.html: | 
| +        * fast/frames/frame-set-scaling-hit.html: | 
| +        * fast/frames/iframe-double-scale-contents.html: | 
| +        * fast/repaint/background-scaling.html: | 
| +        * fast/repaint/scale-page-shrink.html: | 
| +        * fast/transforms/selection-bounds-in-transformed-view.html: | 
| + | 
| +2011-12-08  Kenichi Ishibashi  <bashi@chromium.org> | 
| + | 
| +        Unreviewed, remove duplicate test expectations. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-07  Yosifumi Inoue  <yosin@chromium.org> | 
| + | 
| +        CSS color gets adjusted for disabled input elements | 
| +        https://bugs.webkit.org/show_bug.cgi?id=54643 | 
| + | 
| +        Reviewed by Kent Tamura. | 
| + | 
| +        * platform/chromium/test_expectations.txt: Add files need to be updated. | 
| + | 
| 2011-12-07  Dmitry Lomov  <dslomov@google.com> | 
|  | 
| https://bugs.webkit.org/show_bug.cgi?id=74038 | 
| @@ -9,6 +385,2388 @@ | 
| * fast/dom/Window/window-postmessage-args.html: New tests for legacy argument order. | 
| * platform/chromium/fast/dom/Window/window-postmessage-args-expected.txt: | 
|  | 
| +2011-12-07  Kenichi Ishibashi  <bashi@chromium.org> | 
| + | 
| +        Unreviewed, rebaseline media/controls-layout-direction.html | 
| + | 
| +        * platform/chromium-cg-mac-snowleopard/media/controls-layout-direction-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/media/controls-layout-direction-expected.png: Added. | 
| +        * platform/chromium-win/media/controls-layout-direction-expected.png: Added. | 
| + | 
| +2011-12-07  Kenichi Ishibashi  <bashi@chromium.org> | 
| + | 
| +        Unreviewed chromium test expectation update. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-07  Kenichi Ishibashi  <bashi@chromium.org> | 
| + | 
| +        Refactor CSSParser::parseFontFaceSrc() | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73989 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        Added a test that checks parsing result of the src descriptor of @font-face. | 
| + | 
| +        * fast/css/font-face-src-parsing-expected.txt: Added. | 
| +        * fast/css/font-face-src-parsing.html: Added. | 
| + | 
| +2011-12-07  Kenichi Ishibashi  <bashi@chromium.org> | 
| + | 
| +        Unreviewed chromium expectations update. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-07  Ami Fischman  <fischman@chromium.org> | 
| + | 
| +        Force LTR layout for media controls even in RTL documents. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=74024 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        * media/controls-layout-direction-expected.txt: Added. | 
| +        * media/controls-layout-direction.html: Added. | 
| +        * platform/chromium-linux/media/controls-layout-direction-expected.png: Added. | 
| + | 
| +2011-12-07  Mark Pilgrim  <pilgrim@chromium.org> | 
| + | 
| +        [FileSystem API] requestFileSystem successCallback is required | 
| +        https://bugs.webkit.org/show_bug.cgi?id=69637 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        * fast/filesystem/filesystem-no-callback-null-ptr-crash.html: fix now-broken logic testing for unrelated bug | 
| +        * fast/filesystem/not-enough-arguments-expected.txt: | 
| +        * fast/filesystem/not-enough-arguments.html: add checks for webkitRequestFileSystem with not enough parameters | 
| + | 
| +2011-12-07  James Simonsen  <simonjam@chromium.org> | 
| + | 
| +        [Chromium] Unreviewed, rebaseline width-overflow.html and fix test_expectations.txt | 
| + | 
| +        * platform/chromium-cg-mac/printing/width-overflow-expected.png: Added. | 
| +        * platform/chromium-cg-mac/printing/width-overflow-expected.txt: Added. | 
| +        * platform/chromium-mac-snowleopard/printing/width-overflow-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/printing/width-overflow-expected.txt: Added. | 
| +        * platform/chromium-win/printing/width-overflow-expected.png: Added. | 
| +        * platform/chromium-win/printing/width-overflow-expected.txt: Added. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-07  Aaron Colwell  <acolwell@chromium.org> | 
| + | 
| +        Revert mixed content handling for video fix and follow-up test expectations & Skipped changes. | 
| +        (r101883, r101918, r101927, r101981, r101986, r101997) | 
| +        https://bugs.webkit.org/show_bug.cgi?id=72178 | 
| + | 
| +        Reviewed by Adam Barth. | 
| + | 
| +        * http/tests/security/mixedContent/insecure-video-in-iframe-expected.txt: Removed. | 
| +        * http/tests/security/mixedContent/insecure-video-in-iframe.html: Removed. | 
| +        * http/tests/security/mixedContent/insecure-video-in-main-frame-expected.txt: Removed. | 
| +        * http/tests/security/mixedContent/insecure-video-in-main-frame.html: Removed. | 
| +        * http/tests/security/mixedContent/redirect-http-to-https-video-in-main-frame-expected.txt: Removed. | 
| +        * http/tests/security/mixedContent/redirect-http-to-https-video-in-main-frame.html: Removed. | 
| +        * http/tests/security/mixedContent/redirect-https-to-http-video-in-main-frame-expected.txt: Removed. | 
| +        * http/tests/security/mixedContent/redirect-https-to-http-video-in-main-frame.html: Removed. | 
| +        * http/tests/security/mixedContent/resources/frame-with-insecure-video.html: Removed. | 
| +        * http/tests/security/mixedContent/resources/frame-with-redirect-http-to-https-video.html: Removed. | 
| +        * http/tests/security/mixedContent/resources/frame-with-redirect-https-to-http-video.html: Removed. | 
| +        * platform/chromium-cg-mac-snowleopard/http/tests/security/mixedContent/insecure-video-in-main-frame-expected.txt: Removed. | 
| +        * platform/chromium-cg-mac-snowleopard/http/tests/security/mixedContent/redirect-http-to-https-video-in-main-frame-expected.txt: Removed. | 
| +        * platform/chromium-mac-snowleopard/http/tests/security/mixedContent/insecure-video-in-main-frame-expected.txt: Removed. | 
| +        * platform/chromium-mac-snowleopard/http/tests/security/mixedContent/redirect-http-to-https-video-in-main-frame-expected.txt: Removed. | 
| +        * platform/gtk/Skipped: | 
| +        * platform/qt/Skipped: | 
| + | 
| +2011-12-07  Kent Tamura  <tkent@chromium.org> | 
| + | 
| +        [Qt] Follow up of r102226. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73987 | 
| + | 
| +        * platform/qt-5.0/Skipped: Renamed three number tests. | 
| + | 
| +2011-12-07  Filip Pizlo  <fpizlo@apple.com> | 
| + | 
| +        DFG CSE is overzealous with GetByVal | 
| +        https://bugs.webkit.org/show_bug.cgi?id=74042 | 
| + | 
| +        Reviewed by Oliver Hunt. | 
| + | 
| +        * fast/js/dfg-get-by-val-getter-cse-expected.txt: Added. | 
| +        * fast/js/dfg-get-by-val-getter-cse.html: Added. | 
| +        * fast/js/script-tests/dfg-get-by-val-getter-cse.js: Added. | 
| +        (): | 
| + | 
| +2011-12-07  Florin Malita  <fmalita@google.com> | 
| + | 
| +        <li value="0"> behaves like <li> (the same for negative numbers) | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73911 | 
| + | 
| +        Reviewed by Alexey Proskuryakov. | 
| + | 
| +        Added tests for values <= 0. | 
| + | 
| +        * fast/lists/li-values-expected.txt: | 
| +        * fast/lists/li-values.html: | 
| + | 
| +2011-12-07  Kentaro Hara  <haraken@chromium.org> | 
| + | 
| +        REGRESSION (r95249): Right side can be truncated when printing | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73868 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        width-overflow.html checks if the page is printed without its right side | 
| +        being truncated. | 
| + | 
| +        * printing/width-overflow.html: Added. | 
| +        * platform/chromium-linux/printing/width-overflow-expected.png: Added. | 
| +        * platform/chromium-linux/printing/width-overflow-expected.txt: Added. | 
| +        * platform/mac-snowleopard/printing/width-overflow-expected.png: Added. | 
| +        * platform/mac-snowleopard/printing/width-overflow-expected.txt: Added. | 
| +        * platform/efl/Skipped: Skips width-overflow.html, since layoutTestController.setPrinting() is not implemented. | 
| +        * platform/gtk/Skipped: Ditto. | 
| +        * platform/qt/Skipped: Ditto. | 
| +        * platform/win/Skipped: Ditto. | 
| +        * platform/wincairo/Skipped: Ditto. | 
| +        * platform/wk2/Skipped: Ditto. | 
| + | 
| +2011-12-07  James Simonsen  <simonjam@chromium.org> | 
| + | 
| +        [Chromium] Unreviewed, skip a test that may be causing Win DRT to hang. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-07  Adam Klein  <adamk@chromium.org> | 
| + | 
| +        [MutationObservers] Enable in Chromium trunk | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73851 | 
| + | 
| +        Reviewed by Ojan Vafai. | 
| + | 
| +        * platform/chromium/test_expectations.txt: Stop skipping fast/mutation tests. | 
| + | 
| +2011-12-07  James Simonsen  <simonjam@chromium.org> | 
| + | 
| +        [Chromium] Unreviewed, clean out passing tests from test_expectations.txt | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-07  Joshua Bell  <jsbell@chromium.org> | 
| + | 
| +        IndexedDB deleteIndex should throw NOT_ALLOWED_ERR if called outside a VERSION_CHANGE transaction callback | 
| +        https://bugs.webkit.org/show_bug.cgi?id=62370 | 
| + | 
| +        Already behaves correctly, just adding tests. | 
| + | 
| +        Reviewed by Tony Chang. | 
| + | 
| +        * storage/indexeddb/deleteIndex-expected.txt: Added. | 
| +        * storage/indexeddb/deleteIndex.html: Added. | 
| + | 
| +2011-12-07  Sheriff Bot  <webkit.review.bot@gmail.com> | 
| + | 
| +        Unreviewed, rolling out r102244. | 
| +        http://trac.webkit.org/changeset/102244 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=74016 | 
| + | 
| +        caused debug test timeouts (Requested by simonjam on #webkit). | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-07  Adam Klein  <adamk@chromium.org> | 
| + | 
| +        Layout Test inspector/debugger/dom-breakpoints.html fails on chromium linux debug with ENABLE(MUTATION_OBSERVERS) | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73919 | 
| + | 
| +        Reviewed by Ojan Vafai. | 
| + | 
| +        Added test that no-op style mutations don't create MutationRecords. | 
| + | 
| +        * fast/mutation/observe-attributes-expected.txt: | 
| +        * fast/mutation/observe-attributes.html: | 
| + | 
| +2011-12-07  Ken Buchanan <kenrb@chromium.org> | 
| + | 
| +        Crash from multicol spans with layers | 
| +        https://bugs.webkit.org/show_bug.cgi?id=68030 | 
| + | 
| +        Reviewed by David Hyatt. | 
| + | 
| +        New test for fix to crash on bug 68030. | 
| + | 
| +        * fast/multicol/span/removal-of-multicol-span-crash-expected.txt: Added | 
| +        * fast/multicol/span/removal-of-multicol-span-crash.html: Added | 
| + | 
| +2011-12-07  Alexey Proskuryakov  <ap@apple.com> | 
| + | 
| +        Handling of !important in inline style sets is broken | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73941 | 
| + | 
| +        Reviewed by Dave Hyatt. | 
| + | 
| +        Converted the test to text only, and reversed expectations. | 
| + | 
| +        * fast/dom/css-inline-style-important-expected.txt: Added. | 
| +        * fast/dom/css-inline-style-important.html: | 
| +        * platform/chromium-linux/fast/dom/css-inline-style-important-expected.png: Removed. | 
| +        * platform/chromium-mac-leopard/fast/dom/css-inline-style-important-expected.png: Removed. | 
| +        * platform/chromium-mac/fast/dom/css-inline-style-important-expected.png: Removed. | 
| +        * platform/chromium-win/fast/dom/css-inline-style-important-expected.png: Removed. | 
| +        * platform/chromium-win/fast/dom/css-inline-style-important-expected.txt: Removed. | 
| +        * platform/efl/fast/dom/css-inline-style-important-expected.png: Removed. | 
| +        * platform/efl/fast/dom/css-inline-style-important-expected.txt: Removed. | 
| +        * platform/gtk/fast/dom/css-inline-style-important-expected.png: Removed. | 
| +        * platform/gtk/fast/dom/css-inline-style-important-expected.txt: Removed. | 
| +        * platform/mac-leopard/fast/dom/css-inline-style-important-expected.png: Removed. | 
| +        * platform/mac/fast/dom/css-inline-style-important-expected.png: Removed. | 
| +        * platform/mac/fast/dom/css-inline-style-important-expected.txt: Removed. | 
| +        * platform/qt/fast/dom/css-inline-style-important-expected.png: Removed. | 
| +        * platform/qt/fast/dom/css-inline-style-important-expected.txt: Removed. | 
| + | 
| +2011-12-07  Joshua Bell  <jsbell@chromium.org> | 
| + | 
| +        IndexedDB objectStoreNames not updated after aborted transaction | 
| +        https://bugs.webkit.org/show_bug.cgi?id=58655 | 
| + | 
| +        Already functional but there wasn't a test with these specifics. | 
| + | 
| +        Reviewed by Tony Chang. | 
| + | 
| +        * storage/indexeddb/mozilla/versionchange-abort-expected.txt: Added. | 
| +        * storage/indexeddb/mozilla/versionchange-abort.html: Added. | 
| + | 
| +2011-12-07  Xiaomei Ji  <xji@chromium.org> | 
| + | 
| +        Turn on move caret by word visually for windows platform. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=59652 | 
| + | 
| +        Reviewed by Ryosuke Niwa. | 
| + | 
| +        * editing/selection/caret-mode-paragraph-keys-navigation.html: | 
| +        * editing/selection/move-by-word-visually-crash-test-1.html: | 
| +        * editing/selection/move-by-word-visually-crash-test-2.html: | 
| +        * editing/selection/move-by-word-visually-crash-test-3.html: | 
| +        * editing/selection/move-by-word-visually-crash-test-4.html: | 
| +        * editing/selection/move-by-word-visually-crash-test-textarea.html: | 
| +        * editing/selection/move-by-word-visually-inline-block-positioned-element.html: | 
| +        * editing/selection/move-by-word-visually-multi-line.html: | 
| +        * editing/selection/move-by-word-visually-multi-space.html: | 
| +        * editing/selection/move-by-word-visually-null-box.html: | 
| +        * editing/selection/move-by-word-visually-single-space-inline-element.html: | 
| +        * editing/selection/move-by-word-visually-single-space-one-element.html: | 
| +        * editing/selection/move-by-word-visually-textarea.html: | 
| +        * editing/selection/move-left-right-by-word-mac-expected.txt: Added. | 
| +        * editing/selection/move-left-right-by-word-mac.html: Added. | 
| +        * editing/selection/resources/move-by-word-visually.js: | 
| +        (moveByWord): | 
| +        (moveByWordOnEveryChar): | 
| + | 
| +2011-12-07  Balazs Kelemen  <kbalazs@webkit.org> | 
| + | 
| +        Unreviewed gardening. | 
| + | 
| +        Skip 3 more metric related tests with Qt5 until test-font fix. | 
| + | 
| +        * platform/qt-5.0/Skipped: | 
| + | 
| +2011-12-07  Brian Salomon  <bsalomon@google.com> | 
| + | 
| +        [CHROMIUM] Make canvas/philip/tests/2d.imageData.put.unchanged.html be expected to fail | 
| +        on the GPU due to slight difference in alpha-premul computation. | 
| + | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73953 | 
| + | 
| +        Reviewed by Stephen White. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-07  Balazs Kelemen  <kbalazs@webkit.org> | 
| + | 
| +        [Qt][WK2] REGRESSION(102228): lot of test failures after enabled page cache | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73999 | 
| + | 
| +        Unreviewed gardening. Skip failing tests. | 
| + | 
| +        * platform/qt-wk2/Skipped: | 
| + | 
| +2011-12-07  Mihnea Ovidenie  <mihnea@adobe.com> | 
| + | 
| +        [CSSRegions]Add support for background-color in region styling | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71488 | 
| + | 
| +        Reviewed by David Hyatt. | 
| + | 
| +        * fast/regions/region-style-block-background-color.html: Added. | 
| +        * fast/regions/region-style-block-background-color2.html: Added. | 
| +        * fast/regions/region-style-image-background-color.html: Added. | 
| +        * fast/regions/region-style-inline-background-color.html: Added. | 
| +        * fast/regions/resources/transparent.png: Added. | 
| +        * platform/mac-snowleopard/fast/regions/region-style-block-background-color-expected.png: Added. | 
| +        * platform/mac-snowleopard/fast/regions/region-style-block-background-color-expected.txt: Added. | 
| +        * platform/mac-snowleopard/fast/regions/region-style-block-background-color2-expected.png: Added. | 
| +        * platform/mac-snowleopard/fast/regions/region-style-block-background-color2-expected.txt: Added. | 
| +        * platform/mac-snowleopard/fast/regions/region-style-image-background-color-expected.png: Added. | 
| +        * platform/mac-snowleopard/fast/regions/region-style-image-background-color-expected.txt: Added. | 
| +        * platform/mac-snowleopard/fast/regions/region-style-inline-background-color-expected.png: Added. | 
| +        * platform/mac-snowleopard/fast/regions/region-style-inline-background-color-expected.txt: Added. | 
| + | 
| +2011-12-07  Shinya Kawanaka  <shinyak@google.com> | 
| + | 
| +        Internals should have a method to reutrn the max sequence number of spellcheck reqeust. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73511 | 
| + | 
| +        Reviewed by Hajime Morita. | 
| + | 
| +        Added tests to check internals.lastSpellCheckRequestSequence and internals.lastSpellCheckProcessedSequence. | 
| + | 
| +        * editing/spelling/spellcheck-sequencenum-expected.txt: Added. | 
| +        * editing/spelling/spellcheck-sequencenum.html: Added. | 
| +        * platform/gtk/Skipped: | 
| +        * platform/qt/Skipped: | 
| + | 
| +2011-12-07  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Unreviewed chromium test expectations update. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-07  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Qt rebaseline after r102149. | 
| + | 
| +        * platform/qt/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Copied from | 
| +        LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt. | 
| + | 
| +2011-12-07  Kent Tamura  <tkent@chromium.org> | 
| + | 
| +        Move <input type=number> tests to fast/forms/number/ | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73987 | 
| + | 
| +        Reviewed by Hajime Morita. | 
| + | 
| +        * fast/forms/ValidityState-rangeOverflow-expected.txt: | 
| +        * fast/forms/ValidityState-rangeUnderflow-expected.txt: | 
| +        * fast/forms/ValidityState-stepMismatch-expected.txt: | 
| +        * fast/forms/ValidityState-typeMismatch-number-expected.txt: Removed. | 
| +        * fast/forms/ValidityState-typeMismatch-number.html: Removed. | 
| +        * fast/forms/input-appearance-number-rtl.html: Removed. | 
| +        * fast/forms/input-appearance-spinbutton-disabled-readonly.html: Removed. | 
| +        * fast/forms/input-appearance-spinbutton-layer.html: Removed. | 
| +        * fast/forms/input-appearance-spinbutton-visibility-expected.html: Removed. | 
| +        * fast/forms/input-appearance-spinbutton-visibility.html: Removed. | 
| +        * fast/forms/input-number-blur-twice-expected.txt: Removed. | 
| +        * fast/forms/input-number-blur-twice.html: Removed. | 
| +        * fast/forms/input-number-change-type-on-focus-expected.txt: Removed. | 
| +        * fast/forms/input-number-change-type-on-focus.html: Removed. | 
| +        * fast/forms/input-number-commit-valid-only-expected.txt: Removed. | 
| +        * fast/forms/input-number-commit-valid-only.html: Removed. | 
| +        * fast/forms/input-number-crash-expected.txt: Removed. | 
| +        * fast/forms/input-number-crash.html: Removed. | 
| +        * fast/forms/input-number-events-expected.txt: Removed. | 
| +        * fast/forms/input-number-events.html: Removed. | 
| +        * fast/forms/input-number-keyoperation-expected.txt: Removed. | 
| +        * fast/forms/input-number-keyoperation.html: Removed. | 
| +        * fast/forms/input-number-large-padding-expected.txt: Removed. | 
| +        * fast/forms/input-number-large-padding.html: Removed. | 
| +        * fast/forms/input-number-outofrange-expected.txt: Removed. | 
| +        * fast/forms/input-number-outofrange.html: Removed. | 
| +        * fast/forms/input-number-size-expected.txt: Removed. | 
| +        * fast/forms/input-number-size.html: Removed. | 
| +        * fast/forms/input-number-spinbutton-crash-expected.txt: Removed. | 
| +        * fast/forms/input-number-spinbutton-crash.html: Removed. | 
| +        * fast/forms/input-number-unacceptable-style-expected.txt: Removed. | 
| +        * fast/forms/input-number-unacceptable-style.html: Removed. | 
| +        * fast/forms/input-number-wheel-expected.txt: Removed. | 
| +        * fast/forms/input-number-wheel.html: Removed. | 
| +        * fast/forms/input-spinbutton-capturing-expected.txt: Removed. | 
| +        * fast/forms/input-spinbutton-capturing.html: Removed. | 
| +        * fast/forms/input-stepup-stepdown-expected.txt: | 
| +        * fast/forms/input-stepup-stepdown-from-renderer-expected.txt: Removed. | 
| +        * fast/forms/input-stepup-stepdown-from-renderer.html: Removed. | 
| +        * fast/forms/input-valueasnumber-number-expected.txt: Removed. | 
| +        * fast/forms/input-valueasnumber-number.html: Removed. | 
| +        * fast/forms/number-input-changeevent-expected.txt: Removed. | 
| +        * fast/forms/number-input-changeevent.html: Removed. | 
| +        * fast/forms/number/ValidityState-rangeOverflow-number-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-rangeOverflow-expected.txt. | 
| +        * fast/forms/number/ValidityState-rangeOverflow-number.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeOverflow.js. | 
| +        * fast/forms/number/ValidityState-rangeUnderflow-number-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-rangeUnderflow-expected.txt. | 
| +        * fast/forms/number/ValidityState-rangeUnderflow-number.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-rangeUnderflow.js. | 
| +        * fast/forms/number/ValidityState-stepMismatch-number-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-stepMismatch-expected.txt. | 
| +        * fast/forms/number/ValidityState-stepMismatch-number.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-stepMismatch.js. | 
| +        * fast/forms/number/ValidityState-typeMismatch-number-expected.txt: Copied from LayoutTests/fast/forms/ValidityState-typeMismatch-number-expected.txt. | 
| +        * fast/forms/number/ValidityState-typeMismatch-number.html: Copied from LayoutTests/fast/forms/script-tests/ValidityState-typeMismatch-number.js. | 
| +        * fast/forms/number/input-appearance-number-rtl.html: Copied from LayoutTests/fast/forms/input-appearance-number-rtl.html. | 
| +        * fast/forms/number/input-appearance-spinbutton-disabled-readonly.html: Copied from LayoutTests/fast/forms/input-appearance-spinbutton-disabled-readonly.html. | 
| +        * fast/forms/number/input-appearance-spinbutton-layer.html: Copied from LayoutTests/fast/forms/input-appearance-spinbutton-layer.html. | 
| +        * fast/forms/number/input-appearance-spinbutton-visibility-expected.html: Copied from LayoutTests/fast/forms/input-appearance-spinbutton-visibility-expected.html. | 
| +        * fast/forms/number/input-appearance-spinbutton-visibility.html: Copied from LayoutTests/fast/forms/input-appearance-spinbutton-visibility.html. | 
| +        * fast/forms/number/input-number-blur-twice-expected.txt: Copied from LayoutTests/fast/forms/input-number-blur-twice-expected.txt. | 
| +        * fast/forms/number/input-number-blur-twice.html: Copied from LayoutTests/fast/forms/input-number-blur-twice.html. | 
| +        * fast/forms/number/input-number-change-type-on-focus-expected.txt: Copied from LayoutTests/fast/forms/input-number-change-type-on-focus-expected.txt. | 
| +        * fast/forms/number/input-number-change-type-on-focus.html: Copied from LayoutTests/fast/forms/input-number-change-type-on-focus.html. | 
| +        * fast/forms/number/input-number-commit-valid-only-expected.txt: Copied from LayoutTests/fast/forms/input-number-commit-valid-only-expected.txt. | 
| +        * fast/forms/number/input-number-commit-valid-only.html: Copied from LayoutTests/fast/forms/script-tests/input-number-commit-valid-only.js. | 
| +        * fast/forms/number/input-number-crash-expected.txt: Copied from LayoutTests/fast/forms/input-number-crash-expected.txt. | 
| +        * fast/forms/number/input-number-crash.html: Copied from LayoutTests/fast/forms/input-number-crash.html. | 
| +        * fast/forms/number/input-number-events-expected.txt: Copied from LayoutTests/fast/forms/input-number-events-expected.txt. | 
| +        * fast/forms/number/input-number-events.html: Copied from LayoutTests/fast/forms/script-tests/input-number-events.js. | 
| +        * fast/forms/number/input-number-keyoperation-expected.txt: Copied from LayoutTests/fast/forms/input-number-keyoperation-expected.txt. | 
| +        * fast/forms/number/input-number-keyoperation.html: Copied from LayoutTests/fast/forms/script-tests/input-number-keyoperation.js. | 
| +        * fast/forms/number/input-number-large-padding-expected.txt: Copied from LayoutTests/fast/forms/input-number-large-padding-expected.txt. | 
| +        * fast/forms/number/input-number-large-padding.html: Copied from LayoutTests/fast/forms/input-number-large-padding.html. | 
| +        * fast/forms/number/input-number-outofrange-expected.txt: Copied from LayoutTests/fast/forms/input-number-outofrange-expected.txt. | 
| +        * fast/forms/number/input-number-outofrange.html: Copied from LayoutTests/fast/forms/script-tests/input-number-outofrange.js. | 
| +        * fast/forms/number/input-number-size-expected.txt: Copied from LayoutTests/fast/forms/input-number-size-expected.txt. | 
| +        * fast/forms/number/input-number-size.html: Copied from LayoutTests/fast/forms/input-number-size.html. | 
| +        * fast/forms/number/input-number-spinbutton-crash-expected.txt: Copied from LayoutTests/fast/forms/input-number-spinbutton-crash-expected.txt. | 
| +        * fast/forms/number/input-number-spinbutton-crash.html: Copied from LayoutTests/fast/forms/input-number-spinbutton-crash.html. | 
| +        * fast/forms/number/input-number-unacceptable-style-expected.txt: Copied from LayoutTests/fast/forms/input-number-unacceptable-style-expected.txt. | 
| +        * fast/forms/number/input-number-unacceptable-style.html: Copied from LayoutTests/fast/forms/input-number-unacceptable-style.html. | 
| +        * fast/forms/number/input-number-wheel-expected.txt: Copied from LayoutTests/fast/forms/input-number-wheel-expected.txt. | 
| +        * fast/forms/number/input-number-wheel.html: Copied from LayoutTests/fast/forms/script-tests/input-number-wheel.js. | 
| +        * fast/forms/number/input-spinbutton-capturing-expected.txt: Copied from LayoutTests/fast/forms/input-spinbutton-capturing-expected.txt. | 
| +        * fast/forms/number/input-spinbutton-capturing.html: Copied from LayoutTests/fast/forms/script-tests/input-spinbutton-capturing.js. | 
| +        * fast/forms/number/input-valueasnumber-number-expected.txt: Copied from LayoutTests/fast/forms/input-valueasnumber-number-expected.txt. | 
| +        * fast/forms/number/input-valueasnumber-number.html: Copied from LayoutTests/fast/forms/script-tests/input-valueasnumber-number.js. | 
| +        * fast/forms/number/number-input-changeevent-expected.txt: Copied from LayoutTests/fast/forms/number-input-changeevent-expected.txt. | 
| +        * fast/forms/number/number-input-changeevent.html: Copied from LayoutTests/fast/forms/number-input-changeevent.html. | 
| +        * fast/forms/number/number-stepup-stepdown-expected.txt: Copied from LayoutTests/fast/forms/input-stepup-stepdown-expected.txt. | 
| +        * fast/forms/number/number-stepup-stepdown-from-renderer-expected.txt: Copied from LayoutTests/fast/forms/input-stepup-stepdown-from-renderer-expected.txt. | 
| +        * fast/forms/number/number-stepup-stepdown-from-renderer.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown-from-renderer.js. | 
| +        * fast/forms/number/number-stepup-stepdown.html: Copied from LayoutTests/fast/forms/script-tests/input-stepup-stepdown.js. | 
| +        * fast/forms/number/spin-button-gets-disabled-or-readonly-expected.txt: Copied from LayoutTests/fast/forms/spin-button-gets-disabled-or-readonly-expected.txt. | 
| +        * fast/forms/number/spin-button-gets-disabled-or-readonly.html: Copied from LayoutTests/fast/forms/spin-button-gets-disabled-or-readonly.html. | 
| +        * fast/forms/script-tests/ValidityState-rangeOverflow.js: | 
| +        * fast/forms/script-tests/ValidityState-rangeUnderflow.js: | 
| +        * fast/forms/script-tests/ValidityState-stepMismatch.js: | 
| +        * fast/forms/script-tests/ValidityState-typeMismatch-number.js: Removed. | 
| +        * fast/forms/script-tests/input-number-commit-valid-only.js: Removed. | 
| +        * fast/forms/script-tests/input-number-events.js: Removed. | 
| +        * fast/forms/script-tests/input-number-keyoperation.js: Removed. | 
| +        * fast/forms/script-tests/input-number-outofrange.js: Removed. | 
| +        * fast/forms/script-tests/input-number-wheel.js: Removed. | 
| +        * fast/forms/script-tests/input-spinbutton-capturing.js: Removed. | 
| +        * fast/forms/script-tests/input-stepup-stepdown-from-renderer.js: Removed. | 
| +        * fast/forms/script-tests/input-stepup-stepdown.js: | 
| +        * fast/forms/script-tests/input-valueasnumber-number.js: Removed. | 
| +        * fast/forms/spin-button-gets-disabled-or-readonly-expected.txt: Removed. | 
| +        * fast/forms/spin-button-gets-disabled-or-readonly.html: Removed. | 
| +        * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-number-rtl-expected.png: Removed. | 
| +        * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png: Removed. | 
| +        * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-spinbutton-layer-expected.png: Removed. | 
| +        * platform/chromium-cg-mac-leopard/fast/forms/number: Added. | 
| +        * platform/chromium-cg-mac-leopard/fast/forms/number/input-appearance-number-rtl-expected.png: Copied from LayoutTests/platform/chromium-cg-mac-leopard/fast/forms/input-appearance-number-rtl-expected.png. | 
| +        * platform/chromium-cg-mac-leopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-cg-mac-leopard/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png. | 
| +        * platform/chromium-cg-mac-leopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-cg-mac-leopard/fast/forms/input-appearance-spinbutton-layer-expected.png. | 
| +        * platform/chromium-linux/fast/forms/input-appearance-number-rtl-expected.png: Removed. | 
| +        * platform/chromium-linux/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png: Removed. | 
| +        * platform/chromium-linux/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed. | 
| +        * platform/chromium-linux/fast/forms/input-appearance-spinbutton-layer-expected.png: Removed. | 
| +        * platform/chromium-linux/fast/forms/number: Added. | 
| +        * platform/chromium-linux/fast/forms/number/input-appearance-number-rtl-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/input-appearance-number-rtl-expected.png. | 
| +        * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png. | 
| +        * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/chromium-linux/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt. | 
| +        * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-linux/fast/forms/input-appearance-spinbutton-layer-expected.png. | 
| +        * platform/chromium-mac-leopard/fast/forms/input-appearance-number-rtl-expected.png: Removed. | 
| +        * platform/chromium-mac-leopard/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png: Removed. | 
| +        * platform/chromium-mac-leopard/fast/forms/input-appearance-spinbutton-layer-expected.png: Removed. | 
| +        * platform/chromium-mac-leopard/fast/forms/number: Added. | 
| +        * platform/chromium-mac-leopard/fast/forms/number/input-appearance-number-rtl-expected.png: Copied from LayoutTests/platform/chromium-mac-leopard/fast/forms/input-appearance-number-rtl-expected.png. | 
| +        * platform/chromium-mac-leopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-mac-leopard/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png. | 
| +        * platform/chromium-mac-leopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-mac-leopard/fast/forms/input-appearance-spinbutton-layer-expected.png. | 
| +        * platform/chromium-mac/fast/forms/input-appearance-number-rtl-expected.png: Removed. | 
| +        * platform/chromium-mac/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png: Removed. | 
| +        * platform/chromium-mac/fast/forms/input-appearance-spinbutton-layer-expected.png: Removed. | 
| +        * platform/chromium-mac/fast/forms/number: Added. | 
| +        * platform/chromium-mac/fast/forms/number/input-appearance-number-rtl-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/input-appearance-number-rtl-expected.png. | 
| +        * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png. | 
| +        * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-mac/fast/forms/input-appearance-spinbutton-layer-expected.png. | 
| +        * platform/chromium-win/fast/forms/input-appearance-number-rtl-expected.png: Removed. | 
| +        * platform/chromium-win/fast/forms/input-appearance-number-rtl-expected.txt: Removed. | 
| +        * platform/chromium-win/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png: Removed. | 
| +        * platform/chromium-win/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed. | 
| +        * platform/chromium-win/fast/forms/input-appearance-spinbutton-layer-expected.png: Removed. | 
| +        * platform/chromium-win/fast/forms/input-appearance-spinbutton-layer-expected.txt: Removed. | 
| +        * platform/chromium-win/fast/forms/number: Added. | 
| +        * platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/input-appearance-number-rtl-expected.png. | 
| +        * platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/input-appearance-number-rtl-expected.txt. | 
| +        * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png. | 
| +        * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt. | 
| +        * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/chromium-win/fast/forms/input-appearance-spinbutton-layer-expected.png. | 
| +        * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/forms/input-appearance-spinbutton-layer-expected.txt. | 
| +        * platform/chromium/test_expectations.txt: | 
| +        * platform/efl/Skipped: | 
| +        * platform/efl/fast/forms/input-appearance-number-rtl-expected.png: Removed. | 
| +        * platform/efl/fast/forms/input-appearance-number-rtl-expected.txt: Removed. | 
| +        * platform/efl/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png: Removed. | 
| +        * platform/efl/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed. | 
| +        * platform/efl/fast/forms/input-appearance-spinbutton-layer-expected.png: Removed. | 
| +        * platform/efl/fast/forms/input-appearance-spinbutton-layer-expected.txt: Removed. | 
| +        * platform/efl/fast/forms/number: Added. | 
| +        * platform/efl/fast/forms/number/input-appearance-number-rtl-expected.png: Copied from LayoutTests/platform/efl/fast/forms/input-appearance-number-rtl-expected.png. | 
| +        * platform/efl/fast/forms/number/input-appearance-number-rtl-expected.txt: Copied from LayoutTests/platform/efl/fast/forms/input-appearance-number-rtl-expected.txt. | 
| +        * platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/efl/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png. | 
| +        * platform/efl/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/efl/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt. | 
| +        * platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/efl/fast/forms/input-appearance-spinbutton-layer-expected.png. | 
| +        * platform/efl/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/efl/fast/forms/input-appearance-spinbutton-layer-expected.txt. | 
| +        * platform/gtk/Skipped: | 
| +        * platform/gtk/fast/forms/input-appearance-number-rtl-expected.png: Removed. | 
| +        * platform/gtk/fast/forms/input-appearance-number-rtl-expected.txt: Removed. | 
| +        * platform/gtk/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png: Removed. | 
| +        * platform/gtk/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed. | 
| +        * platform/gtk/fast/forms/input-appearance-spinbutton-layer-expected.png: Removed. | 
| +        * platform/gtk/fast/forms/input-appearance-spinbutton-layer-expected.txt: Removed. | 
| +        * platform/gtk/fast/forms/number: Added. | 
| +        * platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/input-appearance-number-rtl-expected.png. | 
| +        * platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/input-appearance-number-rtl-expected.txt. | 
| +        * platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png. | 
| +        * platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt. | 
| +        * platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/gtk/fast/forms/input-appearance-spinbutton-layer-expected.png. | 
| +        * platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/gtk/fast/forms/input-appearance-spinbutton-layer-expected.txt. | 
| +        * platform/mac/fast/forms/input-appearance-number-rtl-expected.png: Removed. | 
| +        * platform/mac/fast/forms/input-appearance-number-rtl-expected.txt: Removed. | 
| +        * platform/mac/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png: Removed. | 
| +        * platform/mac/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed. | 
| +        * platform/mac/fast/forms/input-appearance-spinbutton-layer-expected.png: Removed. | 
| +        * platform/mac/fast/forms/input-appearance-spinbutton-layer-expected.txt: Removed. | 
| +        * platform/mac/fast/forms/number: Added. | 
| +        * platform/mac/fast/forms/number/input-appearance-number-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-number-rtl-expected.png. | 
| +        * platform/mac/fast/forms/number/input-appearance-number-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-number-rtl-expected.txt. | 
| +        * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png. | 
| +        * platform/mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt. | 
| +        * platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-layer-expected.png. | 
| +        * platform/mac/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/mac/fast/forms/input-appearance-spinbutton-layer-expected.txt. | 
| +        * platform/qt-wk2/Skipped: | 
| +        * platform/qt/Skipped: | 
| +        * platform/qt/fast/forms/input-appearance-number-rtl-expected.png: Removed. | 
| +        * platform/qt/fast/forms/input-appearance-number-rtl-expected.txt: Removed. | 
| +        * platform/qt/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png: Removed. | 
| +        * platform/qt/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed. | 
| +        * platform/qt/fast/forms/input-appearance-spinbutton-layer-expected.png: Removed. | 
| +        * platform/qt/fast/forms/input-appearance-spinbutton-layer-expected.txt: Removed. | 
| +        * platform/qt/fast/forms/number: Added. | 
| +        * platform/qt/fast/forms/number/input-appearance-number-rtl-expected.png: Copied from LayoutTests/platform/qt/fast/forms/input-appearance-number-rtl-expected.png. | 
| +        * platform/qt/fast/forms/number/input-appearance-number-rtl-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/input-appearance-number-rtl-expected.txt. | 
| +        * platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.png: Copied from LayoutTests/platform/qt/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png. | 
| +        * platform/qt/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.txt. | 
| +        * platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.png: Copied from LayoutTests/platform/qt/fast/forms/input-appearance-spinbutton-layer-expected.png. | 
| +        * platform/qt/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Copied from LayoutTests/platform/qt/fast/forms/input-appearance-spinbutton-layer-expected.txt. | 
| +        * platform/win/Skipped: | 
| +        * platform/wk2/Skipped: | 
| + | 
| +2011-12-07  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Add back a file accidentally removed in r102210. | 
| + | 
| +        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Copied from | 
| +        LayoutTests/platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt. | 
| + | 
| +2011-12-06  Kent Tamura  <tkent@chromium.org> | 
| + | 
| +        Correct svn:mime-type of platform/*/fast/forms/*.png. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/fast/forms/input-align-image-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-cg-mac-leopard/fast/forms/listbox-bidi-align-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-cg-mac-leopard/fast/forms/range/slider-padding-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-cg-mac-leopard/fast/forms/select-baseline-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-cg-mac-leopard/fast/forms/select-visual-hebrew-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-cg-mac-leopard/fast/forms/visual-hebrew-text-field-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/forms/menulist-clip-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/forms/menulist-option-wrap-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/forms/menulist-restrict-line-height-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/forms/menulist-separator-painting-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/forms/menulist-style-color-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/forms/select-baseline-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/forms/select-empty-option-height-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-cg-mac/fast/forms/basic-selects-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-cg-mac/fast/forms/input-align-image-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-cg-mac/fast/forms/listbox-bidi-align-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-cg-mac/fast/forms/preserveFormDuringResidualStyle-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-cg-mac/fast/forms/select-background-none-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-linux/fast/forms/listbox-bidi-align-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-linux/fast/forms/select-background-none-expected.png: Added property svn:mime-type. | 
| +        * platform/chromium-linux/fast/forms/select-dirty-parent-pref-widths-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-linux/fast/forms/textfield-focus-ring-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac-snowleopard/fast/forms/menulist-narrow-width-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac-snowleopard/fast/forms/menulist-option-wrap-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac-snowleopard/fast/forms/menulist-restrict-line-height-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac-snowleopard/fast/forms/menulist-separator-painting-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac-snowleopard/fast/forms/menulist-style-color-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac-snowleopard/fast/forms/select-baseline-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac-snowleopard/fast/forms/select-empty-option-height-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/003-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/004-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/005-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/006-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/007-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/HTMLOptionElement_label01-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/HTMLOptionElement_label02-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/HTMLOptionElement_label03-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/HTMLOptionElement_label04-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/HTMLOptionElement_label05-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/basic-buttons-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/basic-selects-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/basic-textareas-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/basic-textareas-quirks-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/blankbuttons-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/box-shadow-override-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/button-align-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/button-cannot-be-nested-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/button-default-title-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/button-generated-content-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/button-inner-block-reuse-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/button-positioned-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/button-sizes-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/button-style-color-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/button-table-styles-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/button-text-transform-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/button-white-space-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/caret-rtl-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/control-clip-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/control-clip-overflow-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/control-restrict-line-height-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/disabled-select-change-index-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/encoding-test-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/fieldset-align-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/fieldset-with-float-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/file/file-input-direction-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/file/input-file-re-render-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/float-before-fieldset-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/floating-textfield-relayout-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/form-added-to-table-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/form-hides-table-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/formmove3-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/hidden-listbox-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/image-border-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-align-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-align-image-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-appearance-bkcolor-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-appearance-default-bkcolor-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-appearance-disabled-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-appearance-focus-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-appearance-height-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-appearance-number-rtl-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-appearance-preventDefault-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-appearance-range-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-appearance-readonly-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-appearance-selection-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-appearance-spinbutton-layer-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-appearance-visibility-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-appearance-width-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-baseline-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-button-sizes-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-double-click-selection-gap-bug-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-field-text-truncated-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-first-letter-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-no-renderer-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-readonly-autoscroll-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-readonly-dimmed-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-readonly-empty-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-spaces-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-table-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-text-click-inside-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-text-click-outside-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-text-double-click-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-text-drag-down-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-text-option-delete-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-text-scroll-left-on-blur-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-text-self-emptying-click-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-text-word-wrap-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/input-type-text-min-width-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/linebox-overflow-in-textarea-padding-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/listbox-bidi-align-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/listbox-hit-test-zoomed-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/listbox-scrollbar-incremental-load-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/listbox-width-change-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/menulist-deselect-update-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/menulist-no-overflow-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/menulist-width-change-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/minWidthPercent-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/negativeLineHeight-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/option-index-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/option-script-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/option-strip-whitespace-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/option-text-clip-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/plaintext-mode-2-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/preserveFormDuringResidualStyle-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/range-thumb-height-percentage-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/range/slider-padding-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/range/slider-thumb-shared-style-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/range/thumbslider-no-parent-slider-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/search-cancel-button-style-sharing-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/search-display-none-cancel-button-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/search-rtl-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/search-vertical-alignment-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/searchfield-heights-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/select-align-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/select-background-none-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/select-block-background-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/select-change-listbox-size-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/select-change-listbox-to-popup-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/select-change-popup-to-listbox-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/select-dirty-parent-pref-widths-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/select-disabled-appearance-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/select-display-none-style-resolve-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/select-initial-position-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/select-item-background-clip-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/select-list-box-with-height-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/select-selected-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/select-size-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/select-style-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/select-visual-hebrew-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/select-writing-direction-natural-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/selectlist-minsize-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/slider-padding-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/slider-thumb-shared-style-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/stuff-on-my-optgroup-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/tabbing-input-iframe-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/targeted-frame-submission-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/text-style-color-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/textAreaLineHeight-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/textarea-align-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/textarea-scroll-height-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/textarea-scrollbar-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/textarea-scrolled-type-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/textarea-setinnerhtml-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/textarea-width-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/textfield-focus-ring-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/textfield-outline-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/textfield-overflow-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/thumbslider-no-parent-slider-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-mac/fast/forms/visual-hebrew-text-field-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-win/fast/forms/listbox-bidi-align-expected.png: Modified property svn:mime-type. | 
| +        * platform/chromium-win/fast/forms/textfield-focus-ring-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/001-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/002-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/003-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/004-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/005-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/006-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/007-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/HTMLOptionElement_label01-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/HTMLOptionElement_label02-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/HTMLOptionElement_label03-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/HTMLOptionElement_label04-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/HTMLOptionElement_label05-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/HTMLOptionElement_label06-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/HTMLOptionElement_label07-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/basic-buttons-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/basic-inputs-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/basic-selects-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/basic-textareas-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/basic-textareas-quirks-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/blankbuttons-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/box-shadow-override-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/button-align-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/button-cannot-be-nested-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/button-default-title-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/button-generated-content-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/button-inner-block-reuse-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/button-positioned-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/button-sizes-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/button-style-color-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/button-submit-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/button-table-styles-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/button-text-transform-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/button-white-space-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/caret-rtl-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/checkbox-radio-onchange-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/control-clip-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/control-clip-overflow-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/control-restrict-line-height-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/disabled-select-change-index-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/encoding-test-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/fieldset-align-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/fieldset-with-float-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/file/file-input-direction-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/file/file-input-disabled-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/float-before-fieldset-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/floating-textfield-relayout-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/form-added-to-table-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/form-element-geometry-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/form-hides-table-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/form-in-malformed-markup-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/formmove-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/formmove2-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/formmove3-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/hidden-listbox-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/image-border-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/indeterminate-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-align-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-align-image-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-appearance-bkcolor-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-appearance-default-bkcolor-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-appearance-focus-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-appearance-height-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-appearance-number-rtl-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-appearance-preventDefault-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-appearance-selection-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-appearance-spinbutton-disabled-readonly-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-appearance-spinbutton-layer-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-appearance-visibility-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-appearance-width-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-baseline-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-button-sizes-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-disabled-color-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-double-click-selection-gap-bug-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-field-text-truncated-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-first-letter-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-no-renderer-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-paste-undo-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-placeholder-visibility-1-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-readonly-dimmed-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-readonly-empty-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-spaces-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-table-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-text-click-inside-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-text-option-delete-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-text-scroll-left-on-blur-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-text-self-emptying-click-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-text-word-wrap-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-type-text-min-width-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-value-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/input-width-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/linebox-overflow-in-textarea-padding-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/listbox-bidi-align-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/listbox-clip-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/listbox-hit-test-zoomed-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/listbox-scrollbar-incremental-load-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/listbox-width-change-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/menulist-clip-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/menulist-deselect-update-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/menulist-narrow-width-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/menulist-no-overflow-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/menulist-option-wrap-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/menulist-restrict-line-height-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/menulist-separator-painting-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/menulist-style-color-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/menulist-width-change-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/minWidthPercent-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/negativeLineHeight-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/option-index-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/option-script-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/option-strip-whitespace-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/option-text-clip-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/placeholder-position-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/placeholder-pseudo-style-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/preserveFormDuringResidualStyle-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/radio-attr-order-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/radio-nested-labels-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/radio_checked-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/radio_checked_dynamic-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/range/input-appearance-range-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/range/range-thumb-height-percentage-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/range/slider-padding-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/range/slider-thumb-shared-style-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/range/slider-thumb-stylability-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/range/thumbslider-no-parent-slider-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/search-cancel-button-style-sharing-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/search-display-none-cancel-button-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/search-rtl-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/search-styled-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/search-vertical-alignment-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/searchfield-heights-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/select-align-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/select-background-none-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/select-baseline-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/select-block-background-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/select-change-listbox-size-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/select-change-listbox-to-popup-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/select-change-popup-to-listbox-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/select-dirty-parent-pref-widths-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/select-disabled-appearance-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/select-display-none-style-resolve-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/select-empty-option-height-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/select-initial-position-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/select-item-background-clip-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/select-list-box-with-height-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/select-listbox-multiple-no-focusring-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/select-selected-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/select-size-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/select-style-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/select-visual-hebrew-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/select-writing-direction-natural-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/selectlist-minsize-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/stuff-on-my-optgroup-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/tabbing-input-iframe-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/targeted-frame-submission-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/text-style-color-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/textAreaLineHeight-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/textarea-align-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/textarea-placeholder-pseudo-style-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/textarea-scroll-height-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/textarea-scrolled-type-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/textarea-setinnerhtml-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/textarea-width-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/textfield-focus-ring-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/textfield-outline-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/textfield-overflow-by-value-update-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/textfield-overflow-expected.png: Modified property svn:mime-type. | 
| +        * platform/efl/fast/forms/visual-hebrew-text-field-expected.png: Modified property svn:mime-type. | 
| +        * platform/gtk/fast/forms/input-appearance-spinbutton-layer-expected.png: Added property svn:mime-type. | 
| +        * platform/gtk/fast/forms/select-background-none-expected.png: Added property svn:mime-type. | 
| +        * platform/mac-leopard/fast/forms/caret-rtl-expected.png: Modified property svn:mime-type. | 
| +        * platform/mac-leopard/fast/forms/form-added-to-table-expected.png: Modified property svn:mime-type. | 
| +        * platform/mac-leopard/fast/forms/form-in-malformed-markup-expected.png: Modified property svn:mime-type. | 
| +        * platform/mac-leopard/fast/forms/image-border-expected.png: Modified property svn:mime-type. | 
| +        * platform/mac-leopard/fast/forms/input-field-text-truncated-expected.png: Modified property svn:mime-type. | 
| +        * platform/mac-leopard/fast/forms/input-type-text-min-width-expected.png: Modified property svn:mime-type. | 
| +        * platform/mac-leopard/fast/forms/menulist-style-color-expected.png: Modified property svn:mime-type. | 
| +        * platform/mac-leopard/fast/forms/placeholder-pseudo-style-expected.png: Modified property svn:mime-type. | 
| +        * platform/mac-leopard/fast/forms/search-display-none-cancel-button-expected.png: Modified property svn:mime-type. | 
| +        * platform/mac-leopard/fast/forms/search-vertical-alignment-expected.png: Modified property svn:mime-type. | 
| +        * platform/mac-leopard/fast/forms/textarea-width-expected.png: Modified property svn:mime-type. | 
| +        * platform/mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.png: Modified property svn:mime-type. | 
| +        * platform/mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.png: Modified property svn:mime-type. | 
| +        * platform/qt/fast/forms/basic-selects-expected.png: Modified property svn:mime-type. | 
| +        * platform/qt/fast/forms/input-button-sizes-expected.png: Modified property svn:mime-type. | 
| +        * platform/qt/fast/forms/input-placeholder-focus-twice-expected.png: Modified property svn:mime-type. | 
| +        * platform/qt/fast/forms/range/slider-crash-expected.png: Added property svn:mime-type. | 
| +        * platform/win/fast/forms/input-text-drag-down-expected.png: Modified property svn:mime-type. | 
| + | 
| +2011-12-06  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Copy hover-active-drag-expected.txt for Chromium. | 
| + | 
| +        * platform/chromium/fast/css/hover-active-drag-expected.txt: Copied from LayoutTests/fast/css/hover-active-drag-expected.txt. | 
| + | 
| +2011-12-06  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Remove the leapForward accidentally added in the previous commit, and add a failing test expectation | 
| +        for offsetX-offset-Y.html. The failure is tracked by the bug 73979. | 
| + | 
| +        * fast/events/offsetX-offsetY-expected.txt: | 
| +        * fast/forms/select-multiple-elements-with-mouse-drag-with-options-less-than-size.html: | 
| + | 
| +2011-12-06  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Fixed the test added by r100111. | 
| + | 
| +        * fast/forms/select-multiple-elements-with-mouse-drag-with-options-less-than-size.html: | 
| + | 
| +2011-12-06  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Skip tests added by r101883 on Mac since they have been failing. | 
| +        The failure is tracked by the bug 73977. | 
| + | 
| +        * platform/mac/Skipped: | 
| + | 
| +2011-12-06  Eric Carlson  <eric.carlson@apple.com> | 
| + | 
| +        Update <track> layout tests | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73966 | 
| + | 
| +        <track> elements won't necessarily load automatically after https://bugs.webkit.org/show_bug.cgi?id=72547 | 
| +        is fixed, so update tests now. | 
| + | 
| +        Reviewed by Sam Weinig. | 
| + | 
| +        * media/track/text-track-cue-is-reachable-expected.txt: Added. | 
| +        * media/track/text-track-cue-is-reachable.html: Added. | 
| +        * media/track/text-track-is-reachable-expected.txt: Added. | 
| +        * media/track/text-track-is-reachable.html: Added. | 
| +        * media/track/track-add-remove-cue.html: | 
| +        * media/track/track-cues-cuechange.html: | 
| +        * media/track/track-cues-enter-exit.html: | 
| +        * media/track/track-cues-seeking.html: | 
| +        * media/track/track-load-error-readyState.html: | 
| +        * media/track/track-load-from-element-readyState.html: | 
| +        * media/track/track-load-from-src-readyState.html: | 
| +        * media/track/track-text-track-cue-list.html: | 
| +        * media/track/track-webvtt-tc000-empty.html: | 
| +        * media/track/track-webvtt-tc001-utf8.html: | 
| +        * media/track/track-webvtt-tc002-bom.html: | 
| +        * media/track/track-webvtt-tc003-newlines.html: | 
| +        * media/track/track-webvtt-tc004-magic-header.html: | 
| +        * media/track/track-webvtt-tc005-header-comment.html: | 
| +        * media/track/track-webvtt-tc006-cue-identifiers.html: | 
| +        * media/track/track-webvtt-tc007-cue-no-id.html: | 
| +        * media/track/track-webvtt-tc008-timings-no-hours.html: | 
| +        * media/track/track-webvtt-tc009-timings-hour.html: | 
| +        * media/track/track-webvtt-tc010-no-timings.html: | 
| +        * media/track/track-webvtt-tc011-blank-lines.html: | 
| +        * media/track/track-webvtt-tc013-settings.html: | 
| +        * media/track/track-webvtt-tc014-alignment.html: | 
| +        * media/track/track-webvtt-tc015-positioning.html: | 
| +        * media/track/track-webvtt-tc016-align-positioning.html: | 
| +        * media/track/track-webvtt-tc017-line-position.html: | 
| +        * media/track/track-webvtt-tc018-align-text-line-position.html: | 
| +        * media/track/track-webvtt-tc019-cue-size.html: | 
| +        * media/track/track-webvtt-tc020-cue-size-align.html: | 
| +        * media/track/track-webvtt-tc021-valign.html: | 
| +        * media/track/track-webvtt-tc022-entities.html: | 
| +        * media/track/track-webvtt-tc023-markup.html: | 
| +        * media/track/track-webvtt-tc024-timestamp.html: | 
| +        * media/track/track-webvtt-tc025-class-markup.html: | 
| +        * media/track/track-webvtt-tc026-voice.html: | 
| +        * media/track/track-webvtt-tc027-empty-cue.html: | 
| +        * media/track/track-webvtt-tc028-unsupported-markup.html: | 
| +        * media/video-test.js: | 
| +        (testTracks): | 
| +        (testCues): | 
| +        (allTestsEnded): | 
| +        (enableAllTextTracks): | 
| + | 
| +2011-12-06  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Add a failing expectation for the test added by r101619. | 
| +        The failure is tracked by the bug 73975. | 
| + | 
| +        * platform/mac/fast/css/hover-active-drag-expected.txt: Copied from LayoutTests/fast/css/hover-active-drag-expected.txt. | 
| + | 
| +2011-12-06  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        GTK rebaseline after r102149. | 
| + | 
| +        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed. | 
| +        * platform/gtk/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Copied from LayoutTests/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt. | 
| + | 
| +2011-12-06  Kenneth Russell  <kbr@google.com> | 
| + | 
| +        Unreviewed. Suppress failure of fast/canvas/webgl/canvas-2d-webgl-texture.html | 
| +        on Mac; tracking bug https://bugs.webkit.org/show_bug.cgi?id=73974 . | 
| + | 
| +        * platform/mac/Skipped: | 
| + | 
| +2011-12-06  Kenichi Ishibashi  <bashi@chromium.org> | 
| + | 
| +        [Chromium] unknown characters symbol on \n in complex script text (RTL and LTR) | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73806 | 
| + | 
| +        Reviewed by Tony Chang. | 
| + | 
| +        Adds a test to ensure the missing glyph doesn't appear on LF in complex text. | 
| + | 
| +        * fast/text/international/chromium-complex-text-non-printable-expected.html: Added. | 
| +        * fast/text/international/chromium-complex-text-non-printable.html: Added. | 
| + | 
| +2011-12-06  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        CSS Grid Layout: Add support for parsing multiple grid-columns or grid-rows | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73272 | 
| + | 
| +        Reviewed by Tony Chang. | 
| + | 
| +        * fast/css-grid-layout/grid-columns-rows-get-set-expected.txt: | 
| +        * fast/css-grid-layout/resources/grid-columns-rows-get-set.js: | 
| +        Added more testing for the single case. | 
| + | 
| +        * fast/css-grid-layout/grid-columns-rows-get-set-multiple-expected.txt: Added. | 
| +        * fast/css-grid-layout/grid-columns-rows-get-set-multiple.html: Added. | 
| +        * fast/css-grid-layout/resources/grid-columns-rows-get-set-multiple.js: Added. | 
| + | 
| +2011-12-06  Darin Adler  <darin@apple.com> | 
| + | 
| +        Generated some new expected results for Lion. | 
| + | 
| +        Discussed aspects of this with Adam Roben and Dan Bernstein. | 
| + | 
| +        * platform/mac/fast/dom/rtl-scroll-to-leftmost-and-resize-expected.txt: Added. | 
| +        * platform/mac/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Added. | 
| +        * platform/mac/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Added. | 
| +        * platform/mac/fast/regions/region-overflow-break-expected.txt: Added. | 
| +        * platform/mac/fast/regions/render-region-custom-style-mark-expected.txt: Added. | 
| +        * platform/mac/http/tests/inspector/resource-har-conversion-expected.txt: Updated. | 
| +        * platform/mac/media/controls-strict-expected.txt: Added. | 
| +        * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.txt: Updated. | 
| +        * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.txt: Updated. | 
| +        * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.txt: Updated. | 
| +        * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.txt: Updated. | 
| +        * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.txt: Updated. | 
| +        * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.txt: Updated. | 
| +        * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.txt: Updated. | 
| +        * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.txt: Updated. | 
| +        * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.txt: Updated. | 
| +        * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.txt: Updated. | 
| +        * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.txt: Updated. | 
| +        * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.txt: Updated. | 
| +        * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.txt: Updated. | 
| +        * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.txt: Updated. | 
| +        * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.txt: Updated. | 
| +        * platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.txt: Updated. | 
| +        * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Added. | 
| +        * platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.txt: Updated. | 
| +        * platform/mac/svg/text/text-intro-05-t-expected.txt: Updated. | 
| + | 
| +2011-12-06  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Unreviewed chromium expectations update. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-06  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Unreviewed chromium tests rebaseline. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/fast/table/027-expected.png: Added. | 
| + | 
| +2011-12-06  Jarred Nicholls  <jarred@sencha.com> | 
| + | 
| +        getComputedStyle returns wrong value for margin-* | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73334 | 
| + | 
| +        Modified baseline tests for getComputedStyle margin values where a "used" value is returned. | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: | 
| +        * fast/css/getComputedStyle/getComputedStyle-margin-auto-expected.txt: | 
| +        * fast/css/getComputedStyle/getComputedStyle-margin-percentage-expected.txt: | 
| +        * fast/css/getComputedStyle/getComputedStyle-resolved-values-expected.txt: Added. | 
| +        * fast/css/getComputedStyle/getComputedStyle-resolved-values.html: Added. | 
| +        * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: | 
| + | 
| +2011-12-06  Alexey Proskuryakov  <ap@apple.com> | 
| + | 
| +        REGRESSION (WebKit2): Kill ring is not cleared when selection changes | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73888 | 
| +        <rdar://problem/10532310> | 
| + | 
| +        Reviewed by Mark Rowe. | 
| + | 
| +        * editing/pasteboard/emacs-ctrl-k-with-move-expected.txt: Added. | 
| +        * editing/pasteboard/emacs-ctrl-k-with-move.html: Added. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| +        * platform/qt/Skipped: | 
| +        * platform/win/Skipped: | 
| +        * platform/wincairo/Skipped: | 
| +        Platforms that fail other emacs key bindings tests likely fail this new one, too. | 
| + | 
| +2011-12-06  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Unreviewed chromium expectations update. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-06  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Unreviewed chromium expectations update. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-06  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Unreviewed chromium tests rebaseline. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/http/tests/security/mixedContent/redirect-http-to-https-video-in-main-frame-expected.txt: Added. | 
| +        * platform/chromium-mac-leopard/http/tests/security/mixedContent/redirect-http-to-https-video-in-main-frame-expected.txt: Added. | 
| + | 
| +2011-12-06  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Unreviewed chromium expectations update. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-06  Csaba Osztrogonác  <ossy@webkit.org> | 
| + | 
| +        [WK2] Unreviewed gardening. Skip a failing test because of missing layoutTestController.dumpFrameLoadCallbacks() | 
| +        https://bugs.webkit.org/show_bug.cgi?id=42331 | 
| + | 
| +        * platform/wk2/Skipped: Skip http/tests/security/mixedContent/insecure-video-in-iframe.html. | 
| + | 
| +2011-12-06  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Unreviewed chromium expectations update. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/fast/table/027-vertical-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug14929-expected.png: | 
| +        * platform/chromium-cg-mac-leopard/tables/mozilla/bugs/bug2947-expected.png: Added. | 
| + | 
| +2011-12-06  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Unreviewed chromium expectations update. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-06  Csaba Osztrogonác  <ossy@webkit.org> | 
| + | 
| +        [Qt][Mac] Unreviewed gardening. Paint the bot green skipping with all failing tests. | 
| + | 
| +        * platform/qt-mac/Skipped: | 
| + | 
| +2011-12-06  Csaba Osztrogonác  <ossy@webkit.org> | 
| + | 
| +        [Qt][WK2] fast/forms/access-key-for-all-elements.html fails | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73917 | 
| + | 
| +        * platform/qt-wk2/Skipped: Skip fast/forms/access-key-for-all-elements.html. | 
| + | 
| +2011-12-06  Csaba Osztrogonác  <ossy@webkit.org> | 
| + | 
| +        [WK2] Unreviewed gardening. New tests introduced in 100895 fail | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73913 | 
| + | 
| +        * platform/wk2/Skipped: Skip failing tests. | 
| + | 
| +2011-12-06  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Unreviewed chromium expectations update. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/http/tests/security/mixedContent/insecure-video-in-main-frame-expected.txt: Added. | 
| +        * platform/chromium-mac-leopard/http/tests/security/mixedContent/insecure-video-in-main-frame-expected.txt: Added. | 
| + | 
| +2011-12-06  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Unreviewed chromium expectations update. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/accessibility/aria-checkbox-sends-notification-expected.txt: | 
| +        * platform/chromium-cg-mac-snowleopard/accessibility/aria-checkbox-sends-notification-expected.txt: | 
| +        * platform/chromium-mac-leopard/accessibility/aria-checkbox-sends-notification-expected.txt: | 
| +        * platform/chromium-mac-snowleopard/accessibility/aria-checkbox-sends-notification-expected.txt: | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-06  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Unreviewed chromium expectations update. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-06  Csaba Osztrogonác  <ossy@webkit.org> | 
| + | 
| +        [Qt] http/tests/misc/drag-over-iframe-invalid-source-crash.html and fast/events/drag-selects-image.html fails with timeout | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73901 | 
| + | 
| +        * platform/qt-wk1/Skipped: Skip the failint tests. | 
| + | 
| +2011-12-06  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Unreviewed chromium tests rebaseline. | 
| + | 
| +        * platform/chromium-cg-mac-snowleopard/tables/mozilla/bugs/bug14929-expected.png: Renamed from LayoutTests/platform/chromium/tables/mozilla/bugs/bug14929-expected.png. | 
| +        * platform/chromium-mac-leopard/fast/table/027-expected.png: | 
| +        * platform/chromium-mac-leopard/tables/mozilla/bugs/bug14929-expected.png: | 
| +        * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2947-expected.png: | 
| +        * platform/chromium-mac-snowleopard/fast/table/027-vertical-expected.png: | 
| +        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug14929-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2947-expected.png: | 
| + | 
| +2011-12-06  Csaba Osztrogonác  <ossy@webkit.org> | 
| + | 
| +        [Qt] Unreviewed gardening. | 
| + | 
| +        * platform/qt-5.0/Skipped: | 
| +         - Skip one more failing tests because of missing testfont handling. | 
| +         - Remove non-existent files. | 
| +        * platform/qt-5.0/svg/custom/pointer-events-image-css-transform-expected.txt: Added. | 
| +        * platform/qt-5.0/svg/custom/pointer-events-text-css-transform-expected.txt: Added. | 
| + | 
| +2011-12-05  Csaba Osztrogonác  <ossy@webkit.org> | 
| + | 
| +        [Qt] Unreviewed gardening. | 
| + | 
| +        Layout Test fast/forms/input-step-as-double.html fails after running touch event tests | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71181 | 
| + | 
| +        * platform/qt/Skipped: Skip fast/forms/input-step-as-double.html until fix. | 
| + | 
| +2011-12-05  Csaba Osztrogonác  <ossy@webkit.org> | 
| + | 
| +        [Qt] Unreviewed gardening. | 
| + | 
| +        New test introduced in r102048 fails on Qt-WK1 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73366 | 
| + | 
| +        * platform/qt-wk1/Skipped: Skip fast/events/dont-loose-last-event.html | 
| + | 
| +2011-12-05  Rafael Weinstein  <rafaelw@chromium.org> | 
| + | 
| +        [MutationObservers] Support 'attributes' mutation records for element.removeAttribute | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73880 | 
| + | 
| +        Reviewed by Ojan Vafai. | 
| + | 
| +        * fast/mutation/observe-attributes-expected.txt: | 
| +        * fast/mutation/observe-attributes.html: | 
| + | 
| +2011-12-05  Florin Malita  <fmalita@google.com> | 
| + | 
| +        Heap-buffer-overflow in WebCore::HTMLTreeBuilder::processEndTag | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73765 | 
| + | 
| +        Reviewed by Adam Barth. | 
| + | 
| +        * fast/parser/foreign-content-crash-expected.txt: Added. | 
| +        * fast/parser/foreign-content-crash.html: Added. | 
| + | 
| +2011-12-05  Tim Horton  <timothy_horton@apple.com> | 
| + | 
| +        Unreviewed extremely minor SVG filter pixel rebaselines for Lion. | 
| + | 
| +        Mostly text antialiasing differences, all only noticeable at tolerances very near 0. | 
| + | 
| +        * platform/mac-snowleopard/svg/filters/feComposite-expected.png: Copied from LayoutTests/platform/mac/svg/filters/feComposite-expected.png. | 
| +        * platform/mac-snowleopard/svg/filters/feLighting-crash-expected.png: Copied from LayoutTests/platform/mac/svg/filters/feLighting-crash-expected.png. | 
| +        * platform/mac-snowleopard/svg/filters/feOffset-expected.png: Copied from LayoutTests/platform/mac/svg/filters/feOffset-expected.png. | 
| +        * platform/mac-snowleopard/svg/filters/filter-on-tspan-expected.png: Copied from LayoutTests/platform/mac/svg/filters/filter-on-tspan-expected.png. | 
| +        * platform/mac-snowleopard/svg/filters/filter-width-update-expected.png: Copied from LayoutTests/platform/mac/svg/filters/filter-width-update-expected.png. | 
| +        * platform/mac-snowleopard/svg/filters/sourceAlpha-expected.png: Copied from LayoutTests/platform/mac/svg/filters/sourceAlpha-expected.png. | 
| +        * platform/mac-snowleopard/svg/filters/subRegion-one-effect-expected.png: Copied from LayoutTests/platform/mac/svg/filters/subRegion-one-effect-expected.png. | 
| +        * platform/mac-snowleopard/svg/filters/subRegion-two-effects-expected.png: Copied from LayoutTests/platform/mac/svg/filters/subRegion-two-effects-expected.png. | 
| +        * platform/mac/svg/filters/feComposite-expected.png: | 
| +        * platform/mac/svg/filters/feLighting-crash-expected.png: | 
| +        * platform/mac/svg/filters/feOffset-expected.png: | 
| +        * platform/mac/svg/filters/filter-on-tspan-expected.png: | 
| +        * platform/mac/svg/filters/filter-width-update-expected.png: | 
| +        * platform/mac/svg/filters/sourceAlpha-expected.png: | 
| +        * platform/mac/svg/filters/subRegion-one-effect-expected.png: | 
| +        * platform/mac/svg/filters/subRegion-two-effects-expected.png: | 
| + | 
| +2011-12-05  Tim Horton  <timothy_horton@apple.com> | 
| + | 
| +        Unreviewed feGaussianBlur rebaseline for Mac after r101638. | 
| + | 
| +        * platform/mac/svg/filters/feGaussianBlur-expected.png: | 
| + | 
| +2011-12-05  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        REGRESSION(r101949): css3/bdi-element.html fails on Lion | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73859 | 
| + | 
| +        Reviewed by Dan Bernstein. | 
| + | 
| +        The failure was caused by span that contains the text inside bdi in the reference file | 
| +        was using display: inline-block. Because the width of an inline-block is always rounded up | 
| +        like any other inline element, it causes the text in the reference file to be one pixel | 
| +        longer than the one in the test file in certain cases. | 
| + | 
| +        Fixed the bug by using unicode-bidi: override instead of display: inline-block in | 
| +        the reference file. | 
| + | 
| +        * css3/bdi-element-expected.html: | 
| + | 
| +2011-12-05  Adam Barth  <abarth@webkit.org> | 
| + | 
| +        Mark this test as flaky. | 
| +        See https://bugs.webkit.org/show_bug.cgi?id=73872 | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-05  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        TD width in precentage doesn't work. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=34758 | 
| + | 
| +        Unreviewed rebaselining on Chromium after r102040. | 
| + | 
| +        * platform/chromium-cg-mac/tables/mozilla/bugs/bug14929-expected.png: Removed. | 
| +        * platform/chromium-mac-snowleopard/fast/table/027-vertical-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2947-expected.png: Added. | 
| +        * platform/chromium-mac/fast/table/027-vertical-expected.png: Removed. | 
| +        * platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.png: Removed. | 
| +        * platform/chromium-mac/tables/mozilla/bugs/bug2947-expected.png: Removed. | 
| +        * platform/chromium-win/fast/table/027-expected.png: | 
| +        * platform/chromium-win/fast/table/027-vertical-expected.png: | 
| +        * platform/chromium-win/tables/mozilla/bugs/bug14929-expected.png: | 
| +        * platform/chromium-win/tables/mozilla/bugs/bug2947-expected.png: | 
| +        * platform/chromium/tables/mozilla/bugs/bug14929-expected.png: Added. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-05  Chris Fleizach  <cfleizach@apple.com> | 
| + | 
| +        AX: aria-hidden doesn't work on iframe elements | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73857 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        * platform/mac/accessibility/iframe-aria-hidden-expected.txt: Added. | 
| +        * platform/mac/accessibility/iframe-aria-hidden.html: Added. | 
| + | 
| +2011-12-05  Chris Fleizach  <cfleizach@apple.com> | 
| + | 
| +        AX: web search mechanism does not work with frames | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73836 | 
| + | 
| +        Reviewed by Beth Dakin. | 
| + | 
| +        * platform/mac/accessibility/search-with-frames-expected.txt: Added. | 
| +        * platform/mac/accessibility/search-with-frames.html: Added. | 
| + | 
| +2011-12-05  Hugo Parente Lima  <hugo.lima@openbossa.org> | 
| + | 
| +        Last mouse event could be lost if a JS call to eventSender.leapForward is made | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73366 | 
| + | 
| +        Reviewed by Kenneth Rohde Christiansen. | 
| + | 
| +        Add test to check if the test driver doesn't eat mouse events when | 
| +        a JS call to eventSender.leapForward was made. This bug happened at | 
| +        least on Qt version of WebKitTestRunner. | 
| + | 
| +        * fast/events/dont-loose-last-event-expected.txt: Added. | 
| +        * fast/events/dont-loose-last-event.html: Added. | 
| + | 
| +2011-12-05  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        TD width in precentage doesn't work. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=34758 | 
| + | 
| +        Reviewed by David Hyatt. | 
| + | 
| +        * fast/table/colspan-with-all-percent-cells-expected.png: Added. | 
| +        * fast/table/colspan-with-all-percent-cells-expected.txt: Added. | 
| +        * fast/table/colspan-with-all-percent-cells.html: Added. | 
| +        * platform/chromium-cg-mac/tables/mozilla/bugs/bug14929-expected.png: | 
| +        * platform/chromium-linux/fast/table/027-expected.png: | 
| +        * platform/chromium-linux/fast/table/027-vertical-expected.png: | 
| +        * platform/chromium-mac/fast/table/027-vertical-expected.png: | 
| +        * platform/chromium-mac/tables/mozilla/bugs/bug14929-expected.png: | 
| +        * platform/chromium-mac/tables/mozilla/bugs/bug2947-expected.png: | 
| +        * platform/chromium-win/fast/table/027-expected.txt: | 
| +        * platform/chromium-win/fast/table/027-vertical-expected.txt: | 
| +        * platform/mac/fast/table/027-expected.png: | 
| +        * platform/mac/fast/table/027-expected.txt: | 
| +        * platform/mac/fast/table/027-vertical-expected.png: | 
| +        * platform/mac/fast/table/027-vertical-expected.txt: | 
| +        * platform/mac/tables/mozilla/bugs/bug14929-expected.txt: | 
| +        * platform/mac/tables/mozilla/bugs/bug2947-expected.png: | 
| +        * platform/mac/tables/mozilla/bugs/bug2947-expected.txt: | 
| +        Those changes are just rebaselines which now matches Firefox Nighly | 
| +        more closely (thus progressions). | 
| + | 
| +        * platform/chromium/test_expectations.txt: Skipped Windows that needs a new baseline. | 
| +        * platform/efl/Skipped: | 
| +        * platform/gtk/Skipped: | 
| +        * platform/qt/Skipped: | 
| +        Skipped the previous tests as they need a rebaseline on those platforms. | 
| + | 
| +2011-12-05  Alok Priyadarshi  <alokp@chromium.org> | 
| + | 
| +        Unreviewed chromium tests rebaseline. | 
| + | 
| +        * platform/chromium/compositing/scaling: Added. | 
| +        * platform/chromium/compositing/scaling/tiled-layer-recursion-expected.png: Added. | 
| + | 
| +2011-12-05  Alok Priyadarshi  <alokp@chromium.org> | 
| + | 
| +        [Chromium] Layout Test compositing/shadows/shadow-drawing.html is failing | 
| +        https://bugs.webkit.org/show_bug.cgi?id=69062 | 
| + | 
| +        Unreviewed chromium rebaseline. | 
| + | 
| +        * platform/chromium-win/compositing/shadows/shadow-drawing-expected.png: | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-05  Chris Fleizach  <cfleizach@apple.com> | 
| + | 
| +        platform/mac/accessibility/search-when-element-starts-in-table.html is failing | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73751 | 
| + | 
| +        Updated tests to be more comprehensive. | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        * platform/mac/accessibility/search-when-element-starts-in-table-expected.txt: | 
| +        * platform/mac/accessibility/search-when-element-starts-in-table.html: | 
| + | 
| +2011-12-05  Alok Priyadarshi  <alokp@chromium.org> | 
| + | 
| +        Rebaseline tests after the patch for BUGWK73247 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73848 | 
| + | 
| +        Unreviewed chromium rebaseline. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/compositing/color-matching: Added. | 
| +        * platform/chromium-cg-mac-leopard/compositing/color-matching/image-color-matching-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/compositing/direct-image-compositing-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/compositing/geometry/layer-due-to-layer-children-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/compositing/iframes: Added. | 
| +        * platform/chromium-cg-mac-leopard/compositing/iframes/composited-iframe-alignment-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/compositing/reflections: Added. | 
| +        * platform/chromium-cg-mac-leopard/compositing/reflections/nested-reflection-transformed-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/compositing/reflections/nested-reflection-transformed2-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/compositing/reflections/nested-reflection-transition-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/compositing/reflections/reflection-in-composited-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/compositing/scaling: Removed. | 
| +        * platform/chromium-cg-mac-leopard/compositing/scaling/tiled-layer-recursion-expected.png: Removed. | 
| +        * platform/chromium-cg-mac-leopard/compositing/shadows: Added. | 
| +        * platform/chromium-cg-mac-leopard/compositing/shadows/shadow-drawing-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/platform/chromium/compositing: Added. | 
| +        * platform/chromium-cg-mac-leopard/platform/chromium/compositing/huge-layer-rotated-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/platform/chromium/compositing/layout-width-change-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/compositing/color-matching: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/compositing/color-matching/image-color-matching-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/compositing/direct-image-compositing-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: | 
| +        * platform/chromium-cg-mac-snowleopard/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/compositing/geometry/layer-due-to-layer-children-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/compositing/iframes: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/compositing/iframes/composited-iframe-alignment-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/compositing/reflections: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/compositing/reflections/nested-reflection-transformed-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/compositing/reflections/nested-reflection-transformed2-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/compositing/reflections/nested-reflection-transition-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/compositing/reflections/reflection-in-composited-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/compositing/scaling: Removed. | 
| +        * platform/chromium-cg-mac-snowleopard/compositing/shadows: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/media/video-layer-crash-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/media/video-transformed-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/platform/chromium/compositing/huge-layer-rotated-expected.png: | 
| +        * platform/chromium-cg-mac-snowleopard/platform/chromium/compositing/tiny-layer-rotated-expected.png: | 
| +        * platform/chromium-cg-mac/compositing/color-matching: Removed. | 
| +        * platform/chromium-cg-mac/compositing/color-matching/image-color-matching-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/compositing/direct-image-compositing-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/compositing/geometry/ancestor-overflow-change-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/compositing/geometry/layer-due-to-layer-children-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/compositing/iframes/composited-iframe-alignment-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/compositing/reflections/nested-reflection-transformed-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/compositing/reflections/nested-reflection-transformed2-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/compositing/reflections/nested-reflection-transition-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/compositing/reflections/reflection-in-composited-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/compositing/shadows: Removed. | 
| +        * platform/chromium-cg-mac/compositing/shadows/shadow-drawing-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/media/video-layer-crash-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/media/video-transformed-expected.png: Removed. | 
| +        * platform/chromium-gpu-cg-mac/media/video-layer-crash-expected.png: | 
| +        * platform/chromium-gpu-cg-mac/media/video-transformed-expected.png: | 
| +        * platform/chromium-gpu-cg-mac/media/video-zoom-controls-expected.png: | 
| +        * platform/chromium-gpu-mac/media/video-layer-crash-expected.png: | 
| +        * platform/chromium-gpu-mac/media/video-transformed-expected.png: | 
| +        * platform/chromium-gpu-mac/media/video-zoom-controls-expected.png: | 
| +        * platform/chromium-gpu-win/media/video-layer-crash-expected.png: | 
| +        * platform/chromium-gpu-win/media/video-layer-crash-expected.txt: Added. | 
| +        * platform/chromium-gpu-win/media/video-transformed-expected.png: | 
| +        * platform/chromium-gpu-win/media/video-zoom-controls-expected.png: | 
| +        * platform/chromium-linux/compositing/color-matching/image-color-matching-expected.png: | 
| +        * platform/chromium-linux/compositing/direct-image-compositing-expected.png: | 
| +        * platform/chromium-linux/compositing/geometry/ancestor-overflow-change-expected.png: | 
| +        * platform/chromium-linux/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: | 
| +        * platform/chromium-linux/compositing/geometry/layer-due-to-layer-children-deep-expected.png: | 
| +        * platform/chromium-linux/compositing/geometry/layer-due-to-layer-children-expected.png: | 
| +        * platform/chromium-linux/compositing/geometry/vertical-scroll-composited-expected.png: | 
| +        * platform/chromium-linux/compositing/reflections/nested-reflection-transformed-expected.png: | 
| +        * platform/chromium-linux/compositing/reflections/nested-reflection-transformed2-expected.png: | 
| +        * platform/chromium-linux/compositing/reflections/nested-reflection-transition-expected.png: | 
| +        * platform/chromium-linux/compositing/reflections/reflection-in-composited-expected.png: | 
| +        * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.png: | 
| +        * platform/chromium-linux/platform/chromium/compositing/huge-layer-rotated-expected.png: | 
| +        * platform/chromium-linux/platform/chromium/compositing/layout-width-change-expected.png: | 
| +        * platform/chromium-linux/platform/chromium/compositing/tiny-layer-rotated-expected.png: | 
| +        * platform/chromium-mac-leopard/compositing/color-matching: Added. | 
| +        * platform/chromium-mac-leopard/compositing/color-matching/image-color-matching-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/compositing/direct-image-compositing-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/compositing/geometry/layer-due-to-layer-children-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/compositing/iframes: Added. | 
| +        * platform/chromium-mac-leopard/compositing/iframes/composited-iframe-alignment-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/compositing/reflections: Added. | 
| +        * platform/chromium-mac-leopard/compositing/reflections/nested-reflection-transformed-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/compositing/reflections/nested-reflection-transformed2-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/compositing/reflections/nested-reflection-transition-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/compositing/reflections/reflection-in-composited-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/compositing/shadows: Added. | 
| +        * platform/chromium-mac-leopard/compositing/shadows/shadow-drawing-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/platform/chromium/compositing: Added. | 
| +        * platform/chromium-mac-leopard/platform/chromium/compositing/layout-width-change-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/compositing/color-matching: Added. | 
| +        * platform/chromium-mac-snowleopard/compositing/color-matching/image-color-matching-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/compositing/direct-image-compositing-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: | 
| +        * platform/chromium-mac-snowleopard/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/compositing/geometry/layer-due-to-layer-children-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/compositing/iframes: Added. | 
| +        * platform/chromium-mac-snowleopard/compositing/iframes/composited-iframe-alignment-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/compositing/reflections: Added. | 
| +        * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-transformed-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-transformed2-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-transition-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/compositing/reflections/reflection-in-composited-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/compositing/shadows: Added. | 
| +        * platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/compositing/visibility: Added. | 
| +        * platform/chromium-mac-snowleopard/compositing/visibility/visibility-image-layers-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/media/video-layer-crash-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/media/video-transformed-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/platform/chromium/compositing/huge-layer-rotated-expected.png: | 
| +        * platform/chromium-mac-snowleopard/platform/chromium/compositing/tiny-layer-rotated-expected.png: | 
| +        * platform/chromium-mac/compositing/color-matching/image-color-matching-expected.png: Removed. | 
| +        * platform/chromium-mac/compositing/direct-image-compositing-expected.png: Removed. | 
| +        * platform/chromium-mac/compositing/geometry/ancestor-overflow-change-expected.png: Removed. | 
| +        * platform/chromium-mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Removed. | 
| +        * platform/chromium-mac/compositing/geometry/layer-due-to-layer-children-expected.png: Removed. | 
| +        * platform/chromium-mac/compositing/iframes/composited-iframe-alignment-expected.png: Removed. | 
| +        * platform/chromium-mac/compositing/reflections/nested-reflection-transformed-expected.png: Removed. | 
| +        * platform/chromium-mac/compositing/reflections/nested-reflection-transformed2-expected.png: Removed. | 
| +        * platform/chromium-mac/compositing/reflections/nested-reflection-transition-expected.png: Removed. | 
| +        * platform/chromium-mac/compositing/reflections/reflection-in-composited-expected.png: Removed. | 
| +        * platform/chromium-mac/compositing/shadows: Removed. | 
| +        * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png: Removed. | 
| +        * platform/chromium-mac/compositing/visibility: Removed. | 
| +        * platform/chromium-mac/compositing/visibility/visibility-image-layers-expected.png: Removed. | 
| +        * platform/chromium-mac/media/video-layer-crash-expected.png: Removed. | 
| +        * platform/chromium-mac/media/video-transformed-expected.png: Removed. | 
| +        * platform/chromium-win/compositing/color-matching/image-color-matching-expected.png: | 
| +        * platform/chromium-win/compositing/direct-image-compositing-expected.png: | 
| +        * platform/chromium-win/compositing/geometry/ancestor-overflow-change-expected.png: | 
| +        * platform/chromium-win/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: | 
| +        * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-deep-expected.png: | 
| +        * platform/chromium-win/compositing/geometry/layer-due-to-layer-children-expected.png: | 
| +        * platform/chromium-win/compositing/geometry/vertical-scroll-composited-expected.png: | 
| +        * platform/chromium-win/compositing/iframes/composited-iframe-alignment-expected.png: | 
| +        * platform/chromium-win/compositing/reflections/nested-reflection-transformed-expected.png: | 
| +        * platform/chromium-win/compositing/reflections/nested-reflection-transformed2-expected.png: | 
| +        * platform/chromium-win/compositing/reflections/nested-reflection-transition-expected.png: | 
| +        * platform/chromium-win/compositing/reflections/reflection-in-composited-expected.png: | 
| +        * platform/chromium-win/compositing/scaling/tiled-layer-recursion-expected.png: | 
| +        * platform/chromium-win/compositing/visibility/visibility-image-layers-expected.png: | 
| +        * platform/chromium-win/platform/chromium/compositing/huge-layer-rotated-expected.png: | 
| +        * platform/chromium-win/platform/chromium/compositing/layout-width-change-expected.png: | 
| +        * platform/chromium-win/platform/chromium/compositing/tiny-layer-rotated-expected.png: | 
| +        * platform/chromium/compositing/geometry/ancestor-overflow-change-expected.png: Added. | 
| +        * platform/chromium/compositing/geometry/vertical-scroll-composited-expected.png: Replaced. | 
| +        * platform/chromium/compositing/scaling: Removed. | 
| +        * platform/chromium/compositing/scaling/tiled-layer-recursion-expected.png: Removed. | 
| +        * platform/chromium/platform/chromium/compositing/layout-width-change-expected.png: Replaced. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-05  Tim Horton  <timothy_horton@apple.com> | 
| + | 
| +        Unreviewed rebaseline of test added in r101537 for Lion. | 
| + | 
| +        * platform/mac/svg/text/non-bmp-positioning-lists-expected.png: | 
| +        * platform/mac/svg/text/non-bmp-positioning-lists-expected.txt: | 
| + | 
| +2011-12-05  Mihnea Ovidenie  <mihnea@adobe.com> | 
| + | 
| +        [regions] Need to verify the correctness of Win/Linux on overflow break tests | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73332 | 
| + | 
| +        Reviewed by Tony Chang. | 
| + | 
| +        Using a monospace font (instead of Times) provides closer rendering results on several platforms | 
| +        when used with text-align:justify. | 
| + | 
| +        * fast/regions/region-overflow-auto-overflow-hidden.html: | 
| +        * fast/regions/region-overflow-auto-overflow-visible.html: | 
| +        * fast/regions/region-overflow-break.html: | 
| +        * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Added. | 
| +        * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Added. | 
| +        * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.png: Added. | 
| +        * platform/mac-snowleopard/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Added. | 
| +        * platform/mac-snowleopard/fast/regions/region-overflow-break-expected.png: Added. | 
| +        * platform/mac-snowleopard/fast/regions/region-overflow-break-expected.txt: Added. | 
| +        * platform/mac/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Removed. | 
| +        * platform/mac/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Removed. | 
| +        * platform/mac/fast/regions/region-overflow-auto-overflow-visible-expected.png: Removed. | 
| +        * platform/mac/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Removed. | 
| +        * platform/mac/fast/regions/region-overflow-break-expected.png: Removed. | 
| +        * platform/mac/fast/regions/region-overflow-break-expected.txt: Removed. | 
| + | 
| +2011-12-05  Vincent Scheib  <scheib@chromium.org> | 
| + | 
| +        [Chromium] Marking animations/animation-add-events-in-handler CRASH in test_expectations | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-05  Vincent Scheib  <scheib@chromium.org> | 
| + | 
| +        [Chromium] Rebaselining aria-checkbox-sends-notification-expected | 
| + | 
| +        * platform/chromium-cg-mac-leopard/accessibility/aria-checkbox-sends-notification-expected.txt: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/accessibility/aria-checkbox-sends-notification-expected.txt: Added. | 
| +        * platform/chromium-mac-leopard/accessibility/aria-checkbox-sends-notification-expected.txt: Added. | 
| +        * platform/chromium-mac-snowleopard/accessibility/aria-checkbox-sends-notification-expected.txt: Added. | 
| + | 
| +2011-12-05  Stephen Chenney  <schenney@chromium.org> | 
| + | 
| +        [Chromium] Expected flakey tests after fix for 73021 is committed | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73677 | 
| + | 
| +        Unreviewed chromium tests expectations update. | 
| + | 
| +        * platform/chromium-linux/svg/stroke/zero-length-arc-linecaps-rendering-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/stroke: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/stroke/zero-length-arc-linecaps-rendering-expected.png: Added. | 
| +        * platform/chromium-win/svg/stroke: Added. | 
| +        * platform/chromium-win/svg/stroke/zero-length-arc-linecaps-rendering-expected.png: Added. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-05  Stephen Chenney  <schenney@chromium.org> | 
| + | 
| +        [Chromium] Expected flakey tests after fix for 65796 is committed | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73587 | 
| + | 
| +        Unreviewed chromium tests expectations update. | 
| + | 
| +        * platform/chromium-mac-snowleopard/svg/custom/path-moveto-only-rendering-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/custom/subpaths-moveto-only-rendering-expected.png: Added. | 
| +        * platform/chromium-win/svg/custom/path-moveto-only-rendering-expected.png: Added. | 
| +        * platform/chromium-win/svg/custom/subpaths-moveto-only-rendering-expected.png: Added. | 
| +        * platform/chromium/test_expectations.txt: Removed redundant flakey | 
| + | 
| +2011-12-05  Eric Carlson  <eric.carlson@apple.com> | 
| + | 
| +        Out-of-band text tracks may only load from same origin as the media element's Document's origin | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73184 | 
| + | 
| +        Reviewed by Sam Weinig. | 
| + | 
| +        * http/tests/security/resources/captions-with-access-control-headers.php: Added | 
| +        * http/tests/security/resources/captions.vtt: Added. | 
| +        * http/tests/security/text-track-crossorigin-expected.txt: Added. | 
| +        * http/tests/security/text-track-crossorigin.html: Added. | 
| +        * media/track/track-add-track-expected.txt: Updated results. | 
| +        * media/track/track-add-track.html: readyState changes as soon as the track url is set. | 
| +        * platform/efl/Skipped: Skip new test. | 
| +        * platform/gtk/Skipped: Ditto. | 
| +        * platform/mac/Skipped: Ditto. | 
| +        * platform/qt/Skipped: Ditto. | 
| +        * platform/win/Skipped: Ditto. | 
| +        * platform/wincairo/Skipped: Ditto. | 
| + | 
| +2011-12-05  Roland Steiner  <rolandsteiner@chromium.org> | 
| + | 
| +        "Raw" pseudo selectors don't match if immediately after a child or descendant combinator | 
| +        https://bugs.webkit.org/show_bug.cgi?id=72933 | 
| + | 
| +        Add tests cases for "raw" shadow pseudo-element selectors with various combinators. | 
| +        Also add cases with explicit universal '*' selector. | 
| + | 
| +        Reviewed by Antti Koivisto. | 
| + | 
| +        * fast/css/css-selector-text-expected.txt: | 
| +        * fast/css/css-selector-text.html: | 
| +        * fast/css/css-set-selector-text-expected.txt: | 
| +        * fast/css/css-set-selector-text.html: | 
| +        * fast/css/unknown-pseudo-element-matching-expected.txt: | 
| +        * fast/css/unknown-pseudo-element-matching.html: | 
| + | 
| +2011-12-05  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Unreviewed chromium tests rebaseline. | 
| + | 
| +        * platform/chromium-cg-mac-snowleopard/http/tests/security/mixedContent/insecure-video-in-main-frame-expected.txt: Copied from LayoutTests/platform/chromium/http/tests/security/mixedContent/insecure-video-in-main-frame-expected.txt. | 
| +        * platform/chromium-cg-mac-snowleopard/http/tests/security/mixedContent/redirect-http-to-https-video-in-main-frame-expected.txt: Copied from LayoutTests/platform/chromium/http/tests/security/mixedContent/redirect-http-to-https-video-in-main-frame-expected.txt. | 
| +        * platform/chromium-mac-leopard/http/tests/security/mixedContent/insecure-video-in-main-frame-expected.txt: Removed. | 
| +        * platform/chromium-mac-leopard/http/tests/security/mixedContent/redirect-http-to-https-video-in-main-frame-expected.txt: Removed. | 
| +        * platform/chromium-mac-snowleopard/http/tests/security/mixedContent/insecure-video-in-main-frame-expected.txt: Renamed from LayoutTests/platform/chromium/http/tests/security/mixedContent/insecure-video-in-main-frame-expected.txt. | 
| +        * platform/chromium-mac-snowleopard/http/tests/security/mixedContent/redirect-http-to-https-video-in-main-frame-expected.txt: Renamed from LayoutTests/platform/chromium/http/tests/security/mixedContent/redirect-http-to-https-video-in-main-frame-expected.txt. | 
| +        * platform/chromium-win/http/tests/security/mixedContent/insecure-video-in-main-frame-expected.txt: Removed. | 
| +        * platform/chromium-win/http/tests/security/mixedContent/redirect-http-to-https-video-in-main-frame-expected.txt: Removed. | 
| + | 
| +2011-12-05  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Unreviewed chromium tests expectations update. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-05  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Unreviewed chromium tests rebaseline. | 
| + | 
| +        * platform/chromium-mac-leopard/svg/custom/svg-fonts-word-spacing-expected.txt: Removed. | 
| + | 
| +2011-12-05  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Unreviewed chrmoium tests rebaseline. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/accessibility/aria-checkbox-sends-notification-expected.txt: Removed. | 
| + | 
| +2011-12-05  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Unreviewed chromium tests expectations update. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-05  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Unreviewed chromium tests rebaseline. | 
| + | 
| +        * platform/chromium-cg-mac-snowleopard/svg/custom/svg-fonts-word-spacing-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac/svg/custom/svg-fonts-word-spacing-expected.png. | 
| +        * platform/chromium-mac-leopard/svg/custom/svg-fonts-word-spacing-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/svg/custom/svg-fonts-word-spacing-expected.txt: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/custom/svg-fonts-word-spacing-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/custom/svg-fonts-word-spacing-expected.png. | 
| + | 
| +2011-12-05  Roland Steiner  <rolandsteiner@chromium.org> | 
| + | 
| +        <style scoped>: Add 'scoped' attribute | 
| +        https://bugs.webkit.org/show_bug.cgi?id=67718 | 
| + | 
| +        Test setting/resetting of the 'scoped' attribute in various circumstances. | 
| +        Disable test directory, since STYLE_SCOPED is not enabled by default. | 
| + | 
| +        Reviewed by Antti Koivisto. | 
| + | 
| +        * fast/css/style-scoped/basic-attribute-expected.txt: Added. | 
| +        * fast/css/style-scoped/basic-attribute.html: Added. | 
| +        * platform/chromium/test_expectations.txt: | 
| +        * platform/efl/Skipped: | 
| +        * platform/gtk/Skipped: | 
| +        * platform/mac/Skipped: | 
| +        * platform/qt/Skipped: | 
| +        * platform/win/Skipped: | 
| +        * platform/wincairo/Skipped: | 
| + | 
| +2011-12-05  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Unreviewed chromium tests rebaseline. | 
| + | 
| +        * platform/chromium-mac-leopard/http/tests/security/mixedContent/insecure-video-in-main-frame-expected.txt: Added. | 
| +        * platform/chromium-mac-leopard/http/tests/security/mixedContent/redirect-http-to-https-video-in-main-frame-expected.txt: Added. | 
| + | 
| +2011-12-05  Kent Tamura  <tkent@chromium.org> | 
| + | 
| +        Convert input-appearance-spinbutton-visibility.html to a reftest | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73807 | 
| + | 
| +        Reviewed by Hajime Morita. | 
| + | 
| +        * fast/forms/input-appearance-spinbutton-visibility-expected.html: Added. | 
| +        * platform/chromium-cg-mac-leopard/fast/forms/input-appearance-spinbutton-visibility-expected.png: Removed. | 
| +        * platform/chromium-linux/fast/forms/input-appearance-spinbutton-visibility-expected.png: Removed. | 
| +        * platform/chromium-mac-leopard/fast/forms/input-appearance-spinbutton-visibility-expected.png: Removed. | 
| +        * platform/chromium-win/fast/forms/input-appearance-spinbutton-visibility-expected.png: Removed. | 
| +        * platform/chromium-win/fast/forms/input-appearance-spinbutton-visibility-expected.txt: Removed. | 
| +        * platform/efl/fast/forms/input-appearance-spinbutton-visibility-expected.png: Removed. | 
| +        * platform/efl/fast/forms/input-appearance-spinbutton-visibility-expected.txt: Removed. | 
| +        * platform/gtk/fast/forms/input-appearance-spinbutton-visibility-expected.png: Removed. | 
| +        * platform/gtk/fast/forms/input-appearance-spinbutton-visibility-expected.txt: Removed. | 
| +        * platform/mac/fast/forms/input-appearance-spinbutton-visibility-expected.png: Removed. | 
| +        * platform/mac/fast/forms/input-appearance-spinbutton-visibility-expected.txt: Removed. | 
| +        * platform/qt/fast/forms/input-appearance-spinbutton-visibility-expected.png: Removed. | 
| +        * platform/qt/fast/forms/input-appearance-spinbutton-visibility-expected.txt: Removed. | 
| + | 
| +2011-12-05  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Unreviewed chromium test expectations update. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-05  Czene Tamás  <tczene@inf.u-szeged.hu> | 
| + | 
| +        [Qt] Unreviewed gardening. Add platform specific results. | 
| + | 
| +        * platform/qt/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.png: Added. | 
| +        * platform/qt/fast/css-generated-content/nested-tables-with-before-after-content-crash-expected.txt: Added. | 
| +        * platform/qt/svg/custom/pointer-events-image-css-transform-expected.png: Added. | 
| +        * platform/qt/svg/custom/pointer-events-image-css-transform-expected.txt: Added. | 
| +        * platform/qt/svg/custom/pointer-events-text-css-transform-expected.png: Added. | 
| +        * platform/qt/svg/custom/pointer-events-text-css-transform-expected.txt: Added. | 
| +        * platform/qt/svg/stroke/zero-length-arc-linecaps-rendering-expected.png: Added. | 
| +        * platform/qt/svg/stroke/zero-length-arc-linecaps-rendering-expected.txt: Added. | 
| + | 
| +2011-12-05  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Unreviewed chromium expectations update. | 
| + | 
| +        * platform/chromium-win/http/tests/security/mixedContent/insecure-video-in-main-frame-expected.txt: Added. | 
| +        * platform/chromium-win/http/tests/security/mixedContent/redirect-http-to-https-video-in-main-frame-expected.txt: Added. | 
| +        * platform/chromium/http/tests/security/mixedContent/insecure-video-in-main-frame-expected.txt: Added. | 
| +        * platform/chromium/http/tests/security/mixedContent/redirect-http-to-https-video-in-main-frame-expected.txt: Added. | 
| + | 
| +2011-12-05  Shinya Kawanaka  <shinyak@google.com> | 
| + | 
| +        Asynchronous SpellChecker should consider multiple requests. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=72939 | 
| + | 
| +        Reviewed by Hajime Morita. | 
| + | 
| +        Tests for multiple spellcheck requests. | 
| + | 
| +        * editing/spelling/spellcheck-queue-expected.txt: Added. | 
| +        * editing/spelling/spellcheck-queue.html: Added. | 
| +        * platform/gtk/Skipped: | 
| +        * platform/qt/Skipped: | 
| + | 
| +2011-12-05  Csaba Osztrogonác  <ossy@webkit.org> | 
| + | 
| +        [Qt] REGRESSION(101967): It made editing/style/iframe-onload-crash-mac.html timeout | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73802 | 
| + | 
| +        * platform/qt/Skipped: Skip the failing test. | 
| + | 
| +2011-12-04  Takashi Toyoshima  <toyoshim@chromium.org> | 
| + | 
| +        Add binary support in WebSocket test server's echo handler. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73649 | 
| + | 
| +        Reviewed by Eric Seidel. | 
| + | 
| +        * http/tests/websocket/tests/hybi/echo_wsh.py: Support binary frames. | 
| + | 
| +2011-12-04  Kent Tamura  <tkent@chromium.org> | 
| + | 
| +        [Chromium] Rebaseline of placeholder tests for r101742 and r101848. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/fast/forms/input-placeholder-visibility-1-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/fast/forms/input-placeholder-visibility-3-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/fast/forms/textarea-placeholder-visibility-1-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/fast/forms/textarea-placeholder-visibility-2-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/forms/placeholder-position-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac/fast/forms/placeholder-position-expected.png. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/forms/textarea-placeholder-visibility-1-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/forms/textarea-placeholder-visibility-2-expected.png: Added. | 
| +        * platform/chromium-linux/fast/forms/input-placeholder-visibility-1-expected.png: | 
| +        * platform/chromium-linux/fast/forms/input-placeholder-visibility-3-expected.png: | 
| +        * platform/chromium-linux/fast/forms/search-styled-expected.txt: | 
| +        * platform/chromium-linux/fast/forms/textarea-placeholder-visibility-1-expected.png: | 
| +        * platform/chromium-linux/fast/forms/textarea-placeholder-visibility-2-expected.png: | 
| +        * platform/chromium-mac-leopard/fast/forms/input-placeholder-visibility-1-expected.png: | 
| +        * platform/chromium-mac-leopard/fast/forms/input-placeholder-visibility-3-expected.png: | 
| +        * platform/chromium-mac-leopard/fast/forms/textarea-placeholder-visibility-1-expected.png: | 
| +        * platform/chromium-mac-leopard/fast/forms/textarea-placeholder-visibility-2-expected.png: | 
| +        * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/forms/placeholder-position-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/forms/placeholder-position-expected.png. | 
| +        * platform/chromium-mac-snowleopard/fast/forms/placeholder-pseudo-style-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/forms/placeholder-pseudo-style-expected.png. | 
| +        * platform/chromium-mac-snowleopard/fast/forms/search-styled-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/forms/search-styled-expected.png. | 
| +        * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-pseudo-style-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/forms/textarea-placeholder-pseudo-style-expected.png. | 
| +        * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-visibility-1-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/forms/textarea-placeholder-visibility-2-expected.png: Added. | 
| +        * platform/chromium-mac/fast/forms/input-placeholder-visibility-1-expected.png: Removed. | 
| +        * platform/chromium-mac/fast/forms/input-placeholder-visibility-3-expected.png: Removed. | 
| +        * platform/chromium-mac/fast/forms/textarea-placeholder-visibility-1-expected.png: Removed. | 
| +        * platform/chromium-mac/fast/forms/textarea-placeholder-visibility-2-expected.png: Removed. | 
| +        * platform/chromium-win-xp/fast/forms/search-styled-expected.txt: | 
| +        * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.png: | 
| +        * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt: | 
| +        * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.png: | 
| +        * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt: | 
| +        * platform/chromium-win/fast/forms/placeholder-position-expected.txt: | 
| +        * platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.txt: | 
| +        * platform/chromium-win/fast/forms/search-styled-expected.txt: | 
| +        * platform/chromium-win/fast/forms/textarea-placeholder-pseudo-style-expected.txt: | 
| +        * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.png: | 
| +        * platform/chromium-win/fast/forms/textarea-placeholder-visibility-1-expected.txt: | 
| +        * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.png: | 
| +        * platform/chromium-win/fast/forms/textarea-placeholder-visibility-2-expected.txt: | 
| +        * platform/chromium/test_expectations.txt: | 
| +        * platform/mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.txt: Removed. | 
| +        * platform/mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.txt: Removed. | 
| +        * platform/mac-snowleopard/fast/forms/textarea-placeholder-visibility-1-expected.txt: Removed. | 
| +        * platform/mac-snowleopard/fast/forms/textarea-placeholder-visibility-2-expected.txt: Removed. | 
| + | 
| +2011-12-04  Andreas Kling  <kling@webkit.org> | 
| + | 
| +        border-width: initial and border-color: initial cannot be removed via CSSOM. | 
| +        <http://webkit.org/b/68551> | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        Add a test verifying that shorthand properties can be added/removed | 
| +        via CSSOM'S CSSStyleDeclaration interface. | 
| + | 
| +        * fast/css/cssom-remove-shorthand-property-expected.txt: Added. | 
| +        * fast/css/cssom-remove-shorthand-property.html: Added. | 
| + | 
| +2011-12-04  Darin Adler  <darin@apple.com> | 
| + | 
| +        Removed obsolete expected results that should have been removed when converting to a ref test. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/css3/unicode-bidi-isolate-aharon-expected.png: Removed. | 
| +        * platform/chromium-linux/css3/unicode-bidi-isolate-aharon-expected.png: Removed. | 
| +        * platform/chromium-mac-leopard/css3/unicode-bidi-isolate-aharon-expected.png: Removed. | 
| +        * platform/chromium-mac/css3/unicode-bidi-isolate-aharon-expected.png: Removed. | 
| +        * platform/chromium-win/css3/unicode-bidi-isolate-aharon-expected.png: Removed. | 
| +        * platform/chromium-win/css3/unicode-bidi-isolate-aharon-expected.txt: Removed. | 
| +        * platform/efl/css3/unicode-bidi-isolate-aharon-expected.png: Removed. | 
| +        * platform/efl/css3/unicode-bidi-isolate-aharon-expected.txt: Removed. | 
| +        * platform/gtk/css3/unicode-bidi-isolate-aharon-expected.png: Removed. | 
| +        * platform/gtk/css3/unicode-bidi-isolate-aharon-expected.txt: Removed. | 
| +        * platform/mac/css3/unicode-bidi-isolate-aharon-expected.png: Removed. | 
| +        * platform/mac/css3/unicode-bidi-isolate-aharon-expected.txt: Removed. | 
| + | 
| +2011-12-04  Darin Adler  <darin@apple.com> | 
| + | 
| +        * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt: | 
| +        * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt: | 
| +        Oops, landed the wrong versions of these yesterday. These are the right ones. | 
| + | 
| +2011-12-04  Philippe Normand  <pnormand@igalia.com> | 
| + | 
| +        Unreviewed, skip two more tests. | 
| + | 
| +        * platform/gtk/Skipped: Skip | 
| +        platform/gtk/fonts/custom-font-missing-glyphs.html failing on | 
| +        64-bit Debug. | 
| +        * platform/gtk/test_expectations.txt: | 
| +        fast/table/multiple-captions-display.xhtml is flaky. | 
| + | 
| +2011-12-04  Philippe Normand  <pnormand@igalia.com> | 
| + | 
| +        Unreviewed, moving flaky ref test to Skipped list. | 
| + | 
| +        * platform/gtk/Skipped: | 
| +        * platform/gtk/test_expectations.txt: | 
| + | 
| +2011-12-04  Philippe Normand  <pnormand@igalia.com> | 
| + | 
| +        Unreviewed, skip two flaky tests and one SVG test timing out on GTK. | 
| + | 
| +        * platform/gtk/test_expectations.txt: Skip two fast/ tests. | 
| +        * platform/gtk/Skipped: Skip svg/text/text-style-recalc-crash.html | 
| + | 
| +2011-12-03  Mario Sanchez Prada  <msanchez@igalia.com> | 
| + | 
| +        [GTK] Don't log document events in DRT | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73746 | 
| + | 
| +        Reviewed by Martin Robinson. | 
| + | 
| +        Unskip passing test, remove other transformed into a unit test and | 
| +        rebaseline expectations now we stopped logging document events. | 
| + | 
| +        * platform/gtk/Skipped: Removed two skipped tests. | 
| +        * platform/gtk/accessibility/aria-slider-required-attributes-expected.txt: Rebaselined | 
| +        * platform/gtk/accessibility/combo-box-collapsed-selection-changed-expected.txt: Ditto. | 
| +        * platform/gtk/accessibility/document-reload-events-expected.txt: Removed. | 
| +        * platform/gtk/accessibility/document-reload-events.html: Removed. | 
| + | 
| +2011-12-04  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Add failing expectation to css3/unicode-bidi-isolate-aharon-failing.html as it was split from | 
| +        css3/unicode-bidi-isolate-aharon.html in r101949. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| +        * platform/gtk/test_expectations.txt: | 
| +        * platform/mac/test_expectations.txt: | 
| +        * platform/qt/test_expectations.txt: | 
| +        * platform/win/test_expectations.txt: | 
| + | 
| +2011-12-02  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Convert isolate and plaintext tests to reftests | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73680 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        Convert bdi-element-expected.html, unicode-bidi-isolate-aharon.html, and unicode-bidi-plaintext.html to reftests. | 
| +        In addition, isolate the failing test case in unicode-bidi-plaintext.html as unicode-bidi-isolate-aharon-failing.html. | 
| + | 
| +        * css3/bdi-element-expected.html: Copied from LayoutTests/css3/bdi-element.html. | 
| +        * css3/unicode-bidi-isolate-aharon-expected.html: Copied from LayoutTests/css3/unicode-bidi-isolate-aharon.html. | 
| +        * css3/unicode-bidi-isolate-aharon-failing-expected.html: Added. | 
| +        * css3/unicode-bidi-isolate-aharon-failing.html: Added. | 
| +        * css3/unicode-bidi-isolate-aharon.html: | 
| +        * fast/text/international/unicode-bidi-plaintext.html: | 
| +        * platform/chromium-cg-mac-leopard/css3/bdi-element-expected.png: Removed. | 
| +        * platform/chromium-cg-mac-leopard/css3/bdi-element-expected.txt: Removed. | 
| +        * platform/chromium-cg-mac-leopard/fast/text/international/unicode-bidi-plaintext-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/css3/bdi-element-expected.png: Removed. | 
| +        * platform/chromium-linux/css3/bdi-element-expected.png: Removed. | 
| +        * platform/chromium-linux/fast/text/international/unicode-bidi-plaintext-expected.png: Removed. | 
| +        * platform/chromium-mac-leopard/css3/bdi-element-expected.png: Removed. | 
| +        * platform/chromium-mac-leopard/css3/bdi-element-expected.txt: Removed. | 
| +        * platform/chromium-mac-leopard/fast/text/international/unicode-bidi-plaintext-expected.png: Removed. | 
| +        * platform/chromium-mac/css3/bdi-element-expected.png: Removed. | 
| +        * platform/chromium-mac/fast/text/international/unicode-bidi-plaintext-expected.png: Removed. | 
| +        * platform/chromium-win/css3/bdi-element-expected.png: Removed. | 
| +        * platform/chromium-win/css3/bdi-element-expected.txt: Removed. | 
| +        * platform/chromium-win/fast/text/international/unicode-bidi-plaintext-expected.png: Removed. | 
| +        * platform/chromium-win/fast/text/international/unicode-bidi-plaintext-expected.txt: Removed. | 
| +        * platform/chromium/css3/bdi-element-expected.txt: Removed. | 
| +        * platform/efl/css3/bdi-element-expected.png: Removed. | 
| +        * platform/efl/css3/bdi-element-expected.txt: Removed. | 
| +        * platform/efl/fast/text/international/unicode-bidi-plaintext-expected.png: Removed. | 
| +        * platform/efl/fast/text/international/unicode-bidi-plaintext-expected.txt: Removed. | 
| +        * platform/gtk/css3/bdi-element-expected.png: Removed. | 
| +        * platform/gtk/css3/bdi-element-expected.txt: Removed. | 
| +        * platform/gtk/fast/text/international/unicode-bidi-plaintext-expected.png: Removed. | 
| +        * platform/gtk/fast/text/international/unicode-bidi-plaintext-expected.txt: Removed. | 
| +        * platform/mac/css3/bdi-element-expected.png: Removed. | 
| +        * platform/mac/css3/bdi-element-expected.txt: Removed. | 
| +        * platform/mac/fast/text/international/unicode-bidi-plaintext-expected.png: Removed. | 
| +        * platform/mac/fast/text/international/unicode-bidi-plaintext-expected.txt: Removed. | 
| +        * platform/qt/css3/bdi-element-expected.png: Removed. | 
| +        * platform/qt/css3/bdi-element-expected.txt: Removed. | 
| +        * platform/win/fast/text/international/unicode-bidi-plaintext-expected.png: Removed. | 
| +        * platform/win/fast/text/international/unicode-bidi-plaintext-expected.txt: Removed. | 
| + | 
| +2011-12-03  Vincent Scheib  <scheib@chromium.org> | 
| + | 
| +        [Chromium] Rebaselined /accessibility/aria-checkbox-sends-notification-expected.txt | 
| + | 
| +        * platform/chromium-cg-mac-leopard/accessibility/aria-checkbox-sends-notification-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/accessibility/aria-checkbox-sends-notification-expected.txt. | 
| +        * platform/chromium-cg-mac-snowleopard/accessibility/aria-checkbox-sends-notification-expected.txt: Removed. | 
| +        * platform/chromium/accessibility/aria-checkbox-sends-notification-expected.txt: Renamed from LayoutTests/platform/chromium-win/accessibility/aria-checkbox-sends-notification-expected.txt. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-03  Vincent Scheib  <scheib@chromium.org> | 
| + | 
| +        [Chromium] Supressing more failures via test_expectations.txt | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| +        editing/spelling/markers.html, new expectations fail | 
| +        svg/animations/svginteger-animation-1.html, merging overlapping lines | 
| + | 
| +2011-12-03  Darin Adler  <darin@apple.com> | 
| + | 
| +        Update some layout test expected results | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73755 | 
| + | 
| +        Reviewed by Sam Weinig. | 
| + | 
| +        * editing/spelling/markers-expected.txt: Added. We just forgot to check this in when the | 
| +        test was added, and the test is skipped on most platforms so that was not noticed. | 
| + | 
| +        * fast/css/getComputedStyle/computed-style-without-renderer.html: Changed this test to | 
| +        share the list of properties to skip and the list of hidden properties. | 
| +        * fast/css/getComputedStyle/computed-style.html: Ditt. | 
| +        * fast/css/getComputedStyle/resources/property-names.js: Added. Besides the structural | 
| +        change the change is that CSS_GRID_LAYOUT properties are now in the list to skip. | 
| + | 
| +        * platform/mac/accessibility/multiselect-list-reports-active-option-expected.txt: Added. | 
| +        Shows this test is failing on Mac, even though it is passing on Chromium. That needs a bug report. | 
| + | 
| +        * platform/mac/fast/forms/input-placeholder-visibility-1-expected.txt: | 
| +        * platform/mac/fast/forms/input-placeholder-visibility-3-expected.txt: | 
| +        * platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.txt: | 
| +        * platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.txt: | 
| +        Updated these results now that we don't use relative positioning for placeholders any more. | 
| +        The original patch r101742 updated other platforms, including mac-snowleopard, but missed this one. | 
| + | 
| +        * platform/mac/svg/css/getComputedStyle-basic-expected.txt: Removed. The Mac platform can | 
| +        share the platform-independent expected results as long as we skip the CSS_GRID_LAYOUT | 
| +        properties. | 
| + | 
| +        * svg/css/getComputedStyle-basic.xhtml: Updated to skip the same properties that the tests | 
| +        in fast/css/getComputedStyle skip. | 
| + | 
| +2011-12-03  Darin Adler  <darin@apple.com> | 
| + | 
| +        Removed some obsolete expected result files that should have been removed in r97308 and r101738. | 
| + | 
| +        * platform/efl/fast/regions/content-flowed-into-regions-dynamically-added-expected.png: Removed. | 
| +        * platform/efl/fast/regions/content-flowed-into-regions-dynamically-inserted-expected.png: Removed. | 
| +        * platform/efl/fast/regions/content-flowed-into-regions-dynamically-removed-expected.png: Removed. | 
| +        * platform/efl/fast/regions/content-flowed-into-regions-expected.png: Removed. | 
| +        * platform/efl/fast/regions/content-flowed-into-regions-with-dyn-index-expected.png: Removed. | 
| +        * platform/efl/fast/regions/content-flowed-into-regions-with-index-dom-expected.png: Removed. | 
| +        * platform/efl/fast/regions/content-flowed-into-regions-with-index-expected.png: Removed. | 
| +        * platform/mac/fast/regions/content-flowed-into-regions-dynamically-added-expected.png: Removed. | 
| +        * platform/mac/fast/regions/content-flowed-into-regions-dynamically-inserted-expected.png: Removed. | 
| +        * platform/mac/fast/regions/content-flowed-into-regions-dynamically-removed-expected.png: Removed. | 
| +        * platform/mac/fast/regions/content-flowed-into-regions-expected.png: Removed. | 
| + | 
| +2011-12-03  Andreas Kling  <kling@webkit.org> | 
| + | 
| +        Cache CSSInitialValue instances per-document. | 
| +        <http://webkit.org/b/73745> | 
| + | 
| +        Reviewed by Oliver Hunt. | 
| + | 
| +        Test that 'initial' and 'inherit' values are cached per-document. | 
| + | 
| +        * http/tests/security/cross-origin-css-primitive-expected.txt: | 
| +        * http/tests/security/cross-origin-css-primitive.html: | 
| +        * http/tests/security/resources/cross-origin-css-primitive-iframe.html: | 
| + | 
| +2011-12-03  Philippe Normand  <pnormand@igalia.com> | 
| + | 
| +        Unreviewed, skip new failing tests on GTK. | 
| + | 
| +        * platform/gtk/Skipped: Skip 3 new | 
| +        http/tests/security/mixedContent failing partly because of bug 73743. | 
| + | 
| +2011-12-03  Philippe Normand  <pnormand@igalia.com> | 
| + | 
| +        Unreviewed, GTK rebaseline after r101858. | 
| + | 
| +        * platform/gtk/fast/writing-mode/broken-ideograph-small-caps-expected.txt: | 
| + | 
| +2011-12-03  Philippe Normand  <pnormand@igalia.com> | 
| + | 
| +        [GStreamer] Fullscreen controller support for the new WebKit Fullscreen API | 
| +        https://bugs.webkit.org/show_bug.cgi?id=66968 | 
| + | 
| +        Reviewed by Martin Robinson. | 
| + | 
| +        * platform/gtk/Skipped: Skip | 
| +        fullscreen/video-controls-override.html now failing because of bug 73583. | 
| + | 
| +2011-12-03  Csaba Osztrogonác  <ossy@webkit.org> | 
| + | 
| +        [Qt] Unreviewed weekend gardening. | 
| + | 
| +        * platform/qt/Skipped: Skip new failing tests. | 
| +        * platform/qt/fast/css/font-face-opentype-expected.png: Updated. | 
| +        * platform/qt/fast/css/font-face-opentype-expected.txt: Updated. | 
| + | 
| +2011-12-03  Dan Winship  <danw@gnome.org> | 
| + | 
| +        [GTK] [EFL] Update some cookie-related tests | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73673 | 
| + | 
| +        Reviewed by Martin Robinson. | 
| + | 
| +        * platform/efl/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt: | 
| +        * platform/gtk/http/tests/cookies/double-quoted-value-with-semi-colon-expected.txt: | 
| +        Copied from platform/chromium because libsoup also follows the RFC | 
| +        6265 behavior. | 
| + | 
| +        * platform/efl/Skipped: | 
| +        * platform/gtk/Skipped: Unskip that, and another cookie test that | 
| +        has been fixed for a while. | 
| + | 
| +2011-12-03  Sheriff Bot  <webkit.review.bot@gmail.com> | 
| + | 
| +        Unreviewed, rolling out r101904. | 
| +        http://trac.webkit.org/changeset/101904 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73739 | 
| + | 
| +        It broke zillions of tests on all bot (Requested by | 
| +        Ossy_weekend on #webkit). | 
| + | 
| +        * fast/dom/Window/window-postmessage-args-expected.txt: | 
| + | 
| +2011-12-02  Tony Chang  <tony@chromium.org> | 
| + | 
| +        remove a stale comment in flexbox code | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73720 | 
| + | 
| +        Reviewed by Ojan Vafai. | 
| + | 
| +        This was fixed by Ojan in https://bugs.webkit.org/show_bug.cgi?id=70754. | 
| + | 
| +        * css3/flexbox/flex-flow-padding.html: | 
| + | 
| +2011-12-02  Dmitry Lomov  <dslomov@google.com> | 
| + | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73691 | 
| +        [JSC] Implement correct order of window.postMessage arguments. | 
| + | 
| +        Reviewed by Geoffrey Garen. | 
| + | 
| +        * fast/dom/Window/window-postmessage-args-expected.txt: | 
| + | 
| +2011-12-02  Stephen Chenney  <schenney@chromium.org> | 
| + | 
| +        REGRESSION (r91125): Polyline tool in google docs is broken | 
| +        https://bugs.webkit.org/show_bug.cgi?id=65796 | 
| + | 
| +        Work around a bug in CoreGraphics, that caused incorrect bounds for paths | 
| +        consisting only of move-to elements. This causes problems in SVG, when the enormous | 
| +        bounds prevented the drawing of things behind. | 
| + | 
| +        Will revert expectation file when expectations are stable. | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        * platform/chromium-mac/svg/custom/zero-path-square-cap-rendering2-expected.txt: Removed. | 
| +        * platform/chromium-win/svg/custom/zero-path-square-cap-rendering2-expected.txt: Removed. | 
| +        * platform/mac/svg/custom/path-moveto-only-rendering-expected.png: Added. | 
| +        * platform/mac/svg/custom/path-moveto-only-rendering-expected.txt: Added. | 
| +        * platform/mac/svg/custom/subpaths-moveto-only-rendering-expected.png: Added. | 
| +        * platform/mac/svg/custom/subpaths-moveto-only-rendering-expected.txt: Added. | 
| +        * svg/custom/path-moveto-only-rendering.svg: Added. | 
| +        * svg/custom/subpaths-moveto-only-rendering.svg: Added. | 
| +        * svg/custom/zero-path-square-cap-rendering2-expected.txt: Modified text output | 
| +        * platform/chromium/test_expectations.txt: Added flakiness for new tests from this patch | 
| + | 
| +2011-12-02  Vincent Scheib  <scheib@chromium.org> | 
| + | 
| +        [Chromium] test_expectations typo fix for chunked-progress-event-expectedLength.html | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-12-02  Mihnea Ovidenie  <mihnea@adobe.com> | 
| + | 
| +        [CSSRegions]More renaming for region style rules. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73526 | 
| + | 
| +        Reviewed by Eric Seidel. | 
| + | 
| +        Rename WEBKIT_REGION_STYLE_RULE -> WEBKIT_REGION_RULE. | 
| + | 
| +        * fast/dom/Window/window-properties-expected.txt: | 
| +        * fast/regions/parsing-region-style-rule.html: | 
| +        * platform/gtk/fast/dom/Window/window-properties-expected.txt: | 
| +        * platform/mac/fast/dom/Window/window-properties-expected.txt: | 
| +        * platform/qt-wk2/fast/dom/Window/window-properties-expected.txt: | 
| +        * platform/qt/fast/dom/Window/window-properties-expected.txt: | 
| +        * platform/win/fast/dom/Window/window-properties-expected.txt: | 
| + | 
| +2011-12-02  Tom Sepez  <tsepez@chromium.org> | 
| + | 
| +        XSSAuditor includes more terminating characters when truncating | 
| +        attribute values. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73684 | 
| + | 
| +        Reviewed by Daniel Bates. | 
| + | 
| +        * http/tests/security/xssAuditor/property-escape-comment-expected.txt: | 
| +        * http/tests/security/xssAuditor/property-escape-comment.html: | 
| + | 
| +2011-12-02  Tony Chang  <tony@chromium.org> | 
| + | 
| +        Need to implement flex-flow: column-reverse | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73504 | 
| + | 
| +        Reviewed by David Hyatt. | 
| + | 
| +        Enable testing of column-reverse. | 
| + | 
| +        * css3/flexbox/flex-flow-expected.txt: | 
| +        * css3/flexbox/flex-flow.html: Added test cases to make sure start and end still apply to the text flow direction. | 
| +        * css3/flexbox/flex-flow-border-expected.txt: | 
| +        * css3/flexbox/flex-flow-border.html: Single flexitem, so reverse does nothing. | 
| +        * css3/flexbox/flex-flow-margins-auto-size-expected.txt: | 
| +        * css3/flexbox/flex-flow-margins-auto-size.html: Ditto.  The vertical tests cases (orthogonal directions) have always failed. | 
| +        * css3/flexbox/flex-flow-margins-expected.txt: | 
| +        * css3/flexbox/flex-flow-margins.html: Ditto. | 
| +        * css3/flexbox/flex-flow-orientations-expected.txt: | 
| +        * css3/flexbox/flex-flow-orientations.html: This test has 2 flexitems, the positions of which are now flipped. | 
| +        * css3/flexbox/flex-flow-overflow-expected.txt: | 
| +        * css3/flexbox/flex-flow-overflow.html: The overflow should go in the opposite direction vertically, but the same direction horizontally. | 
| +        * css3/flexbox/flex-flow-padding-expected.txt: | 
| +        * css3/flexbox/flex-flow-padding.html: Single flexitem, no change. | 
| + | 
| +2011-12-02  Stephen Chenney  <schenney@chromium.org> | 
| + | 
| +        Divide by zero for zero-length arcs | 
| +        https://bugs.webkit.org/show_bug.cgi?id=73021 | 
| + | 
| +        A zero-length path produces divide by zero, resulting in nothing being | 
| +        drawn. This change modifies the behavior to produce a zero-length line | 
| +        which will generate correct linecaps. | 
| + | 
| +        Reviewed by Nikolas Zimmermann. | 
| + | 
| +        * platform/chromium/test_expectations.txt: Added flakiness for the new test until wehave expectations. | 
| +        * platform/mac/svg/stroke: Added. | 
| +        * platform/mac/svg/stroke/zero-length-arc-linecaps-rendering-expected.png: Added. | 
| +        * platform/mac/svg/stroke/zero-length-arc-linecaps-rendering-expected.txt: Added. | 
| +        * svg/stroke/zero-length-arc-linecaps-rendering.svg: Added. | 
| + | 
| +2011-12-02  Aaron Colwell  <acolwell@chromium.org> | 
| + | 
| +        Adding mixed content tests for video tag. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=72178 | 
| + | 
| +        Reviewed by Adam Barth. | 
| + | 
| +        * http/tests/security/mixedContent/insecure-video-in-iframe-expected.txt: Added. | 
| +        * http/tests/security/mixedContent/insecure-video-in-iframe.html: Added. | 
| +        * http/tests/security/mixedContent/insecure-video-in-main-frame-expected.txt: Added. | 
| +        * http/tests/security/mixedContent/insecure-video-in-main-frame.html: Added. | 
| +        * http/tests/security/mixedContent/redirect-http-to-https-video-in-main-frame-expected.txt: Added. | 
| +        * http/tests/security/mixedContent/redirect-http-to-https-video-in-main-frame.html: Added. | 
| +        * http/tests/security/mixedContent/redirect-https-to-http-video-in-main-frame-expected.txt: Added. | 
| +        * http/tests/security/mixedContent/redirect-https-to-http-video-in-main-frame.html: Added. | 
| +        * http/tests/security/mixedContent/resources/frame-with-insecure-video.html: Added. | 
| +        * http/tests/security/mixedContent/resources/frame-with-redirect-http-to-https-video.html: Added. | 
| +        * http/tests/security/mixedContent/resources/frame-with-redirect-https-to-http-video.html: Added. | 
| + | 
| +2011-12-02  Vincent Scheib  <scheib@chromium.org> | 
| + | 
| +        [Chromium] Rebaselining svg/custom/svg-fonts-word-spacing.html | 
| + | 
| +        * platform/chromium-cg-mac-snowleopard/accessibility/aria-checkbox-sends-notification-expected.txt: Copied from LayoutTests/platform/chromium/accessibility/aria-checkbox-sends-notification-expected.txt. | 
| +        * platform/chromium-mac-snowleopard/accessibility/aria-checkbox-sends-notification-expected.txt: Copied from LayoutTests/platform/chromium/accessibility/aria-checkbox-sends-notification-expected.txt. | 
| +        * platform/chromium-win/accessibility/aria-checkbox-sends-notification-expected.txt: Renamed from LayoutTests/platform/chromium/accessibility/aria-checkbox-sends-notification-expected.txt. | 
| + | 
| +2011-12-02  Vincent Scheib  <scheib@chromium.org> | 
| + | 
| +        [Chromium] Marking svg/W3C-SVG-1.1/fonts-elem-04-b.svg flaky for image+text | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| 2011-12-02  Sheriff Bot  <webkit.review.bot@gmail.com> | 
|  | 
| Unreviewed, rolling out r101731. | 
|  |