| Index: LayoutTests/ChangeLog | 
| =================================================================== | 
| --- LayoutTests/ChangeLog	(revision 99392) | 
| +++ LayoutTests/ChangeLog	(working copy) | 
| @@ -1,3 +1,5665 @@ | 
| +2011-11-02  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        REGRESSION(r96870): WebKit generates background: transparent on blogger.com | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71203 | 
| + | 
| +        Reviewed by Ojan Vafai. | 
| + | 
| +        Added a test to merge paragraphs inside a document with background: transparent, and a test to | 
| +        cut and paste contents with background: transparent, which is overriding a style rule background: blue. | 
| + | 
| +        WebKit should preserve the appearance of the pasted content but should not add a redundant | 
| +        background: transparent. | 
| + | 
| +        * editing/deleting/merge-paragraphs-with-transparent-background-expected.txt: Added. | 
| +        * editing/deleting/merge-paragraphs-with-transparent-background.html: Added. | 
| +        * editing/deleting/paste-with-transparent-background-color-expected.txt: Added. | 
| +        * editing/deleting/paste-with-transparent-background-color.html: Added. | 
| + | 
| +2011-11-02  Stephen Chenney  <schenney@chromium.org> | 
| + | 
| +        printing layout test failures after r98634 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71080 | 
| + | 
| +        Added CG specific expected results. | 
| + | 
| +        Reviewed by Kent Tamura | 
| + | 
| +        * platform/chromium-cg-mac/printing/setPrinting-expected.png: Added. | 
| +        * platform/chromium-cg-mac/printing/setPrinting-expected.txt: Added. | 
| +        * platform/chromium-cg-mac/printing/single-line-must-not-be-split-into-two-pages-expected.png: Added. | 
| +        * platform/chromium-cg-mac/printing/single-line-must-not-be-split-into-two-pages-expected.txt: Added. | 
| +        * platform/chromium/test_expectations.txt: Removed expectation of failure. | 
| + | 
| +2011-11-02  Sergio Villar Senin  <svillar@igalia.com> | 
| + | 
| +        [WK2][GTK] Skipped file cleanup | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71356 | 
| + | 
| +        Added a couple of bug URLs. Moved bugs around to their proper sections. | 
| + | 
| +        * platform/gtk-wk2/Skipped: | 
| + | 
| +2011-11-02  Kaustubh Atrawalkar  <kaustubh@motorola.com> | 
| + | 
| +        [WK2] [GTK] WebKitWebProcess asserts in ASSERT(m_state != CLOSED) | 
| +        https://bugs.webkit.org/show_bug.cgi?id=69513 | 
| + | 
| +        Unskip passing tests. | 
| + | 
| +        Reviewed by Philippe Normand. | 
| + | 
| +        * platform/gtk-wk2/Skipped: | 
| + | 
| +2011-11-02  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        Unreviewed. Bring back some suppressions for media/media-document-audio-repaint.html. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-11-02  Cary Clark  <caryclark@google.com> | 
| + | 
| +        Unreviewed gardening: 7th chunk of baselines for Chromium-Skia | 
| +        on Leopard. | 
| + | 
| +        [Omitting 616 of 624 files for brevity.] | 
| + | 
| +        * platform/chromium-mac-leopard/animations: Added. | 
| +        * platform/chromium-mac-leopard/animations/state-at-end-event-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/css1/basic/contextual_selectors-expected.png: | 
| +        * platform/chromium-mac-leopard/css1/basic/inheritance-expected.png: | 
| +        * platform/chromium-mac-leopard/css1/box_properties/float_elements_in_series-expected.png: | 
| +        ... | 
| +        * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: | 
| +        * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: | 
| +        * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/types-basicDOM-01-b-expected.png: Added. | 
| + | 
| +2011-11-02  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        Unreviewed. Another rebaseline of media/media-document-audio-repaint.html | 
| + | 
| +        * platform/chromium-cg-mac-snowleopard/media/media-document-audio-repaint-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac/media/media-document-audio-repaint-expected.png. | 
| +        * platform/chromium-gpu-win/media/media-document-audio-repaint-expected.txt: | 
| +        * platform/chromium-gpu/media/media-document-audio-repaint-expected.txt: Added. | 
| +        * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png: Renamed from LayoutTests/platform/chromium-mac/media/media-document-audio-repaint-expected.png. | 
| +        * platform/chromium-mac/media/media-document-audio-repaint-expected.txt: Removed. | 
| +        * platform/chromium/media/media-document-audio-repaint-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/media/media-document-audio-repaint-expected.txt. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-11-02  Simon Hausmann  <simon.hausmann@nokia.com> | 
| + | 
| +        [Qt][WK2] Add support for touch event testing to WebKitTestRunner | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71310 | 
| + | 
| +        Reviewed by Kenneth Rohde Christiansen. | 
| + | 
| +        * platform/qt-wk2/Skipped: Unskip touch tests that are passing now. | 
| + | 
| +2011-11-02  Philippe Normand  <pnormand@igalia.com> | 
| + | 
| +        Unreviewed, GTK baselines for new tests. | 
| + | 
| +        * platform/gtk/css2.1/20110323/background-intrinsic-001-expected.txt: Added. | 
| +        * platform/gtk/css2.1/20110323/background-intrinsic-002-expected.txt: Added. | 
| +        * platform/gtk/css2.1/20110323/background-intrinsic-003-expected.txt: Added. | 
| +        * platform/gtk/css2.1/20110323/background-intrinsic-004-expected.txt: Added. | 
| +        * platform/gtk/css2.1/20110323/background-intrinsic-005-expected.txt: Added. | 
| +        * platform/gtk/css2.1/20110323/background-intrinsic-006-expected.txt: Added. | 
| +        * platform/gtk/css2.1/20110323/background-intrinsic-007-expected.txt: Added. | 
| +        * platform/gtk/css2.1/20110323/background-intrinsic-008-expected.txt: Added. | 
| +        * platform/gtk/css2.1/20110323/background-intrinsic-009-expected.txt: Added. | 
| +        * platform/gtk/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added. | 
| +        * platform/gtk/fast/borders/border-radius-complex-inner-expected.txt: Added. | 
| +        * platform/gtk/fast/css/child-style-can-override-visited-style-expected.txt: Added. | 
| +        * platform/gtk/fast/multicol/block-axis-horizontal-bt-expected.txt: Added. | 
| +        * platform/gtk/fast/multicol/block-axis-horizontal-tb-expected.txt: Added. | 
| +        * platform/gtk/fast/multicol/block-axis-vertical-lr-expected.txt: Added. | 
| +        * platform/gtk/fast/multicol/block-axis-vertical-rl-expected.txt: Added. | 
| +        * platform/gtk/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt: Added. | 
| +        * platform/gtk/svg/as-background-image/background-image-tiled-expected.txt: Added. | 
| +        * platform/gtk/svg/as-background-image/same-image-two-instances-background-image-expected.txt: Added. | 
| +        * platform/gtk/svg/as-image/img-preserveAspectRatio-support-1-expected.txt: Added. | 
| +        * platform/gtk/svg/as-image/same-image-two-instances-expected.txt: Added. | 
| +        * platform/gtk/svg/as-image/svg-as-relative-image-with-explicit-size-expected.txt: Added. | 
| +        * platform/gtk/svg/as-image/svg-image-change-content-size-expected.txt: Added. | 
| +        * platform/gtk/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Added. | 
| +        * platform/gtk/svg/filters/feColorMatrix-default-type-expected.txt: Added. | 
| +        * platform/gtk/svg/filters/invalidate-on-child-layout-expected.txt: Added. | 
| +        * platform/gtk/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added. | 
| +        * platform/gtk/svg/zoom/page/zoom-background-images-expected.txt: Added. | 
| +        * platform/gtk/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added. | 
| +        * platform/gtk/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added. | 
| +        * platform/gtk/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt: Added. | 
| +        * platform/gtk/svg/zoom/page/zoom-svg-as-image-expected.txt: Added. | 
| +        * platform/gtk/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Added. | 
| + | 
| +2011-11-02  Gabor Rapcsanyi  <rgabor@webkit.org> | 
| + | 
| +        [Qt] Unreviewed gardening. Unskip the Qt mobility tests because they are working now. | 
| + | 
| +        * platform/qt-arm/Skipped: | 
| + | 
| +2011-11-02  Philippe Normand  <pnormand@igalia.com> | 
| + | 
| +        Unreviewed, GTK rebaseline after r98852 and r99027. | 
| + | 
| +        * platform/gtk/css1/text_properties/vertical_align-expected.txt: | 
| +        * platform/gtk/fast/block/float/015-expected.txt: | 
| +        * platform/gtk/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added. | 
| +        * platform/gtk/fast/dom/Window/window-properties-expected.txt: | 
| +        * platform/gtk/fast/repaint/block-layout-inline-children-replaced-expected.txt: | 
| +        * platform/gtk/svg/zoom/page/relative-sized-document-scrollbars-expected.txt: Added. | 
| +        * platform/gtk/svg/zoom/page/zoom-foreignObject-expected.txt: | 
| +        * platform/gtk/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt: | 
| + | 
| +2011-11-02  Csaba Osztrogonác  <ossy@webkit.org> | 
| + | 
| +        [Qt] Unreviewed gardening after r98852. | 
| + | 
| +        * platform/qt-5.0/css2.1/20110323/background-intrinsic-001-expected.png: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/background-intrinsic-001-expected.txt: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/background-intrinsic-002-expected.png: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/background-intrinsic-002-expected.txt: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/background-intrinsic-003-expected.png: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/background-intrinsic-003-expected.txt: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/background-intrinsic-004-expected.png: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/background-intrinsic-004-expected.txt: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/background-intrinsic-005-expected.png: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/background-intrinsic-005-expected.txt: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/background-intrinsic-006-expected.png: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/background-intrinsic-006-expected.txt: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/background-intrinsic-007-expected.png: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/background-intrinsic-007-expected.txt: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/background-intrinsic-008-expected.png: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/background-intrinsic-008-expected.txt: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/background-intrinsic-009-expected.png: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/background-intrinsic-009-expected.txt: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/dynamic-top-change-001-expected.png: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/dynamic-top-change-001-expected.txt: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/dynamic-top-change-002-expected.png: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/dynamic-top-change-002-expected.txt: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/dynamic-top-change-003-expected.png: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/dynamic-top-change-003-expected.txt: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/dynamic-top-change-004-expected.png: Added. | 
| +        * platform/qt-5.0/css2.1/20110323/dynamic-top-change-004-expected.txt: Added. | 
| +        * platform/qt/Skipped: Skip failing tests because of https://bugs.webkit.org/show_bug.cgi?id=52810 | 
| + | 
| +2011-11-02  Ben Wells  <benwells@chromium.org> | 
| + | 
| +        Canvas filling paths or rects need to be invalidate larger rects for some compositing modes. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70379 | 
| + | 
| +        Reviewed by James Robinson. | 
| + | 
| +        * fast/canvas/canvas-composite-fill-repaint-expected.txt: Added. | 
| +        * fast/canvas/canvas-composite-fill-repaint.html: Added. | 
| +        * platform/chromium-gpu-linux/fast/canvas/canvas-composite-fill-repaint-expected.png: Added. | 
| +        * platform/chromium-linux/fast/canvas/canvas-composite-fill-repaint-expected.png: Added. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-11-02  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        Unreviewed expectations update. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-11-01  Sam Weinig  <sam@webkit.org> | 
| + | 
| +        Implement __lookupGetter__/__lookupSetter__ in terms of getPropertyDescriptor | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71336 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        * fast/dom/getter-on-window-object2-expected.txt: | 
| +        Update results now that __lookupGetter__/__lookupSetter__ match getOwnPropertyDescriptor. | 
| +        The failures are tracked by https://bugs.webkit.org/show_bug.cgi?id=71333. | 
| + | 
| +2011-11-01  Benjamin Poulain  <bpoulain@apple.com> | 
| + | 
| +        [Mac] _drt_descriptionSuitableForTestResult generate an exception for absolute paths above the main frame | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71342 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        Update the test results following the fix of _drt_descriptionSuitableForTestResult. | 
| + | 
| +        * webarchive/loading/test-loading-archive-subresource-null-mimetype-expected.txt: | 
| + | 
| +2011-11-01  Anna Cavender  <annacc@chromium.org> | 
| + | 
| +        Makes [Reflect] work for constants. | 
| +        This is needed to avoid platform-specific define conflicts, specifically | 
| +        TextTrack::ERROR conflicts with a windows define. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70951 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        * media/track/track-constants-expected.txt: Added. | 
| +        * media/track/track-constants.html: Added. | 
| +        * media/track/track-load-error-readyState.html:  Updated with new const name. | 
| +        * media/track/track-load-from-element-readyState.html:  Updated with new const name. | 
| +        * media/track/track-load-from-src-readyState.html:  Updated with new const name. | 
| + | 
| +        VIDEO_TRACK is not enabled on these ports, so skipping this test: | 
| +        * platform/mac/Skipped: | 
| +        * platform/win/Skipped: | 
| + | 
| +2011-11-01  Dominic Cooney   <dominicc@chromium.org> | 
| + | 
| +        Remove initErrorEvent method | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71338 | 
| + | 
| +        Reviewed by Ojan Vafai. | 
| + | 
| +        * http/tests/workers/worker-importScriptsOnError-expected.txt: | 
| +        * platform/gtk/fast/dom/Window/window-properties-expected.txt: | 
| +        * platform/mac/fast/dom/Window/window-properties-expected.txt: | 
| +        * platform/qt/fast/dom/Window/window-properties-expected.txt: | 
| + | 
| +2011-11-01  Tim Horton  <timothy_horton@apple.com> | 
| + | 
| +        SVG Filter on a group doesn't invalidate when children are moved | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70044 | 
| +        <rdar://problem/10281530> | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        Fix svg/filters/invalidate-on-child-layout.svg to not include nonexistent onload handler. | 
| + | 
| +        * svg/filters/invalidate-on-child-layout.svg: | 
| + | 
| +2011-11-01  John Gregg  <johnnyg@google.com> | 
| + | 
| +        Rebaseline getter-on-window-object2.html after r99005. | 
| + | 
| +        * platform/chromium/fast/dom/getter-on-window-object2-expected.txt: Added. | 
| + | 
| +2011-11-01  Filip Pizlo  <fpizlo@apple.com> | 
| + | 
| +        DFG inlining breaks function.arguments | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71329 | 
| + | 
| +        Reviewed by Oliver Hunt. | 
| + | 
| +        Test that using bar.arguments, where bar was inlined into baz, | 
| +        works correctly. | 
| + | 
| +        * fast/js/dfg-inline-arguments-simple-expected.txt: Added. | 
| +        * fast/js/dfg-inline-arguments-simple.html: Added. | 
| +        * fast/js/script-tests/dfg-inline-arguments-simple.js: Added. | 
| +        (foo): | 
| +        (bar): | 
| +        (baz): | 
| +        (argsToStr): | 
| + | 
| +2011-11-01  Tony Chang  <tony@chromium.org> | 
| + | 
| +        Update result to match mac repaint result.  When we forced a layout on | 
| +        the test (when landing the mac-sl results), it caused this result to | 
| +        change slightly. | 
| + | 
| +        * platform/chromium-linux/css3/flexbox/repaint-rtl-column-expected.png: | 
| + | 
| +2011-11-01  Sam Weinig  <sam@webkit.org> | 
| + | 
| +        Expand fast/dom/getter-on-window-object2.html to test Object.getOwnPropertyDescriptor as well | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71332 | 
| + | 
| +        Reviewed by Anders Carlsson. | 
| + | 
| +        * fast/dom/getter-on-window-object2-expected.txt: | 
| +        * fast/dom/getter-on-window-object2.html: | 
| +        Convert to shouldBe style tests and expand test to also test Object.getOwnPropertyDescriptor, | 
| +        which currently fail for getters/setters defined over window properties. | 
| + | 
| +2011-11-01  John Gregg  <johnnyg@google.com> | 
| + | 
| +        Suppress svg/filters/invalidate-on-child-layout.svg until the fix lands. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-11-01  Sam Weinig  <sam@webkit.org> | 
| + | 
| +        Expand prototype setting test to test Object.defineProperty | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71322 | 
| + | 
| +        Reviewed by Anders Carlsson. | 
| + | 
| +        * fast/js/script-tests/prototypes.js: | 
| +        Also test setting __proto__ using Object.defineProperty. | 
| + | 
| +2011-11-01  Dominic Cooney  <dominicc@chromium.org> | 
| + | 
| +        display: table-cell and box-sizing: border-box calculates content-box height | 
| +        https://bugs.webkit.org/show_bug.cgi?id=69425 | 
| + | 
| +        Reviewed by Dan Bernstein. | 
| + | 
| +        * fast/box-sizing/table-cell-expected.txt: Added. | 
| +        * fast/box-sizing/table-cell.html: Added. | 
| + | 
| +2011-11-01  Kenji Imasaki  <imasaki@chromium.org> | 
| + | 
| +        [Chromium] Unreviewed. Remove media/audio-repaint.html from test expectaion. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-11-01  Leandro Pereira  <leandro@profusion.mobi> | 
| + | 
| +        [EFL] Unreviewed. Add remaining pixel baselines. | 
| + | 
| +        * platform/efl/http: Added. | 
| +        * platform/efl/http/tests: Added. | 
| +        * platform/efl/http/tests/local: Added. | 
| +        * platform/efl/http/tests/local/file-url-sent-as-referer-expected.png: Added. | 
| +        * platform/efl/http/tests/misc: Added. | 
| +        * platform/efl/http/tests/misc/acid2-expected.png: Added. | 
| +        * platform/efl/http/tests/misc/error404-expected.png: Added. | 
| +        * platform/efl/http/tests/misc/favicon-as-image-expected.png: Added. | 
| +        * platform/efl/http/tests/misc/frame-access-during-load-expected.png: Added. | 
| +        * platform/efl/http/tests/misc/generated-content-inside-table-expected.png: Added. | 
| +        * platform/efl/http/tests/misc/iframe404-expected.png: Added. | 
| +        * platform/efl/http/tests/misc/location-replace-crossdomain-expected.png: Added. | 
| +        * platform/efl/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png: Added. | 
| +        * platform/efl/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Added. | 
| +        * platform/efl/http/tests/misc/slow-loading-image-in-pattern-expected.png: Added. | 
| +        * platform/efl/http/tests/navigation: Added. | 
| +        * platform/efl/http/tests/navigation/error404-basic-expected.png: Added. | 
| +        * platform/efl/http/tests/navigation/error404-goback-expected.png: Added. | 
| +        * platform/efl/http/tests/navigation/error404-subframeload-expected.png: Added. | 
| +        * platform/efl/http/tests/navigation/javascriptlink-frames-expected.png: Added. | 
| +        * platform/efl/http/tests/navigation/postredirect-basic-expected.png: Added. | 
| +        * platform/efl/http/tests/navigation/postredirect-goback1-expected.png: Added. | 
| +        * platform/efl/http/tests/security: Added. | 
| +        * platform/efl/http/tests/security/contentSecurityPolicy: Added. | 
| +        * platform/efl/http/tests/security/contentSecurityPolicy/xsl-blocked-expected.png: Added. | 
| +        * platform/efl/http/tests/uri: Added. | 
| +        * platform/efl/http/tests/uri/css-href-expected.png: Added. | 
| +        * platform/efl/scrollbars/basic-scrollbar-expected.png: Added. | 
| +        * platform/efl/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: Added. | 
| +        * platform/efl/scrollbars/disabled-scrollbar-expected.png: Added. | 
| +        * platform/efl/scrollbars/listbox-scrollbar-combinations-expected.png: Added. | 
| +        * platform/efl/scrollbars/overflow-scrollbar-combinations-expected.png: Added. | 
| +        * platform/efl/scrollbars/scrollbar-buttons-expected.png: Added. | 
| +        * platform/efl/scrollbars/scrollbar-orientation-expected.png: Added. | 
| +        * platform/efl/scrollbars/scrollbars-on-positioned-content-expected.png: Added. | 
| + | 
| +2011-11-01  Alok Priyadarshi  <alokp@chromium.org> | 
| + | 
| +        [chromium] Add testing for --enable-accelerated-drawing | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70822 | 
| + | 
| +        Reviewed by James Robinson. | 
| + | 
| +        * platform/chromium/compositing/accelerated-drawing: Added. | 
| +        * platform/chromium/compositing/accelerated-drawing/alpha-expected.png: Added. | 
| +        * platform/chromium/compositing/accelerated-drawing/alpha-expected.txt: Added. | 
| +        * platform/chromium/compositing/accelerated-drawing/alpha.html: Added. | 
| + | 
| +2011-11-01  Tim Horton  <timothy_horton@apple.com> | 
| + | 
| +        SVG Filter on a group doesn't invalidate when children are moved | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70044 | 
| +        <rdar://problem/10281530> | 
| + | 
| +        Reviewed by Nikolas Zimmermann. | 
| + | 
| +        Add a test that ensures that changing the layout of a child of a filtered element invalidates the filter. | 
| + | 
| +        * platform/mac/svg/filters/invalidate-on-child-layout-expected.png: Added. | 
| +        * platform/mac/svg/filters/invalidate-on-child-layout-expected.txt: Added. | 
| +        * svg/filters/invalidate-on-child-layout.svg: Added. | 
| + | 
| +2011-11-01  Jer Noble  <jer.noble@apple.com> | 
| + | 
| +        Four media tests failing on Lion due to incorrect cached times. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=69574 | 
| + | 
| +        Reviewed by Eric Carlson. | 
| + | 
| +        Some media engines will cause multiple timeupdate events after pausing; so deregister | 
| +        the timeupdate event listener after receiving the first one. | 
| + | 
| +        * media/video-pause-immediately.html: | 
| + | 
| +2011-11-01  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Rebaseline after r98896. | 
| + | 
| +        * fast/forms/mailto/formenctype-attribute-button-html-expected.txt: | 
| +        * fast/forms/mailto/formenctype-attribute-input-html-expected.txt: | 
| +        * platform/chromium-win-vista/fast/forms: Removed. | 
| +        * platform/chromium/test_expectations.txt: | 
| +        * platform/qt/test_expectations.txt: | 
| +        * platform/win/test_expectations.txt: | 
| + | 
| +2011-11-01  Leandro Pereira  <leandro@profusion.mobi> | 
| + | 
| +        [EFL] Unreviewed. Add some pixel baselines for tests in fast/. | 
| + | 
| +        * platform/efl/fast/table: [...] | 
| +        * platform/efl/fast/text: [...] | 
| +        * platform/efl/fast/tokenizer: [...] | 
| +        * platform/efl/fast/transforms: [...] | 
| +        * platform/efl/fast/writing-mode: [...] | 
| +        * platform/efl/fast/xsl: [...] | 
| + | 
| +2011-11-01  Kenji Imasaki  <imasaki@chromium.org> | 
| + | 
| +        [Chromium] Unreviewed. Did rebaselines of media/audio-repaint.html | 
| + | 
| +        * platform/chromium-gpu-linux/media/audio-repaint-expected.png: | 
| + | 
| +2011-11-01  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        REGRESSION(98738): RenderTableSection::recalcCells does not properly shrink the RowStruct grid | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71246 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        Those tests checks that an empty section would not lead to reading | 
| +        RowStruct without a |rowRenderer| which would crash. | 
| + | 
| +        * fast/table/crash-empty-section-calcBorder-expected.txt: Added. | 
| +        * fast/table/crash-empty-section-calcBorder.html: Added. | 
| +        * fast/table/crash-empty-section-fixed-layout-calcArray-expected.txt: Added. | 
| +        * fast/table/crash-empty-section-fixed-layout-calcArray.html: Added. | 
| + | 
| +2011-11-01  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        Unreviewed followup for the previous commit (removing another duplicate line). | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-11-01  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        [Chromium] Some media/video-*.html layout tests occasionally crash on WIN GPU | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71277 | 
| + | 
| +        Reviewed by Simon Fraser. | 
| + | 
| +        * platform/chromium/test_expectations.txt: revert tests marked as crash because of the assert(). | 
| + | 
| +2011-11-01  Erik Arvidsson  <arv@chromium.org> | 
| + | 
| +        Unreviewed. Fix ChangeLog which broke in r98733. | 
| + | 
| +2011-11-01  Leandro Pereira  <leandro@profusion.mobi> | 
| + | 
| +        [EFL] Unreviewed. Add some pixel baselines for tests in fast/. | 
| + | 
| +        * platform/efl/fast/media: [...] | 
| +        * platform/efl/fast/multicol: [...] | 
| +        * platform/efl/fast/overflow: [...] | 
| +        * platform/efl/fast/parser: [...] | 
| +        * platform/efl/fast/reflections: [...] | 
| +        * platform/efl/fast/regions: [...] | 
| +        * platform/efl/fast/repaint: [...] | 
| +        * platform/efl/fast/replaced: [...] | 
| +        * platform/efl/fast/ruby: [...] | 
| +        * platform/efl/fast/runin: [...] | 
| +        * platform/efl/fast/selectors: [...] | 
| + | 
| +2011-11-01  Leandro Pereira  <leandro@profusion.mobi> | 
| + | 
| +        [EFL] Unreviewed. Add some pixel baselines for tests in fast/. | 
| + | 
| +        * platform/efl/fast/html: [...] | 
| +        * platform/efl/fast/images: [...] | 
| +        * platform/efl/fast/inline-block: [...] | 
| +        * platform/efl/fast/inline: [...] | 
| +        * platform/efl/fast/innerHTML: [...] | 
| +        * platform/efl/fast/inspector-support: [...] | 
| +        * platform/efl/fast/invalid: [...] | 
| +        * platform/efl/fast/layers: [...] | 
| +        * platform/efl/fast/lists: [...] | 
| +        * platform/efl/fast/loader: [...] | 
| + | 
| +2011-11-01  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        Unreviewed. Fixed conflicting entries in test expectations. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-11-01  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        Unreviewed. Marked inspector extensions tests as crash on win debug. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-11-01  Chris Fleizach  <cfleizach@apple.com> | 
| + | 
| +        AX: some popup buttons not announced by VoiceOver | 
| +        https://bugs.webkit.org/show_bug.cgi?id=67743 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        * platform/mac/accessibility/aria-popup-buttons-on-native-elements-expected.txt: Added. | 
| +        * platform/mac/accessibility/aria-popup-buttons-on-native-elements.html: Added. | 
| + | 
| +2011-11-01  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        Unreviewed expectations update. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-11-01  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        Unreviewed expectations update. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-11-01  Alexander Pavlov  <apavlov@chromium.org> | 
| + | 
| +        Web Inspector: [Styles] Style-based CSS properties are editable and toggleable | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71275 | 
| + | 
| +        Reviewed by Pavel Feldman. | 
| + | 
| +        * inspector/styles/styles-source-lines-expected.txt: | 
| +        * inspector/styles/styles-update-from-js-expected.txt: | 
| + | 
| +2011-10-18  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        Web Inspector: make extension tests pass on chromium | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70334 | 
| + | 
| +        Reviewed by Pavel Feldman. | 
| + | 
| +        * http/tests/inspector/extensions-headers.html: | 
| +        * http/tests/inspector/resources/extension-main.js: | 
| +        (): | 
| +        * inspector/extensions/extensions-audits.html: | 
| +        * inspector/extensions/extensions-console.html: | 
| +        * inspector/extensions/extensions-resources.html: | 
| +        * platform/chromium/inspector/extensions/extensions-api-expected.txt: Added. | 
| +        * platform/chromium/inspector/extensions/extensions-eval-expected.txt: Added. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-11-01  Pavel Feldman  <pfeldman@google.com> | 
| + | 
| +        Not reviewed: fix extensions tests. | 
| + | 
| +        * http/tests/inspector/extensions-test.js: | 
| +        (initialize_ExtensionsTest.InspectorTest.showPanel): | 
| + | 
| +2011-11-01  Pavel Feldman  <pfeldman@google.com> | 
| + | 
| +        Not reviewed: fix inspector extensions tests. | 
| + | 
| +        * inspector/extensions/extensions.html: | 
| + | 
| +2011-11-01  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        Unreviewed expectations update. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-11-01  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        Unreviewed expectations update. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-11-01  Pavel Feldman  <pfeldman@google.com> | 
| + | 
| +        Web Inspector: introduce PanelContainer class, start moving panel management from inspector.js to the new class. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71272 | 
| + | 
| +        Reviewed by Yury Semikhatsky. | 
| + | 
| +        * http/tests/inspector/elements-test.js: | 
| +        (initialize_ElementTest.InspectorTest.expandElementsTree): | 
| +        * http/tests/inspector/resource-tree/resource-tree-test.js: | 
| +        (initialize_ResourceTreeTest.InspectorTest.dumpResourcesTree): | 
| +        * inspector/debugger/debugger-expand-scope.html: | 
| +        * inspector/debugger/debugger-proto-property.html: | 
| +        * inspector/debugger/dom-breakpoints.html: | 
| +        * inspector/elements/elements-img-tooltip.html: | 
| +        * inspector/elements/elements-panel-limited-children.html: | 
| +        * inspector/storage-panel-dom-storage.html: | 
| +        * inspector/styles/styles-new-API.html: | 
| +        * inspector/view-css.html: | 
| +        * inspector/view-events.html: | 
| + | 
| +2011-11-01  Leandro Pereira  <leandro@profusion.mobi> | 
| + | 
| +        [EFL] Unreviewed. Add pixel baselines for fast/ tests. | 
| + | 
| +        * platform/efl/fast/doctypes: [...] | 
| +        * platform/efl/fast/dom: [...] | 
| +        * platform/efl/fast/dynamic: [...] | 
| +        * platform/efl/fast/encoding: [...] | 
| +        * platform/efl/fast/events: [...] | 
| +        * platform/efl/fast/fast-mobile-scrolling: [...] | 
| +        * platform/efl/fast/flexbox: [...] | 
| +        * platform/efl/fast/forms: [...] | 
| +        * platform/efl/fast/frames: [...] | 
| +        * platform/efl/fast/gradients: [...] | 
| + | 
| +2011-11-01  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        Unreviewed gardening (fixed platform qualifiers for visibility-image-layers.html) | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-11-01  Sheriff Bot  <webkit.review.bot@gmail.com> | 
| + | 
| +        Unreviewed, rolling out r98847. | 
| +        http://trac.webkit.org/changeset/98847 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71268 | 
| + | 
| +        "Debugger test failures on multiple platforms" (Requested by | 
| +        yurys on #webkit). | 
| + | 
| +        * inspector/debugger/bind-script-to-resource-expected.txt: Removed. | 
| +        * inspector/debugger/bind-script-to-resource.html: Removed. | 
| +        * inspector/debugger/linkifier-expected.txt: | 
| +        * inspector/debugger/linkifier.html: | 
| + | 
| +2011-11-01  Yury Semikhatsky  <yurys@chromium.org> | 
| + | 
| +        Unreviewed. Rebaseline test started failing because syntax errors in inline handlers | 
| +        are now reported to console. | 
| + | 
| +        window.onerror doesn't work with inline (attribute) scripts | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70991 | 
| + | 
| + | 
| +        * fast/js/invalid-syntax-for-function-expected.txt: | 
| + | 
| +2011-10-31  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +       Unreviewed gardening. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/fast/overflow/003-expected.txt: Removed. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-31  Jeremy Apthorp  <jeremya@google.com> | 
| + | 
| +        Test case for a crash relating to merging of anonymous blocks in | 
| +        RenderFullScreen::unwrapRenderer. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70705 | 
| + | 
| +        Reviewed by Simon Fraser. | 
| + | 
| +        * fullscreen/anonymous-block-merge-crash.html: Added. | 
| + | 
| +2011-10-31  John Gregg  <johnnyg@google.com> | 
| + | 
| +        Unreviewed gardening; bind-script-to-resource.html times out on chromium mac. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-31  Csaba Osztrogonác  <ossy@webkit.org> | 
| + | 
| +        [Qt] Unreviewed holiday gardening after r98852. | 
| + | 
| +        4 new tests fail introduced in r98852 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71253 | 
| + | 
| +        * platform/qt/Skipped: Skip failing tests. | 
| + | 
| +2011-10-31  Sheriff Bot  <webkit.review.bot@gmail.com> | 
| + | 
| +        Unreviewed, rolling out r98918. | 
| +        http://trac.webkit.org/changeset/98918 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71256 | 
| + | 
| +        Wrong commit (Requested by Ossy_weekend on #webkit). | 
| + | 
| +        * platform/qt/Skipped: | 
| + | 
| +2011-10-31  Csaba Osztrogonác  <ossy@webkit.org> | 
| + | 
| +        [Qt] Unreviewed holiday gardening after r98852. | 
| + | 
| +        4 new tests fail introduced in r98852 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71253 | 
| + | 
| +        * platform/qt/Skipped: Skip failing tests. | 
| + | 
| +2011-10-31  Csaba Osztrogonác  <ossy@webkit.org> | 
| + | 
| +        [Qt] Unreviewed holiday gardening after r98673 and r98608. | 
| + | 
| +        * platform/qt/fast/css/child-style-can-override-visited-style-expected.png: Added. | 
| +        * platform/qt/fast/css/child-style-can-override-visited-style-expected.txt: Added. | 
| +        * platform/qt/fast/multicol/block-axis-horizontal-bt-expected.png: Added. | 
| +        * platform/qt/fast/multicol/block-axis-horizontal-bt-expected.txt: Added. | 
| +        * platform/qt/fast/multicol/block-axis-horizontal-tb-expected.png: Added. | 
| +        * platform/qt/fast/multicol/block-axis-horizontal-tb-expected.txt: Added. | 
| +        * platform/qt/fast/multicol/block-axis-vertical-lr-expected.png: Added. | 
| +        * platform/qt/fast/multicol/block-axis-vertical-lr-expected.txt: Added. | 
| +        * platform/qt/fast/multicol/block-axis-vertical-rl-expected.png: Added. | 
| +        * platform/qt/fast/multicol/block-axis-vertical-rl-expected.txt: Added. | 
| + | 
| +2011-10-31  Csaba Osztrogonác  <ossy@webkit.org> | 
| + | 
| +        [Qt] Unreviewed holiday gardening after r98852. | 
| + | 
| +        CSS 2.1 failure: background-intrinsic-* | 
| +        https://bugs.webkit.org/show_bug.cgi?id=47156 | 
| + | 
| +        * platform/qt/css1/text_properties/vertical_align-expected.png: | 
| +        * platform/qt/css1/text_properties/vertical_align-expected.txt: | 
| +        * platform/qt/css2.1/20110323/background-intrinsic-001-expected.png: Added. | 
| +        * platform/qt/css2.1/20110323/background-intrinsic-001-expected.txt: Added. | 
| +        * platform/qt/css2.1/20110323/background-intrinsic-002-expected.png: Added. | 
| +        * platform/qt/css2.1/20110323/background-intrinsic-002-expected.txt: Added. | 
| +        * platform/qt/css2.1/20110323/background-intrinsic-003-expected.png: Added. | 
| +        * platform/qt/css2.1/20110323/background-intrinsic-003-expected.txt: Added. | 
| +        * platform/qt/css2.1/20110323/background-intrinsic-004-expected.png: Added. | 
| +        * platform/qt/css2.1/20110323/background-intrinsic-004-expected.txt: Added. | 
| +        * platform/qt/css2.1/20110323/background-intrinsic-005-expected.png: Added. | 
| +        * platform/qt/css2.1/20110323/background-intrinsic-005-expected.txt: Added. | 
| +        * platform/qt/css2.1/20110323/background-intrinsic-006-expected.png: Added. | 
| +        * platform/qt/css2.1/20110323/background-intrinsic-006-expected.txt: Added. | 
| +        * platform/qt/css2.1/20110323/background-intrinsic-007-expected.png: Added. | 
| +        * platform/qt/css2.1/20110323/background-intrinsic-007-expected.txt: Added. | 
| +        * platform/qt/css2.1/20110323/background-intrinsic-008-expected.png: Added. | 
| +        * platform/qt/css2.1/20110323/background-intrinsic-008-expected.txt: Added. | 
| +        * platform/qt/css2.1/20110323/background-intrinsic-009-expected.png: Added. | 
| +        * platform/qt/css2.1/20110323/background-intrinsic-009-expected.txt: Added. | 
| +        * platform/qt/fast/block/float/015-expected.png: | 
| +        * platform/qt/fast/block/float/015-expected.txt: | 
| +        * platform/qt/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: | 
| +        * platform/qt/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Added. | 
| +        * platform/qt/fast/repaint/block-layout-inline-children-replaced-expected.png: | 
| +        * platform/qt/fast/repaint/block-layout-inline-children-replaced-expected.txt: | 
| +        * platform/qt/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: Added. | 
| +        * platform/qt/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt: Added. | 
| +        * platform/qt/svg/as-background-image/background-image-tiled-expected.png: Added. | 
| +        * platform/qt/svg/as-background-image/background-image-tiled-expected.txt: Added. | 
| +        * platform/qt/svg/as-background-image/same-image-two-instances-background-image-expected.png: Added. | 
| +        * platform/qt/svg/as-background-image/same-image-two-instances-background-image-expected.txt: Added. | 
| +        * platform/qt/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added. | 
| +        * platform/qt/svg/as-image/img-preserveAspectRatio-support-1-expected.txt: Added. | 
| +        * platform/qt/svg/as-image/same-image-two-instances-expected.png: Added. | 
| +        * platform/qt/svg/as-image/same-image-two-instances-expected.txt: Added. | 
| +        * platform/qt/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png: Added. | 
| +        * platform/qt/svg/as-image/svg-as-relative-image-with-explicit-size-expected.txt: Added. | 
| +        * platform/qt/svg/as-image/svg-image-change-content-size-expected.png: Added. | 
| +        * platform/qt/svg/as-image/svg-image-change-content-size-expected.txt: Added. | 
| +        * platform/qt/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Added. | 
| +        * platform/qt/svg/zoom/page/relative-sized-document-scrollbars-expected.txt: Added. | 
| +        * platform/qt/svg/zoom/page/zoom-background-image-tiled-expected.png: Added. | 
| +        * platform/qt/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added. | 
| +        * platform/qt/svg/zoom/page/zoom-foreignObject-expected.png: Added. | 
| +        * platform/qt/svg/zoom/page/zoom-foreignObject-expected.txt: | 
| +        * platform/qt/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png: Added. | 
| +        * platform/qt/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added. | 
| +        * platform/qt/svg/zoom/page/zoom-svg-as-image-expected.png: Added. | 
| +        * platform/qt/svg/zoom/page/zoom-svg-as-image-expected.txt: Added. | 
| +        * platform/qt/svg/zoom/page/zoom-svg-as-relative-image-expected.png: Added. | 
| +        * platform/qt/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Added. | 
| +        * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.png: | 
| +        * platform/qt/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: | 
| + | 
| +2011-10-27  Adam Klein  <adamk@chromium.org> | 
| + | 
| +        [MutationObservers] Support characterDataOldValue for characterData mutations | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70862 | 
| + | 
| +        Reviewed by Ojan Vafai. | 
| + | 
| +        Added oldValue test cases to existing characterData tests. | 
| + | 
| +        * fast/mutation/observe-characterdata-expected.txt: | 
| +        * fast/mutation/observe-characterdata.html: | 
| + | 
| +2011-10-31  John Gregg  <johnnyg@google.com> | 
| + | 
| +        Chromium rebaselines, unreviewed. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: | 
| +        * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: | 
| +        * platform/chromium-cg-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: | 
| +        * platform/chromium-cg-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: | 
| +        * platform/chromium-gpu-win/media/audio-repaint-expected.txt: Removed. | 
| +        * platform/chromium-linux-x86/svg/zoom/page: Added. | 
| +        * platform/chromium-linux-x86/svg/zoom/page/zoom-background-images-expected.png: Added. | 
| +        * platform/chromium-linux-x86/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added. | 
| +        * platform/chromium-linux-x86/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: | 
| +        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-31  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Mac rebaseline after r98852. | 
| + | 
| +        * platform/mac/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: | 
| + | 
| +2011-10-29  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        WebKit nests pre on copy and paste when the pre is the root editable element | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70800 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        Added tests for copying and pasting contents inside pre. WebKit should not nest pre's. | 
| + | 
| +        * editing/execCommand/insert-list-with-noneditable-content-expected.txt: A redundant | 
| +        contenteditable attribute is removed. | 
| +        * editing/pasteboard/4930986-2-expected.txt: Trailing space in style attribute is removed. | 
| +        * editing/pasteboard/contenteditable-pre-2-expected.txt: Added. | 
| +        * editing/pasteboard/contenteditable-pre-2.html: Added. | 
| +        * editing/pasteboard/contenteditable-pre-expected.txt: Added. | 
| +        * editing/pasteboard/contenteditable-pre.html: Added. | 
| +        * editing/pasteboard/copy-null-characters-expected.txt: A redundant contenteditable attribute | 
| +        is removed. | 
| +        * editing/pasteboard/paste-code-in-pre-expected.txt: Pre no longer nests itself erroneously. | 
| +        * editing/pasteboard/paste-pre-001-expected.txt: Ditto. | 
| +        * editing/pasteboard/paste-pre-002-expected.txt: Ditto. | 
| +        * editing/selection/4895428-4-expected.txt: A redundant contenteditable attribute is removed. | 
| + | 
| +2011-10-31  Vineet Chaudhary  <vineet.chaudhary@motorola.com> | 
| + | 
| +        text/plain form encoding ignored and incorrectly specified in request header. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=20795 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        Added tests for GET and POST methods for text/plain enctype. | 
| +        Forms submitted using GET with a content-type of text/plain actually, | 
| +        send data in URL encoded in the URL. | 
| +        Forms with POST method and content-type of text/plain actually send data in text/plain. | 
| +        Modified expected results for mailto tests as per the new behavior. | 
| + | 
| +        * fast/forms/form-get-textplain-expected.txt: Added. | 
| +        * fast/forms/form-get-textplain.html: Added. | 
| +        * fast/forms/mailto/post-multiple-items-text-plain-expected.txt: | 
| +        * fast/forms/mailto/post-text-plain-expected.txt: | 
| +        * fast/forms/mailto/post-text-plain-with-accept-charset-expected.txt: | 
| +        * http/tests/misc/form-post-textplain-expected.txt: Added. | 
| +        * http/tests/misc/form-post-textplain.html: Added. | 
| +        * http/tests/misc/resources/form-post-textplain.php: Added. | 
| +        * platform/chromium/test_expectations.txt: | 
| +        * platform/gtk/fast/forms/mailto/formenctype-attribute-button-html-expected.txt: | 
| +        * platform/gtk/fast/forms/mailto/formenctype-attribute-input-html-expected.txt: | 
| +        * platform/qt/test_expectations.txt: | 
| +        * platform/win/test_expectations.txt: | 
| + | 
| +2011-10-31  Arko Saha  <arko@motorola.com> | 
| + | 
| +        Microdata: Support for itemid attribute. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71007 | 
| + | 
| +        Reviewed by Ryosuke Niwa. | 
| + | 
| +        Added test-cases for itemid attribute. | 
| + | 
| +        * fast/dom/MicroData/itemid-attribute-test-expected.txt: Added. | 
| +        * fast/dom/MicroData/itemid-attribute-test.html: Added. | 
| +        * fast/dom/MicroData/itemid-must-see-resolved-url-expected.txt: Added. | 
| +        * fast/dom/MicroData/itemid-must-see-resolved-url.html: Added. | 
| + | 
| +2011-10-31  Benjamin Poulain  <benjamin@webkit.org> | 
| + | 
| +        The test input-paste-undo.html needs update to work properly | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71091 | 
| + | 
| +        Reviewed by David Kilzer. | 
| + | 
| +        Update the test to select the text that needs to be copied | 
| +        so that it effectively go in the pasteboard on execCommand. | 
| + | 
| +        The test now dumps result as text, testing if the height does not | 
| +        change with the form edition. | 
| + | 
| +        * fast/forms/input-paste-undo-expected.txt: Added. | 
| +        * fast/forms/input-paste-undo.html: | 
| +        * platform/chromium-linux/fast/forms/input-paste-undo-expected.png: Removed. | 
| +        * platform/chromium-mac-leopard/fast/forms/input-paste-undo-expected.png: Removed. | 
| +        * platform/chromium-mac/fast/forms/input-paste-undo-expected.png: Removed. | 
| +        * platform/chromium-win/fast/forms/input-paste-undo-expected.png: Removed. | 
| +        * platform/chromium-win/fast/forms/input-paste-undo-expected.txt: Removed. | 
| +        * platform/efl/fast/forms/input-paste-undo-expected.txt: Removed. | 
| +        * platform/gtk/fast/forms/input-paste-undo-expected.png: Removed. | 
| +        * platform/gtk/fast/forms/input-paste-undo-expected.txt: Removed. | 
| +        * platform/mac-leopard/fast/forms/input-paste-undo-expected.png: Removed. | 
| +        * platform/mac/fast/forms/input-paste-undo-expected.png: Removed. | 
| +        * platform/mac/fast/forms/input-paste-undo-expected.txt: Removed. | 
| +        * platform/qt/fast/forms/input-paste-undo-expected.txt: Removed. | 
| + | 
| +2011-10-31  Yury Semikhatsky  <yurys@chromium.org> | 
| + | 
| +        window.onerror doesn't work with inline (attribute) scripts | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70991 | 
| + | 
| +        Added a couple of window.onerror tests for the cases when uncaught exception | 
| +        occurs in inline event handler. Test for non-syntax errors passed before this change | 
| +        as well and just extends test coverage for window.onerror functionality. | 
| + | 
| +        Reviewed by Geoffrey Garen. | 
| + | 
| +        * fast/events/window-onerror-exception-in-attr-expected.txt: Added. | 
| +        * fast/events/window-onerror-exception-in-attr.html: Added. | 
| +        * fast/events/window-onerror-syntax-error-in-attr-expected.txt: Added. | 
| +        * fast/events/window-onerror-syntax-error-in-attr.html: Added. | 
| +        * platform/chromium/fast/events/window-onerror-exception-in-attr-expected.txt: Added. | 
| +        * platform/chromium/fast/events/window-onerror-syntax-error-in-attr-expected.txt: Added. | 
| + | 
| +2011-10-31  John Gregg  <johnnyg@google.com> | 
| + | 
| +        Unreviewed, more expectations changes for svg. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/fast/overflow/003-expected.txt: Added. | 
| +        * platform/chromium-cg-mac-leopard/http/tests/misc/acid3-expected.png: | 
| +        * platform/chromium-cg-mac-leopard/http/tests/misc/acid3-expected.txt: Removed. | 
| +        * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-background-images-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-background-images-expected.txt: Added. | 
| +        * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/overflow: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/overflow/003-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/svg/zoom/page/zoom-background-images-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/svg/zoom/page/zoom-background-images-expected.txt: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: Added. | 
| +        * platform/chromium-cg-mac/fast/overflow: Removed. | 
| +        * platform/chromium-cg-mac/fast/overflow/003-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/fast/repaint/block-layout-inline-children-replaced-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/svg/zoom/page/zoom-foreignObject-expected.png: Removed. | 
| +        * platform/chromium-linux-x86/svg/zoom/page: Removed. | 
| +        * platform/chromium-linux/fast/repaint/block-layout-inline-children-replaced-expected.txt: Removed. | 
| +        * platform/chromium-linux/svg/as-background-image/svg-as-background-4-expected.png: | 
| +        * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.png: Added. | 
| +        * platform/chromium-linux/svg/zoom/page/zoom-background-images-expected.txt: Added. | 
| +        * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/overflow: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/overflow/003-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/as-background-image/svg-as-background-4-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-background-images-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-background-images-expected.txt: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: Added. | 
| +        * platform/chromium-mac/fast/overflow/003-expected.png: Removed. | 
| +        * platform/chromium-mac/fast/repaint/block-layout-inline-children-replaced-expected.png: Removed. | 
| +        * platform/chromium-mac/svg/as-background-image/svg-as-background-4-expected.png: Removed. | 
| +        * platform/chromium-mac/svg/zoom/page/zoom-foreignObject-expected.png: Removed. | 
| +        * platform/chromium-win-vista/svg/zoom/page/zoom-background-images-expected.png: Added. | 
| +        * platform/chromium-win-vista/svg/zoom/page/zoom-background-images-expected.txt: Added. | 
| +        * platform/chromium-win-vista/svg/zoom/page/zoom-foreignObject-expected.png: | 
| +        * platform/chromium-win-xp/svg/zoom/page/zoom-background-images-expected.png: Added. | 
| +        * platform/chromium-win-xp/svg/zoom/page/zoom-background-images-expected.txt: Added. | 
| +        * platform/chromium-win-xp/svg/zoom/page/zoom-foreignObject-expected.png: Removed. | 
| +        * platform/chromium-win/svg/as-background-image/svg-as-background-4-expected.png: | 
| +        * platform/chromium-win/svg/as-background-image/svg-as-background-4-expected.txt: Added. | 
| +        * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.png: Added. | 
| +        * platform/chromium-win/svg/zoom/page/zoom-background-images-expected.txt: Added. | 
| +        * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: Added. | 
| +        * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt: Added. | 
| +        * platform/chromium/svg/zoom: Added. | 
| +        * platform/chromium/svg/zoom/page: Added. | 
| +        * platform/chromium/svg/zoom/page/zoom-background-images-expected.txt: Added. | 
| +        * platform/chromium/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt: Added. | 
| +        * platform/chromium/test_expectations.txt: | 
| +        * platform/gtk/svg/as-background-image/svg-as-background-4-expected.txt: Removed. | 
| + | 
| +2011-10-31  Kenji Imasaki  <imasaki@chromium.org> | 
| + | 
| +        [Chromium] Did rebaselines of media/audio-repaint.html. | 
| + | 
| +        Unreviewed. | 
| + | 
| +        * platform/chromium-gpu-linux/media/audio-repaint-expected.png: Added. | 
| +        * platform/chromium-gpu-win/media/audio-repaint-expected.txt: Added. | 
| +        * platform/chromium-linux/media/audio-repaint-expected.png: | 
| +        * platform/chromium-win/media/audio-repaint-expected.png: | 
| + | 
| +2011-10-31  Dmitry Lomov  <dslomov@google.com> | 
| + | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70658 | 
| +        [JSC] Implement MessagePort transfer in JSC bindings implementation of webkitPostMessage. | 
| +        Some 'FAIL's remain in expected test results. These are due to the fact that | 
| +        JSC bindings chose not to throw type error exception for non-serializable values - | 
| +        non-serializable values are serialized as null. | 
| + | 
| +        Reviewed by David Levin. | 
| + | 
| +        * fast/dom/Window/window-postmessage-args-expected.txt: | 
| +        * fast/events/message-port-multi-expected.txt: | 
| + | 
| +2011-10-31  John Gregg  <johnnyg@google.com> | 
| + | 
| +        Unreviewed, inspector/debugger/bind-script-to-resource.html fails after r98847 | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-31  Kenji Imasaki  <imasaki@chromium.org> | 
| + | 
| +        Did rebaselines for failing tests for fullscreen layout tests. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70512 | 
| + | 
| +        Reviewed by David Levin. | 
| + | 
| +        * platform/chromium-cg-mac-snowleopard/fullscreen/full-screen-iframe-zIndex-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fullscreen/full-screen-zIndex-after-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/fullscreen/full-screen-iframe-zIndex-expected.png: | 
| +        * platform/chromium-mac-leopard/fullscreen/full-screen-remove-ancestor-after-expected.png: | 
| +        * platform/chromium-mac-leopard/fullscreen/full-screen-zIndex-after-expected.png: | 
| + | 
| +2011-10-31  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        Unreviewed. Fixed duplicate lines in test expectations. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-31  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        Unreviewed. More rebaselines after r98852. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/css2.1/20110323/background-intrinsic-003-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/http/tests/misc/acid3-expected.png: | 
| +        * platform/chromium-cg-mac-leopard/http/tests/misc/acid3-expected.txt: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/http/tests/misc/acid3-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac/http/tests/misc/acid3-expected.png. | 
| +        * platform/chromium-cg-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Removed. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-001-expected.txt: Removed. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-002-expected.png: Removed. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-002-expected.txt: Removed. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-004-expected.png: Removed. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-004-expected.txt: Removed. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-005-expected.png: Removed. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-005-expected.txt: Removed. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-006-expected.png: Removed. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-007-expected.png: Removed. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-007-expected.txt: Removed. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-008-expected.png: Removed. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-008-expected.txt: Removed. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-009-expected.png: Removed. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-009-expected.txt: Removed. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-001-expected.txt: Removed. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-002-expected.txt: Removed. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-003-expected.png: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-001-expected.png. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-004-expected.txt: Removed. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-005-expected.txt: Removed. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-006-expected.txt: Removed. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-007-expected.txt: Removed. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-008-expected.txt: Removed. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-009-expected.txt: Removed. | 
| +        * platform/chromium-linux/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Removed. | 
| +        * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Removed. | 
| +        * platform/chromium-mac-snowleopard/http/tests/misc/acid3-expected.png: Renamed from LayoutTests/platform/chromium-mac/http/tests/misc/acid3-expected.png. | 
| +        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: | 
| +        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Removed. | 
| +        * platform/chromium-mac/fast/block/float/015-expected.png: Removed. | 
| +        * platform/chromium-mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Removed. | 
| +        * platform/chromium-mac/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Removed. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-001-expected.txt: Removed. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-002-expected.png: Removed. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-002-expected.txt: Removed. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-004-expected.png: Removed. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-004-expected.txt: Removed. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-005-expected.png: Removed. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-005-expected.txt: Removed. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-006-expected.png: Removed. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-006-expected.txt: Removed. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-007-expected.png: Removed. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-007-expected.txt: Removed. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-008-expected.png: Removed. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-008-expected.txt: Removed. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-009-expected.png: Removed. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-009-expected.txt: Removed. | 
| +        * platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Removed. | 
| +        * platform/chromium-win/css2.1/20110323/background-intrinsic-003-expected.png: Renamed from LayoutTests/platform/chromium-win-xp/css2.1/20110323/background-intrinsic-001-expected.png. | 
| +        * platform/chromium-win/css2.1/20110323/background-intrinsic-003-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-006-expected.txt. | 
| +        * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Renamed from LayoutTests/platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png. | 
| +        * platform/chromium-win/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt. | 
| +        * platform/mac/svg/as-image/svg-as-relative-image-expected.txt: Removed. | 
| +        * platform/qt/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Removed. | 
| +        * platform/qt/svg/as-image/svg-as-relative-image-expected.txt: Removed. | 
| +        * platform/qt/svg/zoom/page/relative-sized-document-scrollbars-expected.txt: Removed. | 
| + | 
| +2011-10-31  Leandro Pereira  <leandro@profusion.mobi> | 
| + | 
| +        [EFL] Unreviewed. Update Skipped list. | 
| + | 
| +        * platform/efl/Skipped: Reorder test groups so that they appear in a | 
| +        more logical manner. Add some other tests that are failing since | 
| +        recent updates. | 
| + | 
| +2011-10-31  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        Unreviewed. Marked tests as failing after r98852. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-31  John Gregg  <johnnyg@google.com> | 
| + | 
| +        Unreviewed, expectations for fast/js tests. | 
| + | 
| +        * platform/chromium/fast/js/regexp-caching-expected.txt: Added. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-31  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        Unreviewed tests rebaseline following r98852. | 
| + | 
| +        * fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Renamed from LayoutTests/platform/gtk/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt. | 
| +        * platform/chromium-cg-mac-leopard/css2.1/20110323/background-intrinsic-001-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/css2.1/20110323/background-intrinsic-002-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/css2.1/20110323/background-intrinsic-004-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/css2.1/20110323/background-intrinsic-005-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/css2.1/20110323/background-intrinsic-006-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/css2.1/20110323/background-intrinsic-007-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/css2.1/20110323/background-intrinsic-008-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/css2.1/20110323/background-intrinsic-009-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/fast/backgrounds/size/contain-and-cover-expected.png: | 
| +        * platform/chromium-cg-mac-leopard/fast/block/float/015-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: | 
| +        * platform/chromium-cg-mac-leopard/fast/repaint/block-layout-inline-children-replaced-expected.png: | 
| +        * platform/chromium-cg-mac-leopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/svg/as-background-image/background-image-tiled-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/svg/as-image/svg-image-change-content-size-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-background-image-tiled-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added. | 
| +        * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug85016-expected.png: | 
| +        * platform/chromium-cg-mac-snowleopard/css1/text_properties/vertical_align-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac/css1/text_properties/vertical_align-expected.png. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png: | 
| +        * platform/chromium-cg-mac-snowleopard/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/repaint/block-layout-inline-children-replaced-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/svg/as-background-image/same-image-two-instances-background-image-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/svg/zoom/page/zoom-foreignObject-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug85016-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-001-expected.png: Added. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-001-expected.txt: Added. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-002-expected.png: Added. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-002-expected.txt: Added. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-004-expected.png: Added. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-004-expected.txt: Added. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-005-expected.png: Added. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-005-expected.txt: Added. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-006-expected.png: Added. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-006-expected.txt: Added. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-007-expected.png: Added. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-007-expected.txt: Added. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-008-expected.png: Added. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-008-expected.txt: Added. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-009-expected.png: Added. | 
| +        * platform/chromium-linux-x86/css2.1/20110323/background-intrinsic-009-expected.txt: Added. | 
| +        * platform/chromium-linux-x86/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-001-expected.png: Added. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-001-expected.txt: Added. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-002-expected.png: Added. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-002-expected.txt: Added. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-004-expected.png: Added. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-004-expected.txt: Added. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-005-expected.png: Added. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-005-expected.txt: Added. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-006-expected.png: Added. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-006-expected.txt: Added. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-007-expected.png: Added. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-007-expected.txt: Added. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-008-expected.png: Added. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-008-expected.txt: Added. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-009-expected.png: Added. | 
| +        * platform/chromium-linux/css2.1/20110323/background-intrinsic-009-expected.txt: Added. | 
| +        * platform/chromium-linux/fast/block/float/015-expected.png: | 
| +        * platform/chromium-linux/fast/repaint/block-layout-inline-children-replaced-expected.png: | 
| +        * platform/chromium-linux/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: Added. | 
| +        * platform/chromium-linux/svg/as-background-image/same-image-two-instances-background-image-expected.png: Added. | 
| +        * platform/chromium-linux/svg/as-image/animated-svg-as-image-expected.png: | 
| +        * platform/chromium-linux/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added. | 
| +        * platform/chromium-linux/svg/as-image/same-image-two-instances-expected.png: Added. | 
| +        * platform/chromium-linux/svg/as-image/svg-as-relative-image-expected.png: Added. | 
| +        * platform/chromium-linux/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png: Added. | 
| +        * platform/chromium-linux/svg/as-image/svg-image-change-content-size-expected.png: Added. | 
| +        * platform/chromium-linux/svg/zoom/page/zoom-foreignObject-expected.png: | 
| +        * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added. | 
| +        * platform/chromium-linux/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added. | 
| +        * platform/chromium-linux/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png: Added. | 
| +        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug85016-expected.png: | 
| +        * platform/chromium-mac-snowleopard/css1/text_properties/vertical_align-expected.png: Renamed from LayoutTests/platform/chromium-mac/css1/text_properties/vertical_align-expected.png. | 
| +        * platform/chromium-mac-snowleopard/css2.1/20110323/background-intrinsic-004-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/css2.1/20110323/background-intrinsic-005-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/block/float/015-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/repaint/block-layout-inline-children-replaced-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/as-background-image/background-image-tiled-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/as-background-image/same-image-two-instances-background-image-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/as-image/animated-svg-as-image-expected.png: Renamed from LayoutTests/platform/chromium-mac/svg/as-image/animated-svg-as-image-expected.png. | 
| +        * platform/chromium-mac-snowleopard/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/as-image/same-image-two-instances-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/as-image/svg-as-relative-image-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/as-image/svg-image-change-content-size-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-background-image-tiled-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-foreignObject-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-svg-as-relative-image-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug85016-expected.png: Renamed from LayoutTests/platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug85016-expected.png. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-001-expected.png: Added. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-001-expected.txt: Added. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-002-expected.png: Added. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-002-expected.txt: Added. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-004-expected.png: Added. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-004-expected.txt: Added. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-005-expected.png: Added. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-005-expected.txt: Added. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-006-expected.png: Added. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-006-expected.txt: Added. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-007-expected.png: Added. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-007-expected.txt: Added. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-008-expected.png: Added. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-008-expected.txt: Added. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-009-expected.png: Added. | 
| +        * platform/chromium-win-xp/css2.1/20110323/background-intrinsic-009-expected.txt: Added. | 
| +        * platform/chromium-win-xp/svg/zoom/page/zoom-foreignObject-expected.png: Added. | 
| +        * platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added. | 
| +        * platform/chromium-win-xp/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added. | 
| +        * platform/chromium-win/css1/text_properties/vertical_align-expected.txt: | 
| +        * platform/chromium-win/css2.1/20110323/background-intrinsic-001-expected.png: Added. | 
| +        * platform/chromium-win/css2.1/20110323/background-intrinsic-001-expected.txt: Added. | 
| +        * platform/chromium-win/css2.1/20110323/background-intrinsic-002-expected.png: Added. | 
| +        * platform/chromium-win/css2.1/20110323/background-intrinsic-002-expected.txt: Added. | 
| +        * platform/chromium-win/css2.1/20110323/background-intrinsic-004-expected.png: Added. | 
| +        * platform/chromium-win/css2.1/20110323/background-intrinsic-004-expected.txt: Added. | 
| +        * platform/chromium-win/css2.1/20110323/background-intrinsic-005-expected.png: Added. | 
| +        * platform/chromium-win/css2.1/20110323/background-intrinsic-005-expected.txt: Added. | 
| +        * platform/chromium-win/css2.1/20110323/background-intrinsic-006-expected.png: Added. | 
| +        * platform/chromium-win/css2.1/20110323/background-intrinsic-006-expected.txt: Added. | 
| +        * platform/chromium-win/css2.1/20110323/background-intrinsic-007-expected.png: Added. | 
| +        * platform/chromium-win/css2.1/20110323/background-intrinsic-007-expected.txt: Added. | 
| +        * platform/chromium-win/css2.1/20110323/background-intrinsic-008-expected.png: Added. | 
| +        * platform/chromium-win/css2.1/20110323/background-intrinsic-008-expected.txt: Added. | 
| +        * platform/chromium-win/css2.1/20110323/background-intrinsic-009-expected.png: Added. | 
| +        * platform/chromium-win/css2.1/20110323/background-intrinsic-009-expected.txt: Added. | 
| +        * platform/chromium-win/fast/block/float/015-expected.png: | 
| +        * platform/chromium-win/fast/block/float/015-expected.txt: | 
| +        * platform/chromium-win/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: | 
| +        * platform/chromium-win/fast/repaint/block-layout-inline-children-replaced-expected.png: | 
| +        * platform/chromium-win/fast/repaint/block-layout-inline-children-replaced-expected.txt: | 
| +        * platform/chromium-win/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: Added. | 
| +        * platform/chromium-win/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt: Added. | 
| +        * platform/chromium-win/svg/as-background-image/background-image-tiled-expected.png: Added. | 
| +        * platform/chromium-win/svg/as-background-image/same-image-two-instances-background-image-expected.png: Added. | 
| +        * platform/chromium-win/svg/as-image/animated-svg-as-image-expected.png: | 
| +        * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added. | 
| +        * platform/chromium-win/svg/as-image/img-preserveAspectRatio-support-1-expected.txt: Added. | 
| +        * platform/chromium-win/svg/as-image/same-image-two-instances-expected.png: Added. | 
| +        * platform/chromium-win/svg/as-image/same-image-two-instances-expected.txt: Added. | 
| +        * platform/chromium-win/svg/as-image/svg-as-relative-image-expected.png: Added. | 
| +        * platform/chromium-win/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png: Added. | 
| +        * platform/chromium-win/svg/as-image/svg-image-change-content-size-expected.png: Added. | 
| +        * platform/chromium-win/svg/as-image/svg-image-change-content-size-expected.txt: Added. | 
| +        * platform/chromium-win/svg/zoom/page/relative-sized-document-scrollbars-expected.png: | 
| +        * platform/chromium-win/svg/zoom/page/zoom-background-image-tiled-expected.png: Added. | 
| +        * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.png: | 
| +        * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.txt: | 
| +        * platform/chromium-win/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png: Copied from LayoutTests/platform/chromium-win/svg/zoom/page/relative-sized-document-scrollbars-expected.png. | 
| +        * platform/chromium-win/svg/zoom/page/zoom-svg-as-relative-image-expected.png: Added. | 
| +        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.png: | 
| +        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: | 
| +        * platform/chromium/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Added. | 
| +        * svg/as-background-image/svg-as-background-4-expected.txt: Renamed from LayoutTests/platform/chromium-win/svg/as-background-image/svg-as-background-4-expected.txt. | 
| +        * svg/as-image/svg-as-relative-image-expected.txt: Renamed from LayoutTests/platform/gtk/svg/as-image/svg-as-relative-image-expected.txt. | 
| +        * svg/zoom/page/relative-sized-document-scrollbars-expected.txt: Renamed from LayoutTests/platform/gtk/svg/zoom/page/relative-sized-document-scrollbars-expected.txt. | 
| + | 
| +2011-10-31  Leandro Pereira  <leandro@profusion.mobi> | 
| + | 
| +        [EFL] Unreviewed. Add pixel baselines for tests in fast/ directory. | 
| + | 
| +        * platform/efl/fast/backgrounds: [...] | 
| +        * platform/efl/fast/block: [...] | 
| +        * platform/efl/fast/body-propagation: [...] | 
| +        * platform/efl/fast/borders: [...] | 
| +        * platform/efl/fast/box-shadow: [...] | 
| +        * platform/efl/fast/canvas: [...] | 
| +        * platform/efl/fast/clip: [...] | 
| +        * platform/efl/fast/compact: [...] | 
| +        * platform/efl/fast/css-generated-content: [...] | 
| +        * platform/efl/fast/css: [...] | 
| + | 
| +2011-10-31  Anna Cavender  <annacc@chromium.org> | 
| + | 
| +        Implement load notification and events for <track>. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71054 | 
| + | 
| +        Reviewed by Eric Carlson. | 
| + | 
| +        * media/track/track-load-error-readyState-expected.txt: Added. | 
| +        * media/track/track-load-error-readyState.html: Added. | 
| +        * media/track/track-load-from-element-readyState-expected.txt: Added. | 
| +        * media/track/track-load-from-element-readyState.html: Added. | 
| +        * media/track/track-load-from-src-readyState-expected.txt: Added. | 
| +        * media/track/track-load-from-src-readyState.html: Added. | 
| +        * platform/mac/Skipped: | 
| +        * platform/win/Skipped: | 
| + | 
| +2011-10-31  Nikolas Zimmermann  <nzimmermann@rim.com> | 
| + | 
| +        CSS 2.1 failure: background-intrinsic-* | 
| +        https://bugs.webkit.org/show_bug.cgi?id=47156 | 
| + | 
| +        Reviewed by Antti Koivisto. | 
| + | 
| +        Add all *intrinsic* tests from the CSS 2.1 Testsuite - we pass all of them now. | 
| +        All tests regarding SVG are now imported in LayoutTests, none are failing anymore. | 
| + | 
| +        Add several new testcases covering the SVG Image size negotiation logic, as defined in CSS 2.1. | 
| + | 
| +        * css2.1/20110323/background-intrinsic-001.htm: Added. | 
| +        * css2.1/20110323/background-intrinsic-002.htm: Added. | 
| +        * css2.1/20110323/background-intrinsic-003.htm: Added. | 
| +        * css2.1/20110323/background-intrinsic-004.htm: Added. | 
| +        * css2.1/20110323/background-intrinsic-005.htm: Added. | 
| +        * css2.1/20110323/background-intrinsic-006.htm: Added. | 
| +        * css2.1/20110323/background-intrinsic-007.htm: Added. | 
| +        * css2.1/20110323/background-intrinsic-008.htm: Added. | 
| +        * css2.1/20110323/background-intrinsic-009.htm: Added. | 
| +        * css2.1/20110323/resources/green-intrinsic-height-ratio.svg: Added. | 
| +        * css2.1/20110323/resources/green-intrinsic-height.svg: Added. | 
| +        * css2.1/20110323/resources/green-intrinsic-none.svg: Added. | 
| +        * css2.1/20110323/resources/green-intrinsic-ratio-landscape.svg: Added. | 
| +        * css2.1/20110323/resources/green-intrinsic-ratio-portrait.svg: Added. | 
| +        * css2.1/20110323/resources/green-intrinsic-width-height.svg: Added. | 
| +        * css2.1/20110323/resources/green-intrinsic-width-pc-height-pc.svg: Added. | 
| +        * css2.1/20110323/resources/green-intrinsic-width-ratio.svg: Added. | 
| +        * css2.1/20110323/resources/green-intrinsic-width.svg: Added. | 
| +        * css2.1/20110323/resources/red-intrinsic-height-ratio.svg: Added. | 
| +        * css2.1/20110323/resources/red-intrinsic-height.svg: Added. | 
| +        * css2.1/20110323/resources/red-intrinsic-none.svg: Added. | 
| +        * css2.1/20110323/resources/red-intrinsic-ratio-landscape.svg: Added. | 
| +        * css2.1/20110323/resources/red-intrinsic-ratio-portrait.svg: Added. | 
| +        * css2.1/20110323/resources/red-intrinsic-width-height.svg: Added. | 
| +        * css2.1/20110323/resources/red-intrinsic-width-pc-height-pc.svg: Added. | 
| +        * css2.1/20110323/resources/red-intrinsic-width-ratio.svg: Added. | 
| +        * css2.1/20110323/resources/red-intrinsic-width.svg: Added. | 
| +        * fast/backgrounds/size/contain-and-cover-zoomed.html: Added. | 
| +        * fast/images/percent-height-image-expected.txt: Update results, testcase is fixed now. | 
| +        * fast/images/percent-height-image.html: Make test async, to make it work cross-browser. With this patch we now pass this testcase. | 
| +        * platform/mac-snowleopard/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Removed. | 
| +        * platform/mac-snowleopard/svg/zoom/page/zoom-foreignObject-expected.png: Removed. | 
| +        * platform/mac/css1/text_properties/vertical_align-expected.txt: Update for rounding differences. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-001-expected.png: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-001-expected.txt: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-002-expected.png: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-002-expected.txt: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-003-expected.png: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-003-expected.txt: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-004-expected.png: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-004-expected.txt: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-005-expected.png: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-005-expected.txt: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-006-expected.png: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-006-expected.txt: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-007-expected.png: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-007-expected.txt: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-008-expected.png: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-008-expected.txt: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-009-expected.png: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-009-expected.txt: Added. | 
| +        * platform/mac/fast/backgrounds/size/contain-and-cover-expected.png: Updated for rounding differences. | 
| +        * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added. | 
| +        * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added. | 
| +        * platform/mac/fast/block/float/015-expected.png: Slight changes, due 49x50 -> 50x50 size change. | 
| +        * platform/mac/fast/block/float/015-expected.txt: Ditto. | 
| +        * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Slight changes due to rounding. | 
| +        * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Ditto. | 
| +        * platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.png: Ditto. | 
| +        * platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.txt: Ditto. | 
| +        * platform/mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: Added. | 
| +        * platform/mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt: Added. | 
| +        * platform/mac/svg/as-background-image/background-image-tiled-expected.png: Added. | 
| +        * platform/mac/svg/as-background-image/background-image-tiled-expected.txt: Added. | 
| +        * platform/mac/svg/as-background-image/same-image-two-instances-background-image-expected.png: Added. | 
| +        * platform/mac/svg/as-background-image/same-image-two-instances-background-image-expected.txt: Added. | 
| +        * platform/mac/svg/as-background-image/svg-as-background-4-expected.png: Adapt to preserveAspectRatio changes in hearts.svg. | 
| +        * platform/mac/svg/as-border-image/svg-as-border-image-expected.png: This needed a rebaseline, it was forgotten before. | 
| +        * platform/mac/svg/as-image/animated-svg-as-image-expected.png: Progression, now both images share the same size & ratio, as desired. | 
| +        * platform/mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added. | 
| +        * platform/mac/svg/as-image/img-preserveAspectRatio-support-1-expected.txt: Added. | 
| +        * platform/mac/svg/as-image/same-image-two-instances-expected.png: Added. | 
| +        * platform/mac/svg/as-image/same-image-two-instances-expected.txt: Added. | 
| +        * platform/mac/svg/as-image/svg-as-relative-image-expected.png: Adapt to green-relative-size-rect.svg - a circle got added to make it easier to compare. | 
| +        * platform/mac/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png: Added. | 
| +        * platform/mac/svg/as-image/svg-as-relative-image-with-explicit-size-expected.txt: Added. | 
| +        * platform/mac/svg/as-image/svg-image-change-content-size-expected.png: Added. | 
| +        * platform/mac/svg/as-image/svg-image-change-content-size-expected.txt: Added. | 
| +        * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Updated, scrollbars are gone - now matching Opera/FF. | 
| +        * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.txt: Ditto. | 
| +        * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.png: Added. | 
| +        * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added. | 
| +        * platform/mac/svg/zoom/page/zoom-background-images-expected.png: Added. | 
| +        * platform/mac/svg/zoom/page/zoom-background-images-expected.txt: Added. | 
| +        * platform/mac/svg/zoom/page/zoom-foreignObject-expected.png: Updated, scrollbars are gone - now matching Opera/FF. | 
| +        * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt: Ditto. | 
| +        * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added. | 
| +        * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added. | 
| +        * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png: Added. | 
| +        * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added. | 
| +        * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: Added. | 
| +        * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt: Added. | 
| +        * platform/mac/svg/zoom/page/zoom-svg-as-image-expected.png: Added. | 
| +        * platform/mac/svg/zoom/page/zoom-svg-as-image-expected.txt: Added. | 
| +        * platform/mac/svg/zoom/page/zoom-svg-as-relative-image-expected.png: Added. | 
| +        * platform/mac/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Added. | 
| +        * svg/as-background-image/background-image-preserveaspectRatio-support.html: Added. | 
| +        * svg/as-background-image/background-image-tiled.html: Added. | 
| +        * svg/as-background-image/resources/construction-tape.svg: Added. | 
| +        * svg/as-background-image/resources/hearts.svg: Fix testcase, by adding pAR="none", which is now respected. Now the image looks as desired across Opera/FF and us. | 
| +        * svg/as-background-image/same-image-two-instances-background-image.html: Added. | 
| +        * svg/as-image/img-preserveAspectRatio-support-1.html: Added. | 
| +        * svg/as-image/resources/circle-default-meet.svg: Added. | 
| +        * svg/as-image/resources/circle-default-none.svg: Added. | 
| +        * svg/as-image/resources/circle-default-slice.svg: Added. | 
| +        * svg/as-image/resources/circle-nosize.svg: Added. | 
| +        * svg/as-image/resources/circle-viewbox-default.svg: Added. | 
| +        * svg/as-image/resources/circle-viewbox-meet.svg: Added. | 
| +        * svg/as-image/resources/circle-viewbox-none.svg: Added. | 
| +        * svg/as-image/resources/circle-viewbox-slice.svg: Added. | 
| +        * svg/as-image/resources/green-relative-size-rect.svg: Use relative units everywhere as intended. Add circle to make it easy to spot ratio changes. | 
| +        * svg/as-image/same-image-two-instances.html: Added. | 
| +        * svg/as-image/svg-as-relative-image-with-explicit-size.html: Added. | 
| +        * svg/as-image/svg-image-change-content-size.xhtml: Added. | 
| +        * svg/zoom/page/resources/relative-sized-background-with-viewBox.svg: Added. | 
| +        * svg/zoom/page/zoom-background-image-tiled.html: Added. | 
| +        * svg/zoom/page/zoom-background-images.html: Added. | 
| +        * svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html: Added. | 
| +        * svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox.html: Added. | 
| +        * svg/zoom/page/zoom-svg-as-background-with-relative-size.html: Added. | 
| +        * svg/zoom/page/zoom-svg-as-image.html: Added. | 
| +        * svg/zoom/page/zoom-svg-as-relative-image.html: Added. | 
| + | 
| +2011-10-31  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Unreviewed, skiped failing test inspector/debugger/selected-call-frame-after-formatting-source.html on QT. | 
| + | 
| +        * platform/qt/Skipped: | 
| + | 
| +2011-10-31  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        Unreviewed. Marked animations/change-keyframes.html as failing on SNOWLEOPARD DEBUG. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-31  Pavel Feldman  <pfeldman@google.com> | 
| + | 
| +        Web Inspector: do not map scripts generated with document.write to the document resources. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71114 | 
| + | 
| +        Reviewed by Yury Semikhatsky. | 
| + | 
| +        * inspector/debugger/bind-script-to-resource-expected.txt: Added. | 
| +        * inspector/debugger/bind-script-to-resource.html: Added. | 
| +        * inspector/debugger/linkifier.html: | 
| + | 
| +2011-10-31  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        Unreviewed. | 
| +        Removed 10.5 CG expectation for css2.1/20110323/block-non-replaced-width-008.htm, marked it as fail. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/css2.1/20110323/block-non-replaced-width-008-expected.png: Removed. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-31  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        Unreviewed. Mark fast/canvas/shadow-offset-3.html as PASS CRASH on GPU LINUX DEBUG. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-28  Alexander Pavlov  <apavlov@chromium.org> | 
| + | 
| +        Web Inspector: Using keyboard to increment/decrement units is inconsistent | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71119 | 
| + | 
| +        Reviewed by Pavel Feldman. | 
| + | 
| +        * inspector/styles/up-down-numerics-and-colors-expected.txt: | 
| +        * inspector/styles/up-down-numerics-and-colors.html: | 
| + | 
| +2011-10-31  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        Unreviewed. compositing/visibility/visibility-image-layers.html fails on GPU. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-30  Yuta Kitamura  <yutak@chromium.org> | 
| + | 
| +        WebSocket: iframe in reload-crash.html reloads forever | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71098 | 
| + | 
| +        Reviewed by Kent Tamura. | 
| + | 
| +        iframe in this test should not get reloaded more than once. | 
| + | 
| +        * http/tests/websocket/tests/hixie76/reload-crash.html: | 
| +        Provide the value of reloadCount to the script in iframe. | 
| +        * http/tests/websocket/tests/hixie76/resources/reload-crash-iframe.html: | 
| +        Call location.reload() only if reloadCount is zero. | 
| +        * http/tests/websocket/tests/hybi/reload-crash.html: | 
| +        * http/tests/websocket/tests/hybi/resources/reload-crash-iframe.html: | 
| + | 
| +2011-10-30  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Remove crash expectations from tests that have not been crashing on Chromium. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-29  Anna Cavender  <annacc@chromium.org> | 
| + | 
| +        Add track-text-track-destructor-crash.html to Skipped files for mac and win | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71182 | 
| + | 
| +        Reviewed by Ryosuke Niwa. | 
| + | 
| +        * platform/mac/Skipped: | 
| +        * platform/win/Skipped: | 
| + | 
| +2011-10-29  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Mac rebaseline after r98813. | 
| + | 
| +        * platform/mac/css2.1/20110323/block-non-replaced-width-008-expected.txt: | 
| +        * platform/mac/fast/replaced/width100percent-searchfield-expected.txt: | 
| + | 
| +2011-10-29  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Add flaky test expectation to fast/forms/input-step-as-double.html on Chromium. | 
| +        The failure is tracked by the bug 71181. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-29  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        GTK+ and Qt rebaselines after r98794. | 
| + | 
| +        * platform/gtk/editing/pasteboard/5134759-expected.txt: | 
| +        * platform/qt/editing/pasteboard/5134759-expected.txt: | 
| + | 
| +2011-10-29  Robert Hogan  <robert@webkit.org> | 
| + | 
| +        Second attempt to add results for tests introduced in http://trac.webkit.org/changeset/98812 | 
| + | 
| +        * platform/chromium-linux/css2.1/20110323/block-non-replaced-width-008-expected.png: Added. | 
| +        * platform/chromium-win/css2.1/20110323/block-non-replaced-width-008-expected.txt: | 
| +        * platform/chromium/css2.1/20110323/block-non-replaced-width-008-expected.png: Renamed from LayoutTests/platform/chromium-cg-mac-snowleopard/css2.1/20110323/block-non-replaced-width-008-expected.png. | 
| +        * platform/chromium/css2.1/20110323/block-non-replaced-width-008-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac-snowleopard/css2.1/20110323/block-non-replaced-width-008-expected.txt. | 
| + | 
| +2011-10-29  Robert Hogan  <robert@webkit.org> | 
| + | 
| +        Qt and Gtk Results for tests updated by  http://trac.webkit.org/changeset/98812 | 
| + | 
| +        Unreviewed, platform-specific results. | 
| + | 
| +        * platform/gtk/css2.1/20110323/block-non-replaced-width-008-expected.txt: | 
| +        * platform/gtk/fast/replaced/width100percent-searchfield-expected.txt: | 
| +        * platform/qt/css2.1/20110323/block-non-replaced-width-008-expected.txt: | 
| +        * platform/qt/fast/replaced/width100percent-searchfield-expected.txt: | 
| + | 
| +2011-10-29  Robert Hogan  <robert@webkit.org> | 
| + | 
| +        Add results for tests introduced in http://trac.webkit.org/changeset/98812. | 
| + | 
| +        Unreviewed, platform-specific results. | 
| + | 
| +        * platform/chromium-cg-mac-snowleopard/css2.1/20110323/block-non-replaced-width-008-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/css2.1/20110323/block-non-replaced-width-008-expected.txt: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/replaced/width100percent-searchfield-expected.txt: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/replaced/width100percent-searchfield-expected.png: Renamed from LayoutTests/platform/chromium-mac/fast/replaced/width100percent-searchfield-expected.png. | 
| +        * platform/chromium-win/css2.1/20110323/block-non-replaced-width-008-expected.png: Added. | 
| +        * platform/chromium-win/css2.1/20110323/block-non-replaced-width-008-expected.txt: Added. | 
| + | 
| +2011-10-03  Robert Hogan  <robert@webkit.org> | 
| + | 
| +        CSS 2.1 failure: block-non-replaced-width-008.htm | 
| +        https://bugs.webkit.org/show_bug.cgi?id=69278 | 
| + | 
| +        Reviewed by Simon Fraser. | 
| + | 
| +        * platform/chromium-win/fast/replaced/width100percent-searchfield-expected.txt: | 
| +          The pixel result is preserved, but the width of the containing block in the render | 
| +          tree now accurately reflects the rendered size of the cells. | 
| +        * platform/chromium/test_expectations.txt: | 
| +        * platform/mac/css2.1/20110323/block-non-replaced-width-008-expected.png: | 
| +        * platform/mac/css2.1/20110323/block-non-replaced-width-008-expected.txt: | 
| + | 
| +2011-10-29  Adam Barth  <abarth@webkit.org> | 
| + | 
| +        Add results for tests introduced in http://trac.webkit.org/changeset/98805. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/css2.1/20110323/dynamic-top-change-001-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/css2.1/20110323/dynamic-top-change-002-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/css2.1/20110323/dynamic-top-change-003-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/css2.1/20110323/dynamic-top-change-004-expected.png: Added. | 
| +        * platform/chromium-linux/css2.1/20110323/dynamic-top-change-001-expected.txt: Removed. | 
| +        * platform/chromium-linux/css2.1/20110323/dynamic-top-change-002-expected.txt: Removed. | 
| +        * platform/chromium-linux/css2.1/20110323/dynamic-top-change-003-expected.txt: Removed. | 
| +        * platform/chromium-linux/css2.1/20110323/dynamic-top-change-004-expected.txt: Removed. | 
| +        * platform/chromium-mac-leopard/css2.1/20110323/dynamic-top-change-001-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/css2.1/20110323/dynamic-top-change-002-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/css2.1/20110323/dynamic-top-change-003-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/css2.1/20110323/dynamic-top-change-004-expected.png: Added. | 
| +        * platform/chromium-win-vista/css2.1: Removed. | 
| +        * platform/chromium-win/css2.1/20110323/dynamic-top-change-001-expected.png: Added. | 
| +        * platform/chromium-win/css2.1/20110323/dynamic-top-change-001-expected.txt: Added. | 
| +        * platform/chromium-win/css2.1/20110323/dynamic-top-change-002-expected.png: Added. | 
| +        * platform/chromium-win/css2.1/20110323/dynamic-top-change-002-expected.txt: Added. | 
| +        * platform/chromium-win/css2.1/20110323/dynamic-top-change-003-expected.png: Added. | 
| +        * platform/chromium-win/css2.1/20110323/dynamic-top-change-003-expected.txt: Added. | 
| +        * platform/chromium-win/css2.1/20110323/dynamic-top-change-004-expected.png: Added. | 
| +        * platform/chromium-win/css2.1/20110323/dynamic-top-change-004-expected.txt: Added. | 
| +        * platform/chromium/css2.1/20110323/dynamic-top-change-001-expected.png: Added. | 
| +        * platform/chromium/css2.1/20110323/dynamic-top-change-002-expected.png: Added. | 
| +        * platform/chromium/css2.1/20110323/dynamic-top-change-003-expected.png: Added. | 
| +        * platform/chromium/css2.1/20110323/dynamic-top-change-004-expected.png: Added. | 
| + | 
| +2011-10-29  Adam Barth  <abarth@webkit.org> | 
| + | 
| +        Update results after http://trac.webkit.org/changeset/98794 to remove | 
| +        0x0 DIV from the render tree. | 
| + | 
| +        * platform/chromium-win/editing/pasteboard/5134759-expected.txt: | 
| + | 
| +2011-10-29  Adam Barth  <abarth@webkit.org> | 
| + | 
| +        Update line number in baseline. | 
| + | 
| +        * platform/chromium-linux-x86/fast/dom: Removed. | 
| +        * platform/chromium/fast/dom/nested-script-exceptions-expected.txt: Added. | 
| + | 
| +2011-10-29  Robert Hogan  <robert@webkit.org> | 
| + | 
| +        Platform-specific results for r98805 | 
| + | 
| +        Unreviewed, add new results. | 
| + | 
| +        * platform/gtk/css2.1/20110323/dynamic-top-change-001-expected.txt: Added. | 
| +        * platform/gtk/css2.1/20110323/dynamic-top-change-002-expected.txt: Added. | 
| +        * platform/gtk/css2.1/20110323/dynamic-top-change-003-expected.txt: Added. | 
| +        * platform/gtk/css2.1/20110323/dynamic-top-change-004-expected.txt: Added. | 
| +        * platform/mac/css2.1/20110323/dynamic-top-change-001-expected.txt: Added. | 
| +        * platform/mac/css2.1/20110323/dynamic-top-change-002-expected.txt: Added. | 
| +        * platform/mac/css2.1/20110323/dynamic-top-change-003-expected.txt: Added. | 
| +        * platform/mac/css2.1/20110323/dynamic-top-change-004-expected.txt: Added. | 
| +        * platform/qt/css2.1/20110323/dynamic-top-change-001-expected.txt: Added. | 
| +        * platform/qt/css2.1/20110323/dynamic-top-change-002-expected.txt: Added. | 
| +        * platform/qt/css2.1/20110323/dynamic-top-change-003-expected.txt: Added. | 
| +        * platform/qt/css2.1/20110323/dynamic-top-change-004-expected.txt: Added. | 
| + | 
| +2011-10-29  Anna Cavender  <annacc@chromium.org> | 
| + | 
| +        Make sure TextTracks are destructed if HTMLMediaElement goes away. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71148 | 
| + | 
| +        Reviewed by Eric Carlson. | 
| + | 
| +        * media/track/track-text-track-destructor-crash-expected.txt: Added. | 
| +        * media/track/track-text-track-destructor-crash.html: Added. | 
| + | 
| +2011-10-29  Jochen Eisinger  <jochen@chromium.org> | 
| + | 
| +        Implement IDBFactory.deleteDatabase | 
| +        https://bugs.webkit.org/show_bug.cgi?id=62622 | 
| + | 
| +        Reviewed by Tony Chang. | 
| + | 
| +        * storage/indexeddb/factory-basics-expected.txt: Updated. | 
| +        * storage/indexeddb/factory-basics.html: Updated. | 
| +        * storage/indexeddb/factory-deletedatabase-expected.txt: Added. | 
| +        * storage/indexeddb/factory-deletedatabase-interactions-expected.txt: Added. | 
| +        * storage/indexeddb/factory-deletedatabase-interactions.html: Added. | 
| +        * storage/indexeddb/factory-deletedatabase.html: Added. | 
| +        * storage/indexeddb/open-close-version-expected.txt: Updated. | 
| +        * storage/indexeddb/open-close-version.html: Updated. | 
| + | 
| +2011-10-27  Robert Hogan  <robert@webkit.org> | 
| + | 
| +        CSS 2.1 failure: dynamic-top-change-001 to 004 fail | 
| +        https://bugs.webkit.org/show_bug.cgi?id=68149 | 
| + | 
| +        Reviewed by David Hyatt. | 
| + | 
| +        * css2.1/20110323/dynamic-top-change-001.htm: Added. | 
| +        * css2.1/20110323/dynamic-top-change-002.htm: Added. | 
| +        * css2.1/20110323/dynamic-top-change-003.htm: Added. | 
| +        * css2.1/20110323/dynamic-top-change-004.htm: Added. | 
| +        * fast/table/border-collapsing/cached-change-tbody-border-color-expected.png: | 
| +          See https://bugs.webkit.org/show_bug.cgi?id=68149#c15 | 
| +        * platform/chromium-linux/css2.1/20110323/dynamic-top-change-001-expected.png: Added. | 
| +        * platform/chromium-linux/css2.1/20110323/dynamic-top-change-001-expected.txt: Added. | 
| +        * platform/chromium-linux/css2.1/20110323/dynamic-top-change-002-expected.png: Added. | 
| +        * platform/chromium-linux/css2.1/20110323/dynamic-top-change-002-expected.txt: Added. | 
| +        * platform/chromium-linux/css2.1/20110323/dynamic-top-change-003-expected.png: Added. | 
| +        * platform/chromium-linux/css2.1/20110323/dynamic-top-change-003-expected.txt: Added. | 
| +        * platform/chromium-linux/css2.1/20110323/dynamic-top-change-004-expected.png: Added. | 
| +        * platform/chromium-linux/css2.1/20110323/dynamic-top-change-004-expected.txt: Added. | 
| + | 
| +2011-10-28  Antti Koivisto  <antti@apple.com> | 
| + | 
| +        REGRESSION(r98542): tables/mozilla_expected_failures/bugs/bug14007-2.html | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71032 | 
| + | 
| +        Reviewed by Ryosuke Niwa. | 
| + | 
| +        In an effort to gain Hyatt points, add a less obscure test for this case. | 
| + | 
| +        * fast/css/inherited-properties-explicit-expected.txt: Added. | 
| +        * fast/css/inherited-properties-explicit.html: Added. | 
| + | 
| +2011-10-28  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Mac rebaseline after r98617. | 
| + | 
| +        * platform/mac/canvas/philip/tests/2d.imageData.put.wrongtype-expected.txt: | 
| +        * platform/mac/canvas/philip/tests/2d.missingargs-expected.txt: | 
| + | 
| +2011-10-28  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Rebaseline after r98775. | 
| + | 
| +        * fast/css/getComputedStyle/computed-style-cross-fade-expected.txt: | 
| + | 
| +2011-10-28  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        The copy and paste result in nested scrollbars on http://dojotoolkit.org/widgets | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70799 | 
| + | 
| +        Reviewed by Enrica Casucci. | 
| + | 
| +        Added a test to copy contents inside a body with background and text-decoration properties. | 
| + | 
| +        WebKit should not copy body element. | 
| + | 
| +        * editing/deleting/delete-line-break-before-underlined-content-expected.txt: an erroneous inline div | 
| +        is replaced by a span. | 
| +        * editing/deleting/deleting-line-break-preserves-underline-color-expected.txt: two style spans are | 
| +        merged into one. | 
| +        * editing/pasteboard/19644-2-expected.txt: div is replaced by span. This is okay because it's the only | 
| +        content in the body. Even though we now only put the gray background under text as inline style as | 
| +        opposed to apply at the block level, that's what execCommand('BackColor'...) does and what user expects. | 
| +        * editing/pasteboard/avoid-copying-body-with-background-expected.txt: Added. | 
| +        * editing/pasteboard/avoid-copying-body-with-background.html: Added. | 
| +        * editing/pasteboard/preserve-underline-color-expected.txt: | 
| +        * platform/mac/editing/pasteboard/5134759-expected.txt: | 
| + | 
| +2011-10-28  Adam Klein  <adamk@chromium.org> | 
| + | 
| +        [MutationObservers] Support attributeOldValue for attribute mutations | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70861 | 
| + | 
| +        Reviewed by Ryosuke Niwa. | 
| + | 
| +        Added test cases for attributeOldValue to existing tests. | 
| + | 
| +        * fast/mutation/observe-attributes-expected.txt: | 
| +        * fast/mutation/observe-attributes.html: | 
| + | 
| +2011-10-28  Sheriff Bot  <webkit.review.bot@gmail.com> | 
| + | 
| +        Unreviewed, rolling out r98776. | 
| +        http://trac.webkit.org/changeset/98776 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71164 | 
| + | 
| +        caused lots of test crashes (Requested by smfr on #webkit). | 
| + | 
| +        * animations/resources/animation-test-helpers.js: | 
| +        (checkExpectedValue): | 
| +        * compositing/visibility/animation-visibility-expected.png: Removed. | 
| +        * compositing/visibility/animation-visibility-expected.txt: Removed. | 
| +        * compositing/visibility/animation-visibility.html: Removed. | 
| + | 
| +2011-10-28 Sadrul Habib Chowdhury  <sadrul@chromium.org> | 
| + | 
| +        Add support for sending scroll-update events from EventSender. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=66272 | 
| + | 
| +        Reviewed by Adam Barth. | 
| + | 
| +        * fast/events/touch/gesture/gesture-scroll-expected.txt: Added. | 
| +        * fast/events/touch/gesture/gesture-scroll.html: Added. | 
| +        * platform/chromium/fast/events/touch/gesture/gesture-scroll-expected.txt: Added. | 
| +        * platform/qt/Skipped: | 
| + | 
| +2011-10-28  Simon Fraser  <simon.fraser@apple.com> | 
| + | 
| +        If visibility changes while an accelerated animation is running, element jumps around | 
| +        https://bugs.webkit.org/show_bug.cgi?id=29984 | 
| + | 
| +        Reviewed by Chris Marrin. | 
| + | 
| +        Add testcase for visibility changing in the middle of an accelerated animation. | 
| + | 
| +        * animations/resources/animation-test-helpers.js: Add some constants for readability. | 
| +        (checkExpectedValue): Add support for testing 'visibility'. | 
| +        * compositing/visibility/animation-visibility-expected.png: Added. | 
| +        * compositing/visibility/animation-visibility-expected.txt: Added. | 
| +        * compositing/visibility/animation-visibility.html: Added. | 
| + | 
| +2011-10-28  Tim Horton  <timothy_horton@apple.com> | 
| + | 
| +        Implement CSS3 Images cross-fade() image function | 
| +        https://bugs.webkit.org/show_bug.cgi?id=52162 | 
| +        <rdar://problem/10209254> | 
| + | 
| +        Reviewed by Simon Fraser. | 
| + | 
| +        Add tests to ensure that -webkit-cross-fade is parsed correctly. | 
| + | 
| +        * fast/css/getComputedStyle/computed-style-cross-fade-expected.txt: Added. | 
| +        * fast/css/getComputedStyle/computed-style-cross-fade.html: Added. | 
| + | 
| +2011-10-28  Chris Marrin  <cmarrin@apple.com> | 
| + | 
| +        CSS grammar doesn't support functions with no parameters | 
| +        https://bugs.webkit.org/show_bug.cgi?id=69110 | 
| + | 
| +        Reviewed by Dean Jackson. | 
| + | 
| +        Updated tests to include tests for allowing 0 argument functions and for | 
| +        disallowing functions with trailing commas (to pickup a couple of theses | 
| +        cases not in the current tests). Also fixed one typo. | 
| + | 
| +        * css3/filters/filter-property-computed-style-expected.txt: | 
| +        * css3/filters/filter-property-parsing-expected.txt: | 
| +        * css3/filters/filter-property-parsing-invalid-expected.txt: | 
| +        * css3/filters/script-tests/filter-property-computed-style.js: | 
| +        * css3/filters/script-tests/filter-property-parsing-invalid.js: | 
| +        * css3/filters/script-tests/filter-property-parsing.js: | 
| +        (testFilterRule): | 
| + | 
| +2011-10-28  John Gregg  <johnnyg@google.com> | 
| + | 
| +        Unreviewed gardening. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: | 
| +        * platform/chromium-cg-mac-snowleopard/fast/dom: Removed. | 
| +        * platform/chromium-cg-mac/fast/dom/nested-script-exceptions-expected.txt: Removed. | 
| +        * platform/chromium-cg-mac/svg/hixie/perf: Removed. | 
| +        * platform/chromium-cg-mac/svg/hixie/perf/001-expected.png: Removed. | 
| +        * platform/chromium-gpu-mac/compositing/visibility: Added. | 
| +        * platform/chromium-gpu-mac/compositing/visibility/visibility-image-layers-expected.png: Added. | 
| +        * platform/chromium-gpu-win/compositing/visibility: Added. | 
| +        * platform/chromium-gpu-win/compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added. | 
| +        * platform/chromium-gpu-win/compositing/visibility/visibility-image-layers-expected.png: Added. | 
| +        * platform/chromium-linux-x86/svg/hixie/perf/001-expected.png: | 
| +        * platform/chromium-linux/svg/hixie/perf/001-expected.png: | 
| +        * platform/chromium-mac-snowleopard/fast/dom: Removed. | 
| +        * platform/chromium-mac/fast/dom/nested-script-exceptions-expected.txt: Removed. | 
| +        * platform/chromium-mac/svg/hixie/perf/001-expected.png: Removed. | 
| +        * platform/chromium-mac/svg/hixie/perf/001-expected.txt: Removed. | 
| +        * platform/chromium-win-xp/svg/batik/text/textOnPath-expected.png: Removed. | 
| +        * platform/chromium-win/fast/dom/nested-script-exceptions-expected.txt: Removed. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-28  Dan Bernstein  <mitz@apple.com> | 
| + | 
| +        <rdar://problem/10288006> Emoji characters are too close to each other in small font size | 
| + | 
| +        Reviewed by Sam Weinig. | 
| + | 
| +        * platform/mac/fast/css/font-family-pictograph-expected.txt: | 
| + | 
| +2011-10-28  Ken Buchanan <kenrb@chromium.org> | 
| + | 
| +        Crash when splitting inline flows with generated floats | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70458 | 
| + | 
| +        Reviewed by David Hyatt. | 
| + | 
| +        Added test for crash condition when splitting inline flows on an object with generated floats. | 
| + | 
| +        * fast/css-generated-content/inline-splitting-with-after-float-crash.html: Added | 
| +        * fast/css-generated-content/inline-splitting-with-after-float-crash-expected.txt: Added | 
| + | 
| +2011-10-28  John Gregg  <johnnyg@google.com> | 
| + | 
| +        Unreviewed gardening. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/fast/css/child-style-can-override-visited-style-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/fullscreen/parent-flow-inline-with-block-child-expected.png: Removed. | 
| +        * platform/chromium-cg-mac-snowleopard/fullscreen/full-screen-render-inline-expected.png: Removed. | 
| +        * platform/chromium-cg-mac-snowleopard/svg/hixie: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/svg/hixie/perf: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/svg/hixie/perf/002-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: | 
| +        * platform/chromium-cg-mac/svg/hixie/perf/002-expected.png: Removed. | 
| +        * platform/chromium-linux-x86/svg/hixie/perf/002-expected.png: | 
| +        * platform/chromium-linux/svg/hixie/perf/002-expected.png: | 
| +        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: | 
| +        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt: | 
| +        * platform/chromium-mac-snowleopard/fast/backgrounds/background-leakage-expected.png: | 
| +        * platform/chromium-mac-snowleopard/fast/backgrounds/background-leakage-transforms-expected.png: | 
| +        * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDashed06-expected.png: | 
| +        * platform/chromium-mac-snowleopard/fast/text/emphasis-overlap-expected.png: | 
| +        * platform/chromium-mac-snowleopard/fullscreen/full-screen-render-inline-expected.png: Removed. | 
| +        * platform/chromium-mac-snowleopard/fullscreen/parent-flow-inline-with-block-child-expected.png: Removed. | 
| +        * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png: | 
| +        * platform/chromium-mac-snowleopard/svg/batik/text/textOnPath-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/hixie: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/hixie/perf: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/hixie/perf/002-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/hixie/perf/002-expected.txt: Added. | 
| +        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: | 
| +        * platform/chromium-mac/svg/batik/text/textOnPath-expected.png: Removed. | 
| +        * platform/chromium-mac/svg/hixie/perf/002-expected.png: Removed. | 
| +        * platform/chromium-mac/svg/hixie/perf/002-expected.txt: Removed. | 
| +        * platform/chromium-win-vista/svg/batik/text: Removed. | 
| +        * platform/chromium-win-xp/svg/batik/text/textOnPath-expected.png: Added. | 
| +        * platform/chromium-win/svg/batik/text/textOnPath-expected.png: | 
| +        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: | 
| +        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt: | 
| +        * platform/chromium/fast/js/array-prototype-properties-expected.txt: Replaced. | 
| +        * platform/chromium/fast/js/exception-sequencing-binops2-expected.txt: Removed. | 
| +        * platform/chromium/fast/js/kde/RegExp-expected.txt: Removed. | 
| +        * platform/chromium/fast/js/regexp-caching-expected.txt: Removed. | 
| +        * platform/chromium/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt: Removed. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-28  Joshua Bell  <jsbell@chromium.org> | 
| + | 
| +        IndexedDB: Database metadata changes should be tied to transaction | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70974 | 
| + | 
| +        Reviewed by Tony Chang. | 
| + | 
| +        * storage/indexeddb/open-during-transaction-expected.txt: Added. | 
| +        * storage/indexeddb/open-during-transaction.html: Added. | 
| +        * storage/indexeddb/version-change-abort-expected.txt: Added. | 
| +        * storage/indexeddb/version-change-abort.html: Added. | 
| + | 
| +2011-10-28  Simon Fraser  <simon.fraser@apple.com> | 
| + | 
| +        Added some missing results for compositing visibilty tests. | 
| + | 
| +        * platform/mac/compositing/visibility/visibility-composited-expected.txt: Added. | 
| +        * platform/mac/compositing/visibility/visibility-composited-transforms-expected.txt: Added. | 
| +        * platform/mac/compositing/visibility/visibility-image-layers-expected.txt: Added. | 
| + | 
| +2011-10-28  Sheriff Bot  <webkit.review.bot@gmail.com> | 
| + | 
| +        Unreviewed, rolling out r98736. | 
| +        http://trac.webkit.org/changeset/98736 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71125 | 
| + | 
| +        This patch broke perf/array-binary-search.html test (Requested | 
| +        by annacc on #webkit). | 
| + | 
| +        * media/track/track-load-error-readyState-expected.txt: Removed. | 
| +        * media/track/track-load-error-readyState.html: Removed. | 
| +        * media/track/track-load-from-element-readyState-expected.txt: Removed. | 
| +        * media/track/track-load-from-element-readyState.html: Removed. | 
| +        * media/track/track-load-from-src-readyState-expected.txt: Removed. | 
| +        * media/track/track-load-from-src-readyState.html: Removed. | 
| + | 
| +2011-10-28  Zoltan Herczeg  <zherczeg@webkit.org> | 
| + | 
| +        Testing allowed identifier chars which are greater than 126 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71097 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        * fast/css/parsing-css-nonascii-expected.txt: Added. | 
| +        * fast/css/parsing-css-nonascii.html: Added. | 
| + | 
| +2011-10-28  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Unskip tables/mozilla_expected_failures/bugs/bug14007-2.html | 
| +        since the test was rebaselined in r98691. | 
| + | 
| +        Also enable platform/mac/editing/deleting/backward-delete.html on Chromium Mac | 
| +        and skip it again on Chromium Windows and Linux. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| +        * platform/gtk/Skipped: | 
| +        * platform/mac/Skipped: | 
| +        * platform/qt/Skipped: | 
| +        * platform/win/Skipped: | 
| + | 
| +2011-10-28  Anna Cavender  <annacc@chromium.org> | 
| + | 
| +        Implement load notification and events for <track>. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71054 | 
| + | 
| +        Reviewed by Eric Carlson. | 
| + | 
| +        * media/track/track-load-error-readyState-expected.txt: Added. | 
| +        * media/track/track-load-error-readyState.html: Added. | 
| +        * media/track/track-load-from-element-readyState-expected.txt: Added. | 
| +        * media/track/track-load-from-element-readyState.html: Added. | 
| +        * media/track/track-load-from-src-readyState-expected.txt: Added. | 
| +        * media/track/track-load-from-src-readyState.html: Added. | 
| + | 
| +2011-10-28  Simon Fraser  <simon.fraser@apple.com> | 
| + | 
| +        The HTML5 video element in Safari does not respect "visibility:hidden" CSS property | 
| +        https://bugs.webkit.org/show_bug.cgi?id=38829 | 
| + | 
| +        Test various configurations of compositing layers and visibility. | 
| + | 
| +        Reviewed by James Robinson. | 
| + | 
| +        * compositing/visibility/visibility-composited-expected.png: Added. | 
| +        * compositing/visibility/visibility-composited-transforms-expected.png: Added. | 
| +        * compositing/visibility/visibility-composited-transforms.html: Added. | 
| +        * compositing/visibility/visibility-composited.html: Added. | 
| +        * compositing/visibility/visibility-image-layers-dynamic-expected.txt: Added. | 
| +        * compositing/visibility/visibility-image-layers-dynamic.html: Added. | 
| +        * compositing/visibility/visibility-image-layers-expected.png: Added. | 
| +        * compositing/visibility/visibility-image-layers.html: Added. | 
| + | 
| +2011-10-28  Erik Arvidsson  <arv@chromium.org> | 
| + | 
| +        JS Test Harness: Remove js-test-post-function.js | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70959 | 
| + | 
| +        Reviewed by Ojan Vafai. | 
| + | 
| +        This moves isSuccessfullyParsed to js-test-pre.js and removes js-test-post-function.js and all references to it. | 
| + | 
| +        * fast/js/resources/js-test-post-function.js: Removed. | 
| +        * fast/js/resources/js-test-pre.js: | 
| +        (isSuccessfullyParsed): Moved here from js-test-post-function.js | 
| + | 
| +2011-10-28  Nate Chapin  <japhet@chromium.org> | 
| + | 
| +        empty-urls.html needs to stop being flaky. | 
| +        Because it was in http/tests/loading, it output | 
| +        frame load callbacks, and it was unpredictable whether | 
| +        the callback for onload or for the load completing would | 
| +        be called first. Ergo, move the test to http/tests/misc, | 
| +        and remove the logic which failed to enforce a frame load | 
| +        callback ordering. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=67359 | 
| + | 
| +        Reviewed by Adam Barth. | 
| + | 
| +        * http/tests/loading/empty-urls-expected.txt: Removed. | 
| +        * http/tests/loading/empty-urls.html: Removed. | 
| +        * http/tests/misc/empty-urls-expected.txt: Copied from LayoutTests/http/tests/loading/empty-urls-expected.txt. | 
| +        * http/tests/misc/empty-urls.html: Copied from LayoutTests/http/tests/loading/empty-urls.html. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-28  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Unreviewed gardening. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| +        Remove fast/replaced/table-percent-height.html that has been passing for at least | 
| +        a week. Also tighten some tests that have not been passing (but occasionally timing | 
| +        out) on the flakyness dashboard for some time. | 
| + | 
| +2011-10-28  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Unreviewed, skiped failing test inspector/debugger/selected-call-frame-after-formatting-source.html. | 
| + | 
| +        * platform/mac/Skipped: | 
| + | 
| +2011-10-28  Csaba Osztrogonác  <ossy@webkit.org> | 
| + | 
| +        [Qt] Unreviewed gardening. | 
| + | 
| +        * platform/qt-5.0/Skipped: | 
| +        * platform/qt-wk2/Skipped: | 
| + | 
| +2011-10-28  Csaba Osztrogonác  <ossy@webkit.org> | 
| + | 
| +        [Qt][WK2] Unreviewed gardening. | 
| + | 
| +        REGRESSION: 5 editing tests fail | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71117 | 
| + | 
| +        * platform/qt-wk2/Skipped: Skip failing tests. | 
| + | 
| +2011-10-28  Pavel Feldman  <pfeldman@google.com> | 
| + | 
| +        Reset line numbers for scripts generated with document.write. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71099 | 
| + | 
| +        Reviewed by Yury Semikhatsky. | 
| + | 
| +        * http/tests/inspector-enabled/document-write-expected.txt: Added. | 
| +        * http/tests/inspector-enabled/document-write.html: Added. | 
| +        * platform/chromium-win/fast/dom/nested-script-exceptions-expected.txt: | 
| + | 
| +2011-10-28  Yury Semikhatsky  <yurys@chromium.org> | 
| + | 
| +        Unreviewed. Unsupress css3/font-feature-settings-rendering.html as it should | 
| +        pass on Linux after r98716. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-28  Antti Koivisto  <antti@apple.com> | 
| + | 
| +        [Chromium] css3/font-feature-settings-rendering.html has incorrect image result after r98542 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71019 | 
| + | 
| +        Reviewed by Andreas Kling. | 
| + | 
| +        * fast/css/inherited-properties-rare-text-expected.txt: Added. | 
| +        * fast/css/inherited-properties-rare-text.html: Added. | 
| + | 
| +2011-10-19  Alexander Pavlov  <apavlov@chromium.org> | 
| + | 
| +        Web Inspector: CSS background-image applied inline shows a warning, but still works. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70325 | 
| + | 
| +        Reviewed by Antti Koivisto. | 
| + | 
| +        * inspector/styles/styles-new-API-expected.txt: | 
| +        * inspector/styles/styles-new-API.html: | 
| + | 
| +2011-10-28  Yury Semikhatsky  <yurys@chromium.org> | 
| + | 
| +        Web Inspector: CallStackSidebarPane should remove discarded Placards from RawSourceCode listeners list | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70996 | 
| + | 
| +        Reviewed by Pavel Feldman. | 
| + | 
| +        * inspector/debugger/callstack-placards-discarded-expected.txt: Added. | 
| +        * inspector/debugger/callstack-placards-discarded.html: Added. | 
| + | 
| +2011-10-28  Jochen Eisinger  <jochen@chromium.org> | 
| + | 
| +        Add allowScriptFromSource callback to FrameLoaderClient | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71013 | 
| + | 
| +        Reviewed by Darin Fisher. | 
| + | 
| +        * platform/chromium/permissionclient/resources/script.js: Added. | 
| +        * platform/chromium/permissionclient/script-permissions-expected.txt: Added. | 
| +        * platform/chromium/permissionclient/script-permissions.html: Added. | 
| + | 
| +2011-10-28  Yuta Kitamura  <yutak@chromium.org> | 
| + | 
| +        Unreviewed, update Chromium test expectation. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| +        Mark http/tests/websocket/tests/hybi/reserved-bits.html as flaky. | 
| + | 
| +2011-10-27  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +       Unskip platform/mac/editing/deleting/backward-delete.html on Chromium because it passes on my Mac. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-27  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Group editing test expectations for Chromium in one place. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-27  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Chromium Mac rebaselines. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/editing/deleting/table-cells-expected.png: | 
| +        * platform/chromium-cg-mac-leopard/editing/execCommand/create-list-with-hr-expected.png: | 
| +        * platform/chromium-cg-mac-leopard/editing/execCommand/find-after-replace-expected.png: | 
| +        * platform/chromium-cg-mac-leopard/editing/execCommand/paste-1-expected.png: | 
| +        * platform/chromium-cg-mac-leopard/editing/execCommand/paste-2-expected.png: | 
| +        * platform/chromium-cg-mac-leopard/editing/inserting/4278698-expected.png: | 
| +        * platform/chromium-cg-mac-leopard/editing/inserting/paragraph-separator-in-table-2-expected.png: | 
| +        * platform/chromium-cg-mac-leopard/editing/pasteboard/3976872-expected.png: | 
| +        * platform/chromium-cg-mac-leopard/editing/pasteboard/4076267-2-expected.png: | 
| +        * platform/chromium-cg-mac-leopard/editing/pasteboard/4076267-3-expected.png: | 
| +        * platform/chromium-cg-mac-leopard/editing/pasteboard/4076267-expected.png: | 
| +        * platform/chromium-cg-mac-leopard/editing/pasteboard/4944770-1-expected.png: | 
| +        * platform/chromium-cg-mac-leopard/editing/pasteboard/undoable-fragment-removes-expected.png: | 
| +        * platform/chromium-cg-mac-leopard/editing/selection/select-all-iframe-expected.png: | 
| +        * platform/chromium-cg-mac-leopard/editing/undo/4063751-expected.png: | 
| +        * platform/chromium-cg-mac-leopard/editing/unsupported-content/table-type-after-expected.png: | 
| +        * platform/chromium-cg-mac-leopard/editing/unsupported-content/table-type-before-expected.png: | 
| +        * platform/chromium-cg-mac-leopard/fast/dom/blur-contenteditable-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/editing/deleting/table-cells-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/editing/execCommand/create-list-with-hr-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/editing/execCommand/find-after-replace-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/editing/execCommand/paste-1-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/editing/execCommand/paste-2-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/editing/inserting/4278698-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/editing/inserting/paragraph-separator-in-table-2-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/editing/pasteboard/3976872-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/editing/pasteboard/4076267-2-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/editing/pasteboard/4076267-3-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/editing/pasteboard/4076267-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/editing/pasteboard/undoable-fragment-removes-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/editing/selection/select-all-iframe-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/editing/undo: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/editing/undo/4063751-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/editing/unsupported-content: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/editing/unsupported-content/table-type-after-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/editing/unsupported-content/table-type-before-expected.png: Added. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-27  Michael Saboff  <msaboff@apple.com> | 
| + | 
| +        Test Failure in fast/dom/prototype-inheritance-2.html after r98495 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71058 | 
| + | 
| +        Rebaselined these results due to hash order changes in r98495. | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        * fast/dom/prototype-inheritance-2-expected.txt: | 
| +        * platform/mac/fast/dom/prototype-inheritance-2-expected.txt: | 
| +        * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: | 
| +        * platform/win/fast/dom/prototype-inheritance-2-expected.txt: | 
| + | 
| +2011-10-27  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Remove erroneous expected results after r98685. | 
| + | 
| +        * platform/chromium-linux/editing/selection/click-before-and-after-table-expected.png: Removed. | 
| +        * platform/chromium-win/editing/selection/click-before-and-after-table-expected.png: Removed. | 
| +        * platform/chromium-win/editing/selection/click-before-and-after-table-expected.txt: Removed. | 
| +        * platform/qt/editing/selection/click-before-and-after-table-expected.png: Removed. | 
| + | 
| +2011-10-27  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Fix click-before-and-after-table.html for Chromium | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70869 | 
| + | 
| +        Reviewed by Tony Chang. | 
| + | 
| +        Fixed the test by wrapping tests in a function to avoid shadowing "top" variable. | 
| + | 
| +        * editing/selection/click-before-and-after-table.html: | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-27  John Gregg  <johnnyg@google.com> | 
| + | 
| +        Update chromium test expectations. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-27  John Gregg  <johnnyg@google.com> | 
| + | 
| +        Add more test expectations and chromium results. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/fast/backgrounds/size/contain-and-cover-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/fast/css/getComputedStyle: Removed. | 
| +        * platform/chromium-cg-mac-leopard/fast/multicol/block-axis-horizontal-bt-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/fast/multicol/block-axis-horizontal-tb-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/css/child-style-can-override-visited-style-expected.png: Added. | 
| +        * platform/chromium-linux-x86/fast/css/child-style-can-override-visited-style-expected.png: Added. | 
| +        * platform/chromium-linux-x86/fast/css/child-style-can-override-visited-style-expected.txt: Added. | 
| +        * platform/chromium-linux/fast/css/child-style-can-override-visited-style-expected.png: Added. | 
| +        * platform/chromium-linux/fast/css/child-style-can-override-visited-style-expected.txt: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/css/child-style-can-override-visited-style-expected.png: Added. | 
| +        * platform/chromium-win/fast/css/child-style-can-override-visited-style-expected.png: Added. | 
| +        * platform/chromium-win/fast/css/child-style-can-override-visited-style-expected.txt: Added. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-27  Dan Bernstein  <mitz@apple.com> | 
| + | 
| +        Assertion failure (m_text) in RenderText::RenderText() at icanhascheezburger.com | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71085 | 
| + | 
| +        Reviewed by Jon Honeycutt. | 
| + | 
| +        * fast/css-generated-content/attr-missing-expected.txt: Added. | 
| +        * fast/css-generated-content/attr-missing.html: Added. | 
| + | 
| +2011-10-27  Mike Lawther  <mikelawther@chromium.org> | 
| + | 
| +        Test that :visited style can be overridden by child element style | 
| +        Added as requested on https://bugs.webkit.org/show_bug.cgi?id=70470 | 
| + | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70568 | 
| + | 
| +        Reviewed by Antti Koivisto. | 
| + | 
| +        * fast/css/child-style-can-override-visited-style-expected.txt: Added. | 
| +        * fast/css/child-style-can-override-visited-style.html: Added. | 
| + | 
| +2011-10-27  Tony Chang  <tony@chromium.org> | 
| + | 
| +        add snow leopard results for flexbox repaint tests | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71069 | 
| + | 
| +        Reviewed by Ojan Vafai. | 
| + | 
| +        * css3/flexbox/repaint-rtl-column.html: | 
| +        * css3/flexbox/repaint.html: | 
| +        * platform/mac-snowleopard/css3/flexbox/repaint-expected.png: Added. | 
| +        * platform/mac-snowleopard/css3/flexbox/repaint-rtl-column-expected.png: Added. | 
| + | 
| +2011-10-27  John Gregg  <johnnyg@google.com> | 
| + | 
| +        Unreviewed, more gardening. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/fast/writing-mode/fallback-orientation-expected.png: | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-27  John Gregg  <johnnyg@google.com> | 
| + | 
| +        Unreviewed, gardening chromium. | 
| + | 
| +        * platform/chromium-cg-mac-snowleopard/fullscreen/full-screen-render-inline-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/table: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/table/border-collapsing: Added. | 
| +        * platform/chromium-mac-snowleopard/fullscreen/full-screen-render-inline-expected.png: Added. | 
| +        * platform/chromium-win-vista/fast/css/getComputedStyle: Removed. | 
| +        * platform/chromium-win-vista/fast/css/getComputedStyle/computed-style-expected.txt: Removed. | 
| +        * platform/chromium-win-xp/fast/css/getComputedStyle: Removed. | 
| +        * platform/chromium-win-xp/fast/css/getComputedStyle/computed-style-expected.txt: Removed. | 
| +        * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt: | 
| +        * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: | 
| +        * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt: | 
| +        * platform/chromium/fast/css/getComputedStyle: Removed. | 
| +        * platform/chromium/fast/css/getComputedStyle/computed-style-expected.txt: Removed. | 
| +        * platform/chromium/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Removed. | 
| +        * platform/chromium/svg/css: Removed. | 
| +        * platform/chromium/svg/css/getComputedStyle-basic-expected.txt: Removed. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-27  Kenneth Russell  <kbr@google.com> | 
| + | 
| +        Implement new restrictions on uniform and attribute location lengths | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70981 | 
| + | 
| +        Reviewed by Chris Marrin. | 
| + | 
| +        * fast/canvas/webgl/attrib-location-length-limits-expected.txt: Added. | 
| +        * fast/canvas/webgl/attrib-location-length-limits.html: Added (imported from WebGL conformance suite). | 
| +        * fast/canvas/webgl/resources/webgl-test-utils.js: | 
| +        (WebGLTestUtils): | 
| +        (WebGLTestUtils.): Updated to latest version in WebGL conformance suite. | 
| +        * fast/canvas/webgl/uniform-location-length-limits-expected.txt: Added. | 
| +        * fast/canvas/webgl/uniform-location-length-limits.html: Added (imported from WebGL conformance suite). | 
| +        * platform/mac/Skipped: Temporarily skip new tests on Mac until WebKit's copy of ANGLE is upgraded. | 
| + | 
| +2011-10-27  Rafael Weinstein  <rafaelw@chromium.org> | 
| + | 
| +        [MutationObservers] Implement subtree observation of transiently disconnected nodes | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70788 | 
| + | 
| +        Reviewed by Ryosuke Niwa. | 
| + | 
| +        Added tests which assert that nodes can be detached from a subtree where observation is registered | 
| +        and still be observed -- until the end of the current "microtask". | 
| + | 
| +        * fast/mutation/observe-subtree-expected.txt: | 
| +        * fast/mutation/observe-subtree.html: | 
| + | 
| +2011-10-27  Filip Pizlo  <fpizlo@apple.com> | 
| + | 
| +        If the bytecode generator emits code after the return in the first basic block, | 
| +        DFG's inliner crashes | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71071 | 
| + | 
| +        Reviewed by Gavin Barraclough. | 
| + | 
| +        * fast/js/dfg-inline-early-return-expected.txt: Added. | 
| +        * fast/js/dfg-inline-early-return.html: Added. | 
| +        * fast/js/script-tests/dfg-inline-early-return.js: Added. | 
| +        (foo): | 
| +        (bar): | 
| + | 
| +2011-10-27  John Gregg  <johnnyg@google.com> | 
| + | 
| +        Unreviewed, new chromium expectations for shading/anti-aliasing changes. | 
| + | 
| +        * fast/borders/borderRadiusDashed06-expected.txt: Added. | 
| +        * platform/chromium-cg-mac-leopard/fast/table/028-vertical-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/fullscreen/parent-flow-inline-with-block-child-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/backgrounds/background-leakage-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/backgrounds/size: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/backgrounds/size/contain-and-cover-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/borders/borderRadiusDashed06-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/css/shadow-multiple-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/forms/menulist-clip-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/forms/menulist-option-wrap-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/forms/menulist-restrict-line-height-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/forms/menulist-separator-painting-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/forms/menulist-style-color-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/forms/select-baseline-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/forms/select-empty-option-height-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/media/audio-repaint-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/media/video-zoom-controls-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/svg/clip-path: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/svg/clip-path/clip-path-childs-clipped-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/svg/custom: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/svg/custom/focus-ring-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/svg/filters: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/svg/filters/filter-clip-expected.png: Added. | 
| +        * platform/chromium-cg-mac/fast/backgrounds/background-leakage-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/fast/backgrounds/size/contain-and-cover-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/fast/borders/borderRadiusDashed06-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/fast/css/shadow-multiple-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/fast/forms/menulist-clip-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/fast/forms/menulist-option-wrap-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/fast/forms/menulist-restrict-line-height-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/fast/forms/menulist-separator-painting-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/fast/forms/menulist-style-color-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/fast/forms/select-baseline-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/fast/forms/select-empty-option-height-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/media/audio-repaint-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/media/video-zoom-controls-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/media/video-zoom-controls-expected.txt: Removed. | 
| +        * platform/chromium-cg-mac/svg/clip-path/clip-path-childs-clipped-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/svg/custom/focus-ring-expected.png: Removed. | 
| +        * platform/chromium-cg-mac/svg/filters/filter-clip-expected.png: Removed. | 
| +        * platform/chromium-mac-snowleopard/fast/backgrounds/background-leakage-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/backgrounds/background-leakage-transforms-expected.png: | 
| +        * platform/chromium-mac-snowleopard/fast/borders/borderRadiusDashed06-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/box-shadow: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/box-shadow/box-shadow-clipped-slices-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/css/shadow-multiple-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/forms/menulist-clip-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/forms/menulist-narrow-width-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/forms/menulist-option-wrap-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/forms/menulist-restrict-line-height-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/forms/menulist-separator-painting-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/forms/menulist-style-color-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/forms/select-baseline-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/forms/select-empty-option-height-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/text: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/text/emphasis-overlap-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fullscreen/parent-flow-inline-with-block-child-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/media/video-zoom-controls-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/clip-path: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/clip-path/clip-path-childs-clipped-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/custom: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/custom/focus-ring-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/filters/filter-clip-expected.png: Added. | 
| +        * platform/chromium-mac/fast/backgrounds/background-leakage-expected.png: Removed. | 
| +        * platform/chromium-mac/fast/borders/borderRadiusDashed06-expected.png: Removed. | 
| +        * platform/chromium-mac/fast/box-shadow/box-shadow-clipped-slices-expected.png: Removed. | 
| +        * platform/chromium-mac/fast/css/shadow-multiple-expected.png: Removed. | 
| +        * platform/chromium-mac/fast/forms/menulist-clip-expected.png: Removed. | 
| +        * platform/chromium-mac/fast/forms/menulist-narrow-width-expected.png: Removed. | 
| +        * platform/chromium-mac/fast/forms/menulist-option-wrap-expected.png: Removed. | 
| +        * platform/chromium-mac/fast/forms/menulist-restrict-line-height-expected.png: Removed. | 
| +        * platform/chromium-mac/fast/forms/menulist-separator-painting-expected.png: Removed. | 
| +        * platform/chromium-mac/fast/forms/menulist-style-color-expected.png: Removed. | 
| +        * platform/chromium-mac/fast/forms/select-baseline-expected.png: Removed. | 
| +        * platform/chromium-mac/fast/forms/select-empty-option-height-expected.png: Removed. | 
| +        * platform/chromium-mac/fast/text/emphasis-overlap-expected.png: Removed. | 
| +        * platform/chromium-mac/media/audio-repaint-expected.png: Removed. | 
| +        * platform/chromium-mac/media/video-zoom-controls-expected.png: Removed. | 
| +        * platform/chromium-mac/media/video-zoom-controls-expected.txt: Removed. | 
| +        * platform/chromium-mac/svg/W3C-SVG-1.1/masking-path-02-b-expected.png: Removed. | 
| +        * platform/chromium-mac/svg/clip-path/clip-path-childs-clipped-expected.png: Removed. | 
| +        * platform/chromium-mac/svg/custom/focus-ring-expected.png: Removed. | 
| +        * platform/chromium-mac/svg/filters/filter-clip-expected.png: Removed. | 
| +        * platform/chromium-win-xp/media: Added. | 
| +        * platform/chromium-win-xp/media/video-zoom-controls-expected.png: Added. | 
| +        * platform/chromium-win-xp/media/video-zoom-controls-expected.txt: Added. | 
| +        * platform/chromium/media/video-zoom-controls-expected.txt: Added. | 
| +        * platform/gtk/fast/borders/borderRadiusDashed06-expected.txt: Removed. | 
| +        * platform/gtk/svg/clip-path/clip-path-childs-clipped-expected.txt: Removed. | 
| +        * platform/mac/fast/borders/borderRadiusDashed06-expected.txt: Removed. | 
| +        * platform/mac/svg/clip-path/clip-path-childs-clipped-expected.txt: Removed. | 
| +        * platform/qt/fast/borders/borderRadiusDashed06-expected.txt: Removed. | 
| +        * platform/qt/svg/clip-path/clip-path-childs-clipped-expected.txt: Removed. | 
| +        * platform/win-xp/media/audio-repaint-expected.txt: Removed. | 
| +        * svg/clip-path/clip-path-childs-clipped-expected.txt: Added. | 
| + | 
| +2011-10-27  Anna Cavender  <annacc@chromium.org> | 
| + | 
| +        Individually Skip track-related LayoutTests rather than block-Skipping them. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71037 | 
| + | 
| +        Reviewed by Adam Barth. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| +        * platform/efl/Skipped: | 
| +        * platform/gtk/Skipped: | 
| +        * platform/mac/Skipped: | 
| +        * platform/qt/Skipped: | 
| +        * platform/win/Skipped: | 
| +        * platform/wincairo/Skipped: | 
| +        * platform/wk2/Skipped: | 
| + | 
| +2011-10-27  David Hyatt  <hyatt@apple.com> | 
| + | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71061 | 
| + | 
| +        [CSS Line Grid] Add support for parsing the line-grid property. | 
| + | 
| +        Reviewed by Dan Bernstein. | 
| + | 
| +        * fast/css/getComputedStyle/computed-style-expected.txt: | 
| +        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: | 
| +        * fast/line-grid: Added. | 
| +        * fast/line-grid/line-grid-parsing-expected.txt: Added. | 
| +        * fast/line-grid/line-grid-parsing.html: Added. | 
| +        * fast/line-grid/script-tests: Added. | 
| +        * fast/line-grid/script-tests/line-grid-parsing.js: Added. | 
| + | 
| +2011-10-27  Fady Samuel  <fsamuel@chromium.org> | 
| + | 
| +        iframes seem to occasionally doubly scale or scale incorrectly when pageScaleFactor != 1.0 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70552 | 
| + | 
| +        Reviewed by Simon Fraser. | 
| + | 
| +        * fast/frames/iframe-double-scale-contents-expected.png: Added. | 
| +        * fast/frames/iframe-double-scale-contents-expected.txt: Added. | 
| +        * fast/frames/iframe-double-scale-contents.html: Added. | 
| +        * fast/frames/resources/iframe-content-scaling-bug-iframe.html: Added. | 
| + | 
| +2011-10-27  Mike Reed  <reed@google.com> | 
| + | 
| +        test_rebaseline_expectations failing | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71033 | 
| + | 
| +        Reviewed by Adam Barth. | 
| + | 
| +        Resolve overlaps | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-27  Dan Bernstein  <mitz@apple.com> | 
| + | 
| +        Updated expected results after r98608. | 
| + | 
| +        * fast/css/getComputedStyle/computed-style-expected.txt: | 
| +        * fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: | 
| +        * svg/css/getComputedStyle-basic-expected.txt: | 
| + | 
| +2011-10-27  Stephen Chenney  <schenney@chromium.org> | 
| + | 
| +        [Chromium] Need setPrinting | 
| +        https://bugs.webkit.org/show_bug.cgi?id=46152 | 
| + | 
| +        Reviewed by Hajime Morita. | 
| + | 
| +        * platform/chromium/test_expectations.txt: Removing setPrinting tests from the expected failures. | 
| +        * platform/chromium-linux/printing/setPrinting-expected.png: Added. | 
| +        * platform/chromium-linux/printing/setPrinting-expected.txt: Added. | 
| +        * platform/chromium-linux/printing/single-line-must-not-be-split-into-two-pages-expected.png: Added. | 
| +        * platform/chromium-linux/printing/single-line-must-not-be-split-into-two-pages-expected.txt: Added. | 
| +        * platform/chromium-mac/printing/setPrinting-expected.png: Added. | 
| +        * platform/chromium-mac/printing/setPrinting-expected.txt: Added. | 
| +        * platform/chromium-mac/printing/single-line-must-not-be-split-into-two-pages-expected.png: Added. | 
| +        * platform/chromium-mac/printing/single-line-must-not-be-split-into-two-pages-expected.txt: Added. | 
| +        * platform/chromium-win/printing/setPrinting-expected.png: Added. | 
| +        * platform/chromium-win/printing/setPrinting-expected.txt: Added. | 
| +        * platform/chromium-win/printing/single-line-must-not-be-split-into-two-pages-expected.png: Added. | 
| +        * platform/chromium-win/printing/single-line-must-not-be-split-into-two-pages-expected.txt: Added. | 
| +        * platform/mac/printing/setPrinting-expected.png: Rebaselined for the change to the test html. | 
| +        * platform/mac/printing/setPrinting-expected.txt: Rebaselined for the change to the test html. | 
| +        * printing/setPrinting.html: Modified the test to make the box have a colored border | 
| +          instead of the solid background, as the solid background does not print on chromium. | 
| + | 
| +2011-10-27  Leandro Pereira  <leandro@profusion.mobi> | 
| + | 
| +        [EFL] Unreviewed. Add pixel test baselines for animations, | 
| +        compositing, dom, editing, fonts, mathml, media, printing, | 
| +        transforms and transitions. | 
| + | 
| +        * platform/efl/animations: [...] | 
| +        * platform/efl/compositing: [...] | 
| +        * platform/efl/dom: [...] | 
| +        * platform/efl/editing: [...] | 
| +        * platform/efl/fonts: [...] | 
| +        * platform/efl/mathml: [...] | 
| +        * platform/efl/media: [...] | 
| +        * platform/efl/printing: [...] | 
| +        * platform/efl/transforms: [...] | 
| +        * platform/efl/transitions: [...] | 
| + | 
| +2011-10-27  Tony Chang  <tony@chromium.org> | 
| + | 
| +        fix sizing of auto sized flexbox | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70839 | 
| + | 
| +        Reviewed by David Hyatt. | 
| + | 
| +        * css3/flexbox/columns-auto-size-expected.txt: Added. | 
| +        * css3/flexbox/columns-auto-size.html: Added. | 
| +        * css3/flexbox/flex-flow-margins-auto-size-expected.txt: Added. | 
| +        * css3/flexbox/flex-flow-margins-auto-size.html: Added. | 
| +            A bunch of these cases fail, but that's because of bug 70769. | 
| + | 
| +2011-10-25  Vangelis Kokkevis  <vangelis@chromium.org> | 
| + | 
| +        Adding tests for fixed positioned elements getting their own composited layer. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=69796 | 
| + | 
| +        Reviewed by Simon Fraser. | 
| + | 
| + | 
| +        * compositing/geometry/fixed-position-composited-switch-expected.txt: Added. | 
| +        * compositing/geometry/fixed-position-composited-switch.html: Added. | 
| + | 
| +2011-10-27  John Gregg  <johnnyg@google.com> | 
| + | 
| +        Unreviewed, more chromium baselines for new multicol tests. | 
| + | 
| +        * platform/chromium-cg-mac-snowleopard/fast/multicol/block-axis-horizontal-bt-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/multicol/block-axis-horizontal-tb-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/multicol/block-axis-vertical-lr-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/multicol/block-axis-vertical-rl-expected.png: Added. | 
| +        * platform/chromium-linux-x86/fast/multicol: Removed. | 
| +        * platform/chromium-linux/fast/multicol/block-axis-horizontal-bt-expected.png: Added. | 
| +        * platform/chromium-linux/fast/multicol/block-axis-horizontal-tb-expected.png: Added. | 
| +        * platform/chromium-linux/fast/multicol/block-axis-vertical-lr-expected.png: Added. | 
| +        * platform/chromium-linux/fast/multicol/block-axis-vertical-rl-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/multicol: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/multicol/block-axis-horizontal-bt-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/multicol/block-axis-horizontal-tb-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/multicol/block-axis-vertical-lr-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/multicol/block-axis-vertical-rl-expected.png: Added. | 
| +        * platform/chromium-win/fast/multicol/block-axis-horizontal-bt-expected.png: Added. | 
| +        * platform/chromium-win/fast/multicol/block-axis-horizontal-bt-expected.txt: Added. | 
| +        * platform/chromium-win/fast/multicol/block-axis-horizontal-tb-expected.png: Added. | 
| +        * platform/chromium-win/fast/multicol/block-axis-horizontal-tb-expected.txt: Added. | 
| +        * platform/chromium-win/fast/multicol/block-axis-vertical-lr-expected.png: Added. | 
| +        * platform/chromium-win/fast/multicol/block-axis-vertical-lr-expected.txt: Added. | 
| +        * platform/chromium-win/fast/multicol/block-axis-vertical-rl-expected.png: Added. | 
| +        * platform/chromium-win/fast/multicol/block-axis-vertical-rl-expected.txt: Added. | 
| + | 
| +2011-10-27  John Gregg  <johnnyg@google.com> | 
| + | 
| +        Unreviewed, rebaselines after multi-col changes. | 
| + | 
| +        * platform/chromium-win-vista/fast/css/getComputedStyle: Added. | 
| +        * platform/chromium-win-vista/fast/css/getComputedStyle/computed-style-expected.txt: Added. | 
| +        * platform/chromium-win-xp/fast/css/getComputedStyle: Added. | 
| +        * platform/chromium-win-xp/fast/css/getComputedStyle/computed-style-expected.txt: Added. | 
| +        * platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt: | 
| +        * platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: | 
| +        * platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt: | 
| +        * platform/chromium/fast/css/getComputedStyle/computed-style-expected.txt: Added. | 
| +        * platform/chromium/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Added. | 
| +        * platform/chromium/svg/css: Added. | 
| +        * platform/chromium/svg/css/getComputedStyle-basic-expected.txt: Added. | 
| + | 
| +2011-10-27  Pavel Podivilov  <podivilov@chromium.org> | 
| + | 
| +        Get rid of optional parameters in the middle in IDLs. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70816 | 
| + | 
| +        Reviewed by Adam Barth. | 
| + | 
| +        Optional parameters in the middle are prohibited by WebIDL spec. | 
| + | 
| +        * fast/canvas/canvas-putImageData-expected.txt: expectation was wrong, context.putImageData({}, 0, 0) should throw Type Error. | 
| +        * fast/canvas/canvas-putImageData.js: | 
| + | 
| +2011-10-27  John Gregg  <johnnyg@google.com> | 
| + | 
| +        unreviewed, test expectations | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-27  Dan Bernstein  <mitz@apple.com> | 
| + | 
| +        <rdar://problem/10262205> Allow column progression to be independent of writing mode | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71028 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        * fast/multicol/block-axis-horizontal-bt.html: Added. | 
| +        * fast/multicol/block-axis-horizontal-tb.html: Added. | 
| +        * fast/multicol/block-axis-vertical-lr.html: Added. | 
| +        * fast/multicol/block-axis-vertical-rl.html: Added. | 
| +        * fast/multicol/flipped-blocks-hit-test-expected.txt: Added. | 
| +        * fast/multicol/flipped-blocks-hit-test.html: Added. | 
| +        * fast/multicol/resources/block-axis.css: Added. | 
| +        * platform/mac/fast/multicol/block-axis-horizontal-bt-expected.png: Added. | 
| +        * platform/mac/fast/multicol/block-axis-horizontal-bt-expected.txt: Added. | 
| +        * platform/mac/fast/multicol/block-axis-horizontal-tb-expected.png: Added. | 
| +        * platform/mac/fast/multicol/block-axis-horizontal-tb-expected.txt: Added. | 
| +        * platform/mac/fast/multicol/block-axis-vertical-lr-expected.png: Added. | 
| +        * platform/mac/fast/multicol/block-axis-vertical-lr-expected.txt: Added. | 
| +        * platform/mac/fast/multicol/block-axis-vertical-rl-expected.png: Added. | 
| +        * platform/mac/fast/multicol/block-axis-vertical-rl-expected.txt: Added. | 
| + | 
| +2011-10-27  John Gregg  <johnnyg@google.com> | 
| + | 
| +        Unreviewed, adding additional expected failures. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-27  John Gregg  <johnnyg@google.com> | 
| + | 
| +        Unreviewed, fixing duplicate entries in test expectations. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-27  Mihnea Ovidenie  <mihnea@adobe.com> | 
| + | 
| +        [CSSRegions]Flag regions with custom styling | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70733 | 
| + | 
| +        Reviewed by David Hyatt. | 
| + | 
| +        Region elements that have custom region styling are now marked accordingly. | 
| + | 
| +        * fast/regions/render-region-custom-style-mark.html: Added. | 
| +        * platform/chromium/test_expectations.txt: | 
| +        * platform/mac-snowleopard/fast/regions/render-region-custom-style-mark-expected.txt: Added. | 
| + | 
| +2011-10-27  Sheriff Bot  <webkit.review.bot@gmail.com> | 
| + | 
| +        Unreviewed, rolling out r98556. | 
| +        http://trac.webkit.org/changeset/98556 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71031 | 
| + | 
| +        The test added by the patch doesn't pass on Snow Leopard | 
| +        (Requested by rniwa on #webkit). | 
| + | 
| +        * editing/spelling/spelling-unified-emulation-expected.txt: Removed. | 
| +        * editing/spelling/spelling-unified-emulation.html: Removed. | 
| + | 
| +2011-10-27  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Temporarily skip tables/mozilla_expected_failures/bugs/bug14007-2.html on all platforms | 
| +        since r98542 regressed it. The failure is tracked by the bug 71032. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| +        * platform/gtk/Skipped: | 
| +        * platform/mac/Skipped: | 
| +        * platform/qt/Skipped: | 
| +        * platform/win/Skipped: | 
| + | 
| +2011-10-27  Mike Reed  <reed@google.com> | 
| + | 
| +        [skia] replace offscreen technique with native support for antialiased clipping | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70748 | 
| + | 
| +        Reviewed by Stephen White. | 
| + | 
| +        ~100 layout tests need to be rebaselined, as the native aa-clipping differs sometimes in the low | 
| +        bits of the result. Other than that, the results should be the same, except that now the drawing | 
| +        can go directly to the canvas, rather than being direct offscreen and then have that result | 
| +        "clipped" during the restore. This has the effect of allowing LCD text to be drawing inside a | 
| +        antialiased clip area. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-27  Leandro Pereira  <leandro@profusion.mobi> | 
| + | 
| +        [EFL] Unreviewed. Add pixel baselines for table tests. | 
| + | 
| +        * platform/efl/tables: [...] | 
| + | 
| +2011-10-27  Philippe Normand  <pnormand@igalia.com> | 
| + | 
| +        Unreviewed, GTK rebaseline. | 
| + | 
| +        * platform/gtk/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt: | 
| + | 
| +2011-10-27  Philippe Normand  <pnormand@igalia.com> | 
| + | 
| +        Unreviewed, skipping 2 new failing tests in GTK. | 
| + | 
| +        * platform/gtk/Skipped: Skip | 
| +        fast/canvas/canvas-composite-image.html and editing/spelling/spelling-unified-emulation.html. | 
| + | 
| +2011-10-27  Yury Semikhatsky  <yurys@chromium.org> | 
| + | 
| +        Rebaseline tables/mozilla_expected_failures/bugs/bug14007-2.html after r98542. | 
| + | 
| + | 
| +        * platform/chromium-cg-mac-leopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: Added. | 
| +        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: | 
| +        * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt: | 
| +        * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: Added. | 
| +        * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: Removed. | 
| +        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: | 
| +        * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt: | 
| +        * platform/chromium/tables/mozilla_expected_failures/bugs/bug14007-2-expected.txt: Added. | 
| + | 
| +2011-10-27  Arko Saha  <arko@motorola.com> | 
| + | 
| +        Microdata: Add test cases for itemscope attribute. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=71014 | 
| + | 
| +        Reviewed by Ryosuke Niwa. | 
| + | 
| +        * fast/dom/MicroData/itemscope-attribute-test-expected.txt: Added. | 
| +        * fast/dom/MicroData/itemscope-attribute-test.html: Added. | 
| +        * fast/dom/MicroData/itemscope-must-be-read-write-expected.txt: Added. | 
| +        * fast/dom/MicroData/itemscope-must-be-read-write.html: Added. | 
| + | 
| +2011-10-27  Yury Semikhatsky  <yurys@chromium.org> | 
| + | 
| +        Unreviewed, gardening. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-27  Mike Reed  <reed@google.com> | 
| + | 
| +        need to rebaseline after skia 2527 lands, fixing an off-by-1 bug in blending (with alpha==0) | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70963 | 
| + | 
| +        Reviewed by James Robinson. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-27  Andreas Kling  <kling@webkit.org> | 
| + | 
| +        StyleSheet.parentStyleSheet does not work. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70956 | 
| + | 
| +        Reviewed by Antti Koivisto. | 
| + | 
| +        * fast/css/stylesheet-parentStyleSheet-expected.txt: Added. | 
| +        * fast/css/stylesheet-parentStyleSheet.html: Added. | 
| + | 
| +2011-10-27  Yury Semikhatsky  <yurys@chromium.org> | 
| + | 
| +        Unreviewed, gardening. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-27  Joshua Bell  <jsbell@chromium.org> | 
| + | 
| +        IndexedDB: Passing empty array to IDBDatabase.transaction should raise exception | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70251 | 
| + | 
| +        Reviewed by Adam Barth. | 
| + | 
| +        Many tests relied on the non-specified behavior of passing an empty | 
| +        array into IDBDatabase.transaction() to include all object stores in | 
| +        scopes. Worse, non-arrays would be treated as empty arrays, and hence | 
| +        "just worked". | 
| + | 
| +        * storage/indexeddb/create-and-remove-object-store-expected.txt: | 
| +        * storage/indexeddb/create-and-remove-object-store.html: | 
| +        * storage/indexeddb/create-object-store-options-expected.txt: | 
| +        * storage/indexeddb/create-object-store-options.html: | 
| +        * storage/indexeddb/cursor-inconsistency-expected.txt: | 
| +        * storage/indexeddb/cursor-inconsistency.html: | 
| +        * storage/indexeddb/cursor-skip-deleted-expected.txt: | 
| +        * storage/indexeddb/cursor-skip-deleted.html: | 
| +        * storage/indexeddb/cursor-update-expected.txt: | 
| +        * storage/indexeddb/cursor-update.html: | 
| +        * storage/indexeddb/data-corruption-expected.txt: | 
| +        * storage/indexeddb/data-corruption.html: | 
| +        * storage/indexeddb/database-quota.html: | 
| +        * storage/indexeddb/error-causes-abort-by-default-expected.txt: | 
| +        * storage/indexeddb/error-causes-abort-by-default.html: | 
| +        * storage/indexeddb/exception-in-event-aborts-expected.txt: | 
| +        * storage/indexeddb/exception-in-event-aborts.html: | 
| +        * storage/indexeddb/index-unique-expected.txt: | 
| +        * storage/indexeddb/index-unique.html: | 
| +        * storage/indexeddb/mutating-cursor-expected.txt: | 
| +        * storage/indexeddb/mutating-cursor.html: | 
| +        * storage/indexeddb/objectstore-autoincrement-expected.txt: | 
| +        * storage/indexeddb/objectstore-autoincrement.html: | 
| +        * storage/indexeddb/objectstore-basics-expected.txt: | 
| +        * storage/indexeddb/objectstore-basics.html: | 
| +        * storage/indexeddb/objectstore-clear-expected.txt: | 
| +        * storage/indexeddb/objectstore-clear.html: | 
| +        * storage/indexeddb/objectstore-removeobjectstore-expected.txt: | 
| +        * storage/indexeddb/objectstore-removeobjectstore.html: | 
| +        * storage/indexeddb/request-event-propagation-expected.txt: | 
| +        * storage/indexeddb/request-event-propagation.html: | 
| +        * storage/indexeddb/transaction-abort-expected.txt: | 
| +        * storage/indexeddb/transaction-abort-with-js-recursion-expected.txt: | 
| +        * storage/indexeddb/transaction-abort-with-js-recursion.html: | 
| +        * storage/indexeddb/transaction-abort.html: | 
| +        * storage/indexeddb/transaction-after-close-expected.txt: | 
| +        * storage/indexeddb/transaction-after-close.html: | 
| +        * storage/indexeddb/transaction-and-objectstore-calls-expected.txt: | 
| +        * storage/indexeddb/transaction-and-objectstore-calls.html: | 
| +        * storage/indexeddb/transaction-basics-expected.txt: | 
| +        * storage/indexeddb/transaction-basics.html: | 
| +        * storage/indexeddb/transaction-crash-on-abort-expected.txt: | 
| +        * storage/indexeddb/transaction-crash-on-abort.html: | 
| +        * storage/indexeddb/transaction-event-propagation-expected.txt: | 
| +        * storage/indexeddb/transaction-event-propagation.html: | 
| +        * storage/indexeddb/transaction-read-only-expected.txt: | 
| +        * storage/indexeddb/transaction-read-only.html: | 
| +        * storage/indexeddb/transaction-storeNames-required-expected.txt: | 
| +        * storage/indexeddb/tutorial.html: | 
| + | 
| +2011-10-27  Ken Buchanan <kenrb@chromium.org> | 
| + | 
| +        Crash due to nested first-letter selectors | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70457 | 
| + | 
| +        Adding layout test for nested first-letter pseudostyles causing a crash. | 
| + | 
| +        Reviewed by David Hyatt. | 
| + | 
| +        * fast/css/nested-first-letter-with-float-crash.html: Added | 
| +        * fast/css/nested-first-letter-with-float-crash-expected.txt: Added | 
| + | 
| +2011-10-27  Shinya Kawanaka  <shinyak@google.com> | 
| + | 
| +        Implement legacy text check emulation in unified text check interface. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70299 | 
| + | 
| +        Reviewed by Hajime Morita. | 
| + | 
| +        Added tests for the case unified text checker is used when WebCore::checkTextOfParagraph() is not supported. | 
| + | 
| +        * editing/spelling/spelling-unified-emulation-expected.txt: Added. | 
| +        * editing/spelling/spelling-unified-emulation.html: Added. | 
| + | 
| +2011-10-27  Philippe Normand  <pnormand@igalia.com> | 
| + | 
| +        Unreviewed, GTK rebaseline after r98507. | 
| + | 
| +        * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: | 
| +        * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: | 
| + | 
| +2011-10-27  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        http/tests/inspector/search/search-in-resources.html fails on all platforms | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70993 | 
| + | 
| +        Reviewed by Pavel Feldman. | 
| + | 
| +        * http/tests/inspector/search/search-test.js: | 
| +        (initialize_SearchTest.InspectorTest.dumpSearchResults): | 
| + | 
| +2011-10-27  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Web Inspector: Execution line in selected call frame should keep showing after toggling format source. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70906 | 
| + | 
| +        Reviewed by Yury Semikhatsky. | 
| + | 
| +        * inspector/debugger/selected-call-frame-after-formatting-source-expected.txt: Added. | 
| +        * inspector/debugger/selected-call-frame-after-formatting-source.html: Added. | 
| + | 
| +2011-10-27  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        Web Inspector: [Extensions API] add ignoreCache flag to options of inspectedWindow.reload() | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70926 | 
| + | 
| +        Reviewed by Pavel Feldman. | 
| + | 
| +        * http/tests/inspector/extensions-ignore-cache-expected.txt: Added. | 
| +        * http/tests/inspector/extensions-ignore-cache.html: Added. | 
| + | 
| +2011-10-27  Gabor Rapcsanyi  <rgabor@webkit.org> | 
| + | 
| +        Unreviewed, fix typo in skiplist. | 
| + | 
| +        * platform/qt/Skipped: | 
| + | 
| +2011-10-27  Gabor Rapcsanyi  <rgabor@webkit.org> | 
| + | 
| +        Unreviewed. Add bugzilla link to skipped test. | 
| + | 
| +        * platform/qt/Skipped: | 
| + | 
| +2011-10-27  Ilya Tikhonovsky  <loislo@chromium.org> | 
| + | 
| +        inspector/storage-panel-dom-storage.html has results platform dependant? | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70985 | 
| + | 
| +        The items set in DOM storage is unsorted and as result the test is platform dependant. | 
| +        We will sort it before the dumping. | 
| + | 
| +        Reviewed by Yury Semikhatsky. | 
| + | 
| +        * inspector/storage-panel-dom-storage-expected.txt: | 
| +        * inspector/storage-panel-dom-storage.html: | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-26  Yury Semikhatsky  <yurys@chromium.org> | 
| + | 
| +        Unreviewed, gardening. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-26  Yury Semikhatsky  <yurys@chromium.org> | 
| + | 
| +        Unreviewed. Update Chromium test_expectations. | 
| + | 
| +        inspector/storage-panel-dom-storage.html has results platform dependant? | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70985 | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-26  Yury Semikhatsky  <yurys@chromium.org> | 
| + | 
| +        Unreviewed. Update test expecatations for search-in-resources.html | 
| + | 
| +        http/tests/inspector/search/search-in-resources.html fails on all platforms | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70993 | 
| + | 
| +        * http/tests/inspector/search/search-in-resources-expected.txt: | 
| +        * platform/chromium-linux/http/tests/inspector/search/search-in-resources-expected.txt: Removed. | 
| + | 
| +2011-10-26  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Chromium Windows and Linux rebaselines. | 
| + | 
| +        * platform/chromium-linux/http/tests/security/dataTransfer-set-data-file-url-expected.png: Added. | 
| +        * platform/chromium-linux/platform/mac/editing: Added. | 
| +        * platform/chromium-linux/platform/mac/editing/pasteboard: Added. | 
| +        * platform/chromium-linux/platform/mac/editing/pasteboard/dataTransfer-set-data-file-url-expected.png: Added. | 
| +        * platform/chromium-win/http/tests/security/dataTransfer-set-data-file-url-expected.png: Added. | 
| +        * platform/chromium-win/http/tests/security/dataTransfer-set-data-file-url-expected.txt: Added. | 
| +        * platform/chromium-win/platform/mac/editing/pasteboard/dataTransfer-set-data-file-url-expected.png: Added. | 
| +        * platform/chromium-win/platform/mac/editing/pasteboard/dataTransfer-set-data-file-url-expected.txt: Added. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-26  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Console message in copy-standalone-image-crash.html bleeds into the result of copy-standalone-image.html | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70957 | 
| + | 
| +        Reviewed by Ojan Vafai. | 
| + | 
| +        The bug was caused by the delayed hideDiv call in a mousedown event listener. | 
| +        Fixed the bug by not attaching this event listener inside DRT or TestRunner. | 
| + | 
| +        * editing/pasteboard/copy-standalone-image-crash.html: | 
| + | 
| +2011-10-26  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Massive gardening. | 
| + | 
| +        * platform/chromium/test_expectations.txt: Lots of tests were regularly failing | 
| +        or timing out but were not marked. Added them as they were consistently flaky. | 
| + | 
| +2011-10-26  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Unreviewed gardening. | 
| + | 
| +        * platform/chromium-linux/http/tests/inspector: Added. | 
| +        * platform/chromium-linux/http/tests/inspector/search: Added. | 
| +        * platform/chromium-linux/http/tests/inspector/search/search-in-resources-expected.txt: Added. | 
| +        Rebaselined (looks like the urls are sorted differently on Linux). | 
| + | 
| +        * platform/chromium/test_expectations.txt: Marked inspector/storage-panel-dom-storage.html | 
| +        as TEXT as it started failing on the bots. | 
| + | 
| +2011-10-26  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Unreviewed, rolling out r98486. | 
| +        http://trac.webkit.org/changeset/98486 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70748 | 
| + | 
| +        Broke Chromium's test_expectation.txt | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-26  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Unreviewed trivial renaming. | 
| + | 
| +        * fast/js/dfg-intrinsic-osr-exit-expected.html: Removed. | 
| +        * fast/js/dfg-intrinsic-osr-exit-expected.txt: Copied from LayoutTests/fast/js/dfg-intrinsic-osr-exit-expected.html. | 
| + | 
| +2011-10-26  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Unreviewed gardening. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| +        storage/domstorage/events/basic-setattribute.html is a flaky crasher. | 
| + | 
| +2011-10-26  Cary Clark  <caryclark@google.com> | 
| + | 
| +        Unreviewed gardening: sixth chunk of baselines for Chromium-Skia | 
| +        on Leopard. | 
| + | 
| +        [Omitting 674 of 680 files for brevity.] | 
| + | 
| +        * platform/chromium-mac-leopard/svg/as-background-image: Added. | 
| +        * platform/chromium-mac-leopard/svg/as-background-image/svg-as-background-1-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/svg/as-background-image/svg-as-background-5-expected.png: Added. | 
| +        ... | 
| +        * platform/chromium-mac-leopard/tables/mozilla/core/margins-expected.png: | 
| +        * platform/chromium-mac-leopard/tables/mozilla/marvin/x_col_valign_baseline-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: | 
| + | 
| +2011-10-26  Filip Pizlo  <fpizlo@apple.com> | 
| + | 
| +        REGRESSION (r97030): Cannot log in to progressive.com | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70094 | 
| + | 
| +        Reviewed by Oliver Hunt. | 
| + | 
| +        * fast/js/dfg-intrinsic-osr-exit-expected.html: Added. | 
| +        * fast/js/dfg-intrinsic-osr-exit.html: Added. | 
| +        * fast/js/script-tests/dfg-intrinsic-osr-exit.js: Added. | 
| +        (foo): | 
| + | 
| +2011-10-26  Leandro Pereira  <leandro@profusion.mobi> | 
| + | 
| +        [EFL] Unreviewed. Add pixel baselines for CSS3 tests. | 
| + | 
| +        * platform/efl/css3: [...] | 
| + | 
| +2011-10-26  Leandro Pereira  <leandro@profusion.mobi> | 
| + | 
| +        [EFL] Unreviewed. Add pixel baselines for CSS2.1 tests. | 
| + | 
| +        * platform/efl/css2.1: [...] | 
| + | 
| +2011-10-26  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Chromium Mac rebaseline. | 
| + | 
| +        * platform/chromium-mac-leopard/editing/pasteboard/copy-standalone-image-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.png: | 
| + | 
| +2011-10-26  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Unreviewed, rolling out r98483. | 
| +        http://trac.webkit.org/changeset/98483 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=47156 | 
| + | 
| +        Change is causing some crashes and ASSERTs. | 
| + | 
| +        * css2.1/20110323/background-intrinsic-001.htm: Removed. | 
| +        * css2.1/20110323/background-intrinsic-002.htm: Removed. | 
| +        * css2.1/20110323/background-intrinsic-003.htm: Removed. | 
| +        * css2.1/20110323/background-intrinsic-004.htm: Removed. | 
| +        * css2.1/20110323/background-intrinsic-005.htm: Removed. | 
| +        * css2.1/20110323/background-intrinsic-006.htm: Removed. | 
| +        * css2.1/20110323/background-intrinsic-007.htm: Removed. | 
| +        * css2.1/20110323/background-intrinsic-008.htm: Removed. | 
| +        * css2.1/20110323/background-intrinsic-009.htm: Removed. | 
| +        * css2.1/20110323/resources/green-intrinsic-height-ratio.svg: Removed. | 
| +        * css2.1/20110323/resources/green-intrinsic-height.svg: Removed. | 
| +        * css2.1/20110323/resources/green-intrinsic-none.svg: Removed. | 
| +        * css2.1/20110323/resources/green-intrinsic-ratio-landscape.svg: Removed. | 
| +        * css2.1/20110323/resources/green-intrinsic-ratio-portrait.svg: Removed. | 
| +        * css2.1/20110323/resources/green-intrinsic-width-height.svg: Removed. | 
| +        * css2.1/20110323/resources/green-intrinsic-width-pc-height-pc.svg: Removed. | 
| +        * css2.1/20110323/resources/green-intrinsic-width-ratio.svg: Removed. | 
| +        * css2.1/20110323/resources/green-intrinsic-width.svg: Removed. | 
| +        * css2.1/20110323/resources/red-intrinsic-height-ratio.svg: Removed. | 
| +        * css2.1/20110323/resources/red-intrinsic-height.svg: Removed. | 
| +        * css2.1/20110323/resources/red-intrinsic-none.svg: Removed. | 
| +        * css2.1/20110323/resources/red-intrinsic-ratio-landscape.svg: Removed. | 
| +        * css2.1/20110323/resources/red-intrinsic-ratio-portrait.svg: Removed. | 
| +        * css2.1/20110323/resources/red-intrinsic-width-height.svg: Removed. | 
| +        * css2.1/20110323/resources/red-intrinsic-width-pc-height-pc.svg: Removed. | 
| +        * css2.1/20110323/resources/red-intrinsic-width-ratio.svg: Removed. | 
| +        * css2.1/20110323/resources/red-intrinsic-width.svg: Removed. | 
| +        * fast/backgrounds/size/contain-and-cover-zoomed.html: Removed. | 
| +        * fast/images/percent-height-image-expected.txt: | 
| +        * fast/images/percent-height-image.html: | 
| +        * platform/mac-snowleopard/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Added. | 
| +        * platform/mac-snowleopard/svg/zoom/page/zoom-foreignObject-expected.png: Added. | 
| +        * platform/mac/css1/text_properties/vertical_align-expected.txt: | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-001-expected.png: Removed. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-001-expected.txt: Removed. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-002-expected.png: Removed. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-002-expected.txt: Removed. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-003-expected.png: Removed. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-003-expected.txt: Removed. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-004-expected.png: Removed. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-004-expected.txt: Removed. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-005-expected.png: Removed. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-005-expected.txt: Removed. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-006-expected.png: Removed. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-006-expected.txt: Removed. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-007-expected.png: Removed. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-007-expected.txt: Removed. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-008-expected.png: Removed. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-008-expected.txt: Removed. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-009-expected.png: Removed. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-009-expected.txt: Removed. | 
| +        * platform/mac/fast/backgrounds/size/contain-and-cover-expected.png: | 
| +        * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Removed. | 
| +        * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Removed. | 
| +        * platform/mac/fast/block/float/015-expected.png: | 
| +        * platform/mac/fast/block/float/015-expected.txt: | 
| +        * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: | 
| +        * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: | 
| +        * platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.png: | 
| +        * platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.txt: | 
| +        * platform/mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: Removed. | 
| +        * platform/mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt: Removed. | 
| +        * platform/mac/svg/as-background-image/background-image-tiled-expected.png: Removed. | 
| +        * platform/mac/svg/as-background-image/background-image-tiled-expected.txt: Removed. | 
| +        * platform/mac/svg/as-background-image/same-image-two-instances-background-image-expected.png: Removed. | 
| +        * platform/mac/svg/as-background-image/same-image-two-instances-background-image-expected.txt: Removed. | 
| +        * platform/mac/svg/as-background-image/svg-as-background-4-expected.png: | 
| +        * platform/mac/svg/as-border-image/svg-as-border-image-expected.png: | 
| +        * platform/mac/svg/as-image/animated-svg-as-image-expected.png: | 
| +        * platform/mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Removed. | 
| +        * platform/mac/svg/as-image/img-preserveAspectRatio-support-1-expected.txt: Removed. | 
| +        * platform/mac/svg/as-image/same-image-two-instances-expected.png: Removed. | 
| +        * platform/mac/svg/as-image/same-image-two-instances-expected.txt: Removed. | 
| +        * platform/mac/svg/as-image/svg-as-relative-image-expected.png: | 
| +        * platform/mac/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png: Removed. | 
| +        * platform/mac/svg/as-image/svg-as-relative-image-with-explicit-size-expected.txt: Removed. | 
| +        * platform/mac/svg/as-image/svg-image-change-content-size-expected.png: Removed. | 
| +        * platform/mac/svg/as-image/svg-image-change-content-size-expected.txt: Removed. | 
| +        * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.png: | 
| +        * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.txt: | 
| +        * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.png: Removed. | 
| +        * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.txt: Removed. | 
| +        * platform/mac/svg/zoom/page/zoom-background-images-expected.png: Removed. | 
| +        * platform/mac/svg/zoom/page/zoom-background-images-expected.txt: Removed. | 
| +        * platform/mac/svg/zoom/page/zoom-foreignObject-expected.png: | 
| +        * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt: | 
| +        * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Removed. | 
| +        * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Removed. | 
| +        * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png: Removed. | 
| +        * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Removed. | 
| +        * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: Removed. | 
| +        * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt: Removed. | 
| +        * svg/as-background-image/background-image-preserveaspectRatio-support.html: Removed. | 
| +        * svg/as-background-image/background-image-tiled.html: Removed. | 
| +        * svg/as-background-image/resources/construction-tape.svg: Removed. | 
| +        * svg/as-background-image/resources/hearts.svg: | 
| +        * svg/as-background-image/same-image-two-instances-background-image.html: Removed. | 
| +        * svg/as-image/img-preserveAspectRatio-support-1.html: Removed. | 
| +        * svg/as-image/resources/circle-default-meet.svg: Removed. | 
| +        * svg/as-image/resources/circle-default-none.svg: Removed. | 
| +        * svg/as-image/resources/circle-default-slice.svg: Removed. | 
| +        * svg/as-image/resources/circle-nosize.svg: Removed. | 
| +        * svg/as-image/resources/circle-viewbox-default.svg: Removed. | 
| +        * svg/as-image/resources/circle-viewbox-meet.svg: Removed. | 
| +        * svg/as-image/resources/circle-viewbox-none.svg: Removed. | 
| +        * svg/as-image/resources/circle-viewbox-slice.svg: Removed. | 
| +        * svg/as-image/resources/green-relative-size-rect.svg: | 
| +        * svg/as-image/same-image-two-instances.html: Removed. | 
| +        * svg/as-image/svg-as-relative-image-with-explicit-size.html: Removed. | 
| +        * svg/as-image/svg-image-change-content-size.xhtml: Removed. | 
| +        * svg/zoom/page/resources/relative-sized-background-with-viewBox.svg: Removed. | 
| +        * svg/zoom/page/zoom-background-image-tiled.html: Removed. | 
| +        * svg/zoom/page/zoom-background-images.html: Removed. | 
| +        * svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html: Removed. | 
| +        * svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox.html: Removed. | 
| +        * svg/zoom/page/zoom-svg-as-background-with-relative-size.html: Removed. | 
| + | 
| +2011-10-26  Eric Carlson  <eric.carlson@apple.com> | 
| + | 
| +        Constructors for all TextTrack interfaces should be available on DOMWindow | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70734 | 
| + | 
| +        Reviewed by Sam Weinig. | 
| + | 
| +        * platform/gtk/fast/dom/Window/window-properties-expected.txt: | 
| +        * platform/gtk/fast/js/global-constructors-expected.txt: | 
| + | 
| +2011-10-26  Jon Lee  <jonlee@apple.com> | 
| + | 
| +        selectedIndex gets set from -1 to 0 when modifying options | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70547 | 
| +        <rdar://problem/8388856> | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        The added tests set the selected index to either -1 or 1 (a legitimate value), and then change | 
| +        the text, value, and label of the option. In all cases, the selected index should remain unchanged. | 
| + | 
| +        * fast/dom/HTMLSelectElement/selected-index-preserved-when-option-text-changes-expected.txt: Added. | 
| +        * fast/dom/HTMLSelectElement/selected-index-preserved-when-option-text-changes.html: Added. | 
| + | 
| +2011-10-26  Zoltan Herczeg  <zherczeg@webkit.org> | 
| + | 
| +        Add new CSS escape sequence parsing tests | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70909 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        Test escape various sequences terminated by \n \f \r and \r\n. | 
| + | 
| +        * fast/css/parsing-css-escapes-expected.txt: Added. | 
| +        * fast/css/parsing-css-escapes.html: Added. | 
| + | 
| +2011-10-26  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Chromium Mac editing test rebaseline. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/platform/mac/editing: Added. | 
| +        * platform/chromium-cg-mac-leopard/platform/mac/editing/pasteboard: Added. | 
| +        * platform/chromium-cg-mac-leopard/platform/mac/editing/pasteboard/dataTransfer-set-data-file-url-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/http/tests/security: Added. | 
| +        * platform/chromium-mac-leopard/http/tests/security/dataTransfer-set-data-file-url-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/platform/mac: Added. | 
| +        * platform/chromium-mac-leopard/platform/mac/editing: Added. | 
| +        * platform/chromium-mac-leopard/platform/mac/editing/pasteboard: Added. | 
| +        * platform/chromium-mac-leopard/platform/mac/editing/pasteboard/dataTransfer-set-data-file-url-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/http: Added. | 
| +        * platform/chromium-mac-snowleopard/http/tests: Added. | 
| +        * platform/chromium-mac-snowleopard/http/tests/security: Added. | 
| +        * platform/chromium-mac-snowleopard/http/tests/security/dataTransfer-set-data-file-url-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/platform: Added. | 
| +        * platform/chromium-mac-snowleopard/platform/mac: Added. | 
| +        * platform/chromium-mac-snowleopard/platform/mac/editing: Added. | 
| +        * platform/chromium-mac-snowleopard/platform/mac/editing/pasteboard: Added. | 
| +        * platform/chromium-mac-snowleopard/platform/mac/editing/pasteboard/dataTransfer-set-data-file-url-expected.png: Added. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-26  Ojan Vafai  <ojan@chromium.org> | 
| + | 
| +        Fix typo. The expected results don't change. | 
| + | 
| +        * fast/writing-mode/borders.html: | 
| +        * fast/writing-mode/margins.html: | 
| + | 
| +2011-10-26  Dimitri Glazkov  <dglazkov@chromium.org> | 
| + | 
| +        REGRESSION (r94887): Scrolling the HTML spec is more jerky now than it was (regression) | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70857 | 
| + | 
| +        Rubber-stamped by Antti Koivisto. | 
| + | 
| +        * fast/css/adjacent-sibling-selector-expected.txt: Removed. | 
| +        * fast/css/adjacent-sibling-selector.html: Removed. | 
| + | 
| +2011-10-26  Balazs Kelemen  <kbalazs@webkit.org> | 
| + | 
| +        inspector/cookie-parser.html is a flaky crash | 
| +        https://bugs.webkit.org/show_bug.cgi?id=62662 | 
| + | 
| +        Unreviewed Qt-Debug gardening. | 
| + | 
| +        Add CRASH+PASS expectation instead of the skipping madness | 
| +        because the first inspector test is always a flaky crash, | 
| +        no matter which one is that. | 
| + | 
| +        * platform/qt/Skipped: | 
| +        * platform/qt/test_expectations.txt: | 
| + | 
| +2011-10-26  Balazs Kelemen  <kbalazs@webkit.org> | 
| + | 
| +        [Qt][WK2] Unreviewed gardening. | 
| + | 
| +        [Qt][WK2] fast/transforms/scrollIntoView-transformed.html is flaky | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70935 | 
| + | 
| +        [Qt][WK2] Metric mismatches (fast/text/justify-padding-distribution.html and svg/as-object/svg-embedded-in-html-in-iframe.html) | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70915 | 
| +        The test became flaky after added platform result. | 
| + | 
| +        Skip flaky tests. | 
| + | 
| +        * platform/qt-wk2/Skipped: | 
| + | 
| +2011-10-26  Mike Reed  <reed@google.com> | 
| + | 
| +        [skia] replace offscreen technique with native support for antialiased clipping | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70748 | 
| + | 
| +        Reviewed by Stephen White. | 
| + | 
| +        ~100 layout tests need to be rebaselined, as the native aa-clipping differs sometimes in the low | 
| +        bits of the result. Other than that, the results should be the same, except that now the drawing | 
| +        can go directly to the canvas, rather than being direct offscreen and then have that result | 
| +        "clipped" during the restore. This has the effect of allowing LCD text to be drawing inside a | 
| +        antialiased clip area. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-26  Nikolas Zimmermann  <nzimmermann@rim.com> | 
| + | 
| +        CSS 2.1 failure: background-intrinsic-* | 
| +        https://bugs.webkit.org/show_bug.cgi?id=47156 | 
| + | 
| +        Reviewed by Antti Koivisto. | 
| + | 
| +        Add all *intrinsic* tests from the CSS 2.1 Testsuite - we pass all of them now. | 
| +        All tests regarding SVG are now imported in LayoutTests, none are failing anymore. | 
| + | 
| +        Add several new testcases covering the SVG Image size negotiation logic, as defined in CSS 2.1. | 
| + | 
| +        * css2.1/20110323/background-intrinsic-001.htm: Added. | 
| +        * css2.1/20110323/background-intrinsic-002.htm: Added. | 
| +        * css2.1/20110323/background-intrinsic-003.htm: Added. | 
| +        * css2.1/20110323/background-intrinsic-004.htm: Added. | 
| +        * css2.1/20110323/background-intrinsic-005.htm: Added. | 
| +        * css2.1/20110323/background-intrinsic-006.htm: Added. | 
| +        * css2.1/20110323/background-intrinsic-007.htm: Added. | 
| +        * css2.1/20110323/background-intrinsic-008.htm: Added. | 
| +        * css2.1/20110323/background-intrinsic-009.htm: Added. | 
| +        * css2.1/20110323/resources/green-intrinsic-height-ratio.svg: Added. | 
| +        * css2.1/20110323/resources/green-intrinsic-height.svg: Added. | 
| +        * css2.1/20110323/resources/green-intrinsic-none.svg: Added. | 
| +        * css2.1/20110323/resources/green-intrinsic-ratio-landscape.svg: Added. | 
| +        * css2.1/20110323/resources/green-intrinsic-ratio-portrait.svg: Added. | 
| +        * css2.1/20110323/resources/green-intrinsic-width-height.svg: Added. | 
| +        * css2.1/20110323/resources/green-intrinsic-width-pc-height-pc.svg: Added. | 
| +        * css2.1/20110323/resources/green-intrinsic-width-ratio.svg: Added. | 
| +        * css2.1/20110323/resources/green-intrinsic-width.svg: Added. | 
| +        * css2.1/20110323/resources/red-intrinsic-height-ratio.svg: Added. | 
| +        * css2.1/20110323/resources/red-intrinsic-height.svg: Added. | 
| +        * css2.1/20110323/resources/red-intrinsic-none.svg: Added. | 
| +        * css2.1/20110323/resources/red-intrinsic-ratio-landscape.svg: Added. | 
| +        * css2.1/20110323/resources/red-intrinsic-ratio-portrait.svg: Added. | 
| +        * css2.1/20110323/resources/red-intrinsic-width-height.svg: Added. | 
| +        * css2.1/20110323/resources/red-intrinsic-width-pc-height-pc.svg: Added. | 
| +        * css2.1/20110323/resources/red-intrinsic-width-ratio.svg: Added. | 
| +        * css2.1/20110323/resources/red-intrinsic-width.svg: Added. | 
| +        * fast/backgrounds/size/contain-and-cover-zoomed.html: Added. | 
| +        * fast/images/percent-height-image-expected.txt: Update results, testcase is fixed now. | 
| +        * fast/images/percent-height-image.html: Make test async, to make it work cross-browser. With this patch we now pass this testcase. | 
| +        * platform/mac-snowleopard/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Removed. | 
| +        * platform/mac-snowleopard/svg/zoom/page/zoom-foreignObject-expected.png: Removed. | 
| +        * platform/mac/css1/text_properties/vertical_align-expected.txt: Update for rounding differences. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-001-expected.png: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-001-expected.txt: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-002-expected.png: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-002-expected.txt: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-003-expected.png: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-003-expected.txt: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-004-expected.png: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-004-expected.txt: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-005-expected.png: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-005-expected.txt: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-006-expected.png: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-006-expected.txt: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-007-expected.png: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-007-expected.txt: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-008-expected.png: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-008-expected.txt: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-009-expected.png: Added. | 
| +        * platform/mac/css2.1/20110323/background-intrinsic-009-expected.txt: Added. | 
| +        * platform/mac/fast/backgrounds/size/contain-and-cover-expected.png: Updated for rounding differences. | 
| +        * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.png: Added. | 
| +        * platform/mac/fast/backgrounds/size/contain-and-cover-zoomed-expected.txt: Added. | 
| +        * platform/mac/fast/block/float/015-expected.png: Slight changes, due 49x50 -> 50x50 size change. | 
| +        * platform/mac/fast/block/float/015-expected.txt: Ditto. | 
| +        * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Slight changes due to rounding. | 
| +        * platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: Ditto. | 
| +        * platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.png: Ditto. | 
| +        * platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.txt: Ditto. | 
| +        * platform/mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.png: Added. | 
| +        * platform/mac/svg/as-background-image/background-image-preserveaspectRatio-support-expected.txt: Added. | 
| +        * platform/mac/svg/as-background-image/background-image-tiled-expected.png: Added. | 
| +        * platform/mac/svg/as-background-image/background-image-tiled-expected.txt: Added. | 
| +        * platform/mac/svg/as-background-image/same-image-two-instances-background-image-expected.png: Added. | 
| +        * platform/mac/svg/as-background-image/same-image-two-instances-background-image-expected.txt: Added. | 
| +        * platform/mac/svg/as-background-image/svg-as-background-4-expected.png: Adapt to preserveAspectRatio changes in hearts.svg. | 
| +        * platform/mac/svg/as-border-image/svg-as-border-image-expected.png: This needed a rebaseline, it was forgotten before. | 
| +        * platform/mac/svg/as-image/animated-svg-as-image-expected.png: Progression, now both images share the same size & ratio, as desired. | 
| +        * platform/mac/svg/as-image/img-preserveAspectRatio-support-1-expected.png: Added. | 
| +        * platform/mac/svg/as-image/img-preserveAspectRatio-support-1-expected.txt: Added. | 
| +        * platform/mac/svg/as-image/same-image-two-instances-expected.png: Added. | 
| +        * platform/mac/svg/as-image/same-image-two-instances-expected.txt: Added. | 
| +        * platform/mac/svg/as-image/svg-as-relative-image-expected.png: Adapt to green-relative-size-rect.svg - a circle got added to make it easier to compare. | 
| +        * platform/mac/svg/as-image/svg-as-relative-image-with-explicit-size-expected.png: Added. | 
| +        * platform/mac/svg/as-image/svg-as-relative-image-with-explicit-size-expected.txt: Added. | 
| +        * platform/mac/svg/as-image/svg-image-change-content-size-expected.png: Added. | 
| +        * platform/mac/svg/as-image/svg-image-change-content-size-expected.txt: Added. | 
| +        * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Updated, scrollbars are gone - now matching Opera/FF. | 
| +        * platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.txt: Ditto. | 
| +        * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.png: Added. | 
| +        * platform/mac/svg/zoom/page/zoom-background-image-tiled-expected.txt: Added. | 
| +        * platform/mac/svg/zoom/page/zoom-background-images-expected.png: Added. | 
| +        * platform/mac/svg/zoom/page/zoom-background-images-expected.txt: Added. | 
| +        * platform/mac/svg/zoom/page/zoom-foreignObject-expected.png: Updated, scrollbars are gone - now matching Opera/FF. | 
| +        * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt: Ditto. | 
| +        * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.png: Added. | 
| +        * platform/mac/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt: Added. | 
| +        * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.png: Added. | 
| +        * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox-expected.txt: Added. | 
| +        * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.png: Added. | 
| +        * platform/mac/svg/zoom/page/zoom-svg-as-background-with-relative-size-expected.txt: Added. | 
| +        * svg/as-background-image/background-image-preserveaspectRatio-support.html: Added. | 
| +        * svg/as-background-image/background-image-tiled.html: Added. | 
| +        * svg/as-background-image/resources/construction-tape.svg: Added. | 
| +        * svg/as-background-image/resources/hearts.svg: Fix testcase, by adding pAR="none", which is now respected. Now the image looks as desired across Opera/FF and us. | 
| +        * svg/as-background-image/same-image-two-instances-background-image.html: Added. | 
| +        * svg/as-image/img-preserveAspectRatio-support-1.html: Added. | 
| +        * svg/as-image/resources/circle-default-meet.svg: Added. | 
| +        * svg/as-image/resources/circle-default-none.svg: Added. | 
| +        * svg/as-image/resources/circle-default-slice.svg: Added. | 
| +        * svg/as-image/resources/circle-nosize.svg: Added. | 
| +        * svg/as-image/resources/circle-viewbox-default.svg: Added. | 
| +        * svg/as-image/resources/circle-viewbox-meet.svg: Added. | 
| +        * svg/as-image/resources/circle-viewbox-none.svg: Added. | 
| +        * svg/as-image/resources/circle-viewbox-slice.svg: Added. | 
| +        * svg/as-image/resources/green-relative-size-rect.svg: Use relative units everywhere as intended. Add circle to make it easy to spot ratio changes. | 
| +        * svg/as-image/same-image-two-instances.html: Added. | 
| +        * svg/as-image/svg-as-relative-image-with-explicit-size.html: Added. | 
| +        * svg/as-image/svg-image-change-content-size.xhtml: Added. | 
| +        * svg/zoom/page/resources/relative-sized-background-with-viewBox.svg: Added. | 
| +        * svg/zoom/page/zoom-background-image-tiled.html: Added. | 
| +        * svg/zoom/page/zoom-background-images.html: Added. | 
| +        * svg/zoom/page/zoom-img-preserveAspectRatio-support-1.html: Added. | 
| +        * svg/zoom/page/zoom-svg-as-background-with-relative-size-and-viewBox.html: Added. | 
| +        * svg/zoom/page/zoom-svg-as-background-with-relative-size.html: Added. | 
| + | 
| +2011-10-26  Yury Semikhatsky  <yurys@chromium.org> | 
| + | 
| +        Unreviewed. Mark compositing/video/video-poster.html as timing out on Mac10.6 CPU-CG. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-26  Balazs Kelemen  <kbalazs@webkit.org> | 
| + | 
| +        [Qt][WK2] Unreviewed gardening. | 
| + | 
| +        [Qt][WK2] fast/css/font-face-descending-unicode-range.html fails | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70922 | 
| +        Skipped | 
| + | 
| +        [Qt][WK2] Metric mismatches (fast/text/justify-padding-distribution.html and svg/as-object/svg-embedded-in-html-in-iframe.html) | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70915 | 
| +        The svg test has correct pixel results so it's ok to add platform results. | 
| + | 
| +        * platform/qt-wk2/Skipped: | 
| +        * platform/qt-wk2/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Added. | 
| + | 
| +2011-10-26  Yury Semikhatsky  <yurys@chromium.org> | 
| + | 
| +        Unreviewed. Revert change to test_expectations.txt due to test failures. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-26  Yury Semikhatsky  <yurys@chromium.org> | 
| + | 
| +        Unreviewed. Mark compositing/video/video-poster.html as timing out on Mac10.6 GPU. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-26  Balazs Kelemen  <kbalazs@webkit.org> | 
| + | 
| +        Unreviewed Qt-WK2 gardening. | 
| + | 
| +        [Qt][WK2] Crash with http/tests/websocket/tests/hixie76/long-invalid-header.html | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70917 | 
| + | 
| +        [Qt][WK2] fast/events/drag-selects-image.html fails | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70907 | 
| + | 
| +        [Qt][WK2] Metric mismatches (fast/text/justify-padding-distribution.html and svg/as-object/svg-embedded-in-html-in-iframe.html) | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70915 | 
| + | 
| +        * platform/qt-wk2/Skipped: | 
| + | 
| +2011-10-26  Csaba Osztrogonác  <ossy@webkit.org> | 
| + | 
| +        [Qt] Unreviewed gardening. | 
| + | 
| +        Skip failing tests temporarily because of missing Qt Mobility on the buildbot. | 
| + | 
| +        * platform/qt-arm/Skipped: | 
| + | 
| +2011-10-26  Yury Semikhatsky  <yurys@chromium.org> | 
| + | 
| +        Unreviewed, gardening. Mark editing/selection/designmode-no-caret.html as failing in debug mode. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-26  Balazs Kelemen  <kbalazs@webkit.org> | 
| + | 
| +        [Qt] inspector/extensions/extensions-console.html is failing | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70905 | 
| + | 
| +        Unreviewed gardening. Skip failing test. | 
| + | 
| +        * platform/qt/Skipped: | 
| + | 
| +2011-10-26  Gabor Rapcsanyi  <rgabor@webkit.org> | 
| + | 
| +        [Qt] Unreviewed skip. fast/canvas/canvas-composite-image.html failing on Qt | 
| + | 
| +        * platform/qt/Skipped: | 
| + | 
| +2011-10-26  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Fix editing/selection/caret-mode-paragraph-keys-navigation.html for Mac | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70880 | 
| + | 
| +        Reviewed by Eric Seidel. | 
| + | 
| +        Use option key (instead of control key) to move between word boundaries on Mac. | 
| + | 
| +        * editing/selection/caret-mode-paragraph-keys-navigation.html: | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-26  Pavel Feldman  <pfeldman@google.com> | 
| + | 
| +        Web Inspector: order console message parameters for better optional parameters handling. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70809 | 
| + | 
| +        Reviewed by Yury Semikhatsky. | 
| + | 
| +        * inspector/console/console-preserve-log.html: | 
| + | 
| +2011-10-26  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Fix rebaseline done in r98439. | 
| + | 
| +        * platform/chromium-cg-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.txt: Removed. | 
| +        * platform/chromium-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.txt: Removed. | 
| +        * platform/chromium/editing/pasteboard/copy-standalone-image-expected.txt: Added. | 
| + | 
| +2011-10-26  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Web Inspector: Debugger fails when there is an invalid watch expression. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70718 | 
| + | 
| +        Reviewed by Pavel Feldman. | 
| + | 
| +        * inspector/debugger/error-in-watch-expressions.html: | 
| +        * inspector/debugger/watch-expressions-panel-switch-expected.txt: Added. | 
| +        * inspector/debugger/watch-expressions-panel-switch.html: Added. | 
| +        * platform/chromium/inspector/debugger/watch-expressions-panel-switch-expected.txt: Added. | 
| + | 
| +2011-10-26  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Filed more bugs. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-26  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        More Chromium test expectation updates. Filed a bunch of bugs to track real failures | 
| +        and removed erroneous failing test expectations. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/editing/deleting/merge-whitespace-pre-expected.png: | 
| +        * platform/chromium-mac-leopard/editing/deleting/merge-whitespace-pre-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/editing/deleting/merge-whitespace-pre-expected.png: Added. | 
| +        * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png: Removed. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-26  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Cleanup Chromium test expectation. These tests were erroneously marked as timing out intermittently | 
| +        even though the Chromium issue 66085 was fixed a long time ago. | 
| + | 
| +        Remove failing expectations from these tests except http/tests/xmlhttprequest/xmlhttprequest-test-send-flag.html | 
| +        which is still timing out intermittently on Chromium Linux. Filed the bug 70878 to track the failure. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-26  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Chromium editing test rebaselines and editing test expectations updates. | 
| + | 
| +        * platform/chromium-linux/editing/selection/5354455-2-expected.png: | 
| +        * platform/chromium-mac-leopard/editing/inserting/12882-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/editing/inserting/12882-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/editing/selection/5354455-2-expected.png: Added. | 
| +        * platform/chromium-mac/editing/inserting/12882-expected.png: Removed. | 
| +        * platform/chromium-mac/editing/selection/5354455-2-expected.png: Removed. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-26  Ben Wells  <benwells@chromium.org> | 
| + | 
| +        Canvas drawImage with SourceIn, DestinationIn, SourceOut, DestinationAtop and Copy have errors | 
| +        https://bugs.webkit.org/show_bug.cgi?id=66920 | 
| + | 
| +        Reviewed by James Robinson. | 
| + | 
| +        * fast/canvas/canvas-composite-image-expected.txt: Added. | 
| +        * fast/canvas/canvas-composite-image.html: Added. | 
| + | 
| +2011-10-26  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Chromium Mac rebaseline, trusting the baseline optimizer. | 
| + | 
| +        * platform/chromium-cg-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.txt: Added. | 
| +        * platform/chromium-cg-mac/editing/pasteboard/copy-standalone-image-expected.txt: Removed. | 
| +        * platform/chromium-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/editing/pasteboard/copy-standalone-image-expected.txt: Added. | 
| +        * platform/chromium-mac/editing/pasteboard/copy-standalone-image-expected.png: Removed. | 
| +        * platform/chromium-mac/editing/pasteboard/copy-standalone-image-expected.txt: Removed. | 
| + | 
| +2011-10-25  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Mac, Qt, and Windows rebaseline r98407. | 
| + | 
| +        * platform/mac/fast/dom/Window/window-property-descriptors-expected.txt: | 
| +        * platform/qt/fast/dom/Window/window-property-descriptors-expected.txt: | 
| +        * platform/win/fast/dom/Window/window-property-descriptors-expected.txt: | 
| + | 
| +2011-10-25  Sheriff Bot  <webkit.review.bot@gmail.com> | 
| + | 
| +        Unreviewed, rolling out r98379. | 
| +        http://trac.webkit.org/changeset/98379 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70875 | 
| + | 
| +        Did not pass on JSC ports (Requested by abarth on #webkit). | 
| + | 
| +        * fast/canvas/canvas-putImageData-expected.txt: | 
| +        * fast/canvas/canvas-putImageData.js: | 
| + | 
| +2011-10-25  Sheriff Bot  <webkit.review.bot@gmail.com> | 
| + | 
| +        Unreviewed, rolling out r98346. | 
| +        http://trac.webkit.org/changeset/98346 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70874 | 
| + | 
| +        Breaks JSC-based bots. (Requested by pfeldman on #webkit). | 
| + | 
| +        * inspector/debugger/error-in-watch-expressions.html: | 
| +        * inspector/debugger/watch-expressions-panel-switch-expected.txt: Removed. | 
| +        * inspector/debugger/watch-expressions-panel-switch.html: Removed. | 
| + | 
| +2011-10-25  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Flaky Test: editing/pasteboard/copy-standalone-image.html | 
| +        https://bugs.webkit.org/show_bug.cgi?id=61813 | 
| + | 
| +        Reviewed by Adam Barth. | 
| + | 
| +        The flakiness was caused by the fact test didn't wait until iframe finish loading. | 
| + | 
| +        HTML5 section 4.8.2. the iframe element (http://www.whatwg.org/specs/web-apps/current-work/#the-iframe-element): | 
| +            When there is an active parser in the iframe, and when anything in the iframe is delaying the load event | 
| +            of the iframe's browsing context's active document, the iframe must delay the load event of its document. | 
| + | 
| +        Since an image doesn't require an active parser, it does not delay the load event of the document. | 
| + | 
| +        * editing/pasteboard/copy-standalone-image.html: | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-25  Xiaomei Ji  <xji@chromium.org> | 
| + | 
| +        Disable editing/selection/move-by-word-visually-inline-block-positioned-element.html in QT after r98428. | 
| + | 
| +        * platform/qt/Skipped: | 
| + | 
| +2011-10-25  Xiaomei Ji  <xji@chromium.org> | 
| + | 
| +        --webkit-visual-word does not work in multi-line | 
| +        https://bugs.webkit.org/show_bug.cgi?id=61344 | 
| + | 
| +        Reviewed by Ryosuke Niwa. | 
| + | 
| +        * editing/selection/move-by-word-visually-inline-block-positioned-element-expected.txt: Added. | 
| +        * editing/selection/move-by-word-visually-inline-block-positioned-element.html: Added. | 
| +        * editing/selection/move-by-word-visually-multi-line-expected.txt: | 
| +        * editing/selection/move-by-word-visually-single-space-one-element-expected.txt: | 
| +        * editing/selection/move-by-word-visually-single-space-one-element.html: | 
| +        * platform/gtk/editing/selection/move-by-word-visually-multi-line-expected.txt: | 
| + | 
| +2011-10-25  Erik Arvidsson  <arv@chromium.org> | 
| + | 
| +        Fix ad hoc test. | 
| + | 
| +        unreviewed. | 
| + | 
| +        * fast/canvas/webgl/gl-teximage.html: | 
| + | 
| +2011-10-25  Chris Fleizach  <cfleizach@apple.com> | 
| + | 
| +        AX: WebKit does not expose HTML label for slider elements | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70856 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        * platform/mac/accessibility/slider-allows-title-ui-element-expected.txt: Added. | 
| +        * platform/mac/accessibility/slider-allows-title-ui-element.html: Added. | 
| + | 
| +2011-10-25  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Unreviewed gardening. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| +        fast/forms/form-associated-element-crash3.html has | 
| +        been timing out very regularly on linux debug. | 
| + | 
| +2011-10-25  Erik Arvidsson  <arv@chromium.org> | 
| + | 
| +        [Chromium] Fix expectation. | 
| + | 
| +        unreviewed. | 
| + | 
| +        * platform/chromium/fast/js/kde/garbage-n-expected.txt: | 
| + | 
| +2011-10-25  Anders Carlsson  <andersca@apple.com> | 
| + | 
| +        Plug-ins have no way to find out when the device scale factor changes | 
| +        https://bugs.webkit.org/show_bug.cgi?id=67226 | 
| +        <rdar://problem/10048276> | 
| + | 
| +        Reviewed by Sam Weinig. | 
| + | 
| +        Update test to check that the scale factor is updated correctly. | 
| + | 
| +        * platform/mac-wk2/plugins/contents-scale-factor.html: | 
| + | 
| +2011-10-25  Fady Samuel  <fsamuel@chromium.org> | 
| + | 
| +        Made Table tests for Bug 70678 Platform Independent | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70850 | 
| + | 
| +        Reviewed by Adam Barth. | 
| + | 
| +        * fast/table/table-anonymous-cell-bug-expected.png: Added. | 
| +        * fast/table/table-anonymous-cell-bug-expected.txt: | 
| +        * fast/table/table-anonymous-cell-bug.html: | 
| +        * fast/table/table-anonymous-row-bug-expected.png: Added. | 
| +        * fast/table/table-anonymous-row-bug-expected.txt: | 
| +        * fast/table/table-anonymous-row-bug.html: | 
| +        * fast/table/table-anonymous-section-bug-expected.png: Added. | 
| +        * fast/table/table-anonymous-section-bug-expected.txt: | 
| +        * fast/table/table-anonymous-section-bug.html: | 
| + | 
| +2011-10-25  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        Moving to the start of line should not place the caret outside of the table | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70757 | 
| + | 
| +        Reviewed by Chang Shu. | 
| + | 
| +        Added a test to move the caret to lineboundaries in the first and the last table cell. | 
| +        The caret should remain inside a table cell. | 
| + | 
| +        * editing/selection/table-lineboundary-expected.txt: Added. | 
| +        * editing/selection/table-lineboundary.html: Added. | 
| + | 
| +2011-10-25  Erik Arvidsson  <arv@chromium.org> | 
| + | 
| +        JS Test Harness: Make successfullyParsed optional | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70784 | 
| + | 
| +        Reviewed by Ojan Vafai. | 
| + | 
| +        This makes "successfullyParsed = true" optional in favor of tracking syntax errors | 
| +        using window.onerror. | 
| + | 
| +        * fast/*: Remove successfullyParsed. | 
| +        * fast/dom/Window/new-window-opener.html: Cleanup. | 
| +        * fast/dom/Window/resources/window-appendages-cleared-results.html: | 
| +        * fast/dom/Window/webkitConvertPoint.html: Ditto. | 
| +        * fast/dom/Window/webkitConvertPointUpdateLayout.html: Ditto. | 
| +        * fast/js/kde/evil-n.html: This is now a normal test since it is not supposed to fail. | 
| +        * fast/js/kde/garbage-n-expected.txt: | 
| +        * fast/js/kde/garbage-n.html: Use shouldHaveHadError instead of js-test-post-n.js | 
| +        * fast/js/kde/string-1-n.html: Ditto. | 
| +        * fast/js/kde/string-2-n.html: Ditto. | 
| +        * fast/js/resources/js-test-post-async.js: Ensure we didn't get an error. | 
| +        * fast/js/resources/js-test-post-function.js: Ditto. | 
| +        * fast/js/resources/js-test-post-n.js: Removed. | 
| +        * fast/js/resources/js-test-pre.js: Added shouldHaveHadError function that can be used to assert that the | 
| +                                            error message is what was expected. | 
| +                                            Ensure we didn't get an error in finistJSTest. | 
| + | 
| +2011-10-25  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        More gardening. | 
| + | 
| +        * platform/chromium/test_expectations.txt: Missed some cases where | 
| +        video-porter.html times out. Also added zoom-animator-scale-test2.html | 
| +        that has been timing out for several days. | 
| + | 
| +2011-10-25  Anders Carlsson  <andersca@apple.com> | 
| + | 
| +        Plug-ins have to use JavaScript to find out the current device scale factor | 
| +        https://bugs.webkit.org/show_bug.cgi?id=67225 | 
| +        <rdar://problem/10048258> | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        Add tests. | 
| + | 
| +        * platform/mac-wk2/plugins/contents-scale-factor-expected.txt: Added. | 
| +        * platform/mac-wk2/plugins/contents-scale-factor.html: Added. | 
| + | 
| +2011-10-25  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        More unreviewed gardening. | 
| + | 
| +        * platform/chromium/test_expectations.txt: Mark another test | 
| +        as crashing. Moved 2 tests together as they hit the same ASSERT | 
| +        on the bots. | 
| + | 
| +2011-10-25  Leandro Pereira  <leandro@profusion.mobi> | 
| + | 
| +        [EFL] Unreviewed. Add CSS1 pixel baselines. | 
| + | 
| +        * platform/efl/css1: [...] | 
| + | 
| +2011-10-25  Nate Chapin  <japhet@chromium.org> | 
| + | 
| +        Test update for https://bugs.webkit.org/show_bug.cgi?id=61225. | 
| +        Due to changes in the implementation of DocumentThreadableLoader (and | 
| +        therefore XHR), this test will have empty (rather than null) content | 
| +        if we go over the length limit. | 
| + | 
| +        Reviewed by Antti Koivisto. | 
| + | 
| +        * http/tests/inspector/network/network-content-replacement-xhr-expected.txt: | 
| + | 
| +2011-10-25  Pavel Podivilov  <podivilov@chromium.org> | 
| + | 
| +        Get rid of optional parameters in the middle in IDLs. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70816 | 
| + | 
| +        Reviewed by Adam Barth. | 
| + | 
| +        Optional parameters in the middle are prohibited by WebIDL spec. | 
| + | 
| +        * fast/canvas/canvas-putImageData-expected.txt: | 
| +        * fast/canvas/canvas-putImageData.js: | 
| + | 
| +2011-10-25  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Unreviewed gardening. | 
| + | 
| +        * platform/chromium/test_expectations.txt: Marking a test as timing | 
| +        out. | 
| + | 
| +2011-10-25  Fady Samuel  <fsamuel@chromium.org> | 
| + | 
| +        Crash in WebCore::RenderTableSection::addChild due to assert failure | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70678 | 
| + | 
| +        Reviewed by David Hyatt. | 
| + | 
| +        If the child being added is not a Section/Row/Cell, and the previous sibling is not anonymous, | 
| +        we need to create a new anonymous Section/Row/Cell respectively, instead of failing an | 
| +        assert. | 
| + | 
| +        * fast/table/table-anonymous-cell-bug-expected.txt: Added. | 
| +        * fast/table/table-anonymous-cell-bug.html: Added. | 
| +        * fast/table/table-anonymous-row-bug-expected.txt: Added. | 
| +        * fast/table/table-anonymous-row-bug.html: Added. | 
| +        * fast/table/table-anonymous-section-bug-expected.txt: Added. | 
| +        * fast/table/table-anonymous-section-bug.html: Added. | 
| + | 
| +2011-10-25  Zoltan Herczeg  <zherczeg@webkit.org> | 
| + | 
| +        Add new uri tokenizer tests | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70807 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        Test more cases! | 
| + | 
| +        * fast/css/uri-token-parsing-expected.txt: | 
| +        * fast/css/uri-token-parsing.html: | 
| + | 
| +2011-10-25  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Unreviewed gardening. | 
| + | 
| +        The old rebaseline looked wrong and did not match the other baselines. This is now corrected. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/fast/backgrounds/background-leakage-transforms-expected.png: Removed. | 
| + | 
| +2011-10-25  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Unreviewed gardening. | 
| + | 
| +        Partial rebaselining of fast/css/focus-ring-multiline-writingmode-vertical.html as it looks like it progressed | 
| +        on some platforms. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed. | 
| +        * platform/chromium-cg-mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Removed. | 
| +        * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed. | 
| +        * platform/chromium-mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Removed. | 
| +        * platform/chromium/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed. | 
| + | 
| +2011-10-25  Simon Fraser  <simon.fraser@apple.com> | 
| + | 
| +        REGRESSION (r88580): Cursor fails to change to pointer on embedded Google maps popups | 
| +        https://bugs.webkit.org/show_bug.cgi?id=62797 | 
| + | 
| +        Reviewed by Chris Marrin. | 
| + | 
| +        New tests for hit testing through various configurations of 3D transforms. | 
| + | 
| +        * platform/mac/transforms/3d/hit-testing/rotated-hit-test-expected.png: Removed. | 
| +        * platform/mac/transforms/3d/hit-testing/rotated-hit-test-expected.txt: Removed. | 
| +        * transforms/3d/hit-testing/composited-hit-test-expected.txt: Added. | 
| +        * transforms/3d/hit-testing/composited-hit-test.html: Added. | 
| +        * transforms/3d/hit-testing/resources/hit-test-utils.js: Added. | 
| +        * transforms/3d/hit-testing/rotated-hit-test-expected.txt: Added. | 
| +        * transforms/3d/hit-testing/rotated-hit-test-with-child-expected.txt: Added. | 
| +        * transforms/3d/hit-testing/rotated-hit-test-with-child.html: Added. | 
| +        * transforms/3d/hit-testing/rotated-hit-test.html: | 
| +        * transforms/3d/hit-testing/rotated-hit-test2-expected.txt: Added. | 
| +        * transforms/3d/hit-testing/rotated-hit-test2.html: Added. | 
| + | 
| +2011-10-24  Jer Noble  <jer.noble@apple.com> | 
| + | 
| +        compositing/video tests time out on Lion | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70448 | 
| + | 
| +        Reviewed by Simon Fraser. | 
| + | 
| +        * compositing/video/video-poster.html: Seek, instead of play, to trigger | 
| +            creation of a layer | 
| +        * http/tests/media/video-load-twice.html: Use waitForEventOnce so that | 
| +            canPlayThrough listener is triggered only once. | 
| +        * media/video-test.js: Add a new function, waitForEventOnce. | 
| +        (waitForEventOnce): | 
| +        (waitForEvent._eventCallback): | 
| +        (waitForEvent): | 
| + | 
| +2011-10-25  Cary Clark  <caryclark@google.com> | 
| + | 
| +        Unreviewed gardening: fifth chunk of baselines for Chromium-Skia | 
| +        on Leopard. | 
| + | 
| +        [Omitting 736 of 742 files for brevity.] | 
| + | 
| +        * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-2-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-3-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/tables/mozilla/bugs/bug2479-4-expected.png: Added. | 
| +        ... | 
| +        * platform/chromium-mac-leopard/transitions: Added. | 
| +        * platform/chromium-mac-leopard/transitions/default-timing-function-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/transitions/svg-text-shadow-transition-expected.png: Added. | 
| + | 
| +2011-10-25  Arko Saha  <arko@motorola.com> | 
| + | 
| +        Microdata: itemtype attribute should be space-separated list to allow multiple types | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70501 | 
| + | 
| +        Reviewed by Ryosuke Niwa. | 
| + | 
| +        * fast/dom/MicroData/006.html: | 
| +        * fast/dom/MicroData/007.html: | 
| +        * fast/dom/MicroData/getitems-multiple-itemtypes-expected.txt: Added. | 
| +        * fast/dom/MicroData/getitems-multiple-itemtypes.html: Added. | 
| +        * fast/dom/MicroData/itemtype-add-remove-tokens-expected.txt: Added. | 
| +        * fast/dom/MicroData/itemtype-add-remove-tokens.html: Added. | 
| +        * fast/dom/MicroData/itemtype-attribute-test-expected.txt: Added. | 
| +        * fast/dom/MicroData/itemtype-attribute-test.html: Added. | 
| + | 
| +2011-10-25  Cary Clark  <caryclark@google.com> | 
| + | 
| +        Unreviewed gardening: fourth chunk of baselines for Chromium-Skia | 
| +        on Leopard. | 
| + | 
| +        [Omitting 728 of 734 files for brevity.] | 
| + | 
| +        * platform/chromium-mac-leopard/fast/lists/ordered-list-with-no-ol-tag-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/fast/lists/scrolled-marker-paint-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/fast/media: Added. | 
| +        ... | 
| +        * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/text-tref-01-b-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/svg/W3C-SVG-1.1/text-tspan-01-b-expected.png: Added. | 
| + | 
| +2011-10-25  Yury Semikhatsky  <yurys@chromium.org> | 
| + | 
| +        Web Inspector: redesign workers sidebar pane | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70815 | 
| + | 
| +        Update tests in accord with change of class name from | 
| +        styles-sidebar-pane to sidebar-pane. | 
| + | 
| +        Reviewed by Pavel Feldman. | 
| + | 
| +        * http/tests/inspector/elements-test.js: | 
| +        (initialize_ElementTest.InspectorTest.dumpSelectedElementStyles): | 
| + | 
| +2011-10-25  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Web Inspector: Debugger fails when there is an invalid watch expression. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70718 | 
| + | 
| +        Reviewed by Pavel Feldman. | 
| + | 
| +        * inspector/debugger/error-in-watch-expressions.html: | 
| +        * inspector/debugger/watch-expressions-panel-switch-expected.txt: Added. | 
| +        * inspector/debugger/watch-expressions-panel-switch.html: Added. | 
| + | 
| +2011-10-24  Pavel Podivilov  <podivilov@chromium.org> | 
| + | 
| +        Web Inspector: fix empty line handling in source maps. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70726 | 
| + | 
| +        Reviewed by Yury Semikhatsky. | 
| + | 
| +        * inspector/debugger/compiler-source-mapping-expected.txt: | 
| +        * inspector/debugger/compiler-source-mapping.html: | 
| + | 
| +2011-10-25  Justin Schuh  <jschuh@chromium.org> | 
| + | 
| +        Check for empty string in parseArcFlag | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70763 | 
| + | 
| +        Reviewed by Dirk Schulze. | 
| + | 
| +        * svg/path-arc-invalid-expected.txt: Added. | 
| +        * svg/path-arc-invalid.html: Added. | 
| + | 
| +2011-10-24  Pavel Podivilov  <podivilov@chromium.org> | 
| + | 
| +        Web Inspector: keep old source mapping when new one could not be loaded. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70729 | 
| + | 
| +        Reviewed by Yury Semikhatsky. | 
| + | 
| +        * inspector/debugger/raw-source-code-expected.txt: | 
| +        * inspector/debugger/raw-source-code.html: | 
| + | 
| +2011-10-25  Sachin Puranik  <sachin.puranik@motorola.com> | 
| + | 
| +        Double number step=.5 should be considered valid in <input type="number" step=".5"> | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70320 | 
| + | 
| +        Reviewed by Kent Tamura. | 
| + | 
| +        * fast/forms/ValidityState-typeMismatch-number-expected.txt: Change in result of layout test. | 
| +        * fast/forms/input-step-as-double-expected.txt: Added, expected output for new test case. | 
| +        * fast/forms/input-step-as-double.html: Added, testcase to make sure that all ports | 
| +        consider .5 as a valid double value for step attribute of input element. | 
| +        * fast/forms/input-valueasnumber-number-expected.txt: Change in result of layout test. | 
| +        * fast/forms/range/input-valueasnumber-range-expected.txt: Change in result of layout test. | 
| +        * fast/forms/range/input-valueasnumber-range.html: Consider .2 as valid real number now. | 
| +        * fast/forms/script-tests/ValidityState-typeMismatch-number.js: Consider | 
| +        .2 as valid real number now. | 
| +        * fast/forms/script-tests/input-valueasnumber-number.js: Consider .2 as valid real number now. | 
| + | 
| +2011-10-25  Vsevolod Vlasov  <vsevik@chromium.org> | 
| + | 
| +        Web Inspector: Resources panel: display the current search match index in the toolbar. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=66050 | 
| + | 
| +        Reviewed by Pavel Feldman. | 
| + | 
| +        * http/tests/inspector/search/resources-search-match-index-expected.txt: Added. | 
| +        * http/tests/inspector/search/resources-search-match-index.html: Added. | 
| + | 
| +2011-10-25  Csaba Osztrogonác  <ossy@webkit.org> | 
| + | 
| +        inspector/cookie-parser.html is a flaky crash | 
| +        https://bugs.webkit.org/show_bug.cgi?id=62662 | 
| + | 
| +        * platform/qt/Skipped: Skip one more test because of this bug: inspector/evaluate-in-page.html. | 
| + | 
| +2011-10-25  Zoltan Arvai  <zarvai@inf.u-szeged.hu> | 
| + | 
| +        [Qt] Remove from Skipped list. Test passes: fast/transforms/scrollIntoView-transformed.html | 
| +        https://bugs.webkit.org/show_bug.cgi?id=58559 | 
| + | 
| +        Reviewed by Simon Hausmann. | 
| + | 
| +        * platform/qt/Skipped: | 
| + | 
| +2011-10-25  Zoltan Arvai  <zarvai@inf.u-szeged.hu> | 
| + | 
| +        [Qt] Removing test from Skipped list. Test passes: html5lib/runner.html | 
| +        https://bugs.webkit.org/show_bug.cgi?id=53030 | 
| + | 
| +        Reviewed by Simon Hausmann. | 
| + | 
| +        * platform/qt/Skipped: | 
| + | 
| +2011-10-21  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        Web Inspector: [Extensions API] allow extensions to specify script to be injected on reload | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70600 | 
| + | 
| +        Reviewed by Pavel Feldman. | 
| + | 
| +        * inspector/extensions/extensions-reload-expected.txt: Added. | 
| +        * inspector/extensions/extensions-reload.html: Added. | 
| + | 
| +2011-10-25  Sheriff Bot  <webkit.review.bot@gmail.com> | 
| + | 
| +        Unreviewed, rolling out r98309. | 
| +        http://trac.webkit.org/changeset/98309 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70801 | 
| + | 
| +        Test fails on mac (Requested by benwells on #webkit). | 
| + | 
| +        * fast/canvas/canvas-composite-image-expected.txt: Removed. | 
| +        * fast/canvas/canvas-composite-image.html: Removed. | 
| + | 
| +2011-10-24  Oliver Varga  <voliver@inf.u-szeged.hu> | 
| + | 
| +        [Qt] Unreviewed gardening, add missing result after r98309. | 
| + | 
| +        * platform/qt/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added. | 
| +        * platform/qt/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Added. | 
| +        * platform/qt/svg/filters/feColorMatrix-default-type-expected.png: Added. | 
| +        * platform/qt/svg/filters/feColorMatrix-default-type-expected.txt: Added. | 
| + | 
| +2011-10-24  Martin Robinson  <mrobinson@igalia.com> | 
| + | 
| +        REGRESSION (r97865): broke plugins/resize-from-plugin.html on GTK | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70481 | 
| + | 
| +        Update test results to reflect that the plugin clipping rectangle | 
| +        is now correct. | 
| + | 
| +        * platform/gtk/Skipped: Unskip the test. | 
| +        * platform/gtk/plugins/resize-from-plugin-expected.txt: Update results. | 
| + | 
| +2011-10-24  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Unreviewed gardening. | 
| + | 
| +        Add a new baseline for snow-leopard. | 
| + | 
| +        * platform/chromium-mac-snowleopard/svg/filters: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/filters/feColorMatrix-default-type-expected.png: Added. | 
| + | 
| +2011-10-24  Ben Wells  <benwells@chromium.org> | 
| + | 
| +        Canvas drawImage with SourceIn, DestinationIn, SourceOut, DestinationAtop and Copy have errors | 
| +        https://bugs.webkit.org/show_bug.cgi?id=66920 | 
| + | 
| +        Reviewed by James Robinson. | 
| + | 
| +        * fast/canvas/canvas-composite-image-expected.txt: Added. | 
| +        * fast/canvas/canvas-composite-image.html: Added. | 
| + | 
| +2011-10-24  Ryosuke Niwa  <rniwa@webkit.org> | 
| + | 
| +        GTK and Windows rebaselines after r98199. | 
| + | 
| +        * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: | 
| +        * platform/win/fast/dom/prototype-inheritance-2-expected.txt: | 
| + | 
| +2011-10-24  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Unreviewed rebaseline after r98293. | 
| + | 
| +        * platform/chromium-win/svg/filters/feColorMatrix-default-type-expected.png: Added. | 
| + | 
| +2011-10-24  Arko Saha  <arko@motorola.com> | 
| + | 
| +        Microdata: Add itemprop, itemref, itemvalue attributes. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=69839 | 
| + | 
| +        Reviewed by Ryosuke Niwa. | 
| + | 
| +        Added test-cases for Microdata itemprop, itemref, itemvalue attributes. | 
| + | 
| +        * fast/dom/MicroData/002-expected.txt: | 
| +        * fast/dom/MicroData/002.html: | 
| +        * fast/dom/MicroData/003-expected.txt: | 
| +        * fast/dom/MicroData/003.html: | 
| +        * fast/dom/MicroData/005-expected.txt: | 
| +        * fast/dom/MicroData/005.html: | 
| +        * fast/dom/MicroData/006-expected.txt: | 
| +        * fast/dom/MicroData/009.html: | 
| +        * fast/dom/MicroData/itemprop-add-remove-tokens-expected.txt: Added. | 
| +        * fast/dom/MicroData/itemprop-add-remove-tokens.html: Added. | 
| +        * fast/dom/MicroData/itemprop-for-an-element-must-be-correct-expected.txt: Added. | 
| +        * fast/dom/MicroData/itemprop-for-an-element-must-be-correct.html: Added. | 
| +        * fast/dom/MicroData/itemprop-must-be-read-only-expected.txt: Added. | 
| +        * fast/dom/MicroData/itemprop-must-be-read-only.html: Added. | 
| +        * fast/dom/MicroData/itemprop-reflected-by-itemProp-property-expected.txt: Added. | 
| +        * fast/dom/MicroData/itemprop-reflected-by-itemProp-property.html: Added. | 
| +        * fast/dom/MicroData/itemref-add-remove-tokens-expected.txt: Added. | 
| +        * fast/dom/MicroData/itemref-add-remove-tokens.html: Added. | 
| +        * fast/dom/MicroData/itemref-attribute-reflected-by-itemRef-property-expected.txt: Added. | 
| +        * fast/dom/MicroData/itemref-attribute-reflected-by-itemRef-property.html: Added. | 
| +        * fast/dom/MicroData/itemref-for-an-element-must-be-correct-expected.txt: Added. | 
| +        * fast/dom/MicroData/itemref-for-an-element-must-be-correct.html: Added. | 
| +        * fast/dom/MicroData/itemref-must-be-read-only-expected.txt: Added. | 
| +        * fast/dom/MicroData/itemref-must-be-read-only.html: Added. | 
| +        * fast/dom/MicroData/itemvalue-reflects-data-attr-on-object-element-expected.txt: Added. | 
| +        * fast/dom/MicroData/itemvalue-reflects-data-attr-on-object-element.html: Added. | 
| +        * fast/dom/MicroData/itemvalue-reflects-href-attr-expected.txt: Added. | 
| +        * fast/dom/MicroData/itemvalue-reflects-href-attr.html: Added. | 
| +        * fast/dom/MicroData/itemvalue-reflects-src-attribute-on-img-element-expected.txt: Added. | 
| +        * fast/dom/MicroData/itemvalue-reflects-src-attribute-on-img-element.html: Added. | 
| +        * fast/dom/MicroData/itemvalue-reflects-the-content-attr-on-meta-element-expected.txt: Added. | 
| +        * fast/dom/MicroData/itemvalue-reflects-the-content-attr-on-meta-element.html: Added. | 
| +        * fast/dom/MicroData/itemvalue-reflects-the-src-attr-expected.txt: Added. | 
| +        * fast/dom/MicroData/itemvalue-reflects-the-src-attr.html: Added. | 
| +        * fast/dom/MicroData/itemvalue-returns-element-itself-expected.txt: Added. | 
| +        * fast/dom/MicroData/itemvalue-returns-element-itself.html: Added. | 
| +        * fast/dom/MicroData/itemvalue-returns-null-expected.txt: Added. | 
| +        * fast/dom/MicroData/itemvalue-returns-null.html: Added. | 
| +        * fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-001-expected.txt: Added. | 
| +        * fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-001.html: Added. | 
| +        * fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-002-expected.txt: Added. | 
| +        * fast/dom/MicroData/itemvalue-throws-excpetion-onsetting-002.html: Added. | 
| +        * fast/dom/MicroData/resources/microdata-common.js: | 
| +        (createElement): | 
| +        (runTest): | 
| + | 
| +2011-10-24  Filip Pizlo  <fpizlo@apple.com> | 
| + | 
| +        Object-or-other branch speculation may corrupt the state for OSR if the child of the | 
| +        branch is an integer | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70777 | 
| + | 
| +        Reviewed by Oliver Hunt. | 
| + | 
| +        * fast/js/dfg-other-branch-expected.txt: Added. | 
| +        * fast/js/dfg-other-branch.html: Added. | 
| +        * fast/js/script-tests/dfg-other-branch.js: Added. | 
| +        (foo): | 
| +        (bar): | 
| + | 
| +2011-10-24  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Unreviewed gardening. | 
| + | 
| +        Bug 58013 has landed 3 months ago and it looks like the rebaseline was forgotten. | 
| +        The new result is consistent with the other platforms. | 
| + | 
| +        * platform/chromium-linux/fast/repaint/scale-page-shrink-expected.txt: Removed. | 
| +        * platform/chromium-win/fast/repaint/scale-page-shrink-expected.png: Added. | 
| +        * platform/chromium-win/fast/repaint/scale-page-shrink-expected.txt: Added. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-24  Filip Pizlo  <fpizlo@apple.com> | 
| + | 
| +        op_new_array_buffer is not inlined correctly | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70770 | 
| + | 
| +        Reviewed by Oliver Hunt. | 
| + | 
| +        * fast/js/dfg-inline-new-array-buffer-expected.txt: Added. | 
| +        * fast/js/dfg-inline-new-array-buffer.html: Added. | 
| +        * fast/js/script-tests/dfg-inline-new-array-buffer.js: Added. | 
| +        (foo): | 
| +        (bar): | 
| + | 
| +2011-10-24  Tim Horton  <timothy_horton@apple.com> | 
| + | 
| +        feColorMatrix doesn't use the correct default "matrix" type when no type attribute is specified | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70035 | 
| +        <rdar://problem/10280177> | 
| + | 
| +        Reviewed by Nikolas Zimmermann. | 
| + | 
| +        Add a test that ensures that feColorMatrix's type attribute defaults to "matrix". | 
| + | 
| +        * platform/mac/svg/filters/feColorMatrix-default-type-expected.png: Added. | 
| +        * platform/mac/svg/filters/feColorMatrix-default-type-expected.txt: Added. | 
| +        * svg/filters/feColorMatrix-default-type.svg: Added. | 
| + | 
| +2011-10-24  Levi Weintraub  <leviw@chromium.org> | 
| + | 
| +        Adding Chromium expectations from http://trac.webkit.org/changeset/98263 | 
| + | 
| +        Unreviewed. | 
| + | 
| +        * platform/chromium-cg-mac-snowleopard/svg/as-object: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added. | 
| +        * platform/chromium-linux-x86/svg/as-object: Removed. | 
| +        * platform/chromium-linux/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/as-object: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added. | 
| +        * platform/chromium-win/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added. | 
| +        * platform/chromium-win/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Added. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-24  Levi Weintraub  <leviw@chromium.org> | 
| + | 
| +        Fixing a collision in Mac results and adding qt results from http://trac.webkit.org/changeset/98263 | 
| + | 
| +        Unreviewed test expectations update. | 
| + | 
| +        * platform/mac/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Fixing collision that removes | 
| +        an empty text node. | 
| +        * platform/qt/svg/as-object/svg-embedded-in-html-in-iframe-actual.txt: Added. | 
| + | 
| +2011-10-24  Joshua Bell  <jsbell@chromium.org> | 
| + | 
| +        IndexedDB: Throw DATA_ERR on invalid keys, remove null key support | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70065 | 
| + | 
| +        Reviewed by Tony Chang. | 
| + | 
| +        Updated expectations now that most tests match spec. Includes change to | 
| +        objectstore-basics test to avoid hitting https://bugs.webkit.org/show_bug.cgi?id=70041 | 
| +        since this CL stops hiding that bug. | 
| + | 
| +        * storage/indexeddb/factory-cmp-expected.txt: | 
| +        * storage/indexeddb/index-basics-expected.txt: | 
| +        * storage/indexeddb/invalid-keys-expected.txt: | 
| +        * storage/indexeddb/keyrange-expected.txt: | 
| +        * storage/indexeddb/objectstore-basics-expected.txt: | 
| +        * storage/indexeddb/objectstore-basics.html: | 
| +        * storage/indexeddb/open-cursor-expected.txt: | 
| + | 
| +2011-10-24  Ojan Vafai  <ojan@chromium.org> | 
| + | 
| +        Some more fixups from http://trac.webkit.org/changeset/98265. | 
| + | 
| +        The leopard bot results are incorrect, but that's because the | 
| +        chromium leopard bots have not compiled in a few days. Once | 
| +        the bots are fixed, we'll need to rebaseline this test again for | 
| +        leopard. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added. | 
| +        * platform/chromium-mac-leopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Added. | 
| + | 
| +2011-10-24  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Unreviewed rebaseline of svg/W3C-SVG-1.1-SE/coords-units-03-b.html | 
| + | 
| +        The new baselines all match the existing ones. Not sure if we really pass the test as | 
| +        2 lines should be 200px but at least all the baselines are consistent (within some font | 
| +        differences). | 
| + | 
| +        * platform/chromium-cg-mac-leopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: | 
| +        * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1-SE: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added. | 
| +        * platform/chromium-cg-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Removed. | 
| +        * platform/chromium-linux/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: | 
| +        * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE: Added. | 
| +        * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE: Added. | 
| +        * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added. | 
| +        * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: | 
| +        * platform/chromium-win/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: | 
| +        * platform/chromium/test_expectations.txt: | 
| +        * platform/gtk/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed. | 
| +        * platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Removed. | 
| +        * svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.txt: Added. | 
| + | 
| +2011-10-24  Ojan Vafai  <ojan@chromium.org> | 
| + | 
| +        Cleanup some test expectations missed in r98183. | 
| + | 
| +        * platform/chromium-mac-snowleopard/fast/css/focus-ring-multiline-writingmode-vertical-expected.png: Added. | 
| +        * platform/chromium-mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Removed. | 
| +        * platform/chromium-win/fast/backgrounds/background-leakage-transforms-expected.txt: Removed. | 
| +        * platform/chromium/fast/backgrounds/background-leakage-transforms-expected.txt: Removed. | 
| +        * platform/chromium/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/fast/css/focus-ring-multiline-writingmode-vertical-expected.txt. | 
| +        * platform/chromium/fast/writing-mode/fallback-orientation-expected.txt: Removed. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-24  Levi Weintraub  <leviw@chromium.org> | 
| + | 
| +        <svg> fails to use explicit width and height inside <html> inside IFRAME | 
| +        https://bugs.webkit.org/show_bug.cgi?id=64823 | 
| + | 
| +        Reviewed by Nikolas Zimmermann. | 
| + | 
| +        Fixing a bug where SVG negotiated size when embedded in html inside an iframe. | 
| + | 
| +        * platform/chromium/test_expectations.txt: Will update with results on other platforms. | 
| +        * platform/mac/svg/as-object/svg-embedded-in-html-in-iframe-expected.png: Added. | 
| +        * platform/mac/svg/as-object/svg-embedded-in-html-in-iframe-expected.txt: Added. | 
| +        * svg/as-object/svg-embedded-in-html-in-iframe.html: Added. | 
| + | 
| +2011-10-24  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Unreviewed gardening rebaselining. | 
| + | 
| +        Updating those baselines as they match Mac and looks like progressions. Linux was needing a wrong | 
| +        rebaseline, so it was not rebaselined. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/fast/repaint/table-cell-collapsed-border-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/repaint: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/repaint/table-cell-collapsed-border-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/fast/repaint: Added. | 
| +        * platform/chromium-mac-leopard/fast/repaint/table-cell-collapsed-border-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/repaint: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/repaint/table-cell-collapsed-border-expected.png: Added. | 
| +        * platform/chromium-win/fast/repaint/table-cell-collapsed-border-expected.png: | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-24  Joshua Bell  <jsbell@chromium.org> | 
| + | 
| +        IndexedDB add should fail adding an inline and passed key simultaneously | 
| +        https://bugs.webkit.org/show_bug.cgi?id=58598 | 
| + | 
| +        Reviewed by Tony Chang. | 
| + | 
| +        * storage/indexeddb/mozilla/key-requirements-inline-and-passed.html: Added. | 
| +        * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt: Added. | 
| + | 
| +2011-10-24  Cary Clark  <caryclark@google.com> | 
| + | 
| +        Unreviewed gardening: third chunk of baselines for Chromium-Skia | 
| +        on Leopard. | 
| + | 
| +        [Omitting 736 of 743 files for brevity.] | 
| + | 
| +        * platform/chromium-mac-leopard/fast/block/positioning/absolute-length-of-neg-666666-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/fast/block/positioning/absolute-position-direction-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/fast/block/positioning/absolute-positioning-no-scrollbar-expected.png: Added. | 
| +        ... | 
| +        * platform/chromium-mac-leopard/fast/lists/ol-display-types-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/fast/lists/ol-start-dynamic-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/fast/lists/olstart-expected.png: Added. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-24  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        [chromium] New failing test fast/events/dropzone-002.html | 
| +        https://bugs.webkit.org/show_bug.cgi?id=61625 | 
| + | 
| +        Unreviewed gardening. | 
| + | 
| +        * platform/chromium/test_expectations.txt: The test has been passing | 
| +        on all platforms except leopard for several days. | 
| + | 
| +2011-10-24  Alexander Pavlov  <apavlov@chromium.org> | 
| + | 
| +        Web Inspector: [Styles] Adding a new style rule breaks things | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70721 | 
| + | 
| +        Reviewed by Pavel Feldman. | 
| + | 
| +        * inspector/styles/styles-add-new-rule-expected.txt: | 
| +        * inspector/styles/styles-add-new-rule.html: | 
| + | 
| +2011-10-24  Pavel Feldman  <pfeldman@google.com> | 
| + | 
| +        Web Inspector: do not force document loading on reload (should happen on demand). | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70724 | 
| + | 
| +        Reviewed by Yury Semikhatsky. | 
| + | 
| +        * inspector/debugger/dom-breakpoints.html: | 
| +        * inspector/debugger/error-in-watch-expressions.html: | 
| + | 
| +2011-10-24  Yury Semikhatsky  <yurys@chromium.org> | 
| + | 
| +        Web Inspector: allow debugging dedicated worker initialization | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70723 | 
| + | 
| +        Reviewed by Pavel Feldman. | 
| + | 
| +        * inspector/protocol/runtime-agent-expected.txt: | 
| +        * inspector/protocol/runtime-agent.html: | 
| + | 
| +2011-10-24  Alejandro G. Castro  <alex@igalia.com> | 
| + | 
| +        Unreviewed, skip failing test in GTK, added bug 70720. Rebaseline | 
| +        prototype-inheritance-2.html. | 
| + | 
| +        * platform/gtk/Skipped: skipped fast/events/event-creation.html. | 
| +        * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: | 
| +        Reset expected results after r98199. | 
| + | 
| +2011-10-21  Alexander Pavlov  <apavlov@chromium.org> | 
| + | 
| +        Web Inspector: Audits hang on pages without img[src] elements | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70604 | 
| + | 
| +        Reviewed by Pavel Feldman. | 
| + | 
| +        * inspector/audits/audits-panel-noimages-functional-expected.txt: Added. | 
| +        * inspector/audits/audits-panel-noimages-functional.html: Added. | 
| + | 
| +2011-10-24  Deepak Sherveghar  <bpwv64@motorola.com> | 
| + | 
| +        [Qt] fast/events/media-focus-in-standalone-media-document.html fails | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70110 | 
| + | 
| +        Reviewed by Simon Hausmann. | 
| + | 
| +        Remove media-focus-in-standalone-media-document.html from Qt Skipped test list. | 
| + | 
| +        * platform/qt/Skipped: | 
| + | 
| +2011-10-24  Pavel Feldman  <pfeldman@chromium.org> | 
| + | 
| +        Web Inspector: make view load CSS files upon show. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70696 | 
| + | 
| +        Reviewed by Yury Semikhatsky. | 
| + | 
| +        * inspector/view-css-expected.txt: Added. | 
| +        * inspector/view-css.html: Added. | 
| +        * inspector/view-events-expected.txt: | 
| +        * inspector/view-events.html: | 
| + | 
| +2011-10-24  Kosztyo Kristof  <kkristof@inf.u-szeged.hu> | 
| + | 
| +        [Qt] Unreviewed gardening after r98199 | 
| + | 
| +        * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: | 
| + | 
| +2011-10-24  Yosifumi Inoue  <yosin@chromium.org> | 
| + | 
| +        [Forms] Setting defaultValue should hide an input placeholder. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70586 | 
| + | 
| +        Reviewed by Kent Tamura. | 
| + | 
| +        This test checks "value" attribute (default value) changing in two | 
| +        ways, one is using setDefault method and another is setAttribute | 
| +        method. | 
| + | 
| +        * fast/forms/placeholder-and-default-value-expected.html: Added. Render text input element with "Default" value. | 
| +        * fast/forms/placeholder-and-default-value.html: Added. Render text input element with placeholder attribute and a script to change default value of input element to "Default" from empty. | 
| + | 
| +2011-10-23  Adam Barth  <abarth@webkit.org> | 
| + | 
| +        <img crossorigin> should fail to load when CORS check fails | 
| +        https://bugs.webkit.org/show_bug.cgi?id=69732 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        Test that images loaded with the crossorigin attribute fail to load if | 
| +        the CORS access check doesn't pass. | 
| + | 
| +        * http/tests/security/img-with-failed-cors-check-fails-to-load-expected.txt: Added. | 
| +        * http/tests/security/img-with-failed-cors-check-fails-to-load.html: Added. | 
| + | 
| +2011-10-23  Filip Pizlo  <fpizlo@apple.com> | 
| + | 
| +        DFG should inline constructors | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70675 | 
| + | 
| +        Reviewed by Oliver Hunt. | 
| + | 
| +        Adds test that asserts that register pressure induced by inlining doesn't | 
| +        result in spilling corrupting values. | 
| + | 
| +        * fast/js/dfg-inlining-reg-alloc-expected.txt: Added. | 
| +        * fast/js/dfg-inlining-reg-alloc.html: Added. | 
| +        * fast/js/script-tests/dfg-inlining-reg-alloc.js: Added. | 
| +        (foo): | 
| +        (bar): | 
| +        (baz): | 
| + | 
| +2011-10-23  Yuzo Fujishima  <yuzo@google.com> | 
| + | 
| +        [chromium] Test expecation change. inspector/elements/edit-dom-actions.html times out since around r98120:98133 (chromium 106751:106770). | 
| + | 
| +        Unreviewed. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-23  Yuzo Fujishima  <yuzo@google.com> | 
| + | 
| +        [chromium] Test expectation change for "r98183 causes 4 snowleopard tests to fail". | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70704 | 
| + | 
| +        Unreviewed. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-23  Geoffrey Garen  <ggaren@apple.com> | 
| + | 
| +        Not reviewed. | 
| + | 
| +        Updated two test results I missed in my last check-in. | 
| + | 
| +        These tests depended on non-deterministic effects of hash order, so I | 
| +        had to update them: | 
| + | 
| +        * http/tests/inspector/search/search-in-resources-expected.txt: | 
| +        * platform/mac/fast/dom/prototype-inheritance-2-expected.txt: | 
| + | 
| +2011-10-23  Kaustubh Atrawalkar  <kaustubh@motorola.com> | 
| + | 
| +        [GTK] Implement KeyDown function for WebKit2 EventSender. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=69410 | 
| + | 
| +        Unskip passed tests. | 
| + | 
| +        Reviewed by Martin Robinson. | 
| + | 
| +        * platform/gtk-wk2/Skipped: | 
| + | 
| +2011-10-21  Geoffrey Garen  <ggaren@apple.com> | 
| + | 
| +        Separated string lifetime bits from character buffer state bits | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70673 | 
| + | 
| +        Reviewed by Anders Carlsson. | 
| + | 
| +        These tests depended on non-deterministic effects of hash order, so I | 
| +        had to update them: | 
| + | 
| +        * fast/dom/prototype-inheritance-2-expected.txt: Updated for slightly | 
| +        different order of discovering properties. | 
| + | 
| +        * fast/js/delete-syntax-expected.txt: | 
| +        * fast/js/script-tests/delete-syntax.js: Updated not to depend on iteration | 
| +        order, since that's not what this test is about. | 
| + | 
| +        * http/tests/inspector/inspector-test.js: Updated not to depend on | 
| +        global function iteration order. This test setup is pretty spaghetti. | 
| +        I think I avoided making it even more spaghetti. | 
| + | 
| +        * inspector/storage-panel-dom-storage-expected.txt: Updated for changed | 
| +        iteration order. | 
| + | 
| +2011-10-22  Benjamin Poulain  <benjamin@webkit.org> | 
| + | 
| +        Make relayout-nested-positioned-elements-crash.html more reliable | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70672 | 
| + | 
| +        Reviewed by Kenneth Rohde Christiansen. | 
| + | 
| +        The test relayout-nested-positioned-elements-crash relies on implementation | 
| +        details of the test runner. If the function runTest() is run | 
| +        during the test, the result will be different than the expected results. | 
| + | 
| +        Change the test to use the Javascript test framework. | 
| +        Ensure the element has the correct style in the final state. | 
| + | 
| +        * fast/block/positioning/relayout-nested-positioned-elements-crash-expected.txt: | 
| +        * fast/block/positioning/relayout-nested-positioned-elements-crash.html: | 
| + | 
| +2011-10-20  Pavel Feldman  <pfeldman@google.com> | 
| + | 
| +        Web Inspector: get rid of View::hide, View::set visible, View::attach. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70523 | 
| + | 
| +        Reviewed by Yury Semikhatsky. | 
| + | 
| +        * inspector/debugger/scripts-panel.html: | 
| +        * inspector/view-events-expected.txt: | 
| +        * inspector/view-events.html: | 
| + | 
| +2011-10-21  Filip Pizlo  <fpizlo@apple.com> | 
| + | 
| +        DFG inlining sometimes fails to reset constant references | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70668 | 
| + | 
| +        Reviewed by Anders Carlsson. | 
| + | 
| +        Added a new test that covers this specific bug as well as the general | 
| +        ability to perform inlining, and the ability to OSR out of an inline | 
| +        stack. | 
| + | 
| +        * fast/js/dfg-inline-constant-expected.txt: Added. | 
| +        * fast/js/dfg-inline-constant.html: Added. | 
| +        * fast/js/script-tests/dfg-inline-constant.js: Added. | 
| +        (foo): | 
| +        (bar): | 
| + | 
| +2011-10-21  Ojan Vafai  <ojan@chromium.org> | 
| + | 
| +        Fixup test expectations now that http://trac.webkit.org/changeset/98173 has landed. | 
| + | 
| +        * platform/chromium-cg-mac-leopard/fast/backgrounds/background-leakage-transforms-expected.png: Added. | 
| +        * platform/chromium-cg-mac-leopard/fast/writing-mode/fallback-orientation-expected.png: | 
| +        * platform/chromium-cg-mac-snowleopard/fast/backgrounds/background-leakage-transforms-expected.png: Added. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/writing-mode/fallback-orientation-expected.png: Added. | 
| +        * platform/chromium-cg-mac/fast/backgrounds/background-leakage-transforms-expected.png: Removed. | 
| +        * platform/chromium-mac-leopard/fast/backgrounds/background-leakage-transforms-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/fast/writing-mode/fallback-orientation-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/backgrounds/background-leakage-transforms-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/fast/writing-mode/fallback-orientation-expected.png: | 
| +        * platform/chromium-mac/fast/backgrounds/background-leakage-transforms-expected.png: Removed. | 
| +        * platform/chromium-win/fast/backgrounds/background-leakage-transforms-expected.txt: Added. | 
| +        * platform/chromium/fast/backgrounds/background-leakage-transforms-expected.txt: Added. | 
| +        * platform/chromium/fast/writing-mode/fallback-orientation-expected.txt: Added. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-21  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        [Chromium] Layout Test fast/canvas/webgl/premultiplyalpha-test.html is failing | 
| +        https://bugs.webkit.org/show_bug.cgi?id=68885 | 
| + | 
| +        Unreviewed gardening. | 
| + | 
| +        * platform/chromium/test_expectations.txt: Removed the test since it has been passing on | 
| +        the bots for at least a week. | 
| + | 
| +2011-10-21  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Unreviewed rebaseline. | 
| + | 
| +        This test started failing on the bot. As this is a progression, updating the baseline. | 
| + | 
| +        * platform/chromium-cg-mac-snowleopard/fast/multicol/flipped-blocks-border-after-expected.png: Removed. | 
| +        * platform/chromium-cg-mac-snowleopard/fast/multicol/flipped-blocks-border-after-expected.txt: Removed. | 
| +        * platform/chromium-mac/fast/multicol/flipped-blocks-border-after-expected.png: Removed. | 
| +        * platform/chromium-mac/fast/multicol/flipped-blocks-border-after-expected.txt: Removed. | 
| +        * platform/chromium/fast/multicol/flipped-blocks-border-after-expected.png: Added. | 
| + | 
| +2011-10-21  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        [Chromium] Layout Test canvas/philip/tests/toDataURL.jpeg.*.html is failing on Mac 10.5 CG | 
| +        https://bugs.webkit.org/show_bug.cgi?id=68879 | 
| + | 
| +        Reviewed by Adam Barth. | 
| + | 
| +        * platform/chromium/test_expectations.txt: Those changes have been consistently passing on | 
| +        the bots for at least 10 days. | 
| + | 
| +2011-10-21  Dmitry Lomov  <dslomov@google.com> | 
| + | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70580 | 
| +        [Chromium] Implement MessagePort transfer in chromium port of webkit. | 
| +        Results for JSC include some FAILs - this will be addressed when JSC | 
| +        implements message port transfers as well (https://bugs.webkit.org/show_bug.cgi?id=70658) | 
| + | 
| +        Reviewed by David Levin. | 
| + | 
| +        * fast/dom/Window/window-postmessage-args-expected.txt: | 
| +        * fast/dom/Window/window-postmessage-args.html: | 
| +        * fast/events/message-port-multi-expected.txt: | 
| +        * fast/events/resources/message-port-multi.js: | 
| +        (testTransfers.channel0.port2.onmessage): | 
| +        (testTransfers): | 
| +        (channel.port2.onmessage): | 
| +        * platform/chromium-win/fast/events/message-port-multi-expected.txt: | 
| +        * platform/chromium/fast/dom/Window/window-postmessage-args-expected.txt: | 
| + | 
| +2011-10-21  Vineet Chaudhary  <vineet.chaudhary@motorola.com> | 
| + | 
| +        Setting form.enctype reflected attribute behaves strangely. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=44879 | 
| + | 
| +        Reviewed by Darin Adler. | 
| + | 
| +        Leading/trailing white-spaces should not be allowed while specifying attribute value. | 
| +        Added more test coverage for form.enctype attribute. | 
| + | 
| +        * fast/forms/encoding-test.html: | 
| +        * fast/forms/enctype-attribute-expected.txt: | 
| +        * fast/forms/enctype-attribute.html: Corrected test case as per new behavior. | 
| + | 
| +2011-10-21  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Gardening update. | 
| + | 
| +        * platform/chromium/test_expectations.txt: We are randomly hitting | 
| +        a known ASSERT on this test case. | 
| + | 
| +2011-10-21  Adam Klein  <adamk@chromium.org> | 
| + | 
| +        [MutationObservers] Implement basic subtree observation | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70436 | 
| + | 
| +        Reviewed by Ryosuke Niwa. | 
| + | 
| +        * fast/mutation/observe-subtree-expected.txt: Added. | 
| +        * fast/mutation/observe-subtree.html: Added. | 
| + | 
| +2011-10-21  Joshua Bell  <jsbell@chromium.org> | 
| + | 
| +        IndexedDB: objectStore.transaction property should be readonly | 
| +        https://bugs.webkit.org/show_bug.cgi?id=62395 | 
| + | 
| +        Reviewed by Tony Chang. | 
| + | 
| +        * storage/indexeddb/objectstore-basics-expected.txt: | 
| +        * storage/indexeddb/objectstore-basics.html: | 
| +        * storage/indexeddb/readonly-properties-expected.txt: Added. | 
| +        * storage/indexeddb/readonly-properties.html: Added. | 
| + | 
| +2011-10-21  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Unreviewed gardening, yet another flaky crashing test. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-21  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Gardening rebaselines. | 
| + | 
| +        * platform/chromium-linux-x86/fast/multicol/vertical-lr: Removed. | 
| +        * platform/chromium-linux-x86/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Removed. | 
| +        * platform/chromium-linux-x86/fast/multicol/vertical-rl: Removed. | 
| +        * platform/chromium-linux-x86/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Removed. | 
| +        * platform/chromium-linux/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Removed. | 
| +        * platform/chromium-linux/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Removed. | 
| +        * platform/chromium-win/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added. | 
| +        * platform/chromium-win/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added. | 
| +        * platform/chromium/fast/multicol: Added. | 
| +        * platform/chromium/fast/multicol/vertical-lr: Added. | 
| +        * platform/chromium/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added. | 
| +        * platform/chromium/fast/multicol/vertical-rl: Added. | 
| +        * platform/chromium/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added. | 
| +        * platform/chromium/test_expectations.txt: | 
| +        The dumps are weird on SL so we don't land them but mark the test as PASS TEXT. | 
| + | 
| +2011-10-21  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Unreviewed gardening. | 
| + | 
| +        * platform/chromium/test_expectations.txt: This test is flaky and crashing | 
| +        sometimes on snow-leopard. | 
| + | 
| +2011-10-21  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Fix r98125 by having duplicate entries for Win Debug. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-21  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Unreviewed gardening. | 
| + | 
| +        * platform/chromium/test_expectations.txt: The test is now also failing on debug on XP. | 
| + | 
| +2011-10-21  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Unreviewed gardening. | 
| + | 
| +        * platform/chromium/test_expectations.txt: Mark call-base-resolution.html as crashing on snow-leopard. | 
| + | 
| +2011-10-21  Rafael Weinstein  <rafaelw@chromium.org> | 
| + | 
| +        [MutationObservers] Implement WebKitMutationObserver.observe for childList changes | 
| +        https://bugs.webkit.org/show_bug.cgi?id=68955 | 
| + | 
| +        Reviewed by Ryosuke Niwa. | 
| + | 
| +        * fast/mutation/observe-attributes-expected.txt: | 
| +        * fast/mutation/observe-attributes.html: | 
| +        * fast/mutation/observe-childList-expected.txt: Added. | 
| +        * fast/mutation/observe-childList.html: Added. | 
| + | 
| +2011-10-21  Julien Chaffraix  <jchaffraix@webkit.org> | 
| + | 
| +        Unreviewed gardening: rebaseline 2 tests (small color difference). | 
| + | 
| +        * platform/chromium-linux-x86/fast/multicol: Added. | 
| +        * platform/chromium-linux-x86/fast/multicol/vertical-lr: Added. | 
| +        * platform/chromium-linux-x86/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added. | 
| +        * platform/chromium-linux-x86/fast/multicol/vertical-rl: Added. | 
| +        * platform/chromium-linux-x86/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added. | 
| +        * platform/chromium-linux/fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added. | 
| +        * platform/chromium-linux/fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added. | 
| + | 
| +2011-10-21  Cary Clark  <caryclark@google.com> | 
| + | 
| +        Unreviewed gardening: second chunk of baselines for Chromium-Skia | 
| +        on Leopard. | 
| + | 
| +        [Omitting 706 of 712 files for brevity.] | 
| + | 
| +        * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-57-d-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-58-d-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-59-d-expected.png: Added. | 
| +        ... | 
| +        * platform/chromium-mac-leopard/fast/block/positioning/absolute-in-inline-rtl-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/fast/block/positioning/absolute-in-inline-short-ltr-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/fast/block/positioning/absolute-in-inline-short-rtl-expected.png: Added. | 
| + | 
| +2011-10-21  Sheriff Bot  <webkit.review.bot@gmail.com> | 
| + | 
| +        Unreviewed, rolling out r98079. | 
| +        http://trac.webkit.org/changeset/98079 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70624 | 
| + | 
| +        The extensions tests enabled are failing on the Chromium Win | 
| +        Dbg bot (Requested by jchaffraix on #webkit). | 
| + | 
| +        * http/tests/inspector/extensions-headers.html: | 
| +        * http/tests/inspector/resources/extension-main.js: | 
| +        (): | 
| +        * inspector/extensions/extensions-audits.html: | 
| +        * inspector/extensions/extensions-console.html: | 
| +        * inspector/extensions/extensions-resources.html: | 
| +        * platform/chromium/inspector/extensions/extensions-api-expected.txt: Removed. | 
| +        * platform/chromium/inspector/extensions/extensions-eval-expected.txt: Removed. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-21  Dan Bernstein  <mitz@apple.com> | 
| + | 
| +        Column rules positioned incorrectly in vertical-rl block with horizontal border or padding | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70622 | 
| + | 
| +        Reviewed by Beth Dakin. | 
| + | 
| +        * fast/multicol/vertical-lr/rules-with-border-before-expected.png: Added. | 
| +        * fast/multicol/vertical-lr/rules-with-border-before-expected.txt: Added. | 
| +        * fast/multicol/vertical-lr/rules-with-border-before.html: Added. | 
| +        * fast/multicol/vertical-rl/rules-with-border-before-expected.png: Added. | 
| +        * fast/multicol/vertical-rl/rules-with-border-before-expected.txt: Added. | 
| +        * fast/multicol/vertical-rl/rules-with-border-before.html: Added. | 
| + | 
| +2011-10-21  Elliot Poger  <epoger@google.com> | 
| + | 
| +        re-enable layout tests against chromium-mac-snowleopard (Skia) baselines | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70612 | 
| + | 
| +        Reviewed by Adam Barth. | 
| + | 
| +        * platform/chromium-mac-snowleopard/fast/dom/call-a-constructor-as-a-function-expected.txt: Removed. | 
| +        * platform/chromium-mac-snowleopard/fast/dom/error-to-string-stack-overflow-expected.txt: Removed. | 
| +        * platform/chromium-mac-snowleopard/fast/parser/entity-end-script-tag-expected.txt: Removed. | 
| +        * platform/chromium-mac/fast/multicol/flipped-blocks-border-after-expected.png: Added. | 
| +        * platform/chromium-mac/fast/multicol/flipped-blocks-border-after-expected.txt: Added. | 
| +        * platform/chromium-mac/fast/multicol/vertical-rl/rule-style-expected.png: Added. | 
| +        * platform/chromium-mac/fast/repaint/continuation-after-outline-expected.png: | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-21  Devdatta Deshpande  <pwjd73@motorola.com> | 
| + | 
| +        [Gtk] mousemove event always has metaKey == true | 
| +        https://bugs.webkit.org/show_bug.cgi?id=35299 | 
| + | 
| +        Reviewed by Martin Robinson. | 
| + | 
| +        For testing state of metaKey for mouse and keyboard events generated | 
| +        using evnetSender object. | 
| + | 
| +        * platform/gtk/fast/events/event-sender-metakey-expected.txt: Added. | 
| +        * platform/gtk/fast/events/event-sender-metakey.html: Added. | 
| + | 
| +2011-10-21  Cary Clark  <caryclark@google.com> | 
| + | 
| +        Unreviewed gardening: first chunk of rebaselines for Chromium-Skia | 
| +        on Leopard. | 
| + | 
| +        [Omitting 707 of 713 files for brevity.] | 
| + | 
| +        * platform/chromium-mac-leopard/css1: Added. | 
| +        * platform/chromium-mac-leopard/css1/basic: Added. | 
| +        * platform/chromium-mac-leopard/css1/basic/class_as_selector-expected.png: Added. | 
| +        ... | 
| +        * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-54-d-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-55-d-expected.png: Added. | 
| +        * platform/chromium-mac-leopard/css2.1/t170602-bdr-conflct-w-56-d-expected.png: Added. | 
| + | 
| +2011-10-21  Philippe Normand  <pnormand@igalia.com> | 
| + | 
| +        Unreviewed, skip failing a11y test in GTK. | 
| + | 
| +        * platform/gtk/Skipped: Skip accessibility/menu-list-sends-change-notification.html | 
| + | 
| +2011-10-21  Philippe Normand  <pnormand@igalia.com> | 
| + | 
| +        Unreviewed, GTK baselines for 3 new tests. | 
| + | 
| +        * platform/gtk/fast/css/clip-text-in-scaled-div-expected.txt: Added. | 
| +        * platform/gtk/fast/repaint/region-painting-via-layout-expected.txt: Added. | 
| +        * platform/gtk/fast/selectors/visited-descendant-expected.txt: Added. | 
| + | 
| +2011-10-21  Cary Clark  <caryclark@google.com> | 
| + | 
| +        Unreviewed gardening: rebaselining to account for focus ring changes in | 
| +        http://trac.webkit.org/changeset/97971 | 
| + | 
| +        * platform/chromium-mac-snowleopard/editing/deleting/5099303-expected.png: Added. | 
| +        * platform/chromium-mac-snowleopard/editing/deleting/delete-3959464-fix-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/deleting/delete-and-undo-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/deleting/delete-block-contents-003-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/deleting/delete-contiguous-ws-001-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-002-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/deleting/delete-tab-003-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/deleting/delete-to-select-table-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/deleting/delete-trailing-ws-002-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-001-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-002-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/execCommand/5569741-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/execCommand/insert-list-and-stitch-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/execCommand/insertHorizontalRule-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/inserting/5418891-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/inserting/editing-empty-divs-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-004-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-005-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/inserting/insert-br-007-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/inserting/insert-div-025-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-02-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/inserting/insert-paragraph-03-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-002-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/inserting/insert-tab-003-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/inserting/insert-text-with-newlines-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-01-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-02-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/inserting/paragraph-separator-03-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-001-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-002-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/inserting/return-key-with-selection-003-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/inserting/typing-002-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/inserting/typing-around-br-001-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/pasteboard/4242293-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/pasteboard/8145-2-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/pasteboard/cut-text-001-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-1-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-2-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/pasteboard/merge-after-delete-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/pasteboard/merge-end-blockquote-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/pasteboard/paste-text-019-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/pasteboard/smart-paste-008-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/selection/13804-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/selection/5234383-1-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/selection/5234383-2-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/selection/extend-by-word-001-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/selection/move-backwords-by-word-001-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/selection/move-by-character-001-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/selection/move-by-line-001-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/selection/move-by-word-001-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/selection/unrendered-002-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/spelling/spelling-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/style/5046875-2-expected.png: | 
| +        * platform/chromium-mac-snowleopard/editing/style/block-styles-007-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/4922367-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/5126166-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/5144139-2-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/5206311-1-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/5272440-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/5369009-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/5433862-2-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/5483370-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/collapse-whitespace-3587601-fix-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-3608445-fix-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-3608462-fix-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-3959464-fix-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-4083333-fix-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-after-span-ws-001-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-after-span-ws-002-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-after-span-ws-003-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-and-undo-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-001-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-002-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-003-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-004-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-005-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-006-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-007-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-008-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-009-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-010-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-at-paragraph-boundaries-011-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-at-start-or-end-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-block-contents-001-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-block-contents-002-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-block-contents-003-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-001-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-002-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-003-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-004-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-005-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-006-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-007-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-008-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-009-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-010-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-011-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-012-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-013-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-014-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-015-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-016-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-block-merge-contents-017-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-br-001-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-br-002-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-br-003-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-br-004-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-br-005-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-br-006-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-br-007-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-br-013-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-character-001-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-contiguous-ws-001-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-first-list-item-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-hr-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-image-001-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-image-002-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-image-003-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-image-004-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-leading-ws-001-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-line-015-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-line-016-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-line-017-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-line-end-ws-001-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-line-end-ws-002-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-listitem-001-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-listitem-002-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-selection-001-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-tab-001-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-tab-002-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-tab-003-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-tab-004-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-to-select-table-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-trailing-ws-001-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-trailing-ws-002-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-ws-fixup-002-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-ws-fixup-003-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/delete-ws-fixup-004-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/list-item-1-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/merge-different-styles-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/merge-endOfParagraph-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/merge-into-empty-block-1-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/merge-into-empty-block-2-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/merge-no-br-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/merge-unrendered-space-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/non-smart-delete-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/pruning-after-merge-2-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/smart-delete-001-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/smart-delete-002-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/smart-delete-003-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/smart-delete-004-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/table-cells-expected.png: | 
| +        * platform/chromium-mac/editing/deleting/type-delete-after-quote-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/4580583-1-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/4580583-2-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/4641880-1-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/4641880-2-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/4747450-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/4916402-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/4916541-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/4924441-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/5080333-1-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/5080333-2-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/5136770-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/5138441-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/5142012-1-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/5481523-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/5569741-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/format-block-with-trailing-br-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/indent-empty-root-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/indent-list-item-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/indent-selection-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/insert-list-and-stitch-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/insertHorizontalRule-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/insertImage-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/nsresponder-indent-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/nsresponder-outdent-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/print-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/remove-list-from-range-selection-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/remove-list-item-1-expected.png: | 
| +        * platform/chromium-mac/editing/execCommand/selectAll-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/4278698-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/4840662-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/4875189-1-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/4875189-2-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/4959067-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/4960120-2-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/5002441-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/5058163-1-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/5058163-2-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/5156401-2-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/5418891-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/5510537-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/5549929-2-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/5549929-3-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/6703873-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/before-after-input-element-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/break-blockquote-after-delete-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/editable-inline-element-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/edited-whitespace-1-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/editing-empty-divs-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-3775316-fix-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-3778059-fix-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-3800346-fix-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-after-delete-001-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-at-end-01-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-at-end-02-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-br-001-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-br-002-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-br-003-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-br-004-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-br-005-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-br-006-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-br-007-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-br-008-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-br-009-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-001-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-002-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-br-at-tabspan-003-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-br-quoted-001-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-br-quoted-002-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-br-quoted-003-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-br-quoted-004-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-br-quoted-005-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-br-quoted-006-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-div-025-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-div-026-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-paragraph-01-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-paragraph-02-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-paragraph-03-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-paragraph-04-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-paragraph-05-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-space-in-empty-doc-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-tab-001-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-tab-002-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-tab-003-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-tab-004-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-001-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-002-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-text-at-tabspan-003-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/insert-text-with-newlines-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/line-break-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/multiple-lines-selected-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/paragraph-separator-01-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/paragraph-separator-02-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/paragraph-separator-03-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-1-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/paragraph-separator-in-table-2-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/redo-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/return-key-with-selection-001-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/return-key-with-selection-002-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/return-key-with-selection-003-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/typing-001-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/typing-002-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/typing-003-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/typing-around-br-001-expected.png: | 
| +        * platform/chromium-mac/editing/inserting/typing-around-image-001-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/3976872-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/4076267-2-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/4076267-3-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/4076267-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/4242293-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/4631972-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/4641033-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/4806874-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/4944770-1-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/4944770-2-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/4947130-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/5006779-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/5032095-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/5071074-2-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/5071074-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/5075944-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/5134759-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/5156401-1-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/5247341-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/5387578-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/5478250-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/5601583-1-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/8145-1-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/8145-2-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/8145-3-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/bad-placeholder-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/cut-text-001-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/displaced-generic-placeholder-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/displaced-placeholder-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/drag-drop-modifies-page-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.png: Added. | 
| +        * platform/chromium-mac/editing/pasteboard/drag-selected-image-to-contenteditable-expected.txt: Added. | 
| +        * platform/chromium-mac/editing/pasteboard/input-field-1-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/merge-after-delete-1-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/merge-after-delete-2-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/merge-after-delete-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/merge-end-blockquote-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/merge-end-borders-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/merge-start-blockquote-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/merge-start-list-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/paste-4035648-fix-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/paste-4038267-fix-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/paste-blockquote-after-blockquote-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/paste-line-endings-001-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/paste-line-endings-002-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/paste-line-endings-003-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/paste-line-endings-004-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/paste-line-endings-005-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/paste-line-endings-006-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/paste-line-endings-007-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/paste-line-endings-008-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/paste-line-endings-009-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/paste-line-endings-010-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/paste-match-style-001-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/paste-match-style-002-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/paste-text-019-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/paste-text-at-tabspan-003-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/pasting-object-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/pasting-tabs-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/quirks-mode-br-1-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/smart-drag-drop-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/smart-paste-007-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/smart-paste-008-expected.png: Added. | 
| +        * platform/chromium-mac/editing/pasteboard/styled-element-markup-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/undoable-fragment-removes-expected.png: | 
| +        * platform/chromium-mac/editing/pasteboard/unrendered-br-expected.png: | 
| +        * platform/chromium-mac/editing/selection/13804-expected.png: | 
| +        * platform/chromium-mac/editing/selection/3690703-2-expected.png: | 
| +        * platform/chromium-mac/editing/selection/3690703-expected.png: | 
| +        * platform/chromium-mac/editing/selection/3690719-expected.png: | 
| +        * platform/chromium-mac/editing/selection/4397952-expected.png: | 
| +        * platform/chromium-mac/editing/selection/4818145-expected.png: | 
| +        * platform/chromium-mac/editing/selection/4866671-expected.png: | 
| +        * platform/chromium-mac/editing/selection/4889598-expected.png: | 
| +        * platform/chromium-mac/editing/selection/4895428-2-expected.png: | 
| +        * platform/chromium-mac/editing/selection/4932260-1-expected.png: | 
| +        * platform/chromium-mac/editing/selection/4932260-2-expected.png: | 
| +        * platform/chromium-mac/editing/selection/4932260-3-expected.png: | 
| +        * platform/chromium-mac/editing/selection/4947387-expected.png: | 
| +        * platform/chromium-mac/editing/selection/5007143-2-expected.png: | 
| +        * platform/chromium-mac/editing/selection/5007143-expected.png: | 
| +        * platform/chromium-mac/editing/selection/5057506-2-expected.png: | 
| +        * platform/chromium-mac/editing/selection/5057506-expected.png: | 
| +        * platform/chromium-mac/editing/selection/5076323-1-expected.png: | 
| +        * platform/chromium-mac/editing/selection/5076323-2-expected.png: | 
| +        * platform/chromium-mac/editing/selection/5076323-3-expected.png: | 
| +        * platform/chromium-mac/editing/selection/5099303-expected.png: | 
| +        * platform/chromium-mac/editing/selection/5131716-1-expected.png: | 
| +        * platform/chromium-mac/editing/selection/5131716-2-expected.png: | 
| +        * platform/chromium-mac/editing/selection/5131716-3-expected.png: | 
| +        * platform/chromium-mac/editing/selection/5131716-4-expected.png: | 
| +        * platform/chromium-mac/editing/selection/5195166-2-expected.png: | 
| +        * platform/chromium-mac/editing/selection/5234383-1-expected.png: | 
| +        * platform/chromium-mac/editing/selection/5234383-2-expected.png: | 
| +        * platform/chromium-mac/editing/selection/6476-expected.png: | 
| +        * platform/chromium-mac/editing/selection/after-line-wrap-expected.png: | 
| +        * platform/chromium-mac/editing/selection/caret-before-select-expected.png: | 
| +        * platform/chromium-mac/editing/selection/caret-ltr-2-expected.png: | 
| +        * platform/chromium-mac/editing/selection/caret-ltr-2-left-expected.png: | 
| +        * platform/chromium-mac/editing/selection/caret-ltr-expected.png: | 
| +        * platform/chromium-mac/editing/selection/caret-ltr-right-expected.png: | 
| +        * platform/chromium-mac/editing/selection/caret-rtl-2-expected.png: | 
| +        * platform/chromium-mac/editing/selection/caret-rtl-2-left-expected.png: | 
| +        * platform/chromium-mac/editing/selection/caret-rtl-expected.png: | 
| +        * platform/chromium-mac/editing/selection/caret-rtl-right-expected.png: | 
| +        * platform/chromium-mac/editing/selection/click-start-of-line-expected.png: | 
| +        * platform/chromium-mac/editing/selection/contains-boundaries-expected.png: | 
| +        * platform/chromium-mac/editing/selection/contenteditable-click-inside-expected.png: | 
| +        * platform/chromium-mac/editing/selection/drag-select-1-expected.png: | 
| +        * platform/chromium-mac/editing/selection/editable-non-editable-crash-expected.png: | 
| +        * platform/chromium-mac/editing/selection/end-of-document-expected.png: | 
| +        * platform/chromium-mac/editing/selection/expanding-selections-expected.png: | 
| +        * platform/chromium-mac/editing/selection/expanding-selections2-expected.png: | 
| +        * platform/chromium-mac/editing/selection/extend-by-character-001-expected.png: | 
| +        * platform/chromium-mac/editing/selection/extend-by-character-002-expected.png: | 
| +        * platform/chromium-mac/editing/selection/extend-by-character-003-expected.png: | 
| +        * platform/chromium-mac/editing/selection/extend-by-character-004-expected.png: | 
| +        * platform/chromium-mac/editing/selection/extend-by-character-005-expected.png: | 
| +        * platform/chromium-mac/editing/selection/extend-by-character-006-expected.png: | 
| +        * platform/chromium-mac/editing/selection/extend-by-sentence-001-expected.png: | 
| +        * platform/chromium-mac/editing/selection/extend-by-word-001-expected.png: | 
| +        * platform/chromium-mac/editing/selection/extend-by-word-002-expected.png: | 
| +        * platform/chromium-mac/editing/selection/extend-selection-bidi-expected.png: | 
| +        * platform/chromium-mac/editing/selection/fake-doubleclick-expected.png: | 
| +        * platform/chromium-mac/editing/selection/iframe-expected.png: | 
| +        * platform/chromium-mac/editing/selection/image-before-linebreak-expected.png: | 
| +        * platform/chromium-mac/editing/selection/inline-table-expected.png: | 
| +        * platform/chromium-mac/editing/selection/leave-requested-block-expected.png: | 
| +        * platform/chromium-mac/editing/selection/mixed-editability-3-expected.png: | 
| +        * platform/chromium-mac/editing/selection/mixed-editability-4-expected.png: | 
| +        * platform/chromium-mac/editing/selection/mixed-editability-5-expected.png: | 
| +        * platform/chromium-mac/editing/selection/mixed-editability-6-expected.png: | 
| +        * platform/chromium-mac/editing/selection/mixed-editability-7-expected.png: | 
| +        * platform/chromium-mac/editing/selection/mixed-editability-8-expected.png: | 
| +        * platform/chromium-mac/editing/selection/mixed-editability-9-expected.png: | 
| +        * platform/chromium-mac/editing/selection/move-backwords-by-word-001-expected.png: | 
| +        * platform/chromium-mac/editing/selection/move-between-blocks-no-001-expected.png: | 
| +        * platform/chromium-mac/editing/selection/move-by-character-001-expected.png: | 
| +        * platform/chromium-mac/editing/selection/move-by-character-002-expected.png: | 
| +        * platform/chromium-mac/editing/selection/move-by-character-003-expected.png: | 
| +        * platform/chromium-mac/editing/selection/move-by-character-004-expected.png: | 
| +        * platform/chromium-mac/editing/selection/move-by-character-005-expected.png: | 
| +        * platform/chromium-mac/editing/selection/move-by-character-6-expected.png: | 
| +        * platform/chromium-mac/editing/selection/move-by-line-001-expected.png: | 
| +        * platform/chromium-mac/editing/selection/move-by-line-002-expected.png: | 
| +        * platform/chromium-mac/editing/selection/move-by-sentence-001-expected.png: | 
| +        * platform/chromium-mac/editing/selection/move-by-sentence-linebreak-expected.png: | 
| +        * platform/chromium-mac/editing/selection/move-by-word-001-expected.png: | 
| +        * platform/chromium-mac/editing/selection/move-past-trailing-space-expected.png: | 
| +        * platform/chromium-mac/editing/selection/previous-line-position-expected.png: | 
| +        * platform/chromium-mac/editing/selection/replace-selection-1-expected.png: | 
| +        * platform/chromium-mac/editing/selection/replaced-boundaries-1-expected.png: | 
| +        * platform/chromium-mac/editing/selection/replaced-boundaries-2-expected.png: | 
| +        * platform/chromium-mac/editing/selection/replaced-boundaries-3-expected.png: | 
| +        * platform/chromium-mac/editing/selection/select-all-001-expected.png: | 
| +        * platform/chromium-mac/editing/selection/select-all-002-expected.png: | 
| +        * platform/chromium-mac/editing/selection/select-box-expected.png: | 
| +        * platform/chromium-mac/editing/selection/select-element-paragraph-boundary-expected.png: | 
| +        * platform/chromium-mac/editing/selection/select-missing-image-expected.png: | 
| +        * platform/chromium-mac/editing/selection/selection-3748164-fix-expected.png: | 
| +        * platform/chromium-mac/editing/selection/table-caret-1-expected.png: | 
| +        * platform/chromium-mac/editing/selection/table-caret-2-expected.png: | 
| +        * platform/chromium-mac/editing/selection/table-caret-3-expected.png: | 
| +        * platform/chromium-mac/editing/selection/triple-click-in-pre-expected.png: | 
| +        * platform/chromium-mac/editing/selection/unrendered-001-expected.png: | 
| +        * platform/chromium-mac/editing/selection/unrendered-002-expected.png: Added. | 
| +        * platform/chromium-mac/editing/selection/unrendered-003-expected.png: | 
| +        * platform/chromium-mac/editing/selection/unrendered-004-expected.png: | 
| +        * platform/chromium-mac/editing/selection/unrendered-005-expected.png: | 
| +        * platform/chromium-mac/editing/selection/unrendered-space-expected.png: | 
| +        * platform/chromium-mac/editing/selection/wrapped-line-caret-1-expected.png: | 
| +        * platform/chromium-mac/editing/selection/wrapped-line-caret-2-expected.png: | 
| +        * platform/chromium-mac/editing/spelling/spelling-expected.png: | 
| +        * platform/chromium-mac/editing/style/4916887-expected.png: | 
| +        * platform/chromium-mac/editing/style/5017613-1-expected.png: | 
| +        * platform/chromium-mac/editing/style/5017613-2-expected.png: | 
| +        * platform/chromium-mac/editing/style/5046875-1-expected.png: | 
| +        * platform/chromium-mac/editing/style/5046875-2-expected.png: Added. | 
| +        * platform/chromium-mac/editing/style/5065910-expected.png: | 
| +        * platform/chromium-mac/editing/style/5084241-expected.png: | 
| +        * platform/chromium-mac/editing/style/5228141-expected.png: | 
| +        * platform/chromium-mac/editing/style/5279521-expected.png: | 
| +        * platform/chromium-mac/editing/style/block-styles-007-expected.png: | 
| +        * platform/chromium-mac/editing/style/highlight-expected.png: | 
| +        * platform/chromium-mac/editing/style/smoosh-styles-001-expected.png: | 
| +        * platform/chromium-mac/editing/style/style-3681552-fix-001-expected.png: | 
| +        * platform/chromium-mac/editing/style/style-3681552-fix-002-expected.png: | 
| +        * platform/chromium-mac/editing/style/style-3998892-fix-expected.png: | 
| +        * platform/chromium-mac/editing/style/style-boundary-001-expected.png: | 
| +        * platform/chromium-mac/editing/style/style-boundary-002-expected.png: | 
| +        * platform/chromium-mac/editing/style/style-boundary-003-expected.png: | 
| +        * platform/chromium-mac/editing/style/style-boundary-004-expected.png: | 
| +        * platform/chromium-mac/editing/style/style-boundary-005-expected.png: | 
| +        * platform/chromium-mac/editing/style/typing-style-001-expected.png: | 
| +        * platform/chromium-mac/editing/style/typing-style-002-expected.png: | 
| +        * platform/chromium-mac/editing/style/unbold-in-bold-expected.png: | 
| +        * platform/chromium-mac/editing/undo/4063751-expected.png: | 
| +        * platform/chromium-mac/editing/undo/5378473-expected.png: | 
| +        * platform/chromium-mac/editing/undo/redo-typing-001-expected.png: | 
| +        * platform/chromium-mac/editing/undo/undo-combined-delete-boundary-expected.png: | 
| +        * platform/chromium-mac/editing/undo/undo-combined-delete-expected.png: | 
| +        * platform/chromium-mac/editing/undo/undo-delete-boundary-expected.png: | 
| +        * platform/chromium-mac/editing/undo/undo-delete-expected.png: | 
| +        * platform/chromium-mac/editing/undo/undo-forward-delete-boundary-expected.png: | 
| +        * platform/chromium-mac/editing/undo/undo-forward-delete-expected.png: | 
| +        * platform/chromium-mac/editing/undo/undo-misspellings-expected.png: | 
| +        * platform/chromium-mac/editing/undo/undo-typing-001-expected.png: | 
| +        * platform/chromium-mac/editing/unsupported-content/list-delete-001-expected.png: | 
| +        * platform/chromium-mac/editing/unsupported-content/list-delete-003-expected.png: | 
| +        * platform/chromium-mac/editing/unsupported-content/list-type-after-expected.png: | 
| +        * platform/chromium-mac/editing/unsupported-content/list-type-before-expected.png: | 
| +        * platform/chromium-mac/editing/unsupported-content/table-delete-001-expected.png: | 
| +        * platform/chromium-mac/editing/unsupported-content/table-delete-002-expected.png: | 
| +        * platform/chromium-mac/editing/unsupported-content/table-delete-003-expected.png: | 
| +        * platform/chromium-mac/editing/unsupported-content/table-type-after-expected.png: | 
| +        * platform/chromium-mac/editing/unsupported-content/table-type-before-expected.png: | 
| +        * platform/chromium-mac/fast/css/focus-ring-outline-color-expected.png: | 
| +        * platform/chromium-mac/fast/css/focus-ring-outline-offset-expected.png: | 
| +        * platform/chromium-mac/fast/css/focus-ring-outline-width-expected.png: | 
| +        * platform/chromium-mac/fast/css/outline-auto-location-expected.png: | 
| +        * platform/chromium-mac/fast/dom/focus-contenteditable-expected.png: | 
| +        * platform/chromium-mac/fast/inline/25277-2-expected.png: | 
| +        * platform/chromium-mac/fast/inline/25277-expected.png: | 
| +        * platform/chromium-mac/fast/inline/continuation-outlines-expected.png: | 
| +        * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-2-expected.png: | 
| +        * platform/chromium-mac/fast/inline/continuation-outlines-with-layers-expected.png: | 
| +        * platform/chromium-mac/fast/inline/inline-focus-ring-expected.png: | 
| +        * platform/chromium-mac/fast/overflow/overflow-focus-ring-expected.png: | 
| +        * platform/chromium-mac/fast/repaint/focus-layers-expected.png: | 
| +        * platform/chromium-mac/fast/repaint/focus-ring-expected.png: | 
| +        * platform/chromium-mac/fast/text/delete-hard-break-character-expected.png: | 
| +        * platform/chromium-mac/fast/text/international/rtl-caret-expected.png: | 
| +        * platform/chromium-mac/fast/transforms/transformed-caret-expected.png: | 
| +        * platform/chromium-mac/svg/custom/focus-ring-expected.png: | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-21  Zoltan Horvath  <zoltan@webkit.org> | 
| + | 
| +        [Qt] fast/events/touch/page-scaled-touch-gesture-click.html is failing | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70593 | 
| + | 
| +        It was introduced in r97988. Skip it. | 
| + | 
| +        * platform/qt/Skipped: | 
| + | 
| +2011-10-21  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        [Qt] 2 inspector/extensions tests times out on Mac and linux after r97850 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70414 | 
| + | 
| +        Unreviewed. Skipped inspector/extensions/extensions-{events,network}.html | 
| + | 
| +        * platform/qt/Skipped: | 
| + | 
| +2011-10-03  Kent Tamura  <tkent@chromium.org> | 
| + | 
| +        Add tests to check behavior of border attribute with a large number or an invalid value. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=69055 | 
| + | 
| +        Reviewed by Daniel Bates. | 
| + | 
| +        r96290 changed the behavior of integer parsing so that large | 
| +        number strings which can not be represented in 32 bit integers | 
| +        makes an error. However, border attribute behavior wasn't changed | 
| +        by r96290 because its default value is 0 and | 
| +        parseHTMLNonNegativeInteger() had set 0 in a case of overflow. | 
| + | 
| +        * fast/dom/HTMLImageElement/image-with-invalid-border-expected.html: Added. | 
| +        * fast/dom/HTMLImageElement/image-with-invalid-border.html: Added. | 
| +        * fast/dom/HTMLInputElement/input-with-invalid-border-expected.html: Added. | 
| +        * fast/dom/HTMLInputElement/input-with-invalid-border.html: Added. | 
| +        * fast/dom/HTMLObjectElement/object-with-invalid-border-expected.html: Added. | 
| +        * fast/dom/HTMLObjectElement/object-with-invalid-border.html: Added. | 
| + | 
| +2011-10-20  Andrey Kosyakov  <caseq@chromium.org> | 
| + | 
| +        Web Inspector: make extension tests pass on chromium | 
| +        https://bugs.webkit.org/show_bug.cgi?id=70334 | 
| + | 
| +        Reviewed by Pavel Feldman. | 
| + | 
| +        * http/tests/inspector/extensions-headers.html: | 
| +        * http/tests/inspector/resources/extension-main.js: | 
| +        (): | 
| +        * inspector/extensions/extensions-audits.html: | 
| +        * inspector/extensions/extensions-console.html: | 
| +        * inspector/extensions/extensions-resources.html: | 
| +        * platform/chromium/inspector/extensions/extensions-api-expected.txt: Added. | 
| +        * platform/chromium/inspector/extensions/extensions-eval-expected.txt: Added. | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-21  Yuzo Fujishima  <yuzo@google.com> | 
| + | 
| +        [chromium] Test expectation change: fast/canvas/webgl/WebGLContextEvent.html now passes. | 
| + | 
| +        Unreviewed. The test passes since http://trac.webkit.org/changeset/98044/ | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-20  Adam Barth  <abarth@webkit.org> | 
| + | 
| +        These tests are skipped so there's no need to say they TIMEOUT. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-02  Kent Tamura  <tkent@chromium.org> | 
| + | 
| +        Add a test to check behavior of tabindex attribute with a large number | 
| +        https://bugs.webkit.org/show_bug.cgi?id=69056 | 
| + | 
| +        Reviewed by Daniel Bates. | 
| + | 
| +        r96290 changed the behavior of integer parsing so that large | 
| +        number strings which can not be represented in 32 bit integers | 
| +        makes an error. Before r96290, we had assumed such large numbers | 
| +        are equivelent to 0. We assume them invalid values. | 
| + | 
| +        * fast/dom/tabindex-defaults-expected.txt: Added. | 
| +        * fast/dom/tabindex-defaults.html: Added. | 
| + | 
| +2011-10-20  Yuzo Fujishima  <yuzo@google.com> | 
| + | 
| +        [chromium] Update test expectation for inspector/debugger/{linkifier,script-formatter}.html | 
| + | 
| +        Unreviewed. | 
| + | 
| +        * platform/chromium/test_expectations.txt: | 
| + | 
| +2011-10-20  Csaba Osztrogonác  <ossy@webkit.org> | 
| + | 
| +        [Qt] FontCache::createFontPlatformData() is broken, a default font is returned | 
| +        even if the family does not match. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=55036 | 
| + | 
| +        Unreviewed. Update tests after r97990, and unskip them. (part 6) | 
| + | 
| +        * platform/qt/tables/: [...] | 
| +        * platform/qt/transforms/: [...] | 
| +        * platform/qt/transitions/: [...] | 
| +        * platform/qt/Skipped: | 
| + | 
| +2011-10-20  Csaba Osztrogonác  <ossy@webkit.org> | 
| + | 
| +        [Qt] FontCache::createFontPlatformData() is broken, a default font is returned | 
| +        even if the family does not match. | 
| +        https://bugs.webkit.org/show_bug.cgi?id=55036 | 
| + | 
| +        Unreviewed. Update tests after r97990, and unskip them. (part 5) | 
| + | 
| +        * platform/qt/svg/: [...] | 
| +        * platform/qt/Skipped: | 
| + | 
| 2011-10-20  Simon Fraser  <simon.fraser@apple.com> | 
|  | 
| Hidden composited iframes cause infinite loop | 
| @@ -21131,7 +26793,7 @@ | 
|  | 
| Fix tests made trivial by the bugfix to 27895, by removing leading punctuation | 
| which would cause early truncation of the page snippet. | 
| - | 
| + | 
| https://bugs.webkit.org/show_bug.cgi?id=27895 | 
|  | 
| Reviewed by Adam Barth. | 
| @@ -21213,11 +26875,11 @@ | 
|  | 
| [chromium] rebaselines due to r95096, and r95121. | 
|  | 
| -        * platform/chromium-cg-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/fast/css/getComputedStyle/computed-style-expected.txt. | 
| -        * platform/chromium-cg-mac-leopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt. | 
| -        * platform/chromium-cg-mac-leopard/svg/css/getComputedStyle-basic-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/svg/css/getComputedStyle-basic-expected.txt. | 
| +        * platform/chromium-cg-mac-leopard/fast/css/getComputedStyle/computed-style-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/fast/ComputedStyle/computed-style-expected.txt. | 
| +        * platform/chromium-cg-mac-leopard/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/fast/ComputedStyle/computed-style-without-renderer-expected.txt. | 
| +        * platform/chromium-cg-mac-leopard/svg/css/getComputedStyle-basic-expected.txt: Renamed from LayoutTests/platform/chromium-cg-mac/svg/css/getComputedStyle-basic-expecte | 
| * platform/chromium-cg-mac/svg/as-border-image/svg-as-border-image-expected.txt: Removed. | 
| -        * platform/chromium-win-xp/svg/as-border-image/svg-as-border-image-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt. | 
| +        * platform/chromium-win-xp/svg/as-border-image/svg-as-border-image-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/as-border-image/svg-as-border-image-expecte | 
| * platform/chromium-win/svg/as-border-image/svg-as-border-image-expected.txt: | 
|  | 
| 2011-09-14  David Levin  <levin@chromium.org> | 
| @@ -21226,8 +26888,8 @@ | 
|  | 
| * platform/chromium-cg-mac-leopard/fast/borders/border-image-scaled-gradient-expected.png: Added. | 
| * platform/chromium-cg-mac-leopard/svg/as-border-image/svg-as-border-image-expected.png: Added. | 
| -        * platform/chromium-cg-mac/fast/css/getComputedStyle/computed-style-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt. | 
| -        * platform/chromium-cg-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt. | 
| +        * platform/chromium-cg-mac/fast/css/getComputedStyle/computed-style-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/css/getComputedStyle/computed-style-expecte | 
| +        * platform/chromium-cg-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Copied from LayoutTests/platform/chromium-win/fasComputedStyle/computed-style-without-renderer-expected.txt. | 
| * platform/chromium-cg-mac/svg/as-border-image/svg-as-border-image-expected.png: Added. | 
| * platform/chromium-cg-mac/svg/as-border-image/svg-as-border-image-expected.txt: Added. | 
| * platform/chromium-cg-mac/svg/css/getComputedStyle-basic-expected.txt: Copied from LayoutTests/platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt. | 
| @@ -21293,7 +26955,7 @@ | 
| * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.png: Removed. | 
| * platform/chromium-win-xp/fast/borders/border-image-scrambled-expected.txt: Removed. | 
| * platform/chromium-win/fast/borders/border-image-scrambled-expected.png: Added. | 
| -        * platform/chromium-win/fast/borders/border-image-scrambled-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/borders/border-image-scrambled-expected.txt. | 
| +        * platform/chromium-win/fast/borders/border-image-scrambled-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/borders/border-image-scrambled-expecte | 
|  | 
| 2011-09-14  Eric Carlson  <eric.carlson@apple.com> | 
|  | 
| @@ -21366,7 +27028,7 @@ | 
| 2011-09-14  David Hyatt  <hyatt@apple.com> | 
|  | 
| https://bugs.webkit.org/show_bug.cgi?id=68103 | 
| - | 
| + | 
| Centered portions of border images don't render correctly. Make the tile scale factor have to be | 
| explicitly passed in and modify paintNinePieceImage to compute it for all sides. The attempts to | 
| implicitly compute the scale for the pattern based off the source and destination rects just don't | 
| @@ -21507,13 +27169,13 @@ | 
| [chromium] Unreviewed gardening. | 
|  | 
| Removing fast/canvas/setWidthResetAfterForcedRender.html from | 
| -        test_expectations, since it has been passing on the Mesa bots | 
| +        test_expectations, since it has been passing on the Mesa bots | 
| (last failure was at r94962). | 
|  | 
| 2011-09-14  David Hyatt  <hyatt@apple.com> | 
|  | 
| https://bugs.webkit.org/show_bug.cgi?id=68040 | 
| - | 
| + | 
| Make sure border image sub-properties can be specified in any order. | 
|  | 
| Reviewed by Beth Dakin. | 
| @@ -21525,18 +27187,18 @@ | 
| 2011-09-13  David Hyatt  <hyatt@apple.com> | 
|  | 
| https://bugs.webkit.org/show_bug.cgi?id=68050 | 
| - | 
| + | 
| Regressions in some layout tests from making border/mask/reflection nine-piece-image | 
| parsing match the spec, which allows any of the pieces to be omitted and to also be | 
| specifiable in any order. | 
| - | 
| + | 
| When the higher level code suddenly allowed the image slices to be omitted, the fixup | 
| for legacy compatibility for reflections and masks in the parseBorderImageSlice function | 
| no longer happened because that function no longer got called. | 
| - | 
| + | 
| The fix is to properly set the defaults to include the "fill" keyword, so the fixup is | 
| applied to the NinePieceImages you create before you ever map anything in from the rules. | 
| - | 
| + | 
| This also has the side effect of fixing -webkit-max-box-image-slice to actually dump as | 
| "0 fill" instead of just "0", which is the correct initial value for this property. | 
|  | 
| @@ -21764,7 +27426,7 @@ | 
| 2011-09-13  David Hyatt  <hyatt@apple.com> | 
|  | 
| https://bugs.webkit.org/show_bug.cgi?id=68040 | 
| - | 
| + | 
| Make sure border image sub-properties can be specified in any order. | 
|  | 
| Reviewed by Beth Dakin. | 
| @@ -22368,7 +28030,7 @@ | 
| 2011-09-09  David Hyatt  <hyatt@apple.com> | 
|  | 
| https://bugs.webkit.org/show_bug.cgi?id=67861 | 
| - | 
| + | 
| Implement border-image-outset (and the mask equivalents). | 
|  | 
| Reviewed by Beth Dakin. | 
| @@ -22432,7 +28094,7 @@ | 
|  | 
| Reviewed by Darin Adler. | 
|  | 
| -        This moves the contains method from Element to Node as in the DOM4 working draft: | 
| +        This moves the contains method from Element to Node as in the DOM4 working draft: | 
| http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-node-contains | 
|  | 
| This also special cases Document contains to make it O(1) instead of O(depth). | 
| @@ -22699,7 +28361,7 @@ | 
| Unreviewed, remove wrong chromium expectations for hyphenate-limit-lines.html and mark the test as failing IMAGE+TEXT. | 
|  | 
| I rebaselined the expectations yesterday but actualy Chromium doesn't support hyphenation yet. | 
| -        See CR47083. | 
| +        See CR47083. | 
|  | 
| * platform/chromium-cg-mac/fast/text/hyphenate-limit-lines-expected.png: Removed. | 
| * platform/chromium-linux/fast/text/hyphenate-limit-lines-expected.png: Removed. | 
| @@ -22876,7 +28538,7 @@ | 
|  | 
| frame-loading-via-document-write.html test cases have extra slash in path | 
| https://bugs.webkit.org/show_bug.cgi?id=67784 | 
| - | 
| + | 
| Removing extra slash in path: file:////tmp/... => file:///tmp/... | 
|  | 
| Reviewed by Andreas Kling. | 
| @@ -23022,7 +28684,7 @@ | 
|  | 
| Reviewed by Darin Adler. | 
|  | 
| -        This moves the contains method from Element to Node as in the DOM4 working draft: | 
| +        This moves the contains method from Element to Node as in the DOM4 working draft: | 
| http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-node-contains | 
|  | 
| This also special cases Document contains to make it O(1) instead of O(depth). | 
| @@ -23509,7 +29171,7 @@ | 
|  | 
| Revert the script fix in t090204-display-change-01-b-ao.html and css2.1 test suite and | 
| replace line-after-floating-div.html by the fixed version. | 
| - | 
| + | 
| Also move the expected result for line-after-floating-div.html from fast/css as it is platform dependent. | 
|  | 
| * css2.1/t090204-display-change-01-b-ao.html: | 
| @@ -24148,7 +29810,7 @@ | 
| 2011-09-06  David Hyatt  <hyatt@apple.com> | 
|  | 
| https://bugs.webkit.org/show_bug.cgi?id=67672 | 
| - | 
| + | 
| Improve background-size parsing. Make it actually dump auto values properly, and also make it omit | 
| auto if it is the second value. Fix the parsing to not create a value list when only a singleton value | 
| is specified. | 
| @@ -24191,16 +29853,16 @@ | 
| 2011-09-06  David Hyatt  <hyatt@apple.com> | 
|  | 
| https://bugs.webkit.org/show_bug.cgi?id=67657 | 
| - | 
| + | 
| Implement border-image-width. This patch stops short of converting -webkit-border-image to a shorthand. | 
| I'll do that in the next patch. | 
|  | 
| Note that unlike the -webkit-border-image syntax, border-image-width does not actually set the border | 
| width values. It simply makes cuts into the border image drawing area (which for now is just the border | 
| box, but that will change once border-image-outset is implemented). | 
| - | 
| + | 
| This means we need additional storage for the slices, since they are now separate from the border widths. | 
| - | 
| + | 
| For backwards compatibility, -webkit-border-image will continue to set the border widths when | 
| border-image-width is specified in the -webkit-border-image shorthand. | 
|  | 
| @@ -24468,7 +30130,7 @@ | 
| https://bugs.webkit.org/show_bug.cgi?id=67601 | 
|  | 
| Reviewed by Nikolas Zimmermann. | 
| - | 
| + | 
| Change the expected results of nested transformations to match new behavior | 
| on matrices multiplications. | 
|  | 
| @@ -25048,9 +30710,9 @@ | 
| Crash can occur when doing a PlatformCAAnimation::copy() with no valueFunction | 
|  | 
| Reviewed by Simon Fraser. | 
| - | 
| + | 
| Test to tickle crash when pause is called. Currently animation-play-state is broken | 
| -        (https://bugs.webkit.org/show_bug.cgi?id=67540) so this test doesn't reliably | 
| +        (https://bugs.webkit.org/show_bug.cgi?id=67540) so this test doesn't reliably | 
| tickle the crash, but it does on occasion. | 
|  | 
| * animations/pause-crash-expected.txt: Added. | 
| @@ -25089,7 +30751,7 @@ | 
|  | 
| Add LayoutTest for the case where long strings are processed by the XSSAuditor. | 
| https://bugs.webkit.org/show_bug.cgi?id=66580 | 
| - | 
| + | 
| Reviewed by Adam Barth. | 
|  | 
| * http/tests/security/xssAuditor/resources/xss-filter-bypass-long-string-reply.html: Added. | 
| @@ -25219,7 +30881,7 @@ | 
| 2011-09-01  David Hyatt  <hyatt@apple.com> | 
|  | 
| https://bugs.webkit.org/show_bug.cgi?id=67431 | 
| - | 
| + | 
| Implement border-image-repeat. Similar to how border-image-slice was implemented, the parsing of the two | 
| repeat values has been moved into separate functions. The value is represented as a Pair (similar to how we | 
| handle border radius). | 
| @@ -25239,7 +30901,7 @@ | 
|  | 
| [Qt] number input not rendering spin buttons properly in RTL direction | 
| https://bugs.webkit.org/show_bug.cgi?id=67445 | 
| - | 
| + | 
| New baseline for Qt number input with RTL direction. | 
|  | 
| Reviewed by Andreas Kling. | 
| @@ -25789,7 +31451,7 @@ | 
|  | 
| r93794 results in ruby tests causing assertion failure in RenderBlock.cpp | 
| https://bugs.webkit.org/show_bug.cgi?id=67007 | 
| - | 
| + | 
| Reviewed by Beth Dakin. | 
|  | 
| Disable these asserting ruby tests until the underlying issue can be fixed. | 
| @@ -25893,7 +31555,7 @@ | 
| Implement border-image-slice. This will eventually be a component of the new border-image shorthand | 
| property. It holds the cuts that you make into the border image along with a new optional "fill" | 
| keyword that indicates whether or not the center should be filled with the middle slice of the image. | 
| - | 
| + | 
| By default -webkit-border-image has always filled, but this does not match the specification. To preserve | 
| backwards compatibility, -webkit-border-image will continue to fill by default, but this does slightly affect | 
| computed style results, since the "fill" keyword will now be included in property dumps. | 
| @@ -26245,7 +31907,7 @@ | 
| 2011-08-31  Robert Hogan  <robert@webkit.org> | 
|  | 
| Add new platform-specific results from r94211 | 
| - | 
| + | 
| Unreviewed. | 
|  | 
| * platform/gtk/css2.1/20110323/margin-applies-to-001-expected.txt: Added. | 
| @@ -26358,7 +32020,7 @@ | 
| https://bugs.webkit.org/show_bug.cgi?id=66686 | 
|  | 
| Reviewed by Darin Adler. | 
| - | 
| + | 
| Test case with degenerate arguments in a radial gradient. | 
|  | 
| * fast/gradients/css3-radial-gradient-crash-expected.txt: Added. | 
| @@ -26421,9 +32083,9 @@ | 
| https://bugs.webkit.org/show_bug.cgi?id=67252 | 
|  | 
| Reviewed by Adam Barth, Ojan Vafai. | 
| - | 
| + | 
| Improve the appearance of the pixel result comparison overlay. | 
| - | 
| + | 
| Change the overlay from painting pixels into a canvas one by one | 
| to using images enlarged with 'image-rendering: -webkit-optimize-contrast", | 
| which is very much faster. | 
| @@ -26494,14 +32156,14 @@ | 
| 2011-08-31  David Hyatt  <hyatt@apple.com> | 
|  | 
| https://bugs.webkit.org/show_bug.cgi?id=67300 | 
| - | 
| + | 
| Add the new border-image-source property (and its corresponding analogue for masks, mask-box-image-source). | 
| Change the border-image parsing code to no longer consider "none" to represent the entire border-image | 
| expression, but instead to just mean "none" for the image component of the expression. | 
| - | 
| + | 
| Change the pending image code for border-image and mask-box-image to use the new *-source properties when | 
| loading the image so that they're considered the same. | 
| - | 
| + | 
| This is the first step towards eliminating the border-image parsing code in favor of just parsing it as | 
| a shorthand instead, but for now I'm implementing each property one by one, and once they're all there, | 
| we can cut over to border-image as a true shorthand. | 
| @@ -26899,9 +32561,9 @@ | 
| The "port" property of an <a> whose href does not specify a port returns the wrong value | 
| https://bugs.webkit.org/show_bug.cgi?id=66081 | 
|  | 
| -        Updated tests to reflect behavior change around invalid port strings. | 
| +        Updated tests to reflect behavior change around invalid port strings. | 
| Updated chromium location-port test to reflect chromium issues | 
| - | 
| + | 
| Reviewed by Adam Barth. | 
|  | 
| * fast/dom/HTMLAnchorElement/get-href-attribute-port-expected.txt: Added. | 
| @@ -26927,7 +32589,7 @@ | 
| With the recent change to support rubberband scrolling on the Mac, pan | 
| scrolling of overflow divs became unclamped and would scroll infinitely | 
| and along an axis without a scrollbar. | 
| - | 
| + | 
| Reviewed by Simon Fraser | 
|  | 
| * platform/mac/fast/frames/iframe-scaling-with-scroll-expected.png: | 
| @@ -27279,10 +32941,10 @@ | 
| 2011-08-30  David Hyatt  <hyatt@apple.com> | 
|  | 
| <rdar://problem/10002140> Text gets clipped in book because of overflow:auto | 
| - | 
| + | 
| https://bugs.webkit.org/show_bug.cgi?id=67212 - Text gets clipped in multi-column layouts when overflow:auto | 
| is used. | 
| - | 
| + | 
| Revise our overflow:auto pagination behavior. If the overflow block doesn't specify any logical height | 
| information, then we'll just assume the plan is for it to enclose its contents, and we will be willing | 
| to paginate in those circumstances. | 
| @@ -27313,9 +32975,9 @@ | 
|  | 
| <rdar://problem/8832814> With large line-height, column break can happen anywhere in the | 
| inter-line gap, causing staggered lines. | 
| - | 
| + | 
| https://bugs.webkit.org/show_bug.cgi?id=67202 Handle positive leading when paginating lines. | 
| - | 
| + | 
| Technically we should paginate lines based solely off their line top and line bottom with | 
| leading included. However there are two issues with always doing so. The first is that overflow | 
| can cause lines to overlap, and the second is that negative leading can cause lines to overlap. | 
| @@ -27783,7 +33445,7 @@ | 
| Fixing LayoutTests broken by http://trac.webkit.org/changeset/93980 | 
|  | 
| Unreviewed. | 
| - | 
| + | 
| Add Mac specific tests to take into account new requestAnimationFrame functionality | 
|  | 
| * platform/mac/fast/dom/Window/window-properties-expected.txt: Added. | 
| @@ -30938,7 +36600,7 @@ | 
| http/tests/cache/subresource-multiple-instances.html | 
| https://bugs.webkit.org/show_bug.cgi?id=66652 | 
|  | 
| -        http/tests/inspector/resource-tree/resource-tree-errors-reload.html | 
| +        http/tests/inspector/resource-tree/resource-tree-errors-reload.html | 
| https://bugs.webkit.org/show_bug.cgi?id=66653 | 
|  | 
| * platform/qt-arm/Skipped: | 
| @@ -30975,7 +36637,7 @@ | 
| https://bugs.webkit.org/show_bug.cgi?id=66572 | 
|  | 
| Reviewed by Oliver Hunt. | 
| - | 
| + | 
| Added tests that reproduce the failure. | 
|  | 
| * fast/js/const-expected.txt: | 
| @@ -31373,7 +37035,7 @@ | 
| https://bugs.webkit.org/show_bug.cgi?id=65902 | 
|  | 
| Reviewed by Ryosuke Niwa. | 
| - | 
| + | 
| Existing expectation was wrong because of some markers on substrings of words. | 
| With this fix, Editor now rejects such markers. | 
|  | 
| @@ -31462,7 +37124,7 @@ | 
| Added Frame Set Scaling Test Results for WebKit1 Mac and WebKit2 Mac | 
| https://bugs.webkit.org/show_bug.cgi?id=66493 | 
|  | 
| -        The expected results of the layout tests written for | 
| +        The expected results of the layout tests written for | 
| https://bugs.webkit.org/show_bug.cgi?id=57785 | 
| differ between WebKitt Mac and WebKit2 Mac. | 
|  | 
| @@ -31576,7 +37238,7 @@ | 
|  | 
| 2011-08-18  Justin Novosad  <junov@chromium.org> | 
|  | 
| -        Unwarranted DOM Exception when when canvas2D drawImage is called with src | 
| +        Unwarranted DOM Exception when when canvas2D drawImage is called with src | 
| rect out of bounds | 
| https://bugs.webkit.org/show_bug.cgi?id=65709 | 
|  | 
| @@ -32035,7 +37697,7 @@ | 
| https://bugs.webkit.org/show_bug.cgi?id=66426 | 
|  | 
| Reviewed by Oliver Hunt. | 
| - | 
| + | 
| Added a trivial test of mod-by-zero, which fails with the previous version | 
| of the DFG speculative JIT. | 
|  | 
| @@ -32213,7 +37875,7 @@ | 
|  | 
| These have to be in different paths to prevent credentials from leaking over from test to test. | 
| Sad sad sad... | 
| - | 
| + | 
| Reviewed by Alexey Proskuryakov. | 
|  | 
| * http/tests/misc/authentication-redirect-1: Added. | 
| @@ -32329,7 +37991,7 @@ | 
|  | 
| AccessibilityObject levels are inconsistent | 
| https://bugs.webkit.org/show_bug.cgi?id=66180 | 
| - | 
| + | 
| This test ensures that all AccessibilityObjects that return a level value return consistent results. | 
| For example, a level of 0 should only be returned by a level function when it is called on an | 
| AccessibilityObject of the wrong type. It's especially important that we enforce this consistency | 
| @@ -32829,7 +38491,7 @@ | 
|  | 
| Move media/video-controls-no-scripting-iframe.html into the resources | 
| subdir since it's not a standalone test. | 
| - | 
| + | 
| Also add chromium baseline (the top of the video control is in a | 
| different place). | 
|  | 
| @@ -33309,7 +38971,7 @@ | 
| 2011-08-12  David Hyatt  <hyatt@apple.com> | 
|  | 
| https://bugs.webkit.org/show_bug.cgi?id=66133 | 
| - | 
| + | 
| Make hit testing work on RenderRegions. Pass off the hit testing to the RenderFlowThread | 
| layer tree (just as we did with painting). | 
|  | 
| @@ -33358,11 +39020,11 @@ | 
| 2011-08-12  David Hyatt  <hyatt@apple.com> | 
|  | 
| https://bugs.webkit.org/show_bug.cgi?id=66130 | 
| - | 
| + | 
| RenderRegions need to paint the entire RenderFlowThread layer tree. Instead of just calling | 
| paintBlock, make sure RenderRegions paint the flow thread's layer tree instead with the appropriate | 
| offset. | 
| - | 
| + | 
| Fix RenderRegions to derive from RenderReplaced instead of RenderBox, since it simplifies the code. | 
| They no longer have to subclass their own layout method or worry about all of the painting logic | 
| for anything other than the content area. | 
| @@ -33626,7 +39288,7 @@ | 
|  | 
| Added a chromium specific expectation because chromium will use window's (wrong) expectation | 
| unless chromium has its own. | 
| - | 
| + | 
| * platform/chromium/editing/spelling/spelling-backspace-between-lines-expected.txt: Added | 
|  | 
| 2011-08-11  Hayato Ito  <hayato@chromium.org> | 
| @@ -34098,7 +39760,7 @@ | 
|  | 
| Reviewed by Oliver Hunt. | 
|  | 
| -        Changed the tests to make sure passing too many function arguments throws an exception | 
| +        Changed the tests to make sure passing too many function arguments throws an exception | 
| rather than truncating the arguments. | 
|  | 
| * fast/js/function-apply-many-args-expected.txt: | 
| @@ -34724,7 +40386,7 @@ | 
| https://bugs.webkit.org/show_bug.cgi?id=65930 | 
|  | 
| Reviewed by Oliver Hunt. | 
| - | 
| + | 
| Reproduced the failure seen in | 
| http://www.skinnytaste.com/2011/06/ricotta-cheese-chocolate-chip-muffins.html | 
|  | 
| @@ -35575,11 +41237,11 @@ | 
|  | 
| Add the ability to search the AccessibilityObject cache | 
| https://bugs.webkit.org/show_bug.cgi?id=64994 | 
| - | 
| + | 
| Tests for the new AccessibilityObject cache search API and the additional | 
| functionality in the AccessibilityObject class that makes AccessibilityObject | 
| cache searching possible. | 
| - | 
| + | 
| Additional tests for finding frames, misspellings, and visited links will be | 
| included in a subsequent patch. | 
|  | 
| @@ -35822,7 +41484,7 @@ | 
| Rebaseline some tests on Leopard/gtk/qt in order to get the bots greener. | 
|  | 
| Not reviewed. | 
| - | 
| + | 
| * platform/gtk/Skipped: | 
| * platform/gtk/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: | 
| * platform/gtk/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.txt: | 
| @@ -35847,7 +41509,7 @@ | 
| 2011-08-06  Nikolas Zimmermann  <nzimmermann@rim.com> | 
|  | 
| More gardening: Fix mac-leopard/mac-wk2 failing SVG tests. | 
| - | 
| + | 
| Not reviewed. | 
|  | 
| * platform/mac-leopard/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.txt: | 
| @@ -36190,7 +41852,7 @@ | 
| https://bugs.webkit.org/show_bug.cgi?id=55519 | 
|  | 
| Unreviewed. | 
| - | 
| + | 
| Chromium doesn't support video codecs that support alpha, so stop | 
| running (and failing) a test that depends on codecs supporting alpha. | 
|  | 
| @@ -36560,7 +42222,7 @@ | 
| https://bugs.webkit.org/show_bug.cgi?id=65721 | 
|  | 
| Unreviewed. | 
| - | 
| + | 
| Skipping tests until rebaseline. | 
|  | 
| * platform/qt/Skipped: | 
| @@ -38218,7 +43880,7 @@ | 
| https://bugs.webkit.org/show_bug.cgi?id=65397 | 
|  | 
| Reviewed by Darin Adler. | 
| - | 
| + | 
| This test reproduces the crash seen in https://bugs.webkit.org/show_bug.cgi?id=65327, and is | 
| designed to guard itself against possible variants of array speculation failure.  It will | 
| test both the case where a speculate-array value is actually a non-array object, and the | 
| @@ -39435,7 +45097,7 @@ | 
| 2011-07-28  Rob Buis  <rbuis@rim.com> | 
|  | 
| Use styling test from ietestcenter fails | 
| -        https://bugs.webkit.org/show_bug.cgi?id=62147 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=62147 | 
|  | 
| Reviewed by Nikolas Zimmermann. | 
|  | 
| @@ -40081,7 +45743,7 @@ | 
| Reviewed by Oliver Hunt. | 
|  | 
| Added additional tests to test Array.prototype.reduce and Array.prototype.reduceRight | 
| -        when calling the callback function without an argument for this, which means it should | 
| +        when calling the callback function without an argument for this, which means it should | 
| be undefined according to ES 15.4.4.21 and 15.4.4.22. | 
|  | 
| * fast/js/array-reduce-expected.txt: | 
| @@ -40965,7 +46627,7 @@ | 
|  | 
| 2011-07-24  Rob Buis  <rbuis@rim.com> | 
|  | 
| -        SVG <use> element is not repositioned when moved to x=0 y=0 through script | 
| +        SVG <use> element is not repositioned when moved to x=0 y=0 through script | 
| https://bugs.webkit.org/show_bug.cgi?id=53767 | 
|  | 
| Reviewed by Nikolas Zimmermann. | 
| @@ -41528,7 +47190,7 @@ | 
|  | 
| Changed the implementation of Date.prototype.toISOString() to use the extended year | 
| format (+/-yyyyyy) for years outside of [0,9999] to be in compliance with ES 15.9.1.15.1. | 
| -        Altered one test that tested for incorrect behavior on years > 9999, and added another test for | 
| +        Altered one test that tested for incorrect behavior on years > 9999, and added another test for | 
| years < 0 (i.e. BCE). | 
|  | 
| * fast/js/date-toisostring-expected.txt: | 
| @@ -42638,7 +48300,7 @@ | 
| https://bugs.webkit.org/show_bug.cgi?id=63481 | 
|  | 
| Reviewed by David Levin. | 
| - | 
| + | 
| This patch refactors window-postmessage-clone into a script test, checks additional functionality set forth in the standard, and fixes up expectations. It also checks for typed array message passing. | 
|  | 
| * fast/canvas/webgl/array-message-passing-expected.txt: Added. | 
| @@ -42707,7 +48369,7 @@ | 
| https://bugs.webkit.org/show_bug.cgi?id=64815 | 
|  | 
| Reviewed by Sam Weinig. | 
| - | 
| + | 
| New tests that scales a page so that a compositing layer falls | 
| close to the tiling threshold. | 
|  | 
| @@ -43998,7 +49660,7 @@ | 
| <rdar://problem/9510455> | 
|  | 
| Reviewed by Darin Adler. | 
| - | 
| + | 
| Add another test to video-controls-override.html to verify that | 
| we're using the correct fullscreen controller by checking the | 
| height of the controller panel, which is taller than the non-fullscreen | 
| @@ -44179,7 +49841,7 @@ | 
| https://bugs.webkit.org/show_bug.cgi?id=64562 | 
|  | 
| Reviewed by Gavin Barraclough. | 
| - | 
| + | 
| This bug snuck past our tests, so this patchs adds a test to cover this | 
| case. | 
|  | 
| @@ -44423,7 +50085,7 @@ | 
| - Added a new test. | 
| - Updated expectations. This change make ShadowContentElement availability on NodeRenderingContext | 
| more strict. that makes some redundant node disappeared. | 
| - | 
| + | 
| * fast/dom/shadow/content-element-includer-expected.txt: Added. | 
| * fast/dom/shadow/content-element-includer.html: Added. | 
| * platform/chromium-win/fast/html/details-nested-2-expected.txt: | 
| @@ -45232,8 +50894,8 @@ | 
| Transition LayoutTest using pause API shows wrong result if it tries to pause a transition after its delay time. | 
| https://bugs.webkit.org/show_bug.cgi?id=63859 | 
|  | 
| -        The existing code to set the m_startTime haven't worked because | 
| -        the animation is not the right state to accept the start event. | 
| +        The existing code to set the m_startTime haven't worked because | 
| +        the animation is not the right state to accept the start event. | 
| This patch just sets the values directly instead of using event. | 
|  | 
| * transitions/delay-expected.txt: Added. | 
| @@ -45362,7 +51024,7 @@ | 
| https://bugs.webkit.org/show_bug.cgi?id=63255 | 
|  | 
| Reviewed by Csaba Osztrogonác. | 
| - | 
| + | 
| Modify the tests to wait until the icon loading is finished. | 
|  | 
| * fast/notifications/notifications-double-show.html: | 
| @@ -46203,13 +51865,13 @@ | 
|  | 
| Fix LayoutTests/canvas/philip/tests/2d.composite.uncovered.fill.destination-atop.html | 
| https://bugs.webkit.org/show_bug.cgi?id=48292 | 
| - | 
| + | 
| and | 
| - | 
| + | 
| Fix LayoutTests/canvas/philip/tests/2d.composite.uncovered.pattern.destination-atop.html | 
| https://bugs.webkit.org/show_bug.cgi?id=48302 | 
|  | 
| -        * canvas/philip/tests/2d.composite.uncovered.pattern.destination-atop-expected.txt: Added | 
| +        * canvas/philip/tests/2d.composite.uncovered.pattern.destination-atop-expected.txt: Added | 
| a trailing line | 
| * fast/canvas/canvas-composite-alpha.html: Rebaselined for destination-atop test case | 
| * platform/chromium/test_expectations.txt: Removed passing test case | 
| @@ -49072,13 +54734,13 @@ | 
|  | 
| dump-as-markup.js should support shadow tree | 
| https://bugs.webkit.org/show_bug.cgi?id=62447 | 
| - | 
| + | 
| Reviewed by Ryosuke Niwa. | 
|  | 
| - Added shadow support to Markup._get() | 
| - Updated expectations caused by this change. | 
| - Added explanatory test cases for shadows. | 
| - | 
| + | 
| * editing/inserting/5607069-2-expected.txt: | 
| * editing/inserting/5607069-3-expected.txt: | 
| * editing/pasteboard/copy-null-characters-expected.txt: | 
| @@ -49090,7 +54752,7 @@ | 
| * fast/dom/HTMLProgressElement/progress-element-markup-expected.txt: Added. | 
| * fast/dom/HTMLProgressElement/progress-element-markup.html: Added. | 
| * fast/dom/HTMLMeterElement/meter-element-markup.html: | 
| -        * fast/dom/HTMLProgressElement/progress-element-markup.html: | 
| +        * fast/dom/HTMLProgressElement/progress-element-markup.html: | 
| * resources/dump-as-markup.js: | 
| (Markup._get): | 
|  | 
| @@ -49340,14 +55002,14 @@ | 
|  | 
| Reviewed by Dimitri Glazkov. | 
|  | 
| -        This test have two set of fixture DOM tree: | 
| +        This test have two set of fixture DOM tree: | 
| One is for shadow tree which has one content element, | 
| another is for light DOM tree, whose root is to have a shadow DOM. | 
| - | 
| + | 
| Then the test makes 2 complete DOM trees (DOM tree with shadow and | 
| flattened dom) for each combination of the fixture items. And | 
| compare their layout result. | 
| - | 
| + | 
| * fast/dom/shadow/content-element-renderers-expected.txt: Added. | 
| * fast/dom/shadow/content-element-renderers.html: Added. | 
|  | 
| @@ -49355,8 +55017,8 @@ | 
|  | 
| ASSERT_NOT_REACHED running test 262 | 
| https://bugs.webkit.org/show_bug.cgi?id=63951 | 
| - | 
| -        Added a test to check compliance with reserved words in strict mode. | 
| + | 
| +        Added a test to check compliance with reserved words in strict mode. | 
| Updated test results. | 
|  | 
| Reviewed by Gavin Barraclough. | 
| @@ -49458,11 +55120,11 @@ | 
|  | 
| Remove Chromium Mac failing expectation for fast/text/font-size-zero.html | 
| (fixed by r89933) | 
| - | 
| + | 
| Add Chromium Windows and Linux baselines for | 
| fast/forms/textfield-overflow-by-value-update.html (needed due to | 
| different form control metrics). | 
| - | 
| + | 
| Remove a bunch of commented out test expectations. | 
|  | 
| * platform/chromium-mac/svg/hittest/svg-rect-hit-expected.txt: Removed. | 
| @@ -49824,7 +55486,7 @@ | 
|  | 
| Reviewed by Anders Carlsson. | 
|  | 
| -        Add test which exercises an initialized details property on | 
| +        Add test which exercises an initialized details property on | 
| a CustomEvent instance. | 
|  | 
| * fast/events/custom-event-uninitialized-expected.txt: Added. | 
| @@ -49978,9 +55640,9 @@ | 
|  | 
| Accessing ShadowRoot.nodeList causes an assertion failure. | 
| http://webkit.org/b/63798 | 
| - | 
| + | 
| Reviewed by Dimitri Glazkov. | 
| - | 
| + | 
| * fast/dom/shadow/shadow-root-node-list-expected.txt: Added. | 
| * fast/dom/shadow/shadow-root-node-list.html: Added. | 
|  | 
| @@ -50057,7 +55719,7 @@ | 
| 2011-07-04  Stephen White  <senorblanco@chromium.org> | 
|  | 
| Unreviewed; chromium test expectations change. | 
| - | 
| + | 
| Mark two tests as failing on the GPU step. | 
|  | 
| * platform/chromium/test_expectations.txt: | 
| @@ -50295,7 +55957,7 @@ | 
| https://bugs.webkit.org/show_bug.cgi?id=63876 | 
|  | 
| Reviewed by Nikolas Zimmermann. | 
| - | 
| + | 
| Test accumulate=sum on SVGAnimateTransform. The animation shouldn't start with initial value | 
| on every repeat for accumulation. | 
|  | 
| @@ -50421,7 +56083,7 @@ | 
| (Chromium still doesn't pass the test, since it doesn't have pan | 
| scrolling enabled, but r90235 added failing expectations for the Windows | 
| port, which Chromium Win and Linux pick up) | 
| - | 
| + | 
| Also remove flaky expectations for some tests that have not failed as | 
| far back as the flakiness dashboard has data for. | 
|  | 
| @@ -50553,7 +56215,7 @@ | 
| https://bugs.webkit.org/show_bug.cgi?id=63855 | 
|  | 
| Reviewed by Ryosuke Niwa. | 
| - | 
| + | 
| Allow a trailing whitespace in the expected result, since Windows | 
| has different word iterating behavior. | 
|  | 
| @@ -50608,7 +56270,7 @@ | 
| 2011-07-01  Mihai Parparita  <mihaip@chromium.org> | 
|  | 
| Rebaseline media/media-blocked-by-beforeload.html for Chromium Leopard | 
| -        (r90261 added a Leopard expectation for the Mac port, but Chromium | 
| +        (r90261 added a Leopard expectation for the Mac port, but Chromium | 
| Leopard can pass with the default baseline). | 
|  | 
| * platform/chromium-mac-leopard/media/media-blocked-by-beforeload-expected.txt: Added. | 
| @@ -50826,10 +56488,10 @@ | 
|  | 
| Reviewed by Darin Adler. | 
|  | 
| -        WebKit2: DidFinishLoadForFrame is never called on iframes when loads are | 
| +        WebKit2: DidFinishLoadForFrame is never called on iframes when loads are | 
| cancelled by willSendRequest | 
| https://bugs.webkit.org/show_bug.cgi?id=63753 | 
| - | 
| + | 
| Unskip WebKit2 tests that now pass. | 
|  | 
| * platform/wk2/Skipped: | 
| @@ -50959,7 +56621,7 @@ | 
|  | 
| SVGAnimatedType should support SVGAnimatedInteger animation | 
| https://bugs.webkit.org/show_bug.cgi?id=63789 | 
| - | 
| + | 
| Test animation of SVGAnimatedInteger. Added the test to the wk2 skip list. | 
|  | 
| * platform/mac-wk2/Skipped: | 
| @@ -51332,7 +56994,7 @@ | 
|  | 
| [WK2] Create a general wk2 specific LayoutTests/platform/wk2 platform | 
| Common Skipped list copied from LayoutTests/platform/mac-wk2/Skipped. | 
| -        https://bugs.webkit.org/show_bug.cgi?id=61785 | 
| +        https://bugs.webkit.org/show_bug.cgi?id=61785 | 
|  | 
| * platform/mac-wk2/Skipped: | 
| * platform/wk2/Skipped: Copied from LayoutTests/platform/mac-wk2/Skipped. | 
| @@ -51689,7 +57351,7 @@ | 
|  | 
| Reviewed by Kenneth Russell. | 
|  | 
| -        WebGL test failing on SL bots: fast/canvas/webgl/data-view-test.html | 
| +        WebGL test failing on SL bots: fast/canvas/webgl/data-view-test.html | 
| https://bugs.webkit.org/show_bug.cgi?id=63151 | 
|  | 
| Updated the expected result and removed the rebaselined files that are not needed. | 
| @@ -51995,7 +57657,7 @@ | 
|  | 
| SVGAnimatedType should support SVGBoolean animation | 
| https://bugs.webkit.org/show_bug.cgi?id=63529 | 
| - | 
| + | 
| Test animation of SVGBoolean. Add the test to the skip list of wk2. | 
| Convert animate-number-calcMode-discrete-keyTimes to common style, no change | 
| on the test itself. | 
| @@ -52284,9 +57946,9 @@ | 
| convert editing/deleting/4845371.html to runDumpAsTextEditingTest | 
| https://bugs.webkit.org/show_bug.cgi?id=63214 | 
|  | 
| -        Renamed editing/deleting/4845371.html to editing/deleting/delete-cell-contents.html | 
| +        Renamed editing/deleting/4845371.html to editing/deleting/delete-cell-contents.html | 
| and converted editing/deleting/delete-cell-contents.html to runDumpAsTextEditingTest; left | 
| -        it without a doctype, etc, because they changed functionality of the image test. Also | 
| +        it without a doctype, etc, because they changed functionality of the image test. Also | 
| added the rdar number. | 
|  | 
| * editing/deleting/delete-cell-contents-expected.txt: Added. | 
| @@ -52462,7 +58124,7 @@ | 
| Renaming incorrectly named linux test expectation. | 
|  | 
| * platform/chromium-linux/fast/text/international/unicode-bidi-plaintext-actual.png: Removed. | 
| -        * platform/chromium-linux/fast/text/international/unicode-bidi-plaintext-expected.png: Copied | 
| +        * platform/chromium-linux/fast/text/international/unicode-bidi-plaintext-expected.png: Copied | 
| from LayoutTests/platform/chromium-linux/fast/text/international/unicode-bidi-plaintext-actual.png. | 
|  | 
| 2011-06-27  Wyatt Carss  <wcarss@chromium.org> | 
| @@ -52753,7 +58415,7 @@ | 
|  | 
| SVGAnimatedType should support SVGPreserveAspectRatio animation | 
| https://bugs.webkit.org/show_bug.cgi?id=63456 | 
| - | 
| + | 
| Test for animation of SVGPreserveAspectRatio. | 
|  | 
| * svg/animations/script-tests/svgPreserveAspectRatio-animation-1.js: Added. | 
| @@ -52991,8 +58653,8 @@ | 
| SVGAnimation - keyTime value 1 never get animated | 
| https://bugs.webkit.org/show_bug.cgi?id=63230 | 
|  | 
| -        According to the SMIL 3.0 specification, the index of the keyTimes should be | 
| -        determined under the end-point-exclusive rule (e.g. Given keyTimes(0;0.5;1) | 
| +        According to the SMIL 3.0 specification, the index of the keyTimes should be | 
| +        determined under the end-point-exclusive rule (e.g. Given keyTimes(0;0.5;1) | 
| and t=0.5, the current index of the keyTimes have to be 1 not 0). | 
| http://www.w3.org/TR/SMIL3/smil-animation.html#animationNS-InterpolationExamplesAdvanced | 
|  | 
| @@ -53707,7 +59369,7 @@ | 
| 2011-06-24  Eric Carlson  <eric.carlson@apple.com> | 
|  | 
| Reviewed by Alexey Proskuryakov. | 
| - | 
| + | 
| Exit immediately if the last condition tested fails. | 
|  | 
| Make <video> app cache test exit immediately on failure | 
| @@ -53862,7 +59524,7 @@ | 
|  | 
| Need to turn off default animations for anchorPointZ in PlatformCALayer | 
| https://bugs.webkit.org/show_bug.cgi?id=63159 | 
| - | 
| + | 
| Test that changes transform-origin-z and relies on the pixel result | 
| to determine if it's animating. | 
|  | 
| @@ -53879,7 +59541,7 @@ | 
|  | 
| - Added a new test case. | 
| - Updated expectations, which missed necessary RnederText objects. | 
| - | 
| + | 
| * platform/chromium-win/fast/html/details-add-child-2-expected.txt: | 
| * platform/chromium-win/fast/html/details-add-details-child-2-expected.txt: | 
| * platform/chromium-win/fast/html/details-no-summary4-expected.txt: | 
| @@ -54166,8 +59828,8 @@ | 
| convert editing/deleting/delete-select-all-00* to dumpAsText | 
| https://bugs.webkit.org/show_bug.cgi?id=63193 | 
|  | 
| -        converted editing/deleting/delete-select-all-002/003 to | 
| -        runDumpAsTextEditingTest(true), removed old test files (including a | 
| +        converted editing/deleting/delete-select-all-002/003 to | 
| +        runDumpAsTextEditingTest(true), removed old test files (including a | 
| superfluous expected file for 001 on qt), and added new test files. | 
|  | 
| * editing/deleting/delete-select-all-002-expected.txt: Added. | 
| @@ -55304,7 +60966,7 @@ | 
|  | 
| Removed the conceit that global variables are local variables when running global code | 
| https://bugs.webkit.org/show_bug.cgi?id=63106 | 
| - | 
| + | 
| * fast/js/recursion-limit-equal-expected.txt: Updated to reflect slightly | 
| changed recursion limit. | 
|  | 
| @@ -55314,7 +60976,7 @@ | 
|  | 
| Removed the conceit that global variables are local variables when running global code | 
| https://bugs.webkit.org/show_bug.cgi?id=63106 | 
| - | 
| + | 
| * fast/js/recursion-limit-equal-expected.txt: Updated to reflect slightly | 
| changed recursion limit. | 
|  | 
| @@ -55951,9 +61613,9 @@ | 
|  | 
| SVG no fallback to discrete animation on attribute 'values' for SVGString | 
| https://bugs.webkit.org/show_bug.cgi?id=57085 | 
| - | 
| + | 
| Added new test to check fallback to discrete animations on string values. One | 
| -        test needed rebaseline. Even if we do not pass the test it is still a progression. | 
| +        test needed rebaseline. Even if we do not pass the test it is still a progression. | 
|  | 
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.png: | 
| * platform/mac/svg/W3C-SVG-1.1/animate-elem-31-t-expected.txt: | 
| @@ -55979,7 +61641,7 @@ | 
|  | 
| Unreviewed. | 
|  | 
| -        Remove a now-passing test from chromium's text_expectations.  Also | 
| +        Remove a now-passing test from chromium's text_expectations.  Also | 
| comment out expectations for a few newly-added tests which were | 
| removed by a revert.  This makes lint-test-files run cleanly. | 
|  | 
| @@ -56548,11 +62210,11 @@ | 
|  | 
| No context for javascript parse errors. | 
| https://bugs.webkit.org/show_bug.cgi?id=62613 | 
| - | 
| + | 
| Ran 'run-webkit-tests --reset' with 'fast/js/' and 'sputnik' to update | 
| those tests with the new parser error messages. | 
| - | 
| -        The test 'fast/js/script-tests/parser-syntax-check.js' was fixed to | 
| + | 
| +        The test 'fast/js/script-tests/parser-syntax-check.js' was fixed to | 
| not fail with the new parser error messages. | 
|  | 
| * fast/dom/SelectorAPI/unknown-pseudo-expected.txt: | 
| @@ -57138,7 +62800,7 @@ | 
|  | 
| SVGAnimatorFactory does not support SVGNumber | 
| https://bugs.webkit.org/show_bug.cgi?id=62938 | 
| - | 
| + | 
| Add animation tests of previous patch to skip list for webkit2. | 
|  | 
| * platform/mac-wk2/Skipped: | 
| @@ -57149,7 +62811,7 @@ | 
|  | 
| SVGAnimatorFactory does not support SVGNumber | 
| https://bugs.webkit.org/show_bug.cgi?id=62938 | 
| - | 
| + | 
| Added new tests to check behavior on SVGNumber animation. | 
|  | 
| * svg/animations/script-tests/svgnumber-animation-1.js: Added. | 
| @@ -60020,7 +65682,7 @@ | 
| "A MultiLineComment [is] simply discarded if it contains no line terminator, | 
| but if a MultiLineComment contains one or more line terminators, then it is | 
| replaced with a single line terminator, which becomes part of the stream of | 
| -        inputs for the syntactic grammar." | 
| +        inputs for the syntactic grammar." | 
|  | 
| This may result in behavioural changes, due to automatic semicolon insertion. | 
|  | 
| @@ -60119,7 +65781,7 @@ | 
|  | 
| Unreviewed. | 
|  | 
| -        Your chromium layout test results are now diamonds!  Ok, not really. | 
| +        Your chromium layout test results are now diamonds!  Ok, not really. | 
| But they're 0.03% better. | 
|  | 
| * platform/chromium-linux/fast/transforms/transformed-document-element-expected.png: | 
| @@ -60148,7 +65810,7 @@ | 
| markup-dump conversion + rename: editing/deleting/5408255.html | 
| https://bugs.webkit.org/show_bug.cgi?id=62680 | 
|  | 
| -        Tests if the UI delete button works while '-webkit-user-select: none' is applied. | 
| +        Tests if the UI delete button works while '-webkit-user-select: none' is applied. | 
| There should be no visible content in the dumped markup. Holding off on rename. | 
|  | 
| * editing/deleting/5408255.html: | 
| @@ -60411,7 +66073,7 @@ | 
| 2011-06-16  MORITA Hajime <morrita@google.com> | 
|  | 
| Unreviewed expectations update for meter-element.html | 
| - | 
| + | 
| * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.txt: | 
| * platform/chromium/test_expectations.txt: | 
|  | 
| @@ -60476,7 +66138,7 @@ | 
| https://bugs.webkit.org/show_bug.cgi?id=61857 | 
|  | 
| * fast/forms/range-set-attribute-expected.txt: Added. | 
| -        * fast/forms/range-set-attribute.html: Added. Test to see if setting the value attribute of a | 
| +        * fast/forms/range-set-attribute.html: Added. Test to see if setting the value attribute of a | 
| range input element updates the value. | 
|  | 
| 2011-06-15  Kent Tamura  <tkent@chromium.org> | 
| @@ -60742,7 +66404,7 @@ | 
|  | 
| Have Document keep track of whether scroll listeners are registered | 
| https://bugs.webkit.org/show_bug.cgi?id=62757 | 
| - | 
| + | 
| This test relied on the fact that, with async scroll event dispatch, | 
| an element would get a scroll event even if the listener is registered | 
| after the scroll happens. Fix the test to register the listener before | 
| @@ -63003,7 +68665,7 @@ | 
| dump-as-text conversion: editing/deleting/5300379.html | 
| https://bugs.webkit.org/show_bug.cgi?id=62620 | 
|  | 
| -        Converted from pixel test to dump-as-text. This tests that delete backward | 
| +        Converted from pixel test to dump-as-text. This tests that delete backward | 
| by word does not hang inside an empty div, and that delete backward by word | 
| deletes exactly one word. | 
|  | 
| @@ -63695,7 +69357,7 @@ | 
|  | 
| 2011-06-13  Robert Hogan  <robert@webkit.org> | 
|  | 
| -        Unreviewed, cleanup r87611. | 
| +        Unreviewed, cleanup r87611. | 
|  | 
| [Qt]Unskip fast/events/backspace-navigates-back.html | 
|  | 
| @@ -63992,7 +69654,7 @@ | 
| [Qt] LayoutTestController needs setTextDirection implementation | 
| https://bugs.webkit.org/show_bug.cgi?id=62442 | 
|  | 
| -        Unskipping fast/html/set-text-direction.html. | 
| +        Unskipping fast/html/set-text-direction.html. | 
|  | 
| * platform/qt/Skipped: | 
|  | 
| @@ -64023,7 +69685,7 @@ | 
| [Qt] LayoutTestController needs setTextDirection implementation | 
| https://bugs.webkit.org/show_bug.cgi?id=62442 | 
|  | 
| -        Unskipping fast/html/set-text-direction.html. | 
| +        Unskipping fast/html/set-text-direction.html. | 
|  | 
| * platform/qt/Skipped: | 
|  | 
| @@ -65204,7 +70866,7 @@ | 
| Chromium mixed content blocking, ensure that both preferences and web permissions | 
| control the outcome.  Ensure notify callback gets invoked even with insecure content. | 
| https://bugs.webkit.org/show_bug.cgi?id=61946 | 
| - | 
| + | 
| * http/tests/security/mixedContent/resources/frame-with-insecure-image.html: | 
| * http/tests/security/mixedContent/resources/frame-with-insecure-script.html: | 
| * platform/chromium/http/tests/security/mixedContent: Added. | 
| @@ -65320,7 +70982,7 @@ | 
| * editing/spelling/spellcheck-api-expected.txt: Added. | 
| * editing/spelling/spellcheck-api-pixel.html: Added. | 
| * editing/spelling/spellcheck-api.html: Added. | 
| -        * platform/chromium/test_expectations.txt: | 
| +        * platform/chromium/test_expectations.txt: | 
| * platform/gtk/Skipped: | 
| * platform/mac/Skipped: | 
| * platform/qt/Skipped: | 
| @@ -65411,7 +71073,7 @@ | 
|  | 
| Opacity transition doesn't work while content property is set. | 
| https://bugs.webkit.org/show_bug.cgi?id=59301 | 
| - | 
| + | 
| Testcase for opacity transition on element with 'content' style. | 
|  | 
| * transitions/transition-on-element-with-content-expected.txt: Added. | 
| @@ -65729,7 +71391,7 @@ | 
| 2011-06-06  MORITA Hajime  <morrita@google.com> | 
|  | 
| Unreviewed attempt to fix flakiness on Snow Leopard. | 
| - | 
| + | 
| * fast/replaced/resources/focus-test.js: | 
|  | 
| 2011-06-06  James Kozianski  <koz@chromium.org> | 
| @@ -65748,7 +71410,7 @@ | 
|  | 
| Incorrect rounding of color values during transitions | 
| https://bugs.webkit.org/show_bug.cgi?id=62141 | 
| - | 
| + | 
| Test that interpolates colors, and checks the rounding. | 
|  | 
| * transitions/color-transition-rounding-expected.txt: Added. | 
| @@ -66129,7 +71791,7 @@ | 
|  | 
| Verify cloning <meter> and <progress> works | 
| https://bugs.webkit.org/show_bug.cgi?id=61986 | 
| - | 
| + | 
| Added test cases for cloning <meter> and <progress> | 
|  | 
| * fast/dom/HTMLMeterElement/meter-clone-expected.txt: Added. | 
| @@ -66190,7 +71852,7 @@ | 
| * fast/dom/shadow/import-shadowroot.html: Removed. | 
|  | 
| 2011-06-05  Robert Hogan  <robert@webkit.org> | 
| - | 
| + | 
| Reviewed by Andreas Kling. | 
|  | 
| [Qt] Fix and unskip acid2 | 
|  |