2012-03-27 Dirk Pranke Remove more tests passing on lion Unreviewed, expectations change. * platform/chromium/test_expectations.txt: 2012-03-27 Dirk Pranke Add suppression for flaky plugins/netscape-dom-access-and-reload.html on mac and linux. Unreviewed, expectations change. * platform/chromium/test_expectations.txt: 2012-03-27 Dirk Pranke Remove more passing tests, tighten overly broad expectations. Unreviewed, expectations change. * platform/chromium/test_expectations.txt: 2012-03-27 Tony Chang use the correct size when computing flex-pack space https://bugs.webkit.org/show_bug.cgi?id=82378 Reviewed by Ojan Vafai. * css3/flexbox/flex-pack-expected.txt: * css3/flexbox/flex-pack.html: 2012-03-27 Dirk Pranke Remove a bunch of lines that are no longer failing. Unreviewed, expectations change. * platform/chromium/test_expectations.txt: 2012-03-27 Adam Klein Hold a reference to refChild in insertBefore before calling collectChildrenAndRemoveFromOldParent https://bugs.webkit.org/show_bug.cgi?id=82377 Reviewed by Ryosuke Niwa. * fast/dom/insertBefore-refChild-crash-expected.txt: Added. * fast/dom/insertBefore-refChild-crash.html: Added. 2012-03-27 Ryosuke Niwa cssText should not generate literal 'initial' in shorthand properties https://bugs.webkit.org/show_bug.cgi?id=82364 Reviewed by Antti Koivisto. * fast/css/cssText-shorthand-expected.txt: Rebaselined. * fast/css/cssText-shorthand.html: 2012-03-27 Dirk Pranke Change media/track/track-delete-during-startup bug # Unreviewed, expectations change. * platform/chromium/test_expectations.txt: 2012-03-27 Dirk Pranke Mark media/track/track-delete-during-startup as crashing in debug. Unreviewed, expectations change. * platform/chromium/test_expectations.txt: 2012-03-27 Dirk Pranke Unreviewed, expectations change. Mark css3/filters/custom/effect-custom-parameters.html as an image failure on linux debug, 32-bit * platform/chromium/test_expectations.txt: 2012-03-27 Joe Thomas Implement vw/vh/vmin (viewport sizes) from CSS3 Values and Units https://bugs.webkit.org/show_bug.cgi?id=27160 Reviewed by Antti Koivisto. vw/vh/vmin are implemented as primitive length units. Added the parsing logic for these new units. New Length types such as ViewportRelativeWidth, ViewportRelativeHeight and ViewportRelativeMin are added for these length units and included the support for fetching the value of these relative units based on the current viewport size. The specification related to this implementation is http://dev.w3.org/csswg/css3-values/#viewport-relative-lengths. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-getStyle-expected.txt: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-getStyle.html: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh-absolute-expected.html: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh-absolute.html: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh-expected.html: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh.html: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin-absolute-expected.html: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin-absolute.html: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin-expected.html: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin.html: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw-absolute-expected.html: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw-absolute.html: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw-expected.html: Added. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw.html: Added. * fast/dom/Window/window-properties-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: * platform/win/fast/dom/Window/window-properties-expected.txt: 2012-03-27 Andreas Kling Unreviewed, skip fast/events/dropzone-005.html on mac-wk1. It has been failing since its introduction and is skipped for every port but chromium. * platform/mac/Skipped: 2012-03-27 Pavel Podivilov Web Inspector: testSourceMapCouldNotBeLoaded logs different error messages on different platforms. https://bugs.webkit.org/show_bug.cgi?id=82314 Reviewed by Vsevolod Vlasov. * http/tests/inspector/compiler-script-mapping.html: * platform/gtk/Skipped: 2012-03-27 Yury Semikhatsky Web Inspector: simplify heap profiler front-end https://bugs.webkit.org/show_bug.cgi?id=82338 Reviewed by Pavel Feldman. * inspector/profiler/heap-snapshot.html: 2012-03-27 Pavel Podivilov Web Inspector: dispatch breakpoint-added and breakpoint-removed events on UISourceCode. https://bugs.webkit.org/show_bug.cgi?id=82318 Reviewed by Vsevolod Vlasov. * inspector/debugger/breakpoint-manager.html: 2012-03-27 Alexei Filippov Web Inspector: Fix missing objects in the dominators view. https://bugs.webkit.org/show_bug.cgi?id=82194 Due to the nature of dominators tree it is not possible to hide internal objects there because they may happen to contain user objects that can't be hidden. Besides that it fixes a small bug in HeapSnapshotArraySlice.slice function. Reviewed by Yury Semikhatsky. * inspector/profiler/heap-snapshot-expected.txt: * inspector/profiler/heap-snapshot.html: 2012-03-27 Alexis Menard Increase code sharing between CSSComputedStyleDeclaration and CSSPropertyLonghand. https://bugs.webkit.org/show_bug.cgi?id=82261 Reviewed by Ryosuke Niwa. Update expectation as it was relying on inaccurate order. All other outline related tests are expecting the same order (e.g. fast/getComputedStyle/getComputedStyle-outline-shorthand) as well as Opera. * fast/css/cssText-shorthand-expected.txt: * fast/css/cssText-shorthand.html: 2012-03-27 Nikolas Zimmermann Enable animVal support for SVGAnimatedRect https://bugs.webkit.org/show_bug.cgi?id=82317 Reviewed by Zoltan Herczeg. Extend SVGAnimatedRect tests to cover animVal support. * svg/animations/script-tests/svgrect-animation-1.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/svgrect-animation-2.js: (sample1): (sample2): (sample3): * svg/animations/svgrect-animation-1-expected.txt: * svg/animations/svgrect-animation-2-expected.txt: 2012-03-27 Nikolas Zimmermann Not reviewed. Use shouldBe() instead of shouldBeCloseEnough() when testing the baseVal in the SVGAngle tests. It doesn't get animated, and thus isn't timing dependant. All other tests are correct. * svg/animations/script-tests/svgangle-animation-deg-to-grad.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/svgangle-animation-deg-to-rad.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/svgangle-animation-grad-to-deg.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/svgangle-animation-grad-to-rad.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/svgangle-animation-rad-to-deg.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/svgangle-animation-rad-to-grad.js: (sample1): (sample2): (sample3): 2012-03-27 Csaba Osztrogonác [Qt] Unreviewed gardening. Skip accidentally unskipped tests again. * platform/qt/Skipped: 2012-03-27 Pavel Feldman Not reviewed: chromium baselines updated. * platform/chromium-mac-snowleopard/fast/forms/textfield-overflow-expected.png: Removed. 2012-03-27 Csaba Osztrogonác [Qt] Unreviewed gardening after r112229. * platform/qt/fast/repaint/block-layout-inline-children-replaced-expected.png: * platform/qt/fast/repaint/block-layout-inline-children-replaced-expected.txt: * platform/qt/fast/table/quote-text-around-iframe-expected.png: * platform/qt/fast/table/quote-text-around-iframe-expected.txt: 2012-03-27 Nikolas Zimmermann Enable animVal support for SVGAnimatedString https://bugs.webkit.org/show_bug.cgi?id=82316 Reviewed by Zoltan Herczeg. Add new test covering animVal+SVGAnimatedString. * svg/animations/script-tests/svgstring-animation-1.js: Added. (sample1): (sample2): (sample3): (executeTest): * svg/animations/svgstring-animation-1-expected.txt: Added. * svg/animations/svgstring-animation-1.html: Added. 2012-03-27 Philippe Normand Unreviewed, GTK rebaseline after r112229. * platform/gtk/fast/repaint/block-layout-inline-children-replaced-expected.txt: * platform/gtk/fast/table/quote-text-around-iframe-expected.txt: 2012-03-26 Pavel Podivilov Web Inspector: store UIBreakpoints on UISourceCode. https://bugs.webkit.org/show_bug.cgi?id=82214 Reviewed by Vsevolod Vlasov. * inspector/debugger/breakpoint-manager.html: 2012-03-27 Szilard Ledan [Qt] Unskipped 5 passing tests. Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: 2012-03-27 Csaba Osztrogonác [Qt] Unreviewed gardening, skip a failing test. * platform/qt-5.0-wk2/Skipped: 2012-03-27 Nikolas Zimmermann Enable animVal support for SVGAnimatedBoolean https://bugs.webkit.org/show_bug.cgi?id=82311 Reviewed by Antti Koivisto. Extend SVGAnimatedBoolean tests to cover animVal support. * svg/animations/script-tests/svgboolean-animation-1.js: (sample1): (sample2): (sample3): * svg/animations/svgboolean-animation-1-expected.txt: 2012-03-27 Philippe Normand Unreviewed, skip an inspector test failing on 64-bit Debug GTK bot. * platform/gtk/Skipped: 2012-03-27 Nikolas Zimmermann gets pixellated when stretched https://bugs.webkit.org/show_bug.cgi?id=81631 Reviewed by Antti Koivisto. Add new tests covering setting only one of width/height to a percentage when embedding SVGs into s. * platform/chromium/test_expectations.txt: Update expectations. * platform/mac/fast/repaint/block-layout-inline-children-replaced-expected.txt: Update changed result - slight rounding difference. * platform/mac/fast/table/quote-text-around-iframe-expected.png: Update changed result, now the default intrinsic size respects scaling. * platform/mac/fast/table/quote-text-around-iframe-expected.txt: Ditto. * svg/as-image/img-relative-height-expected.html: Added. * svg/as-image/img-relative-height.html: Added. * svg/as-image/img-relative-width-expected.html: Added. * svg/as-image/img-relative-width.html: Added. * svg/as-image/resources/island.svg: Added. * svg/as-image/svg-non-integer-scaled-image-expected.png: * svg/as-image/svg-non-integer-scaled-image-expected.txt: 2012-03-27 Philippe Normand Unreviewed, skip two new xmlhttprequest failures on GTK. * platform/gtk/Skipped: 2012-03-27 Csaba Osztrogonác [Qt] Unreviewed gardening. Skip a new asserting test. * platform/qt/Skipped: 2012-03-27 Nikolas Zimmermann SVGAnimatedType should support SVGAnimatedIntegerOptionalInteger animation https://bugs.webkit.org/show_bug.cgi?id=67563 Reviewed by Dirk Schulze. Extend SVGAnimatedInteger tests to cover animVal support. * svg/animations/script-tests/svginteger-animation-1.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/svginteger-animation-2.js: Copied from LayoutTests/svg/animations/script-tests/svginteger-animation-1.js. (sample1): (sample2): (sample3): (executeTest): * svg/animations/svginteger-animation-1-expected.txt: * svg/animations/svginteger-animation-2-expected.txt: Added. * svg/animations/svginteger-animation-2.html: Added. 2012-03-25 Nikolas Zimmermann Enable animVal support for SVGAngle https://bugs.webkit.org/show_bug.cgi?id=82144 Reviewed by Rob Buis. Update tests after enabling animVal support for SVGAnimatedAngle. * svg/animations/script-tests/svgangle-animation-deg-to-grad.js: (sample2): (sample3): * svg/animations/script-tests/svgangle-animation-deg-to-rad.js: (sample2): (sample3): * svg/animations/script-tests/svgangle-animation-grad-to-deg.js: (sample2): (sample3): * svg/animations/script-tests/svgangle-animation-grad-to-rad.js: (sample2): (sample3): * svg/animations/script-tests/svgangle-animation-rad-to-deg.js: (sample2): (sample3): * svg/animations/script-tests/svgangle-animation-rad-to-grad.js: (sample2): (sample3): * svg/animations/svgangle-animation-deg-to-grad-expected.txt: * svg/animations/svgangle-animation-deg-to-rad-expected.txt: * svg/animations/svgangle-animation-grad-to-deg-expected.txt: * svg/animations/svgangle-animation-grad-to-rad-expected.txt: * svg/animations/svgangle-animation-rad-to-deg-expected.txt: * svg/animations/svgangle-animation-rad-to-grad-expected.txt: 2012-03-27 Yury Semikhatsky Web Inspector: remove remains of path finder in heap profiler front-end https://bugs.webkit.org/show_bug.cgi?id=82304 Removed remainders of heap path finder as this code is not used anymore. Reviewed by Pavel Feldman. * inspector/profiler/heap-snapshot-expected.txt: * inspector/profiler/heap-snapshot.html: 2012-03-27 Philippe Normand Unreviewed, GTK rebaseline. * platform/gtk/editing/inserting/before-after-input-element-expected.txt: * platform/gtk/editing/spelling/inline_spelling_markers-expected.txt: 2012-03-27 Bill Budge cross-origin XMLHttpRequest doesn't work with redirect https://bugs.webkit.org/show_bug.cgi?id=57600 Reviewed by Adam Barth. Adds tests to verify that an asynchronous XHR load that receives a redirect response follows the CORS redirect steps. Follows the CORS spec as described in the Latest Editor Draft at: http://www.w3.org/TR/cors/ * http/tests/security/resources/cors-redirect.php: Removed. * http/tests/security/xhr-cors-redirect.html: Removed. * http/tests/xmlhttprequest/access-control-and-redirects-async-expected.txt: Added. * http/tests/xmlhttprequest/access-control-and-redirects-async.html: Added. * http/tests/xmlhttprequest/resources/redirect-cors.php: Added. 2012-03-27 Philippe Normand Unreviewed, GTK gardening after r112112. * platform/gtk/css2.1/20110323/c543-txt-decor-000-expected.txt: Added. 2012-03-27 Pavel Feldman Not reviewed: fixing Emil's rebaselined of of textfield-overflow for chromium. * platform/chromium-mac-snowleopard/fast/forms/textfield-overflow-expected.png: Added. * platform/chromium-mac/fast/forms/textfield-overflow-expected.txt: Removed. 2012-03-26 Pavel Feldman Not reviewed: chromium expectations updated. * platform/chromium/test_expectations.txt: 2012-03-26 Pavel Feldman Not reviewed: chromium expectations updated. * platform/chromium/test_expectations.txt: 2012-03-26 Raphael Kubo da Costa [EFL] More gardening, update some fast/replaced expectations. * platform/efl/fast/replaced/001-expected.png: * platform/efl/fast/replaced/002-expected.png: * platform/efl/fast/replaced/003-expected.png: * platform/efl/fast/replaced/004-expected.png: * platform/efl/fast/replaced/005-expected.png: * platform/efl/fast/replaced/007-expected.png: * platform/efl/fast/replaced/absolute-image-sizing-expected.png: * platform/efl/fast/replaced/absolute-position-percentage-height-expected.png: * platform/efl/fast/replaced/absolute-position-with-auto-height-and-top-and-bottom-expected.png: * platform/efl/fast/replaced/absolute-position-with-auto-width-and-left-and-right-expected.png: * platform/efl/fast/replaced/applet-disabled-positioned-expected.png: * platform/efl/fast/replaced/applet-rendering-java-disabled-expected.png: * platform/efl/fast/replaced/border-radius-clip-expected.png: * platform/efl/fast/replaced/image-resize-width-expected.png: * platform/efl/fast/replaced/image-sizing-expected.png: * platform/efl/fast/replaced/image-solid-color-with-alpha-expected.png: * platform/efl/fast/replaced/inline-box-wrapper-handover-expected.png: * platform/efl/fast/replaced/max-width-percent-expected.png: * platform/efl/fast/replaced/object-align-hspace-vspace-expected.png: * platform/efl/fast/replaced/outline-replaced-elements-expected.png: * platform/efl/fast/replaced/percent-height-in-anonymous-block-in-table-expected.png: * platform/efl/fast/replaced/replaced-breaking-expected.png: * platform/efl/fast/replaced/replaced-breaking-expected.txt: * platform/efl/fast/replaced/replaced-breaking-mixture-expected.png: * platform/efl/fast/replaced/replaced-breaking-mixture-expected.txt: * platform/efl/fast/replaced/selection-rect-in-table-cell-expected.png: * platform/efl/fast/replaced/selection-rect-transform-expected.png: * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.png: * platform/efl/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.png: * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.png: * platform/efl/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.png: * platform/efl/fast/replaced/width100percent-button-expected.png: * platform/efl/fast/replaced/width100percent-image-expected.png: * platform/efl/fast/replaced/width100percent-textarea-expected.png: * platform/efl/fast/replaced/width100percent-textfield-expected.png: 2012-03-26 Pavel Feldman Not reviewed: chromium test expectations lint. * platform/chromium/test_expectations.txt: 2012-03-26 Pavel Feldman Not reviewed: marking fast/events/platform-wheelevent-* as flaky on Chromium Snow Leopard. * platform/chromium/test_expectations.txt: 2012-03-26 Pablo Flouret Fix flaky test fast/eventsource/eventsource-url-attribute.html https://bugs.webkit.org/show_bug.cgi?id=82257 Reviewed by Ryosuke Niwa. The test used http://localhost, chosen as a semi-random url, but since it doesn't return a text/event-stream mime-type sometimes a console warning would appear. Moved the test to the http folder and changed it to use a resource with the correct mime-type. * http/tests/eventsource/eventsource-url-attribute-expected.txt: Renamed from LayoutTests/fast/eventsource/eventsource-url-attribute-expected.txt. * http/tests/eventsource/eventsource-url-attribute.html: Renamed from LayoutTests/fast/eventsource/eventsource-url-attribute.html. 2012-03-26 David Grogan Extract logic of indexeddb html layout tests into js files that can be run from either a worker or a window. The two changed -expected.txt files are just for line numbers in JS error messages. Skipped were: - transaction-abort-with-js-recursion.html - transaction-abort-with-js-recursion-cross-frame.html - noblobs.html - structured-clone.html - tutorial.html The first four simulate mouse events and the last isn't really a test. structured-clone.html will be refactored for worker compatibility in a future patch. https://bugs.webkit.org/show_bug.cgi?id=81440 Reviewed by Tony Chang. * storage/indexeddb/constants.html: * storage/indexeddb/create-and-remove-object-store.html: * storage/indexeddb/create-object-store-options.html: ... every html file in storage/indexeddb except the ones listed above * storage/indexeddb/exception-in-event-aborts-expected.txt: line number in javascript error message changed * storage/indexeddb/version-change-abort-expected.txt: line number in javascript error message changed 2012-03-26 Ken Buchanan Assert failure from capitalized RenderTextFragment https://bugs.webkit.org/show_bug.cgi?id=82096 Reviewed by Ryosuke Niwa. Test that exercises failure condition in bug 82096. * fast/css/first-letter-capitalized-edit-select-crash-expected.txt: Added * fast/css/first-letter-capitalized-edit-select-crash.html: Added 2012-03-26 Shinya Kawanaka Triggers assertion if dragging from outside of in a shadow tree to inside of it. https://bugs.webkit.org/show_bug.cgi?id=82177 Reviewed by Dimitri Glazkov. * fast/dom/shadow/drag-to-meter-in-shadow-crash-expected.txt: Added. * fast/dom/shadow/drag-to-meter-in-shadow-crash.html: Added. 2012-03-26 Adam Barth When fails the CORS check, we should fire the error event https://bugs.webkit.org/show_bug.cgi?id=81998 Reviewed by Nate Chapin. Check that we're firing the error event in this case. * http/tests/security/img-with-failed-cors-check-fails-to-load-expected.txt: * http/tests/security/img-with-failed-cors-check-fails-to-load.html: 2012-03-26 Ryosuke Niwa Rebaseline after r112177. * fast/dom/css-dom-read-2-expected.txt: 2012-03-26 Adam Barth FrameLoader::shouldAllowNavigation uses Frame for context rather than Document https://bugs.webkit.org/show_bug.cgi?id=81020 Reviewed by Eric Seidel. Test that a script from an inactive document doesn't inherit the navigation privileges of the document that currently occupies the frame. * http/tests/security/frameNavigation/inactive-function-in-popup-navigate-child-expected.txt: Added. * http/tests/security/frameNavigation/inactive-function-in-popup-navigate-child.html: Added. * http/tests/security/frameNavigation/resources/fail.html: Added. * http/tests/security/frameNavigation/resources/iframe-with-inner-frame-on-foreign-domain.html: * http/tests/security/frameNavigation/resources/popup-ready-to-navigate-child.html: Added. 2012-03-26 Ojan Vafai More Chromium rebaselines for assorted failing tests. Almost all of the differences are text rendering or antialiasing. Some of them are imperceptibly different shades of a color for tests that aren't testing that (e.g the test tests clipping). 2012-03-23 Ryosuke Niwa cssText should use shorthand notations https://bugs.webkit.org/show_bug.cgi?id=81737 Reviewed by Enrica Casucci. Rebaseline existing tests and add a regression test for unprefixed CSS properties with the exception of -webkit-border-horizontal/vertical-spacing (the shorthand version of these properties (border-spacing) is unprefixed. * editing/pasteboard/paste-and-sanitize-expected.txt: Uses border instead of longhand properties as desired. * editing/pasteboard/paste-and-sanitize.html: * editing/style/non-inheritable-styles-expected.txt: Ditto. * fast/css/background-position-serialize-expected.txt: No longer emits "background-*: initial" as desired. * fast/css/cssText-shorthand-expected.txt: Added. * fast/css/cssText-shorthand.html: Added. * fast/css/remove-shorthand-expected.txt: * fast/css/remove-shorthand.html: Modified to do elaborative comparison of the lists of properties before and after removing a shorthand since now removing a shorthand property may end up adding new longhand property. * fast/css/uri-token-parsing-expected.txt: * fast/css/uri-token-parsing.html: Uses shorthand properties instead of longhand equivalents. * inspector/styles/styles-update-from-js-expected.txt: Ditto. * printing/page-rule-css-text-expected.txt: Ditto. 2012-03-26 Emil A Eklund Unreviewed test_expectations update for chromium. * platform/chromium/test_expectations.txt: 2012-03-26 Adam Klein V8RecursionScope should not hold a raw pointer to ScriptExecutionContext https://bugs.webkit.org/show_bug.cgi?id=82222 Reviewed by Eric Seidel. * fast/frames/resources/subframe-load-js-url-crash-iframe.html: Added. * fast/frames/subframe-load-js-url-crash-expected.txt: Added. * fast/frames/subframe-load-js-url-crash.html: Added. 2012-03-26 Raphael Kubo da Costa [EFL] Unreviewed gardening i fast/frames, fast/html and fast/lists. * platform/efl/Skipped: * platform/efl/fast/frames/001-expected.png: * platform/efl/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png: * platform/efl/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.png: * platform/efl/fast/frames/flattening/iframe-flattening-nested-expected.png: * platform/efl/fast/frames/frame-navigation-expected.png: * platform/efl/fast/frames/frame-scrolling-attribute-expected.png: * platform/efl/fast/frames/frameset-style-recalc-expected.png: * platform/efl/fast/frames/iframe-scrolling-attribute-expected.png: * platform/efl/fast/frames/iframe-with-frameborder-expected.png: * platform/efl/fast/frames/onlyCommentInIFrame-expected.png: * platform/efl/fast/frames/viewsource-attribute-expected.png: * platform/efl/fast/frames/viewsource-on-image-file-expected.png: * platform/efl/fast/html/details-add-child-1-expected.png: Added. * platform/efl/fast/html/details-add-child-2-expected.png: Added. * platform/efl/fast/html/details-add-details-child-1-expected.png: Added. * platform/efl/fast/html/details-add-details-child-2-expected.png: Added. * platform/efl/fast/html/details-add-summary-1-and-click-expected.png: Copied from LayoutTests/platform/efl/fast/lists/li-br-expected.png. * platform/efl/fast/html/details-add-summary-1-expected.png: Copied from LayoutTests/platform/efl/fast/lists/li-br-expected.png. * platform/efl/fast/html/details-add-summary-10-and-click-expected.png: Added. * platform/efl/fast/html/details-add-summary-10-expected.png: Added. * platform/efl/fast/html/details-add-summary-2-and-click-expected.png: Added. * platform/efl/fast/html/details-add-summary-2-expected.png: Copied from LayoutTests/platform/efl/fast/lists/li-br-expected.png. * platform/efl/fast/html/details-add-summary-3-and-click-expected.png: Added. * platform/efl/fast/html/details-add-summary-3-expected.png: Added. * platform/efl/fast/html/details-add-summary-4-and-click-expected.png: Added. * platform/efl/fast/html/details-add-summary-4-expected.png: Added. * platform/efl/fast/html/details-add-summary-5-and-click-expected.png: Added. * platform/efl/fast/html/details-add-summary-5-expected.png: Copied from LayoutTests/platform/efl/fast/lists/li-br-expected.png. * platform/efl/fast/html/details-add-summary-6-and-click-expected.png: Added. * platform/efl/fast/html/details-add-summary-6-expected.png: Added. * platform/efl/fast/html/details-add-summary-7-and-click-expected.png: Added. * platform/efl/fast/html/details-add-summary-7-expected.png: Added. * platform/efl/fast/html/details-add-summary-8-and-click-expected.png: Added. * platform/efl/fast/html/details-add-summary-8-expected.png: Added. * platform/efl/fast/html/details-add-summary-9-and-click-expected.png: Added. * platform/efl/fast/html/details-add-summary-9-expected.png: Added. * platform/efl/fast/html/details-add-summary-child-1-expected.png: Added. * platform/efl/fast/html/details-add-summary-child-2-expected.png: Added. * platform/efl/fast/html/details-nested-1-expected.png: Added. * platform/efl/fast/html/details-nested-2-expected.png: Added. * platform/efl/fast/html/details-no-summary1-expected.png: Added. * platform/efl/fast/html/details-no-summary2-expected.png: Added. * platform/efl/fast/html/details-no-summary3-expected.png: Added. * platform/efl/fast/html/details-no-summary4-expected.png: Added. * platform/efl/fast/html/details-open-javascript-expected.png: Added. * platform/efl/fast/html/details-open1-expected.png: Added. * platform/efl/fast/html/details-open2-expected.png: Added. * platform/efl/fast/html/details-open3-expected.png: Added. * platform/efl/fast/html/details-open4-expected.png: Added. * platform/efl/fast/html/details-open5-expected.png: Added. * platform/efl/fast/html/details-open6-expected.png: Added. * platform/efl/fast/html/details-position-expected.png: Added. * platform/efl/fast/html/details-remove-child-1-expected.png: Added. * platform/efl/fast/html/details-remove-child-2-expected.png: Added. * platform/efl/fast/html/details-remove-summary-1-and-click-expected.png: Added. * platform/efl/fast/html/details-remove-summary-1-expected.png: Added. * platform/efl/fast/html/details-remove-summary-2-and-click-expected.png: Added. * platform/efl/fast/html/details-remove-summary-2-expected.png: Added. * platform/efl/fast/html/details-remove-summary-3-and-click-expected.png: Added. * platform/efl/fast/html/details-remove-summary-3-expected.png: Added. * platform/efl/fast/html/details-remove-summary-4-and-click-expected.png: Added. * platform/efl/fast/html/details-remove-summary-4-expected.png: Added. * platform/efl/fast/html/details-remove-summary-5-and-click-expected.png: Added. * platform/efl/fast/html/details-remove-summary-5-expected.png: Added. * platform/efl/fast/html/details-remove-summary-6-and-click-expected.png: Added. * platform/efl/fast/html/details-remove-summary-6-expected.png: Added. * platform/efl/fast/html/details-remove-summary-child-1-expected.png: Added. * platform/efl/fast/html/details-remove-summary-child-2-expected.png: Added. * platform/efl/fast/html/details-replace-summary-child-expected.png: Added. * platform/efl/fast/html/details-replace-text-expected.png: Added. * platform/efl/fast/html/details-writing-mode-expected.png: Added. * platform/efl/fast/html/link-rel-stylesheet-expected.png: * platform/efl/fast/html/listing-expected.png: * platform/efl/fast/html/marquee-scroll-expected.png: * platform/efl/fast/html/marquee-scrollamount-expected.png: * platform/efl/fast/lists/001-expected.png: * platform/efl/fast/lists/001-vertical-expected.png: * platform/efl/fast/lists/002-expected.png: * platform/efl/fast/lists/002-vertical-expected.png: * platform/efl/fast/lists/003-expected.png: * platform/efl/fast/lists/003-vertical-expected.png: * platform/efl/fast/lists/005-expected.png: * platform/efl/fast/lists/005-vertical-expected.png: * platform/efl/fast/lists/007-expected.png: * platform/efl/fast/lists/007-vertical-expected.png: * platform/efl/fast/lists/008-expected.png: * platform/efl/fast/lists/008-vertical-expected.png: * platform/efl/fast/lists/anonymous-items-expected.png: * platform/efl/fast/lists/big-list-marker-expected.png: * platform/efl/fast/lists/dynamic-marker-crash-expected.png: * platform/efl/fast/lists/li-br-expected.png: * platform/efl/fast/lists/li-style-alpha-huge-value-crash-expected.png: * platform/efl/fast/lists/marker-before-empty-inline-expected.png: * platform/efl/fast/lists/marker-image-error-expected.png: * platform/efl/fast/lists/markers-in-selection-expected.png: * platform/efl/fast/lists/ol-display-types-expected.png: * platform/efl/fast/lists/ol-start-parsing-expected.png: * platform/efl/fast/lists/olstart-expected.png: * platform/efl/fast/lists/ordered-list-with-no-ol-tag-expected.png: * platform/efl/fast/lists/scrolled-marker-paint-expected.png: 2012-03-26 Ojan Vafai Chromium rebaselines for test failing due to text rendering or antialiasing differences. Changes to non-chromium results were from "webkit-patch optimize-baselines". 2012-03-26 Tony Chang apply cross axis constraints before aligning children in flexbox https://bugs.webkit.org/show_bug.cgi?id=82240 Reviewed by Ojan Vafai. * css3/flexbox/flex-align-expected.txt: * css3/flexbox/flex-align.html: 2012-03-26 Ojan Vafai The css3/selectors3/xml tests are flaky on Leopard as well. * platform/chromium/test_expectations.txt: 2012-03-25 Gavin Barraclough Greek sigma is handled wrong in case independent regexp. https://bugs.webkit.org/show_bug.cgi?id=82063 Reviewed by Oliver Hunt. * fast/regex/script-tests/unicodeCaseInsensitive.js: Added. (shouldBeTrue.ucs2CodePoint): * fast/regex/unicodeCaseInsensitive-expected.txt: Added. * fast/regex/unicodeCaseInsensitive.html: Added. - Added test cases for case-insensitive matches of non-ascii characters. 2012-03-26 Emil A Eklund Unreviewed test_expectations update for chromium. * platform/chromium/test_expectations.txt: 2012-03-26 Emil A Eklund Unreviewed rebaseline for fast/forms/textfield-overflow. * platform/chromium-mac-snowleopard/fast/forms/textfield-overflow-expected.png: Removed. * platform/chromium-mac/fast/forms/textfield-overflow-expected.png: Added. * platform/chromium-mac/fast/forms/textfield-overflow-expected.txt: Added. 2012-03-26 Emil A Eklund Unreviewed test_expectations update for chromium. * platform/chromium/test_expectations.txt: 2012-03-26 Antaryami Pandia An element remains focusable even though its associated is not rendered. https://bugs.webkit.org/show_bug.cgi?id=71788 Reviewed by Andy Estes. Test sequential focus navigation. * fast/events/tab-test-not-visible-imagemap-expected.txt: Added. * fast/events/tab-test-not-visible-imagemap.html: Added. 2012-03-26 Ojan Vafai Trim the set of flaky css3/selectors3/xml tests on SnowLeopard to the set that are actually flaky on the bots. * platform/chromium/test_expectations.txt: 2012-03-26 Julien Chaffraix Fix Qt after r112113 and r112112. Unreviewed. * platform/qt/Skipped: Skipped a new test that is failing. * platform/qt/fast/forms/textfield-overflow-expected.txt: Updated the baseline as it matches other ports. 2012-03-26 Pavel Feldman Not reviewed: chromium baselines for c543-txt-decor-000. * platform/chromium-linux/css2.1/20110323/c543-txt-decor-000-expected.png: Added. * platform/chromium-mac-leopard/css2.1/20110323/c543-txt-decor-000-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/20110323/c543-txt-decor-000-expected.png: Added. * platform/chromium-mac/css2.1/20110323/c543-txt-decor-000-expected.png: Added. * platform/chromium-win/css2.1/20110323/c543-txt-decor-000-expected.png: Added. * platform/chromium-win/css2.1/20110323/c543-txt-decor-000-expected.txt: Added. 2012-03-26 Dan Bernstein Removed Mac WebKit2-specific expected results for this test, which were added in r90097. * platform/mac-wk2/fast/forms/textfield-overflow-expected.txt: Removed. 2012-03-26 Mike Lawther CSS3 calc: mixed percent/absolute for box-reflect https://bugs.webkit.org/show_bug.cgi?id=82161 Reviewed by Ojan Vafai. * css3/calc/box-reflect-expected.html: Added. * css3/calc/box-reflect.html: Added. 2012-03-26 Mike Lawther CSS3 calc: mixed percent/absolute support for vertical-align https://bugs.webkit.org/show_bug.cgi?id=82152 Reviewed by Ojan Vafai. * css3/calc/vertical-align-expected.html: Added. * css3/calc/vertical-align.html: Added. 2012-03-26 Stephen Chenney Failure to invalidate text position attributes when DOM changes https://bugs.webkit.org/show_bug.cgi?id=81464 Reviewed by Nikolas Zimmermann. * svg/custom/delete-modified-text-in-defs-crash-expected.txt: Added. * svg/custom/delete-modified-text-in-defs-crash.svg: Added. 2012-03-26 Florin Malita Rebaseline zoom-foreignObject.svg CR results https://bugs.webkit.org/show_bug.cgi?id=82205 Unreviewed Chromium rebaseline. * platform/chromium-mac-leopard/svg/zoom/page/zoom-foreignObject-expected.png: * platform/chromium-mac-leopard/svg/zoom/text/zoom-foreignObject-expected.png: Added. * platform/chromium-mac-snowleopard/svg/zoom/page/zoom-foreignObject-expected.png: Added. * platform/chromium-mac/svg/zoom/page/zoom-foreignObject-expected.png: * platform/chromium-mac/svg/zoom/text/zoom-foreignObject-expected.png: * platform/chromium-win-vista/svg/zoom/page/zoom-foreignObject-expected.png: * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.png: * platform/chromium-win/svg/zoom/text/zoom-foreignObject-expected.png: * platform/chromium/test_expectations.txt: 2012-03-26 Julien Chaffraix REGRESSION (r110065-r110080): fast/forms/placeholder-set-attribute.html is failing intermittently because WebKit fails to repaint after setting the placeholder attribute https://bugs.webkit.org/show_bug.cgi?id=81802 Reviewed by Dan Bernstein. * platform/mac/Skipped: Unskip the test on Mac. The other platforms are either skipping it for other reasons or did not have a specific entry for the flakiness. 2012-03-26 Julien Chaffraix REGRESSION(r110072): fast/forms/textfield-overflow.html is failing https://bugs.webkit.org/show_bug.cgi?id=80531 Reviewed by Ojan Vafai. * platform/chromium-linux/fast/table/colspanMinWidth-vertical-expected.png: * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.txt: This is a progression. The now takes the full cell's space instead of being shrunk. * platform/efl/Skipped: * platform/efl/test_expectations.txt: * platform/gtk/Skipped: * platform/gtk/test_expectations.txt: * platform/mac/Skipped: * platform/qt/Skipped: * platform/win/Skipped: Re-enable fast/forms/textfield-overflow.html as it should be passing. Also disabled colspanMinWidth-vertical.html on platforms without a rebaseline. * platform/chromium/test_expectations.txt: Ditto and marked fast/repaint/search-field-cancel.html as failing image only. 2012-03-26 SravanKumar Sandela Supersede t1504-c543-txt-decor-00-d-g.html with c543-txt-decor-000.html https://bugs.webkit.org/show_bug.cgi?id=82120 Reviewed by Pavel Feldman. Test css2.1/t1504-c543-txt-decor-00-d-g.html is outdated and had some issues, hence removed and superseding it with c543-txt-decor-000.html. Also, copied two support png files from css2.1/support to css2.1/20110323/support. * css2.1/20110323/c543-txt-decor-000-expected.png: Added. * css2.1/20110323/c543-txt-decor-000-expected.txt: Added. * css2.1/20110323/c543-txt-decor-000.html: Added. * css2.1/20110323/support/square-purple.png: Added. * css2.1/20110323/support/square-teal.png: Added. * css2.1/t1504-c543-txt-decor-00-d-g.html: Removed. * platform/chromium-linux/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Removed. * platform/chromium-mac-leopard/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Removed. * platform/chromium-mac-snowleopard/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Removed. * platform/chromium-mac/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Removed. * platform/chromium-win/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Removed. * platform/chromium-win/css2.1/t1504-c543-txt-decor-00-d-g-expected.txt: Removed. * platform/efl/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Removed. * platform/efl/css2.1/t1504-c543-txt-decor-00-d-g-expected.txt: Removed. * platform/gtk/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Removed. * platform/gtk/css2.1/t1504-c543-txt-decor-00-d-g-expected.txt: Removed. * platform/mac-leopard/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Removed. * platform/mac/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Removed. * platform/mac/css2.1/t1504-c543-txt-decor-00-d-g-expected.txt: Removed. * platform/qt/css2.1/t1504-c543-txt-decor-00-d-g-expected.txt: Removed. 2012-03-26 Csaba Osztrogonác [Qt] Unreviewed gardening, add Qt specific expected results for new passsing tests. * platform/qt/Skipped: Skip a new failing test. * platform/qt/editing/selection/selection-button-text-expected.png: Added. * platform/qt/editing/selection/selection-button-text-expected.txt: Added. * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png: Added. * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Added. * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: Added. * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Added. * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: Added. * platform/qt/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Added. * platform/qt/svg/custom/use-extern-href-expected.png: Added. * platform/qt/svg/custom/use-extern-href-expected.txt: Added. * platform/qt/svg/repaint/repainting-after-animation-element-removal-expected.png: Added. * platform/qt/svg/repaint/repainting-after-animation-element-removal-expected.txt: Added. 2012-03-26 Csaba Osztrogonác [Qt][Mac] Skip failing tests to paint the bot green. * platform/qt-mac/Skipped: 2012-03-26 Pavel Feldman Web Inspector: 'use strict' exceptions stop in inspector code https://bugs.webkit.org/show_bug.cgi?id=82199 Reviewed by Yury Semikhatsky. * inspector/console/console-format-collections-expected.txt: * inspector/console/console-format-collections.html: * platform/chromium/inspector/console/console-format-collections-expected.txt: 2012-03-26 Mihai Balan [CSS Regions] In region styling (@-webkit-region) the position for CSS rules is incorrectly computed https://bugs.webkit.org/show_bug.cgi?id=81901 Reviewed by Antti Koivisto. Ref tests for bug #81901. Testing that CSS rules position is properly computed when having multiple @-webkit-region declarations. * fast/regions/region-style-rule-position-expected.html: Added. * fast/regions/region-style-rule-position.html: Added. 2012-03-26 Csaba Osztrogonác [Qt] Unreviewed gardening. Remove tests, because the original change was rolled out. * platform/qt-5.0-wk2/Skipped: 2012-03-26 János Badics [Qt] Running these two tests gives different results on 32 and 64 bit systems so they have been skipped until they're fixed. Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: 2012-03-26 Philip Rogers Add invalid bounding box concept to SVG containers https://bugs.webkit.org/show_bug.cgi?id=81104 Reviewed by Nikolas Zimmermann. * svg/custom/getBBox-empty-container-expected.txt: Added. * svg/custom/getBBox-empty-container.html: Added. 2012-03-26 Pavel Feldman Not reviewed: [chromium] rebaselining plugins/embed-attributes-style. * platform/chromium-linux/plugins/embed-attributes-style-expected.png: 2012-03-26 Pavel Feldman Not reviewed: [chromium] rebaselining compositing/plugins/composited-plugin. * platform/chromium-mac-leopard/compositing/plugins/composited-plugin-expected.png: * platform/chromium-mac-snowleopard/compositing/plugins/composited-plugin-expected.png: 2012-03-26 Alexander Pavlov Web Inspector: [REGRESSION] Workarounds for security checks when retrieving stylesheet rule lists are broken https://bugs.webkit.org/show_bug.cgi?id=82191 Reviewed by Vsevolod Vlasov. * http/tests/inspector/modify-cross-domain-rule-expected.txt: Added. * http/tests/inspector/modify-cross-domain-rule.html: Added. * http/tests/inspector/styles/modify-cross-domain-rule.css: Added. (#inspected): 2012-03-26 Szilard Ledan [Qt] Unskip passing tests from the 'new tests without expected results' section. Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: * platform/qt/compositing/overflow/ancestor-overflow-expected.png: Added. * platform/qt/compositing/overflow/ancestor-overflow-expected.txt: Added. * platform/qt/css2.1/20110323/border-collapse-offset-002-expected.png: Added. * platform/qt/css2.1/20110323/border-collapse-offset-002-expected.txt: Added. * platform/qt/css2.1/20110323/outline-color-applies-to-008-expected.png: Added. * platform/qt/css2.1/20110323/outline-color-applies-to-008-expected.txt: Added. * platform/qt/fast/backgrounds/border-radius-split-background-expected.png: Added. * platform/qt/fast/backgrounds/border-radius-split-background-expected.txt: Added. * platform/qt/fast/backgrounds/border-radius-split-background-image-expected.png: Added. * platform/qt/fast/backgrounds/border-radius-split-background-image-expected.txt: Added. * platform/qt/fast/backgrounds/mask-box-image-expected.png: Added. * platform/qt/fast/backgrounds/mask-box-image-expected.txt: Added. * platform/qt/fast/block/float/fit_line_below_floats-expected.png: Added. * platform/qt/fast/block/float/fit_line_below_floats-expected.txt: Added. * platform/qt/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.png: Added. * platform/qt/fast/block/float/intruding-float-add-in-sibling-block-on-static-position-expected.txt: Added. * platform/qt/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.png: Added. * platform/qt/fast/block/float/intruding-float-add-in-sibling-block-on-static-position2-expected.txt: Added. * platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.png: Added. * platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position-expected.txt: Added. * platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.png: Added. * platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-absolute-position2-expected.txt: Added. * platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.png: Added. * platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position-expected.txt: Added. * platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.png: Added. * platform/qt/fast/block/float/intruding-float-remove-from-sibling-block-on-fixed-position2-expected.txt: Added. * platform/qt/fast/block/float/overhanging-float-add-in-static-position-block-expected.png: Added. * platform/qt/fast/block/float/overhanging-float-add-in-static-position-block-expected.txt: Added. * platform/qt/fast/block/float/overhanging-float-add-in-static-position-block2-expected.png: Added. * platform/qt/fast/block/float/overhanging-float-add-in-static-position-block2-expected.txt: Added. * platform/qt/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.png: Added. * platform/qt/fast/block/float/overhanging-float-remove-from-absolute-position-block-expected.txt: Added. * platform/qt/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.png: Added. * platform/qt/fast/block/float/overhanging-float-remove-from-absolute-position-block2-expected.txt: Added. * platform/qt/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.png: Added. * platform/qt/fast/block/float/overhanging-float-remove-from-fixed-position-block-expected.txt: Added. * platform/qt/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.png: Added. * platform/qt/fast/block/float/overhanging-float-remove-from-fixed-position-block2-expected.txt: Added. * platform/qt/fast/block/float/overhanging-tall-block-expected.png: Added. * platform/qt/fast/block/float/overhanging-tall-block-expected.txt: Added. * platform/qt/fast/block/lineboxcontain/none-expected.png: Added. * platform/qt/fast/block/lineboxcontain/none-expected.txt: Added. * platform/qt/fast/block/positioning/differing-writing-modes-replaced-expected.png: Added. * platform/qt/fast/block/positioning/differing-writing-modes-replaced-expected.txt: Added. * platform/qt/fast/borders/border-image-slice-constrained-expected.png: Added. * platform/qt/fast/borders/border-image-slice-constrained-expected.txt: Added. * platform/qt/fast/borders/border-styles-split-expected.png: Added. * platform/qt/fast/borders/border-styles-split-expected.txt: Added. * platform/qt/fast/borders/mixed-border-styles-radius2-expected.png: Added. * platform/qt/fast/borders/mixed-border-styles-radius2-expected.txt: Added. * platform/qt/fast/box-shadow/inset-box-shadow-radius-expected.png: Added. * platform/qt/fast/box-shadow/inset-box-shadow-radius-expected.txt: Added. * platform/qt/fast/box-shadow/inset-box-shadows-expected.png: Added. * platform/qt/fast/box-shadow/inset-box-shadows-expected.txt: Added. * platform/qt/fast/box-shadow/scaled-box-shadow-expected.png: Added. * platform/qt/fast/box-shadow/scaled-box-shadow-expected.txt: Added. * platform/qt/fast/box-shadow/shadow-buffer-partial-expected.png: Added. * platform/qt/fast/box-shadow/shadow-buffer-partial-expected.txt: Added. * platform/qt/fast/box-shadow/shadow-tiling-artifact-expected.png: Added. * platform/qt/fast/box-shadow/shadow-tiling-artifact-expected.txt: Added. * platform/qt/fast/css/font-face-synthetic-bold-italic-expected.png: Added. * platform/qt/fast/css/font-face-synthetic-bold-italic-expected.txt: Added. * platform/qt/fast/css/font-face-weight-matching-expected.png: Added. * platform/qt/fast/css/font-face-weight-matching-expected.txt: Added. * platform/qt/fast/css/non-empty-span-expected.png: Added. * platform/qt/fast/css/non-empty-span-expected.txt: Added. * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png: Added. * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt: Added. * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png: Added. * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt: Added. * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png: Added. * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt: Added. * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png: Added. * platform/qt/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt: Added. * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png: Added. * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt: Added. * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png: Added. * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt: Added. * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-expected.png: Added. * platform/qt/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt: Added. * platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png: Added. * platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt: Added. * platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png: Added. * platform/qt/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt: Added. * platform/qt/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png: Added. * platform/qt/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt: Added. * platform/qt/fast/css/transformed-mask-expected.png: Added. * platform/qt/fast/css/transformed-mask-expected.txt: Added. * platform/qt/fast/dom/52776-expected.png: Added. * platform/qt/fast/dom/52776-expected.txt: Added. * platform/qt/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png: Added. * platform/qt/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: Added. * platform/qt/fast/forms/input-placeholder-visibility-1-expected.png: Added. * platform/qt/fast/forms/input-placeholder-visibility-1-expected.txt: Added. * platform/qt/fast/forms/input-placeholder-visibility-3-expected.png: Added. * platform/qt/fast/forms/input-placeholder-visibility-3-expected.txt: Added. * platform/qt/fast/forms/listbox-bidi-align-expected.png: Added. * platform/qt/fast/forms/listbox-bidi-align-expected.txt: Added. * platform/qt/fast/forms/placeholder-position-expected.png: * platform/qt/fast/forms/placeholder-position-expected.txt: * platform/qt/fast/forms/range/input-appearance-range-expected.png: Added. * platform/qt/fast/forms/range/input-appearance-range-expected.txt: Added. * platform/qt/fast/forms/select-overflow-scroll-expected.png: Added. * platform/qt/fast/forms/select-overflow-scroll-expected.txt: Added. * platform/qt/fast/forms/select-overflow-scroll-inherited-expected.png: Added. * platform/qt/fast/forms/select-overflow-scroll-inherited-expected.txt: Added. * platform/qt/fast/forms/textfield-focus-ring-expected.png: Added. * platform/qt/fast/forms/textfield-focus-ring-expected.txt: Added. * platform/qt/fast/line-grid/line-align-left-edges-expected.png: Added. * platform/qt/fast/line-grid/line-align-left-edges-expected.txt: Added. * platform/qt/fast/line-grid/line-align-right-edges-expected.png: Added. * platform/qt/fast/line-grid/line-align-right-edges-expected.txt: Added. * platform/qt/fast/line-grid/line-grid-contains-value-expected.png: Added. * platform/qt/fast/line-grid/line-grid-contains-value-expected.txt: Added. * platform/qt/fast/line-grid/line-grid-floating-expected.png: Added. * platform/qt/fast/line-grid/line-grid-floating-expected.txt: Added. * platform/qt/fast/line-grid/line-grid-inside-columns-expected.png: Added. * platform/qt/fast/line-grid/line-grid-inside-columns-expected.txt: Added. * platform/qt/fast/line-grid/line-grid-into-columns-expected.png: Added. * platform/qt/fast/line-grid/line-grid-into-columns-expected.txt: Added. * platform/qt/fast/line-grid/line-grid-into-floats-expected.png: Added. * platform/qt/fast/line-grid/line-grid-into-floats-expected.txt: Added. * platform/qt/fast/line-grid/line-grid-positioned-expected.png: Added. * platform/qt/fast/line-grid/line-grid-positioned-expected.txt: Added. * platform/qt/fast/multicol/positioned-split-expected.png: Added. * platform/qt/fast/multicol/positioned-split-expected.txt: Added. * platform/qt/fast/multicol/vertical-lr/column-count-with-rules-expected.png: Added. * platform/qt/fast/multicol/vertical-lr/column-count-with-rules-expected.txt: Added. * platform/qt/fast/multicol/vertical-rl/column-count-with-rules-expected.png: Added. * platform/qt/fast/multicol/vertical-rl/column-count-with-rules-expected.txt: Added. * platform/qt/fast/repaint/block-layout-inline-children-float-positioned-expected.png: Added. * platform/qt/fast/repaint/block-layout-inline-children-float-positioned-expected.txt: Added. * platform/qt/fast/repaint/transform-rotate-and-remove-expected.png: Added. * platform/qt/fast/repaint/transform-rotate-and-remove-expected.txt: Added. * platform/qt/fast/text/hyphenate-limit-before-after-expected.png: Added. * platform/qt/fast/text/hyphenate-limit-before-after-expected.txt: Added. * platform/qt/fast/text/unicode-variation-selector-expected.png: Added. * platform/qt/fast/text/unicode-variation-selector-expected.txt: Added. * platform/qt/fast/writing-mode/fallback-orientation-expected.png: Added. * platform/qt/fast/writing-mode/fallback-orientation-expected.txt: Added. * platform/qt/http/tests/misc/slow-loading-mask-expected.png: Added. * platform/qt/http/tests/misc/slow-loading-mask-expected.txt: Added. * platform/qt/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Added. * platform/qt/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt: Added. * platform/qt/svg/as-object/object-box-sizing-no-width-height-expected.png: Added. * platform/qt/svg/as-object/object-box-sizing-no-width-height-expected.txt: Added. * platform/qt/svg/clip-path/clip-path-tspan-and-stroke-expected.png: Added. * platform/qt/svg/clip-path/clip-path-tspan-and-stroke-expected.txt: Added. * platform/qt/svg/custom/mask-colorspace-expected.png: Added. * platform/qt/svg/custom/mask-colorspace-expected.txt: Added. * platform/qt/svg/custom/object-no-size-attributes-expected.png: Added. * platform/qt/svg/custom/object-no-size-attributes-expected.txt: Added. * platform/qt/svg/custom/object-sizing-explicit-height-expected.png: Added. * platform/qt/svg/custom/object-sizing-explicit-height-expected.txt: Added. * platform/qt/svg/custom/object-sizing-explicit-width-expected.png: Added. * platform/qt/svg/custom/object-sizing-explicit-width-expected.txt: Added. * platform/qt/svg/custom/path-moveto-only-rendering-expected.png: Added. * platform/qt/svg/custom/path-moveto-only-rendering-expected.txt: Added. * platform/qt/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png: Added. * platform/qt/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.txt: Added. * platform/qt/svg/custom/relative-sized-image-expected.png: Added. * platform/qt/svg/custom/relative-sized-image-expected.txt: Added. * platform/qt/svg/custom/subpaths-moveto-only-rendering-expected.png: Added. * platform/qt/svg/custom/subpaths-moveto-only-rendering-expected.txt: Added. * platform/qt/svg/custom/svg-curve-with-relative-cordinates-expected.png: Added. * platform/qt/svg/custom/svg-curve-with-relative-cordinates-expected.txt: Added. * platform/qt/svg/custom/svg-fonts-segmented-expected.png: Added. * platform/qt/svg/custom/svg-fonts-segmented-expected.txt: Added. * platform/qt/svg/custom/use-disappears-after-style-update-expected.png: Added. * platform/qt/svg/custom/use-disappears-after-style-update-expected.txt: Added. * platform/qt/svg/filters/feColorMatrix-offset-expected.png: Added. * platform/qt/svg/filters/feColorMatrix-offset-expected.txt: Added. * platform/qt/svg/filters/feConvolveFilter-y-bounds-expected.png: Added. * platform/qt/svg/filters/feConvolveFilter-y-bounds-expected.txt: Added. * platform/qt/svg/filters/feImage-change-target-id-expected.png: Added. * platform/qt/svg/filters/feImage-change-target-id-expected.txt: Added. * platform/qt/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png: Added. * platform/qt/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.txt: Added. * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png: Added. * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.txt: Added. * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png: Added. * platform/qt/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.txt: Added. * platform/qt/svg/filters/feImage-late-indirect-update-expected.png: Added. * platform/qt/svg/filters/feImage-late-indirect-update-expected.txt: Added. * platform/qt/svg/filters/feImage-multiple-targets-id-change-expected.png: Added. * platform/qt/svg/filters/feImage-multiple-targets-id-change-expected.txt: Added. * platform/qt/svg/filters/feImage-position-expected.png: Added. * platform/qt/svg/filters/feImage-position-expected.txt: Added. * platform/qt/svg/filters/feImage-preserveAspectratio-expected.png: Added. * platform/qt/svg/filters/feImage-preserveAspectratio-expected.txt: Added. * platform/qt/svg/filters/feImage-remove-target-expected.png: Added. * platform/qt/svg/filters/feImage-remove-target-expected.txt: Added. * platform/qt/svg/filters/feImage-subregions-expected.png: Added. * platform/qt/svg/filters/feImage-subregions-expected.txt: Added. * platform/qt/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: Added. * platform/qt/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.txt: Added. * platform/qt/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: Added. * platform/qt/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.txt: Added. * platform/qt/svg/filters/feImage-target-add-to-document-expected.png: Added. * platform/qt/svg/filters/feImage-target-add-to-document-expected.txt: Added. * platform/qt/svg/filters/feImage-target-attribute-change-expected.png: Added. * platform/qt/svg/filters/feImage-target-attribute-change-expected.txt: Added. * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png: Added. * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.txt: Added. * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png: Added. * platform/qt/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.txt: Added. * platform/qt/svg/filters/feImage-target-changes-id-expected.png: Added. * platform/qt/svg/filters/feImage-target-changes-id-expected.txt: Added. * platform/qt/svg/filters/feImage-target-id-change-expected.png: Added. * platform/qt/svg/filters/feImage-target-id-change-expected.txt: Added. * platform/qt/svg/filters/feImage-target-inline-style-change-expected.png: Added. * platform/qt/svg/filters/feImage-target-inline-style-change-expected.txt: Added. * platform/qt/svg/filters/feImage-target-property-change-expected.png: Added. * platform/qt/svg/filters/feImage-target-property-change-expected.txt: Added. * platform/qt/svg/filters/feImage-target-reappend-to-document-expected.png: Added. * platform/qt/svg/filters/feImage-target-reappend-to-document-expected.txt: Added. * platform/qt/svg/filters/feImage-target-remove-from-document-expected.png: Added. * platform/qt/svg/filters/feImage-target-remove-from-document-expected.txt: Added. * platform/qt/svg/filters/feImage-target-style-change-expected.png: Added. * platform/qt/svg/filters/feImage-target-style-change-expected.txt: Added. * platform/qt/svg/filters/filter-placement-issue-expected.png: Added. * platform/qt/svg/filters/filter-placement-issue-expected.txt: Added. * platform/qt/svg/filters/filter-refresh-expected.png: Added. * platform/qt/svg/filters/filter-refresh-expected.txt: Added. * platform/qt/svg/filters/filterRes1-expected.png: Added. * platform/qt/svg/filters/filterRes1-expected.txt: Added. * platform/qt/svg/filters/filterRes3-expected.png: Added. * platform/qt/svg/filters/filterRes3-expected.txt: Added. * platform/qt/svg/filters/parent-children-with-same-filter-expected.png: Added. * platform/qt/svg/filters/parent-children-with-same-filter-expected.txt: Added. * platform/qt/svg/foreignObject/fO-parent-display-changes-expected.png: Added. * platform/qt/svg/foreignObject/fO-parent-display-changes-expected.txt: Added. * platform/qt/svg/foreignObject/fO-parent-display-none-expected.png: Added. * platform/qt/svg/foreignObject/fO-parent-display-none-expected.txt: Added. * platform/qt/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.png: Added. * platform/qt/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt: Added. * platform/qt/svg/foreignObject/fO-parent-of-parent-display-none-expected.png: Added. * platform/qt/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt: Added. * platform/qt/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.png: Added. * platform/qt/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt: Added. * platform/qt/svg/repaint/filter-repaint-expected.png: Added. * platform/qt/svg/repaint/filter-repaint-expected.txt: Added. * platform/qt/svg/text/append-text-node-to-tspan-expected.png: Added. * platform/qt/svg/text/append-text-node-to-tspan-expected.txt: Added. * platform/qt/svg/text/modify-text-node-in-tspan-expected.png: Added. * platform/qt/svg/text/modify-text-node-in-tspan-expected.txt: Added. * platform/qt/svg/text/remove-text-node-from-tspan-expected.png: Added. * platform/qt/svg/text/remove-text-node-from-tspan-expected.txt: Added. * platform/qt/svg/text/remove-tspan-from-text-expected.png: Added. * platform/qt/svg/text/remove-tspan-from-text-expected.txt: Added. * platform/qt/svg/wicd/sizing-flakiness-expected.png: Added. * platform/qt/svg/wicd/sizing-flakiness-expected.txt: Added. 2012-03-22 Pavel Podivilov Web Inspector: move resource loading logic from SourceMapParser to CompilerScriptMapping. https://bugs.webkit.org/show_bug.cgi?id=81897 Reviewed by Vsevolod Vlasov. * http/tests/inspector/compiler-script-mapping.html: 2012-03-26 Pavel Feldman Reverting r112060, css3/selector3 expectations for chromium. 2012-03-26 Pavel Feldman Not reviewed: marking more flaky chromium css3/selector3 tests. * platform/chromium/test_expectations.txt: 2012-03-26 Pavel Feldman Not reviewed: marking flaky chromium css3/selector3 tests. * platform/chromium/test_expectations.txt: 2012-03-26 Pavel Feldman Web Inspector: breakpoints should be disabled while live editing JavaScript. https://bugs.webkit.org/show_bug.cgi?id=81947 Reviewed by Yury Semikhatsky. * inspector/editor/highlighter-basics-expected.txt: 2012-03-26 Csaba Osztrogonác Unreviewed gardening, remove non-existing tests from Skipped lists. * platform/qt/Skipped: * platform/wk2/Skipped: 2012-03-26 Philippe Normand Unreviewed, GTK baselines for new fast/hidpi tests. * platform/gtk/fast/hidpi/image-set-as-background-expected.txt: Added. * platform/gtk/fast/hidpi/image-set-background-repeat-expected.txt: Added. * platform/gtk/fast/hidpi/image-set-background-repeat-without-size-expected.txt: Added. * platform/gtk/fast/hidpi/image-set-border-image-simple-expected.txt: Added. * platform/gtk/fast/hidpi/image-set-out-of-order-expected.txt: Added. * platform/gtk/fast/hidpi/image-set-simple-expected.txt: Added. * platform/gtk/fast/hidpi/image-set-without-specified-width-expected.txt: Added. 2012-03-26 Pavel Feldman Not reviewed: chromium expectations for css3/selectors3 re-added for snow -leopard. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-1-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-10-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-100-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-100b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-101-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-101-expected.txt: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-101b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-102-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-102b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-103-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-103b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-104-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-104-expected.txt: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-104b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-104b-expected.txt: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-105-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-105b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-106-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-106b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-107-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-107b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-108-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-108b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-109-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-109b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-11-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-110-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-110b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-110b-expected.txt: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-111-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-111b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-111b-expected.txt: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-112-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-112-expected.txt: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-112b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-112b-expected.txt: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-113-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-113b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-114-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-114b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-115-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-115b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-116-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-116b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-117-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-117-expected.txt: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-117b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-118-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-119-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-120-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-121-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-122-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-123-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-123b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-123b-expected.txt: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-124-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-124b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-125-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-125b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-126-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-126-expected.txt: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-126b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-127-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-127b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-127b-expected.txt: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-128-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-128b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-129-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-129b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-13-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-130-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-130b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-131-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-131-expected.txt: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-131b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-132-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-132b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-133-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-133b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-134-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-134b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-135-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-135b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-136-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-136b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-137-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-137b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-138-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-138b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-139-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-139b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-14-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-140-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-140b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-141-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-141b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-142-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-142b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-143-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-143b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-144-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-145a-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-145b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-145b-expected.txt: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-146a-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-146b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-147a-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-147b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-148-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-149-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-149b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-14b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-14c-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-14d-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-14e-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-15-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-150-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-151-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-152-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-153-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-154-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-155-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-155a-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-155b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-155c-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-155d-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-156-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-156b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-156c-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-157-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-158-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-159-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-15b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-15c-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-15c-expected.txt: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-16-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-160-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-161-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-166-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-166a-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-167-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-167a-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-168-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-168a-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-169-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-169a-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-17-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-170-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-170a-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-170b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-170c-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-170d-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-171-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-172a-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-172b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-173a-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-173a-expected.txt: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-173b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-174a-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-174a-expected.txt: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-174b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-175a-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-175b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-175c-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-176-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-177a-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-177b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-178-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-179-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-179a-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-18-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-180a-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-181-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-182-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-183-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-184a-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-184b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-184c-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-184d-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-184e-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-184f-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-18a-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-18b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-18c-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-19-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-19b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-2-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-20-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-21-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-21b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-21c-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-22-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-25-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-27-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-27a-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-27b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-28-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-28b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-29-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-29b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-3-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-30-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-31-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-32-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-33-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-34-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-35-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-36-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-37-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-38-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-39-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-39a-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-39b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-39c-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-3a-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-4-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-41-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-41a-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-42-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-42a-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-43-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-43b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-44-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-44b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-44c-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-44d-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-45-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-45b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-45c-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-46-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-46b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-47-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-48-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-49-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-49-expected.txt: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-5-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-50-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-51-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-52-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-53-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-54-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-55-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-56-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-57-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-57b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-59-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-6-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-60-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-61-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-62-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-63-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-64-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-65-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-66-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-66b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-67-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-7-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-70-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-72-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-72b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-73-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-73b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-74-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-74b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-75-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-75b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-76-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-76b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-77-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-77b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-78-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-78b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-79-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-7b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-8-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-80-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-81-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-81b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-82-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-82b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-83-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-86-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-87-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-87b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-88-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-88b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-89-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-9-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-90-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-90b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-91-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-92-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-93-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-94-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-94b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-95-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-96-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-96b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-97-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-97b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-98-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-98-expected.txt: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-98b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-99-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-99b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-d1-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-d1-expected.txt: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-d1b-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-d2-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-d2-expected.txt: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-d3-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-d3-expected.txt: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-d4-expected.png: Added. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-d4-expected.txt: Added. 2012-03-26 Philippe Normand Unreviewed, skip plugins/netscape-dom-access-and-reload.html failing on GTK and Qt. * platform/gtk/Skipped: * platform/qt/Skipped: 2012-03-26 Philippe Normand Unreviewed, GTK svg rebaseline after r112022. * platform/gtk/svg/zoom/page/zoom-foreignObject-expected.txt: * platform/gtk/svg/zoom/text/zoom-foreignObject-expected.txt: 2012-03-26 Pavel Feldman Not reviewed: [chromium] preparing to generate proper snow leopard css3/selectors3/xml tests. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-1-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-10-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-100-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-100b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-101-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-101-expected.txt: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-101b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-102-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-102b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-103-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-103b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-104-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-104b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-105-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-105b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-106-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-106b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-107-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-107b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-108-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-108b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-109-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-109b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-11-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-110-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-110b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-111-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-111b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-112-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-112b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-113-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-113b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-114-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-114b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-115-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-115b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-116-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-116b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-117-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-117b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-118-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-119-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-120-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-121-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-121-expected.txt: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-122-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-123-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-123b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-124-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-124b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-124b-expected.txt: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-125-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-125b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-126-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-126b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-126b-expected.txt: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-127-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-127b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-128-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-128b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-129-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-129b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-13-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-130-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-130b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-130b-expected.txt: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-131-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-131b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-132-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-132b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-133-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-133b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-134-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-134b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-135-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-135b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-136-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-136b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-137-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-137b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-138-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-138b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-139-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-139b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-14-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-140-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-140b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-141-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-141b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-142-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-142b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-143-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-143b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-144-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-145a-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-145b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-146a-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-146b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-147a-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-147b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-148-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-149-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-149b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-14b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-14c-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-14d-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-14e-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-15-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-150-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-151-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-152-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-153-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-154-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-155-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-155a-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-155b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-155c-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-155d-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-156-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-156b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-156c-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-157-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-158-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-159-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-15b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-16-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-160-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-161-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-166-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-166a-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-167-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-167a-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-168-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-168a-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-169-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-169a-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-17-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-170-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-170a-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-170b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-170c-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-170d-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-171-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-172a-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-172b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-173a-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-173b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-174a-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-174b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-175a-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-175b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-175c-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-176-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-177a-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-177b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-178-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-179-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-179a-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-18-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-180a-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-181-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-182-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-183-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-184a-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-184b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-184c-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-184d-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-184e-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-184f-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-18a-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-18b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-18c-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-19-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-19b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-2-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-20-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-21-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-21b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-21c-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-22-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-25-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-27-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-27a-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-27b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-28-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-28b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-29-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-29b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-3-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-30-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-31-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-32-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-33-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-34-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-35-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-36-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-37-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-38-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-39-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-39a-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-39b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-39c-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-3a-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-4-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-41-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-41a-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-42-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-42a-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-43-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-43b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-44-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-44b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-44c-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-44d-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-45-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-45b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-45c-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-46-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-46b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-47-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-48-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-49-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-5-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-50-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-51-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-52-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-53-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-54-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-55-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-56-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-57-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-57b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-59-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-6-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-60-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-61-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-62-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-63-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-64-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-65-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-66-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-66b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-67-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-7-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-70-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-72-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-72b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-73-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-73b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-74-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-74b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-75-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-75b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-76-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-76b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-77-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-77b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-78-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-78b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-79-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-7b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-8-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-80-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-81-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-81b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-82-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-82b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-83-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-86-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-87-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-87b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-88-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-88b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-89-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-9-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-90-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-90b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-91-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-92-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-93-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-94-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-94b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-95-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-95-expected.txt: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-96-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-96b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-97-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-97-expected.txt: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-97b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-98-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-98b-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-99-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/selectors3/xml/css3-modsel-99b-expected.png: Removed. * platform/chromium/test_expectations.txt: 2012-03-25 Hayato Ito [Shadow DOM] Add Reified DOM Tree traversal internal APIs. https://bugs.webkit.org/show_bug.cgi?id=79197 Reviewed by Dimitri Glazkov. Add internal APIs which can be used to traverse Reified DOM tree, which is a result of node distribution algorithm explained in Shadow DOM spec. https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html Every public functions defined in ReifiedTreeTraversal are static functions and are named in a similar way to ones defined in WebCore::Node class. The only difference is that ReifiedTreeTraversal APIs consider shadow hosts and also traverse nodes is Shadow DOM subtrees, crossing shadow's upper and lower boundary transparently. There is no actual client which uses these APIs. Follow-up patches for FocusNavigation and EventDispatcher will use the APIs so that they can traverse node in reified tree order. * fast/dom/shadow/reified-tree-traversal-expected.txt: Added. * fast/dom/shadow/reified-tree-traversal.html: Added. * platform/efl/Skipped: * platform/qt/Skipped: * platform/win/Skipped: * platform/wincairo/Skipped: * platform/wk2/Skipped: 2012-03-25 Csaba Osztrogonác [Qt] unexpected result in fast/js/large-expressions.html https://bugs.webkit.org/show_bug.cgi?id=76379 * platform/qt/Skipped: Skip it until proper fix. 2012-03-25 Nikita Vasilyev Web Inspector: Indenting fully selected line should not indent the line next to it https://bugs.webkit.org/show_bug.cgi?id=81758 Reviewed by Pavel Feldman. * inspector/editor/indentation-expected.txt: Added. * inspector/editor/indentation.html: Added. 2012-03-25 Csaba Osztrogonác [Qt] Unreviewed morning gardening after r112023. * platform/qt/fast/css/stylesheet-candidate-nodes-crash-expected.txt: Removed unnecessary Qt specific txt. * platform/qt/fast/dom/xml-parser-error-message-crash-expected.txt: Updated. 2012-03-25 Abhishek Arya Crash in ContainerNode::resumePostAttachCallbacks. https://bugs.webkit.org/show_bug.cgi?id=82159 Reviewed by Hajime Morita. * plugins/object-onfocus-mutation-crash-expected.txt: Added. * plugins/object-onfocus-mutation-crash.html: Added. 2012-03-25 Csaba Osztrogonác [Qt] Unreviewed gardening after r112022. * platform/qt/svg/zoom/page/zoom-foreignObject-expected.png: * platform/qt/svg/zoom/page/zoom-foreignObject-expected.txt: * platform/qt/svg/zoom/text/zoom-foreignObject-expected.png: Added. * platform/qt/svg/zoom/text/zoom-foreignObject-expected.txt: 2012-03-25 Csaba Osztrogonác [Qt] Unreviewed gardening. Skip new failing tests, decrease test coverage. * platform/qt-5.0-wk2/Skipped: Skip new failing tests - https://bugs.webkit.org/show_bug.cgi?id=82167 * platform/qt/Skipped: Skip a new failing test because ENABLE(MUTATION_OBSERVERS) is disabled. 2012-03-25 Raphael Kubo da Costa [EFL] More gardening. Update baselines and expectations in fast/table and fast/text after the recent jhbuild and font updates. * platform/efl/fast/table/002-expected.png: * platform/efl/fast/table/003-expected.png: * platform/efl/fast/table/003-expected.txt: * platform/efl/fast/table/004-expected.png: * platform/efl/fast/table/005-expected.png: * platform/efl/fast/table/007-expected.png: * platform/efl/fast/table/009-expected.png: * platform/efl/fast/table/012-expected.png: * platform/efl/fast/table/016-expected.png: * platform/efl/fast/table/017-expected.png: * platform/efl/fast/table/018-expected.png: * platform/efl/fast/table/020-expected.png: * platform/efl/fast/table/023-expected.png: * platform/efl/fast/table/025-expected.png: * platform/efl/fast/table/028-expected.png: * platform/efl/fast/table/028-vertical-expected.png: * platform/efl/fast/table/030-expected.png: * platform/efl/fast/table/035-expected.png: * platform/efl/fast/table/035-vertical-expected.png: * platform/efl/fast/table/036-expected.png: * platform/efl/fast/table/038-expected.png: * platform/efl/fast/table/038-vertical-expected.png: * platform/efl/fast/table/039-expected.png: * platform/efl/fast/table/041-expected.png: * platform/efl/fast/table/100-percent-cell-width-expected.png: * platform/efl/fast/table/add-before-anonymous-child-expected.png: * platform/efl/fast/table/append-cells-expected.png: * platform/efl/fast/table/append-cells2-expected.png: * platform/efl/fast/table/auto-with-percent-height-expected.png: * platform/efl/fast/table/auto-with-percent-height-vertical-expected.png: * platform/efl/fast/table/border-collapsing/001-expected.png: * platform/efl/fast/table/border-collapsing/001-vertical-expected.png: * platform/efl/fast/table/border-collapsing/002-expected.png: * platform/efl/fast/table/border-collapsing/002-vertical-expected.png: * platform/efl/fast/table/border-collapsing/003-expected.png: * platform/efl/fast/table/border-collapsing/003-vertical-expected.png: * platform/efl/fast/table/border-collapsing/border-collapsing-head-foot-expected.png: * platform/efl/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.png: * platform/efl/fast/table/border-collapsing/rtl-border-collapsing-expected.png: * platform/efl/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png: * platform/efl/fast/table/cell-absolute-child-expected.png: * platform/efl/fast/table/cell-pref-width-invalidation-expected.txt: * platform/efl/fast/table/cell-width-auto-expected.png: * platform/efl/fast/table/cellindex-expected.png: * platform/efl/fast/table/colgroup-preceded-by-caption-expected.png: * platform/efl/fast/table/colgroup-spanning-groups-rules-expected.png: * platform/efl/fast/table/colspanMinWidth-vertical-expected.png: * platform/efl/fast/table/colspanMinWidth-vertical-expected.txt: * platform/efl/fast/table/dynamic-cellpadding-expected.png: * platform/efl/fast/table/dynamic-descendant-percentage-height-expected.png: * platform/efl/fast/table/early-table-layout-expected.png: * platform/efl/fast/table/edge-offsets-expected.png: * platform/efl/fast/table/fixed-nested-expected.png: * platform/efl/fast/table/fixed-table-non-cell-in-row-expected.png: * platform/efl/fast/table/fixed-table-with-percent-inside-percent-table-expected.png: * platform/efl/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png: * platform/efl/fast/table/fixed-table-with-percent-width-inside-div-expected.png: * platform/efl/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.png: * platform/efl/fast/table/fixed-table-with-small-percent-width-expected.png: * platform/efl/fast/table/floating-th-expected.png: * platform/efl/fast/table/form-with-table-style-expected.png: * platform/efl/fast/table/generated-caption-expected.png: * platform/efl/fast/table/giantRowspan2-expected.png: * platform/efl/fast/table/height-percent-test-expected.png: * platform/efl/fast/table/insert-before-anonymous-ancestors-expected.png: * platform/efl/fast/table/insert-cell-before-form-expected.png: * platform/efl/fast/table/insert-row-before-form-expected.png: * platform/efl/fast/table/invisible-cell-background-expected.png: * platform/efl/fast/table/large-width-expected.png: * platform/efl/fast/table/max-width-integer-overflow-expected.txt: * platform/efl/fast/table/nobr-expected.png: * platform/efl/fast/table/overflowHidden-expected.png: * platform/efl/fast/table/overflowHidden-expected.txt: * platform/efl/fast/table/percent-heights-expected.png: * platform/efl/fast/table/relative-position-containment-expected.png: * platform/efl/fast/table/remove-td-display-none-expected.png: * platform/efl/fast/table/row-height-recalc-expected.png: * platform/efl/fast/table/rowindex-expected.png: * platform/efl/fast/table/rowspan-paint-order-vertical-expected.png: * platform/efl/fast/table/rtl-cell-display-none-assert-expected.png: * platform/efl/fast/table/rules-attr-dynchange1-expected.png: * platform/efl/fast/table/rules-attr-dynchange2-expected.png: * platform/efl/fast/table/spanOverlapRepaint-expected.png: * platform/efl/fast/table/table-after-child-in-table-expected.png: * platform/efl/fast/table/table-and-parts-outline-expected.png: * platform/efl/fast/table/table-before-child-in-table-expected.png: * platform/efl/fast/table/table-before-child-style-update-expected.png: Copied from LayoutTests/platform/efl/fast/text/whitespace/014-expected.png. * platform/efl/fast/table/table-cell-after-child-in-block-expected.png: * platform/efl/fast/table/table-cell-before-child-in-block-expected.png: * platform/efl/fast/table/table-cell-before-child-in-table-expected.png: * platform/efl/fast/table/table-display-types-expected.png: * platform/efl/fast/table/table-display-types-strict-expected.png: * platform/efl/fast/table/table-display-types-vertical-expected.png: * platform/efl/fast/table/table-hspace-align-center-expected.png: * platform/efl/fast/table/table-row-after-child-in-block-expected.png: * platform/efl/fast/table/table-row-before-child-in-block-expected.png: * platform/efl/fast/table/table-row-before-child-in-table-expected.png: * platform/efl/fast/table/table-row-before-child-style-update-expected.png: Copied from LayoutTests/platform/efl/fast/text/whitespace/014-expected.png. * platform/efl/fast/table/table-row-style-not-updated-expected.png: Copied from LayoutTests/platform/efl/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png. * platform/efl/fast/table/table-row-style-not-updated-with-after-content-expected.png: Added. * platform/efl/fast/table/table-row-style-not-updated-with-before-content-expected.png: Copied from LayoutTests/platform/efl/fast/table/height-percent-test-expected.png. * platform/efl/fast/table/table-style-not-updated-expected.png: Copied from LayoutTests/platform/efl/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png. * platform/efl/fast/table/text-field-baseline-expected.png: * platform/efl/fast/table/text-field-baseline-expected.txt: * platform/efl/fast/table/unbreakable-images-quirk-expected.png: * platform/efl/fast/table/unused-percent-heights-expected.png: * platform/efl/fast/table/vertical-align-baseline-expected.png: * platform/efl/fast/text/atsui-kerning-and-ligatures-expected.png: * platform/efl/fast/text/atsui-multiple-renderers-expected.png: * platform/efl/fast/text/atsui-negative-spacing-features-expected.png: * platform/efl/fast/text/atsui-partial-selection-expected.png: * platform/efl/fast/text/atsui-pointtooffset-calls-cg-expected.png: * platform/efl/fast/text/atsui-rtl-override-selection-expected.png: * platform/efl/fast/text/atsui-small-caps-punctuation-size-expected.png: * platform/efl/fast/text/atsui-spacing-features-expected.png: * platform/efl/fast/text/backslash-to-yen-sign-euc-expected.png: * platform/efl/fast/text/backslash-to-yen-sign-expected.png: * platform/efl/fast/text/basic/001-expected.png: * platform/efl/fast/text/basic/002-expected.png: * platform/efl/fast/text/basic/003-expected.png: * platform/efl/fast/text/basic/004-expected.png: * platform/efl/fast/text/basic/006-expected.png: * platform/efl/fast/text/basic/007-expected.png: * platform/efl/fast/text/basic/008-expected.png: * platform/efl/fast/text/basic/012-expected.png: * platform/efl/fast/text/basic/014-expected.png: * platform/efl/fast/text/basic/015-expected.png: * platform/efl/fast/text/basic/generic-family-changes-expected.png: * platform/efl/fast/text/basic/generic-family-reset-expected.png: * platform/efl/fast/text/break-word-expected.png: * platform/efl/fast/text/capitalize-empty-generated-string-expected.png: * platform/efl/fast/text/capitalize-preserve-nbsp-expected.png: * platform/efl/fast/text/cg-vs-atsui-expected.png: * platform/efl/fast/text/decorations-transformed-expected.png: * platform/efl/fast/text/embed-at-end-of-pre-wrap-line-expected.png: * platform/efl/fast/text/emphasis-avoid-ruby-expected.png: * platform/efl/fast/text/emphasis-overlap-expected.png: * platform/efl/fast/text/fake-italic-expected.png: * platform/efl/fast/text/hyphenate-character-expected.png: * platform/efl/fast/text/hyphenate-limit-before-after-expected.png: * platform/efl/fast/text/hyphenate-limit-lines-expected.png: * platform/efl/fast/text/justified-selection-at-edge-expected.png: * platform/efl/fast/text/justified-selection-expected.png: * platform/efl/fast/text/justify-ideograph-leading-expansion-expected.png: * platform/efl/fast/text/justify-padding-distribution-expected.png: Added. * platform/efl/fast/text/line-breaks-after-white-space-expected.png: * platform/efl/fast/text/line-breaks-expected.png: * platform/efl/fast/text/monospace-width-cache-expected.png: * platform/efl/fast/text/reset-emptyRun-expected.png: * platform/efl/fast/text/selection-hard-linebreak-expected.png: * platform/efl/fast/text/shadow-translucent-fill-expected.png: * platform/efl/fast/text/should-use-atsui-expected.png: * platform/efl/fast/text/soft-hyphen-4-expected.png: Copied from LayoutTests/platform/efl/fast/table/fixed-table-with-percent-inside-percent-table-expected.png. * platform/efl/fast/text/softHyphen-expected.png: * platform/efl/fast/text/text-letter-spacing-expected.png: * platform/efl/fast/text/textIteratorNilRenderer-expected.png: * platform/efl/fast/text/textIteratorNilRenderer-expected.txt: * platform/efl/fast/text/wbr-expected.png: * platform/efl/fast/text/wbr-in-pre-crash-expected.png: * platform/efl/fast/text/whitespace/002-expected.png: * platform/efl/fast/text/whitespace/002-expected.txt: * platform/efl/fast/text/whitespace/003-expected.png: * platform/efl/fast/text/whitespace/003-expected.txt: * platform/efl/fast/text/whitespace/004-expected.png: * platform/efl/fast/text/whitespace/004-expected.txt: * platform/efl/fast/text/whitespace/005-expected.png: * platform/efl/fast/text/whitespace/005-expected.txt: * platform/efl/fast/text/whitespace/006-expected.png: * platform/efl/fast/text/whitespace/006-expected.txt: * platform/efl/fast/text/whitespace/007-expected.png: * platform/efl/fast/text/whitespace/007-expected.txt: * platform/efl/fast/text/whitespace/008-expected.png: * platform/efl/fast/text/whitespace/008-expected.txt: * platform/efl/fast/text/whitespace/009-expected.png: * platform/efl/fast/text/whitespace/009-expected.txt: * platform/efl/fast/text/whitespace/010-expected.png: * platform/efl/fast/text/whitespace/010-expected.txt: * platform/efl/fast/text/whitespace/011-expected.png: * platform/efl/fast/text/whitespace/011-expected.txt: * platform/efl/fast/text/whitespace/012-expected.png: * platform/efl/fast/text/whitespace/012-expected.txt: * platform/efl/fast/text/whitespace/013-expected.png: * platform/efl/fast/text/whitespace/013-expected.txt: * platform/efl/fast/text/whitespace/014-expected.png: * platform/efl/fast/text/whitespace/014-expected.txt: * platform/efl/fast/text/whitespace/015-expected.png: * platform/efl/fast/text/whitespace/015-expected.txt: * platform/efl/fast/text/whitespace/016-expected.png: * platform/efl/fast/text/whitespace/016-expected.txt: * platform/efl/fast/text/whitespace/018-expected.png: * platform/efl/fast/text/whitespace/018-expected.txt: * platform/efl/fast/text/whitespace/020-expected.png: * platform/efl/fast/text/whitespace/020-expected.txt: * platform/efl/fast/text/whitespace/021-expected.png: * platform/efl/fast/text/whitespace/021-expected.txt: * platform/efl/fast/text/whitespace/022-expected.png: * platform/efl/fast/text/whitespace/025-expected.png: * platform/efl/fast/text/whitespace/025-expected.txt: * platform/efl/fast/text/whitespace/027-expected.png: * platform/efl/fast/text/whitespace/027-expected.txt: * platform/efl/fast/text/whitespace/030-expected.png: * platform/efl/fast/text/whitespace/030-expected.txt: * platform/efl/fast/text/whitespace/normal-after-nowrap-breaking-expected.png: * platform/efl/fast/text/whitespace/normal-after-nowrap-breaking-expected.txt: * platform/efl/fast/text/whitespace/pre-break-word-expected.png: * platform/efl/fast/text/whitespace/pre-break-word-expected.txt: * platform/efl/fast/text/whitespace/pre-wrap-last-char-expected.png: * platform/efl/fast/text/whitespace/pre-wrap-last-char-expected.txt: * platform/efl/fast/text/whitespace/pre-wrap-line-test-expected.png: * platform/efl/fast/text/whitespace/pre-wrap-line-test-expected.txt: * platform/efl/fast/text/whitespace/pre-wrap-overflow-selection-expected.png: * platform/efl/fast/text/whitespace/pre-wrap-overflow-selection-expected.txt: * platform/efl/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.png: * platform/efl/fast/text/whitespace/pre-wrap-spaces-after-newline-expected.txt: * platform/efl/fast/text/whitespace/tab-character-basics-expected.png: * platform/efl/fast/text/wide-zero-width-space-expected.png: * platform/efl/fast/text/word-break-expected.png: * platform/efl/fast/text/word-break-run-rounding-expected.png: * platform/efl/fast/text/word-break-soft-hyphen-expected.png: * platform/efl/fast/text/word-space-expected.png: 2012-03-25 Raphael Kubo da Costa [EFL] Unreviewed gardening, add some baselines and skip a few tests in fast/events. * platform/efl/Skipped: * platform/efl/fast/events/resize-events-expected.png: Added. * platform/efl/fast/events/resize-events-expected.txt: Added. 2012-03-25 Raphael Kubo da Costa [EFL] Unreviewed gardening, update baselines in editing/, media/ and scrollbars/. * platform/efl/editing/unsupported-content/table-type-after-expected.png: * platform/efl/editing/unsupported-content/table-type-before-expected.png: * platform/efl/media/controls-layout-direction-expected.png: Added. * platform/efl/media/media-controls-clone-expected.png: * platform/efl/media/media-controls-clone-expected.txt: * platform/efl/media/video-empty-source-expected.png: * platform/efl/media/video-empty-source-expected.txt: * platform/efl/media/video-zoom-controls-expected.png: * platform/efl/media/video-zoom-controls-expected.txt: * platform/efl/scrollbars/basic-scrollbar-expected.png: * platform/efl/scrollbars/custom-scrollbar-with-incomplete-style-expected.png: * platform/efl/scrollbars/disabled-scrollbar-expected.png: * platform/efl/scrollbars/scrollbar-buttons-expected.png: * platform/efl/scrollbars/scrollbar-orientation-expected.png: 2012-03-25 Raphael Kubo da Costa [EFL] Unreviewed gardening. Update baseline in animations/ after the recent jhbuild/fonts updates. * platform/efl/animations/state-at-end-event-expected.png: 2012-03-25 Raphael Kubo da Costa [EFL] Unreviewed gardening. Update some fonts/ baselines after the recent jhbuild/fonts updates. * platform/efl/fonts/cursive-expected.png: * platform/efl/fonts/default-expected.png: * platform/efl/fonts/fantasy-expected.png: * platform/efl/fonts/monospace-expected.png: * platform/efl/fonts/sans-serif-expected.png: * platform/efl/fonts/serif-expected.png: 2012-03-25 Raphael Kubo da Costa [EFL] Unreviewed gardening. Update some tables/layering/ baselines. * platform/efl/tables/layering/paint-test-layering-1-expected.png: * platform/efl/tables/layering/paint-test-layering-2-expected.png: 2012-03-25 Antti Koivisto Don't use CSSRuleList for child rule ownership https://bugs.webkit.org/show_bug.cgi?id=82127 Reviewed by Andreas Kling. Update for the new CSSStyleSheet.cssRules uniqueness behavior. * fast/dom/gc-9-expected.txt: * fast/dom/gc-9.html: 2012-03-25 Pavel Feldman Not reviewed: fixing Chromium Win7 baselines for editing/selection tests. * platform/chromium-mac/editing/selection/selection-button-text-expected.txt: Removed. * platform/chromium-win-vista/editing/selection/3690703-2-expected.png: Removed. * platform/chromium-win-vista/editing/selection/3690703-expected.png: Removed. * platform/chromium-win-vista/editing/selection/3690719-expected.png: Removed. * platform/chromium-win/editing/selection/3690703-2-expected.png: * platform/chromium-win/editing/selection/3690703-expected.png: * platform/chromium-win/editing/selection/3690719-expected.png: * platform/chromium-win/editing/selection/selection-button-text-expected.png: Renamed from LayoutTests/platform/chromium-win-vista/editing/selection/selection-button-text-expected.png. * platform/chromium-win/editing/selection/selection-button-text-expected.txt: Renamed from LayoutTests/platform/chromium-win-vista/editing/selection/selection-button-text-expected.txt. 2012-03-25 Pavel Feldman Not reviewed. Rebaseline chromium foreignObject results, after Nikolas's rebaselines. * platform/chromium-win/svg/zoom/page/zoom-foreign-content-expected.png: Added. 2012-03-25 Philip Rogers Avoid race condition when iterating over pending resources https://bugs.webkit.org/show_bug.cgi?id=82115 Reviewed by Nikolas Zimmermann. * http/tests/svg/change-id-with-pending-resources-expected.txt: Added. * http/tests/svg/change-id-with-pending-resources.html: Added. * http/tests/svg/resources/svg-use-defs-rect.svg: Added. 2012-03-25 Nikolas Zimmermann Not reviewed. Rebaseline foreignObject results, after Florins changes. Eventually the zoom-foreign-content-expected.png needs to be moved to platform/mac/, let's see. * platform/mac/svg/zoom/page/zoom-foreignObject-expected.png: * platform/mac/svg/zoom/page/zoom-foreignObject-expected.txt: * platform/mac/svg/zoom/text/zoom-foreignObject-expected.png: * platform/mac/svg/zoom/text/zoom-foreignObject-expected.txt: * platform/mac/test_expectations.txt: * svg/zoom/page/zoom-foreign-content-expected.png: 2012-03-25 Pavel Feldman Not reviewed: new chromium baseline for r112022. * platform/chromium-mac/svg/zoom/page/zoom-foreign-content-expected.png: Added. 2012-03-24 Jeffrey Pfau XML error document creation should not fire mutation events https://bugs.webkit.org/show_bug.cgi?id=80765 Reviewed by Adam Barth. Fixed tests that relied on old behavior. * fast/css/stylesheet-candidate-nodes-crash-expected.txt: * fast/css/stylesheet-candidate-nodes-crash.xhtml: * fast/dom/xml-parser-error-message-crash-expected.txt: 2012-03-24 Florin Malita ForeignObject content is zoomed two times https://bugs.webkit.org/show_bug.cgi?id=76282 Reviewed by Nikolas Zimmermann. * platform/chromium-linux/svg/zoom/page/zoom-foreignObject-expected.png: * platform/chromium-linux/svg/zoom/text/zoom-foreignObject-expected.png: * platform/chromium-win/svg/zoom/page/zoom-foreignObject-expected.txt: * platform/chromium-win/svg/zoom/text/zoom-foreignObject-expected.txt: Rebaseline cr-linux expectations. * platform/chromium/test_expectations.txt: * platform/mac/test_expectations.txt: Updated zoom-foreignObject.svg expectations, pending rebaseline. * svg/zoom/page/zoom-foreign-content-expected.png: Added. * svg/zoom/page/zoom-foreign-content-expected.txt: Added. * svg/zoom/page/zoom-foreign-content.svg: Added. * svg/zoom/page/zoom-foreignObject.svg: * svg/zoom/text/zoom-foreignObject.svg: Updated test to cover SVG FO text. 2012-03-24 Chris Fleizach AX: Support solution to handle invalid ax text marker https://bugs.webkit.org/show_bug.cgi?id=82023 Reviewed by Oliver Hunt. * platform/mac/accessibility/textmarker-routines-expected.txt: Added. * platform/mac/accessibility/textmarker-routines.html: Added. 2012-03-24 Abhishek Arya Crash in ApplyStyleCommand::applyInlineStyleToNodeRange. https://bugs.webkit.org/show_bug.cgi?id=81959 Reviewed by Ryosuke Niwa. * editing/execCommand/apply-style-command-crash-expected.txt: Added. * editing/execCommand/apply-style-command-crash.html: Added. 2012-03-24 Pavel Feldman Not reviewed: restoring chromium's expectations for effect-custom-parameters-expected.png. * platform/chromium-linux/css3/filters/custom/effect-custom-parameters-expected.png: 2012-03-24 Pavel Feldman Updated chromium baselines wrt button selection changes in r111946. Not reviewed. * platform/chromium-linux/editing/selection/3690703-2-expected.png: * platform/chromium-linux/editing/selection/3690703-expected.png: * platform/chromium-linux/editing/selection/3690719-expected.png: * platform/chromium-mac-leopard/editing/selection/3690703-2-expected.png: * platform/chromium-mac-leopard/editing/selection/3690703-expected.png: * platform/chromium-mac-leopard/editing/selection/3690719-expected.png: * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.png: * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.png: * platform/chromium-mac-snowleopard/editing/selection/3690719-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-win-vista/editing/selection/3690703-2-expected.png: Added. * platform/chromium-win-vista/editing/selection/3690703-expected.png: Added. * platform/chromium-win-vista/editing/selection/3690719-expected.png: Added. 2012-03-24 Pavel Feldman Not reviewed: updating chromium test expectations. * platform/chromium/test_expectations.txt: 2012-03-24 Dan Bernstein Added Mac expected results for these two tests. The results were accidentally removed in r111545, even though these tests were not converted into reftests. * platform/mac/fast/regions/position-writing-modes-in-variable-width-regions-expected.png: Copied from LayoutTests/platform/mac/fast/regions/position-writing-modes-in-variable-width-regions-expected.png. * platform/mac/fast/regions/position-writing-modes-in-variable-width-regions-expected.txt: Copied from LayoutTests/platform/mac/fast/regions/position-writing-modes-in-variable-width-regions-expected.txt. * platform/mac/fast/regions/positioned-objects-inline-static-spanning-regions-rtl-expected.png: Copied from LayoutTests/platform/mac/fast/regions/positioned-objects-inline-static-spanning-regions-rtl-expected.png. * platform/mac/fast/regions/positioned-objects-inline-static-spanning-regions-rtl-expected.txt: Copied from LayoutTests/platform/mac/fast/regions/positioned-objects-inline-static-spanning-regions-rtl-expected.txt. 2012-03-24 Dan Bernstein Added Mac expected results for this test that was added in r111139. * platform/mac/compositing/layer-creation/fixed-position-scroll-expected.png: Added. * platform/mac/compositing/layer-creation/fixed-position-scroll-expected.txt: Added. 2012-03-24 Dan Bernstein Added Mac expected results for this test that was added in r111946. * platform/mac/editing/selection/selection-button-text-expected.png: Added. * platform/mac/editing/selection/selection-button-text-expected.txt: Added. 2012-03-24 'Pavel Feldman' Not reviewed: chromium expectations updated. * platform/chromium/test_expectations.txt: 2012-03-24 'Pavel Feldman' Not reviewed: chromium expectations updated. * platform/chromium/test_expectations.txt: 2012-03-23 Pavel Feldman Not reviewed: chromium expectations updated. * platform/chromium/test_expectations.txt: 2012-03-23 Pavel Feldman Not reviewed: chromium expectations updated. * platform/chromium/test_expectations.txt: 2012-03-23 Pavel Feldman Not reviewed: adding chromium baselines. * platform/chromium-linux/editing/selection/selection-button-text-expected.png: Added. * platform/chromium-linux/editing/selection/selection-button-text-expected.txt: Added. * platform/chromium-mac-leopard/editing/selection/selection-button-text-expected.png: Added. * platform/chromium-mac-snowleopard/editing/selection/selection-button-text-expected.png: Added. * platform/chromium-mac/editing/selection/selection-button-text-expected.png: Added. * platform/chromium-mac/editing/selection/selection-button-text-expected.txt: Added. * platform/chromium-win-vista/editing/selection/selection-button-text-expected.png: Added. * platform/chromium-win-vista/editing/selection/selection-button-text-expected.txt: Added. 2012-03-23 Pavel Feldman Not reviewed: chromium expectations updated. * platform/chromium/test_expectations.txt: 2012-03-23 Dan Bernstein Updated the Mac expected results for this test after CSS shaders were disabled in r111893. WebKitCSSFilterValue.CSS_FILTER_CUSTOM is no longer defined. * platform/mac/fast/dom/Window/window-properties-expected.txt: 2012-03-22 Ojan Vafai Fix more Chromium 10.6/10.5 tests that broke with r111917. There's a bug with garden-o-matic when rebaselining all the Chromium Mac ports. Other ports seem fine. 2012-03-22 Ojan Vafai Fix Chromium 10.6/10.5 tests that broke with r111917. There's a bug with garden-o-matic when rebaselining all the Chromium Mac ports. Other ports seem fine. 2012-03-23 Rafael Weinstein [MutationObservers] attributeFilter should be case sensitive at all times https://bugs.webkit.org/show_bug.cgi?id=81822 Reviewed by Ryosuke Niwa. * fast/mutation/observe-attributes-expected.txt: * fast/mutation/observe-attributes.html: 2012-03-23 Parag Radke REGRESSION: can select text of an input button https://bugs.webkit.org/show_bug.cgi?id=13624 Reviewed by Ryosuke Niwa. Added a pixel test case to test the selection background for button label text. * editing/selection/selection-button-text.html: Added. * platform/gtk/editing/selection/selection-button-text-expected.png: Added. * platform/gtk/editing/selection/selection-button-text-expected.txt: Added. 2012-03-23 Dan Bernstein Added Mac WebKit2 expected results for this test. The fact that it is failing is tracked by . * platform/mac-wk2/plugins/netscape-dom-access-and-reload-expected.txt: Added. 2012-03-23 Emil A Eklund Unreviewed test_expectations update for chromium. * platform/chromium/test_expectations.txt: 2012-03-23 Adam Klein Match DOM4 spec with respect to DocumentFragment insertion https://bugs.webkit.org/show_bug.cgi?id=82089 Reviewed by Ryosuke Niwa. * fast/dom/Node/fragment-mutation-expected.txt: * fast/dom/Node/fragment-mutation.html: Removed tests that no longer make sense since the DocumentFragment has no children by the time DOMSubtreeModified is called. * fast/mutation/document-fragment-insertion-expected.txt: Added. * fast/mutation/document-fragment-insertion.html: Added. 2012-03-23 Emil A Eklund Unreviewed rebaseline of css3 filter test for chromium linux. * platform/chromium-linux/css3/filters/custom/effect-custom-parameters-expected.png: 2012-03-23 Daniel Cheng [chromium] Support file drag out using DataTransferItemList::add(File) https://bugs.webkit.org/show_bug.cgi?id=81261 Reviewed by Tony Chang. * fast/events/drag-dataTransferItemList-file-handling-expected.txt: Added. * fast/events/drag-dataTransferItemList-file-handling.html: Added. * platform/gtk/Skipped: * platform/mac/Skipped: * platform/qt/Skipped: * platform/win/Skipped: 2012-03-23 Dan Bernstein Added all tests that crashed more than once on the Lion WebKit2 bots between r111867 and r111906 to the Mac WebKit2 skip list (that weren’t already on the list). Rubber-stamped by Geoff Garen. * platform/mac-wk2/Skipped: 2012-03-23 Adam Klein Mark fast/dom/nodesFromRect-basic.html as passing; it seems to have been fixed by r110594. Unreviewed test expectations update. * platform/chromium/test_expectations.txt: 2012-03-23 Abhishek Arya Crash in RenderBlock::splitBlocks. https://bugs.webkit.org/show_bug.cgi?id=81926 Reviewed by Julien Chaffraix. * fast/multicol/span/update-after-content-before-child-crash.html: Added. 2012-03-23 Dave Tharp Integrate IETC CSS : textshadow tests https://bugs.webkit.org/show_bug.cgi?id=81936 Reviewed by Adam Barth. * ietestcenter/TestSupport/FeatureDetection.js: Added. * ietestcenter/css3/support/TahomaNarrow.ttf: Added. * ietestcenter/css3/support/TahomaNormal.ttf: Added. * ietestcenter/css3/support/TahomaT.ttf: Added. * ietestcenter/css3/support/ahem.ttf: Added. * ietestcenter/css3/support/black_color.png: Added. * ietestcenter/css3/support/black_red.png: Added. * ietestcenter/css3/support/blue_color.png: Added. * ietestcenter/css3/support/cat.png: Added. * ietestcenter/css3/support/flexbox_100r_50g_100r_50g_100g.png: Added. * ietestcenter/css3/support/flexbox_100x100_green.png: Added. * ietestcenter/css3/support/flexbox_100x100_red.png: Added. * ietestcenter/css3/support/flexbox_100x100g_red.png: Added. * ietestcenter/css3/support/flexbox_200x100_red.png: Added. * ietestcenter/css3/support/flexbox_200x100g_red.png: Added. * ietestcenter/css3/support/flexbox_300x100_red.png: Added. * ietestcenter/css3/support/flexbox_300x150_100red.png: Added. * ietestcenter/css3/support/flexbox_300x200_red.png: Added. * ietestcenter/css3/support/flexbox_300x50_100_80_baseline_red.png: Added. * ietestcenter/css3/support/flexbox_300x50_100_80_red.png: Added. * ietestcenter/css3/support/green_color.png: Added. * ietestcenter/css3/support/red_color.png: Added. * ietestcenter/css3/support/red_space_pb.png: Added. * ietestcenter/css3/support/scope-003.css: Added. * ietestcenter/css3/support/space_border_box.png: Added. * ietestcenter/css3/support/syntax-018.css: Added. * ietestcenter/css3/support/syntax-019.css: Added. * ietestcenter/css3/support/white_color.png: Added. * ietestcenter/css3/text/textshadow-001.htm: Added. * ietestcenter/css3/text/textshadow-002.htm: Added. * ietestcenter/css3/text/textshadow-003.htm: Added. * ietestcenter/css3/text/textshadow-004.htm: Added. * ietestcenter/css3/text/textshadow-005.htm: Added. * ietestcenter/css3/text/textshadow-006.htm: Added. * ietestcenter/css3/text/textshadow-007.htm: Added. * ietestcenter/css3/text/textshadow-008.htm: Added. * ietestcenter/css3/text/textshadow-009.htm: Added. * ietestcenter/css3/text/textshadow-010.htm: Added. * platform/chromium/test_expectations.txt: * platform/efl/test_expectations.txt: * platform/gtk/test_expectations.txt: * platform/mac/test_expectations.txt: * platform/qt/test_expectations.txt: 2012-03-23 Dan Bernstein Added all tests that crashed more than once on the Lion WebKit2 bots between r111885 and r111892 to the Mac WebKit2 skip list (that weren’t already on the list). Rubber-stamped by Geoff Garen. * platform/mac-wk2/Skipped: 2012-03-23 Adrienne Walker [chromium] Unreviewed, rebaseline platform/chromium/compositing/3d-corners.html https://bugs.webkit.org/show_bug.cgi?id=69124 Somebody checked in an incorrect windows expectation missing a newline. Fixing. * platform/chromium-mac/platform/chromium/compositing/3d-corners-expected.png: Renamed from LayoutTests/platform/chromium/platform/chromium/compositing/3d-corners-expected.png. * platform/chromium-win/platform/chromium/compositing/3d-corners-expected.txt: Removed. * platform/chromium/test_expectations.txt: 2012-03-23 Ryosuke Niwa Revert r111891. Instead, add editing/inserting/insert-bg-font.html to the list of failing tests. Again, the failure is tracked by the bug https://bugs.webkit.org/show_bug.cgi?id=82079. * platform/mac-lion/Skipped: * platform/mac-lion/editing: Removed. * platform/mac-lion/editing/inserting: Removed. * platform/mac-lion/editing/inserting/insert-bg-font-expected.txt: Removed. 2012-03-23 Abhishek Arya Crash due to accessing removed parent lineboxes when clearing selection. https://bugs.webkit.org/show_bug.cgi?id=81359 Reviewed by Eric Seidel. * editing/selection/clear-selection-crash-expected.txt: Added. * editing/selection/clear-selection-crash.html: Added. 2012-03-22 Ojan Vafai Initial triage pass of css3/selectors3/xml for the Chromium ports. The difference from the Apple Mac results are all text rendering or cases where the Chromium result is clearly correct and the Apple Mac result is clearly incorrect. All changes done to the non-chromium ports were done automatically by "webkit-patch optimize-baselines". 2012-03-23 Eric Carlson Deal with DOM modifications when evaluating source elements. https://bugs.webkit.org/show_bug.cgi?id=81163 Reviewed by Alexey Proskuryakov. * media/video-beforeload-remove-source-expected.txt: Added. * media/video-beforeload-remove-source.html: Added. 2012-03-23 Dan Bernstein Added all tests that crashed more than once on the Lion WebKit2 bots between r111865 and r111885 to the Mac WebKit2 skip list (that weren’t already on the list). Rubber-stamped by Geoff Garen. * platform/mac-wk2/Skipped: 2012-03-23 Dean Jackson Disable CSS_SHADERS in Apple builds https://bugs.webkit.org/show_bug.cgi?id=81996 Add css3/filters/custom to the skipped list. Reviewed by Simon Fraser. * platform/mac/Skipped: 2012-03-23 Dan Bernstein Updated Mac expected results for these tests by reverting r111339, now that bug 81826 was fixed in r111882. * platform/mac/tables/mozilla/bugs/bug27038-1-expected.txt: * platform/mac/tables/mozilla/bugs/bug27038-2-expected.txt: 2012-03-23 Ryosuke Niwa Add a failing expectation for the bug 82079. * platform/editing: Added. * platform/editing/inserting: Added. * platform/mac-lion/editing: Added. * platform/mac-lion/editing/inserting: Added. * platform/mac-lion/editing/inserting/insert-bg-font-expected.txt: Copied from LayoutTests/editing/inserting/insert-bg-font-expected.txt. 2012-03-23 Dave Michael Relanding(r111754): HTMLPluginElement is not destroyed on reload or navigation if getNPObject is called https://bugs.webkit.org/show_bug.cgi?id=80428 Reviewed by Eric Seidel and Ryosuke Niwa. Due to unfortunate copy/paste laziness, the new test was using the same window.sessionStorage as plugins/reloadplugins-and-pages.html, so that if the tests were run in the same session, reloadplugins-and-pages.html would *not* reload as it was supposed to, causing a text mismatch. This patch uses a more appropriate and unique name so that these two tests won't affect each other. * plugins/netscape-dom-access-and-reload-expected.txt: Added. * plugins/netscape-dom-access-and-reload.html: Added. 2012-03-23 Ryosuke Niwa CSSParser doesn't set border-*-width/style/color to initial by border shorthand property https://bugs.webkit.org/show_bug.cgi?id=82040 Reviewed by Antti Koivisto. Added a comprehensive regression test. * fast/css/border-shorthand-initialize-longhands-expected.txt: Added. * fast/css/border-shorthand-initialize-longhands.html: Added. * inspector/styles/styles-new-API-expected.txt: Correctly lists border's longhand properties. 2012-03-22 Ojan Vafai Initial triage pass of css3/selectors3/xhtml for the Chromium ports. The difference from the Apple Mac results are all text rendering or cases where the Chromium results is clearly correct and the Apple Mac result is clearly incorrect. All changes done to the non-chromium ports were done automatically by "webkit-patch optimize-baselines". 2012-03-23 Mike Lawther CSS3 calc: image sizing works with mixed percentage/absolute https://bugs.webkit.org/show_bug.cgi?id=82017 Reviewed by Ojan Vafai. Test is now expected to match. * css3/calc/img-size-expected.html: Renamed from LayoutTests/css3/calc/img-size-expected-mismatch.html. 2012-03-23 Julien Chaffraix REGRESSION(107971): Google Voice contact list is broken in WebKit due to badly allocating the extra height https://bugs.webkit.org/show_bug.cgi?id=81826 Reviewed by Tony Chang. * fast/table/double-height-table-no-tbody.html-disabled: Renamed from LayoutTests/fast/table/double-height-table-no-tbody.html. Disabled this test as it relies on our algorithm not to discriminate between first sections. * platform/chromium/test_expectations.txt: * platform/qt/Skipped: Mark those 2 tests as needing a new baseline again. * platform/efl/test_expectations.txt: * platform/gtk/Skipped: * platform/mac/test_expectations.txt: * platform/win/Skipped: Those platforms did not rebaseline those 2 tests so they should automatically pass them. 2012-03-23 Emil A Eklund Unreviewed rebasline, add expectations for new test introducted in r111872. * platform/chromium-mac-leopard/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added. * platform/chromium-mac-leopard/fast/canvas/setWidthResetAfterForcedRender-expected.png: * platform/chromium-mac-leopard/platform/chromium/virtual/gpu/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added. * platform/chromium-mac-snowleopard/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added. * platform/chromium-mac-snowleopard/fast/canvas/setWidthResetAfterForcedRender-expected.png: * platform/chromium-mac-snowleopard/platform/chromium/virtual/gpu/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added. * platform/chromium-mac/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added. * platform/chromium-mac/fast/canvas/setWidthResetAfterForcedRender-expected.png: * platform/chromium-mac/platform/chromium/virtual/gpu/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added. * platform/chromium-win-vista/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added. * platform/chromium-win-vista/platform/chromium/virtual: Added. * platform/chromium-win-vista/platform/chromium/virtual/gpu: Added. * platform/chromium-win-vista/platform/chromium/virtual/gpu/fast: Added. * platform/chromium-win-vista/platform/chromium/virtual/gpu/fast/canvas: Added. * platform/chromium-win-vista/platform/chromium/virtual/gpu/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added. * platform/chromium-win-xp/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added. * platform/chromium-win-xp/platform/chromium/virtual: Added. * platform/chromium-win-xp/platform/chromium/virtual/gpu: Added. * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast: Added. * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas: Added. * platform/chromium-win-xp/platform/chromium/virtual/gpu/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added. * platform/chromium-win/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added. * platform/chromium-win/fast/canvas/setWidthResetAfterForcedRender-expected.png: * platform/chromium-win/platform/chromium/virtual/gpu/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added. 2012-03-23 Dan Bernstein Added more appcache tests to the Mac WebKit2 skip list due to intermittent failures. tracks this issue. * platform/mac-wk2/Skipped: 2012-03-23 Philippe Normand Unreviewed, GTK rebaseline after r111876 and r111731. * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: * platform/gtk/fast/js/global-constructors-expected.txt: * platform/gtk/fast/ruby/ruby-text-before-child-split-expected.txt: Added. 2012-03-23 Sami Kyostila Reuse buffer allocation if canvas size does not change https://bugs.webkit.org/show_bug.cgi?id=80871 Reviewed by Stephen White. Add layout test to check canvas resizing without changing its layout size. We also update the expected image one canvas clearing test. The test is setting the size of a canvas and expecting it to be cleared in the process. With the optimization to retain the underlying ImageBuffer, we no longer call RenderReplaced::repaint() as a part of this process. This function used to repaint both the canvas itself (100x50) as well as its local selection rectangle (100x54). In this case the local selection rectangle is larger than the canvas because the canvas is contained within an anonymous RenderBlock that also has two empty text nodes. The extra 4 pixels are needed for drawing the selection rectangle around any descenders in the the text of those nodes. Since clearing the canvas has no effect on the selection rectangle, we only need to repaint the area of the canvas itself. * fast/canvas/canvas-resize-after-paint-without-layout.html: Added. * fast/canvas/canvas-resize-after-paint-without-layout-expected.txt: Added. * platform/chromium-linux/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added. * platform/chromium-linux/fast/canvas/setWidthResetAfterForcedRender-expected.png: Updated. 2012-03-23 Dan Bernstein Added all tests that failed more than once on the Lion WebKit2 Release bot between r111814 and r111865 to the Mac WebKit2 skip list (that weren’t already on the list). Rubber-stamped by Geoff Garen. * platform/mac-wk2/Skipped: 2012-03-23 Dan Bernstein Added all tests that failed more than once on the Lion WebKit2 Debug bot between r111808 and r111849 to the Mac WebKit2 skip list (that weren’t already on the list). Rubber-stamped by Geoff Garen. * platform/mac-wk2/Skipped: 2012-03-23 Dan Bernstein Added all appcache tests to the Mac WebKit2 skip list due to intermittent failures. Filed to track this issue. * platform/mac-wk2/Skipped: 2012-03-23 Csaba Osztrogonác [Qt] Unreviewed gardening. Try to skip the test before the crashing one. * platform/qt-5.0-wk2/Skipped: 2012-03-23 János Badics Unskipped some tests that don't fail on Qt5. 3 of them still fail on Qt5-wk2 so these tests will be skipped Reviewed by Csaba Osztrogonác. * platform/qt-5.0-wk2/Skipped: * platform/qt-5.0/Skipped: 2012-03-23 Csaba Osztrogonác [Qt] Unreviewed gardening. * platform/qt-5.0-wk2/Skipped: Skip one more crashing test. 2012-03-23 Csaba Osztrogonác [Qt] Unreviewed gardening. * platform/qt/Skipped: Skip crashing tests to paint the bot green. 2012-03-23 Allan Sandfeld Jensen Touch adjustment forgets some subtarget quads. https://bugs.webkit.org/show_bug.cgi?id=82044 Reviewed by Kenneth Rohde Christiansen. * touchadjustment/block-testing-expected.txt: Added. * touchadjustment/block-testing.html: Added. 2012-03-23 Allan Sandfeld Jensen TouchAdjustment does not correct for frame position https://bugs.webkit.org/show_bug.cgi?id=82043 Reviewed by Kenneth Rohde Christiansen. Add test that will fail if frame position is not adjusted for. * touchadjustment/iframe-expected.txt: Added. * touchadjustment/iframe.html: Added. * touchadjustment/resources/inner-frame.html: Added. 2012-03-23 Csaba Osztrogonác [Qt] Unreviewed gardening, skip a failing test. * platform/qt-4.8/Skipped: 2012-03-23 Ryosuke Niwa Remove the failing expectation added in r111831 for the test added in r111754 since r111754 was rolled out in r111839. * platform/mac-wk2/plugins/netscape-dom-access-and-reload-expected.txt: Removed. 2012-03-23 Ryosuke Niwa REGRESSION(r111754): plugins/reloadplugins-and-pages.html fails on all platforms https://bugs.webkit.org/show_bug.cgi?id=82035 * plugins/netscape-dom-access-and-reload-expected.txt: Removed. * plugins/netscape-dom-access-and-reload.html: Removed. 2012-03-23 Ryosuke Niwa GTK rebaselines. * platform/gtk/editing/selection/select-across-readonly-input-5-expected.txt: * platform/gtk/fast/forms/input-readonly-autoscroll-expected.txt: 2012-03-23 Grzegorz Czajkowski [EFL][DRT] Implement LayoutTestController's methods related with editing. https://bugs.webkit.org/show_bug.cgi?id=80136 Reviewed by Ryosuke Niwa. Enables tests connected with setSelectTrailingWhitespaceEnabled and setSmartInsertDeleteEnabled. Tests related with spelling can not be enabled in this patch because WebKit-Efl doesn't support spell checking (missing TextCheckerClient implementation). * platform/efl/Skipped: 2012-03-22 Dan Bernstein Added fast/events/remove-target-with-shadow-in-drag.html to the Mac WebKit2 skip list, since it relies on dragging using EventSender, which doesn’t work in WebKitTestRunner. tracks this issue. * platform/mac-wk2/Skipped: 2012-03-22 Dan Bernstein Added Mac WebKit2 expected results for this test. The fact that it is failing is tracked by . * platform/mac-wk2/plugins/netscape-dom-access-and-reload-expected.txt: Added. 2012-03-22 Yoshifumi Inoue [Forms][CSS] The option element should not match pseudo class :valid https://bugs.webkit.org/show_bug.cgi?id=80088 Reviewed by Kent Tamura. This patch added an assertion for checking the "option" element doesn't match to CSS pseudo class "valid". This behavior was fixed by r111659. * fast/css/pseudo-valid-unapplied-expected.txt: * fast/css/pseudo-valid-unapplied.html: 2012-03-22 Li Yin [WebSocket]A client must close a connection if it detects a masked frame https://bugs.webkit.org/show_bug.cgi?id=81361 Reviewed by Kent Tamura. * http/tests/websocket/tests/hybi/invalid-masked-frames-from-server-expected.txt: Added. * http/tests/websocket/tests/hybi/invalid-masked-frames-from-server.html: Added. * http/tests/websocket/tests/hybi/invalid-masked-frames-from-server_wsh.py: Added. * http/tests/websocket/tests/hybi/unmasked-frames-expected.txt: Renamed from LayoutTests/http/tests/websocket/tests/hybi/masked-frames-expected.txt. * http/tests/websocket/tests/hybi/unmasked-frames.html: Renamed from LayoutTests/http/tests/websocket/tests/hybi/masked-frames.html. * http/tests/websocket/tests/hybi/unmasked-frames_wsh.py: Renamed from LayoutTests/http/tests/websocket/tests/hybi/masked-frames_wsh.py. (web_socket_do_extra_handshake): (web_socket_transfer_data): 2012-03-22 Li Yin [WebSocket]The minimal number of bytes MUST be used to encode the length https://bugs.webkit.org/show_bug.cgi?id=81443 Reviewed by Kent Tamura. * http/tests/websocket/tests/hybi/invalid-encode-length-expected.txt: Added. * http/tests/websocket/tests/hybi/invalid-encode-length.html: Added. * http/tests/websocket/tests/hybi/invalid-encode-length_wsh.py: Added. (web_socket_do_extra_handshake): (web_socket_transfer_data): 2012-03-22 Mao Yujie Implement strict testing criterion for callback function definition https://bugs.webkit.org/show_bug.cgi?id=80005 Reviewed by Adam Barth. Modify some tests to align with their behavior. * fast/dom/MediaStream/argument-types-expected.txt: * fast/dom/MediaStream/script-tests/argument-types.js: * fast/mediastream/peerconnection-argument-types-expected.txt: * fast/mediastream/script-tests/argument-types.js: 2012-03-22 Gyuyoung Kim Convert hasGrammarMarker to use Internals interface https://bugs.webkit.org/show_bug.cgi?id=82004 Reviewed by Ryosuke Niwa. Adjust hasGrammarMarker tests to use Internals instead of LayoutTestController interface. * editing/spelling/grammar.html: * platform/efl/Skipped: 2012-03-22 Xingnan Wang Add exception for the setter of "fftSize" in RealtimeAnalyserNode https://bugs.webkit.org/show_bug.cgi?id=81748 Reviewed by Chris Rogers. * webaudio/realtimeanalyser-fft-sizing-expected.txt: * webaudio/realtimeanalyser-fft-sizing.html: 2012-03-22 Emil A Eklund Unreviewed rebaseline of chrome-win table tests post r111742. * platform/chromium-win-vista/tables/mozilla: Removed. * platform/chromium-win/tables/mozilla/bugs/bug2123-expected.png: * platform/chromium-win/tables/mozilla/bugs/bug2509-expected.png: * platform/chromium-win/tables/mozilla/bugs/bug34176-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug59252-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug7243-expected.png: 2012-03-22 SravanKumar Sandela Fieldset unexpectedly stretches to minimum intrinsic width https://bugs.webkit.org/show_bug.cgi?id=79128 Reviewed by Julien Chaffraix. Ref tests to check no stretching to intrinsic width if width is explicitly specified. Currently, calc width is Work-In-Progress, so it wont be supported now, and these ref tests should automatically take care once Webkit enables it. Need to keep an eye on it. * fast/forms/fieldset-width-nostretch-ifspecified-expected.html: Added. * fast/forms/fieldset-width-nostretch-ifspecified.html: Added. 2012-03-22 Tom Sepez XSS Auditor bypass via script tag src=data:, URLS. https://bugs.webkit.org/show_bug.cgi?id=81948 Reviewed by Adam Barth. Add a test that data: URLs can't bypass xssauditor with trailing comments. * http/tests/security/xssAuditor/script-tag-with-source-data-url2-expected.txt: Added. * http/tests/security/xssAuditor/script-tag-with-source-data-url2.html: Added. 2012-03-22 Dave Tharp QT 4.8 soft hyphen bug has no failing test case https://bugs.webkit.org/show_bug.cgi?id=81964 Reviewed by Beth Dakin. Adding test to expose soft hyphen problem in QT 4.8.0 * fast/text/soft-hyphen-5-expected.txt: Added. * fast/text/soft-hyphen-5.html: Added. 2012-03-22 Emil A Eklund Unreviewed rebaseline for chromium leopard. * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-2-expected.png: Added. * platform/chromium-mac-leopard/css3/selectors3/html/css3-modsel-6-expected.png: Added. 2012-03-22 Tony Chang flexbox flexing implementation should match the spec https://bugs.webkit.org/show_bug.cgi?id=70796 Reviewed by Ojan Vafai. * css3/flexbox/flex-algorithm-min-max-expected.txt: * css3/flexbox/flex-algorithm-min-max.html: 2012-03-22 Robert Hogan Make reference result added in r111755 compatible with Qt and GTK ports. Unreviewed. * fast/css/heightless-list-item-expected.html: 2012-03-22 Dan Bernstein Added fast/events/suspend-timers.html to the Mac WebKit2 skipped list, and removed the failing results checked in as expected results. The results vary across runs. * platform/mac-wk2/Skipped: * platform/mac-wk2/fast/events: Removed. * platform/mac-wk2/fast/events/suspend-timers-expected.txt: Removed. 2012-03-22 Sudarsana Nagineni [EFL] [DRT] Implement LayoutTestController::markerTextForListItem() https://bugs.webkit.org/show_bug.cgi?id=81512 Unskip tests connected with markerTextForListItem(). Reviewed by Antonio Gomes. * platform/efl/Skipped: 2012-03-19 Robert Hogan Text should overflow when list item height set to 0 https://bugs.webkit.org/show_bug.cgi?id=78726 Reviewed by Julien Chaffraix. * css2.1/20110323/height-applies-to-010a-expected.html: Added. * css2.1/20110323/height-applies-to-010a.htm: Added. * fast/css/heightless-list-item-expected.html: Added. * fast/css/heightless-list-item.html: Added. 2012-03-22 Dave Michael HTMLPluginElement is not destroyed on reload or navigation if getNPObject is called https://bugs.webkit.org/show_bug.cgi?id=80428 Reviewed by Eric Seidel. * plugins/netscape-dom-access-and-reload-expected.txt: Added. * plugins/netscape-dom-access-and-reload.html: Added. 2012-03-22 Sudarsana Nagineni [EFL] Enable view mode media feature layout tests https://bugs.webkit.org/show_bug.cgi?id=81205 Unskip tests connected with setViewModeMediaFeature. Reviewed by Antonio Gomes. * platform/efl/Skipped: 2012-03-22 Dan Bernstein Added all tests that failed on the Lion WebKit2 Debug bot in r111739 to the Mac WebKit2 skip list (except those already on the list because they failed on the WebKit2 Releast bot). Removed fast/events/suspend-timers.html from the list since its failure was addressed in a later revision. Rubber-stamped by Geoff Garen. * platform/mac-wk2/Skipped: 2012-03-22 Dan Bernstein Added all tests that failed on the Lion WebKit2 Release bot in r111739 to the Mac WebKit2 skip list. Rubber-stamped by Geoff Garen. * platform/mac-wk2/Skipped: 2012-03-22 Ojan Vafai Initial triage pass of css3/selectors3/html for the Chromium ports. All changes done to the non-chromium ports were done automatically by "webkit-patch optimize-baselines". 2012-03-21 Robert Hogan CSS 2.1 failure: fixed-table-layout-006 fails https://bugs.webkit.org/show_bug.cgi?id=78412 Reviewed by Julien Chaffraix. * css2.1/20110323/fixed-table-layout-006-expected.html: Added. * css2.1/20110323/fixed-table-layout-006.htm: Added. * css2.1/20110323/fixed-table-layout-013-expected.html: The reference test relied on the broken behaviour we're fixing here. * fast/css/fixed-table-layout-cell-padding-expected.html: Added. * fast/css/fixed-table-layout-cell-padding.htm: Added. * platform/chromium-linux/fast/repaint/scroll-inside-table-cell-expected.png: * platform/chromium-linux/fast/repaint/scroll-relative-table-inside-table-cell-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug2123-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug2509-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug34176-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.png: * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.txt: Progression against FF is most evident in this test. The table with the black 'div' cell content is proportioned the same as mozilla now. * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug59252-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug7243-expected.png: * platform/chromium-win/fast/table/cell-pref-width-invalidation-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug2123-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug2509-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug34176-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug59252-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug7243-expected.txt: * platform/chromium/test_expectations.txt: Update expectations until rebaseline * platform/gtk/test_expectations.txt: ditto * platform/mac/Skipped: Skip until rebaselined * platform/qt/test_expectations.txt: Update expectations until rebaseline * platform/win/Skipped: Skip until rebaselined * tables/hittesting/filltable-stress.html: Adjusted to traverse the cells for hit-testing given their new dimensions. 2012-03-22 Dan Bernstein Added Mac WebKit2 expected results for this test. tracks the fact that these results are wrong. * platform/mac-wk2/fast/events: Added. * platform/mac-wk2/fast/events/suspend-timers-expected.txt: Added. 2012-03-22 Jocelyn Turcotte TiledBackingStore: Fix test regressions that appeared with r111560. https://bugs.webkit.org/show_bug.cgi?id=81519 Reviewed by Kenneth Rohde Christiansen. * platform/qt-5.0-wk2/Skipped: 2012-03-22 Dan Bernstein Added fast/events/drag-link.html to the Mac WebKit2 skip list, because running it has the undesireable side effect of dropping a URL into another application’s window or the desktop. tracks this test. * platform/mac-wk2/Skipped: * platform/mac-wk2/fast/events: Removed. * platform/mac-wk2/fast/events/drag-link-expected.txt: Removed. 2012-03-22 Dan Bernstein Added Mac expected results for this test from r110938, and removed the render tree dump results from the cross-platform location, because this test contains text, so the render tree varies by platform. * fast/events/resize-events-expected.txt: Removed. * platform/mac/fast/events/resize-events-expected.png: Added. * platform/mac/fast/events/resize-events-expected.txt: Added. 2012-03-22 Xingnan Wang Use stereo AudioBuffer instead of RealtimeAnalyserNode in the layout test of stereo2mono-down-mixing https://bugs.webkit.org/show_bug.cgi?id=81881 Reviewed by Chris Rogers. * webaudio/stereo2mono-down-mixing.html: 2012-03-22 Emil A Eklund Unreviewed test_expectations update for chromium. * platform/chromium/test_expectations.txt: 2012-03-22 Dan Bernstein Added fast/events/remove-target-with-shadow-in-drag.html to the Mac WebKit2 skip list, since it relies on dragging using EventSender, which doesn’t work in WebKitTestRunner. tracks this issue. * platform/mac-wk2/Skipped: 2012-03-22 Raphael Kubo da Costa [EFL] Gardening, add and update animations/, fast/css, fast/line-grid and fast/repaint baselines and expectations. * platform/efl/animations/cross-fade-background-image-expected.png: Added. * platform/efl/animations/cross-fade-background-image-expected.txt: Added. * platform/efl/animations/cross-fade-border-image-source-expected.png: Added. * platform/efl/animations/cross-fade-border-image-source-expected.txt: Added. * platform/efl/animations/cross-fade-list-style-image-expected.png: Added. * platform/efl/animations/cross-fade-list-style-image-expected.txt: Added. * platform/efl/animations/cross-fade-webkit-mask-image-expected.png: Added. * platform/efl/animations/cross-fade-webkit-mask-image-expected.txt: Added. * platform/efl/fast/css/003-expected.txt: * platform/efl/fast/css/004-expected.txt: * platform/efl/fast/css/005-expected.txt: * platform/efl/fast/css/acid2-expected.txt: * platform/efl/fast/css/acid2-pixel-expected.txt: * platform/efl/fast/css/bidi-override-in-anonymous-block-expected.txt: * platform/efl/fast/css/color-correction-backgrounds-and-text-expected.txt: * platform/efl/fast/css/color-correction-on-text-expected.txt: * platform/efl/fast/css/css2-system-fonts-expected.txt: * platform/efl/fast/css/empty-inline-003-quirksmode-expected.txt: Added. * platform/efl/fast/css/empty-inline-line-height-first-line-expected.txt: Added. * platform/efl/fast/css/empty-inline-line-height-first-line-quirksmode-expected.txt: Added. * platform/efl/fast/css/first-letter-first-line-hover-expected.txt: * platform/efl/fast/css/font-face-woff-expected.txt: * platform/efl/fast/css/font-weight-1-expected.txt: * platform/efl/fast/css/font_property_normal-expected.txt: * platform/efl/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: Added. * platform/efl/fast/css/hover-subselector-expected.txt: * platform/efl/fast/css/hsl-color-expected.txt: * platform/efl/fast/css/ignore-text-zoom-expected.png: Added. * platform/efl/fast/css/inline-properties-important-expected.txt: * platform/efl/fast/css/invalidation-errors-3-expected.txt: * platform/efl/fast/css/non-empty-span-expected.png: Added. * platform/efl/fast/css/non-empty-span-expected.txt: Added. * platform/efl/fast/css/preserve-user-specified-zoom-level-on-reload-expected.png: Added. * platform/efl/fast/css/pseudo-first-line-border-width-expected.png: Added. * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png: Added. * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt: Added. * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png: Added. * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt: Added. * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png: Added. * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt: Added. * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png: Added. * platform/efl/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt: Added. * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png: Added. * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt: Added. * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png: Added. * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt: Added. * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png: Added. * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt: Added. * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-expected.png: Added. * platform/efl/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt: Added. * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png: Added. * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt: Added. * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png: Added. * platform/efl/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt: Added. * platform/efl/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png: Added. * platform/efl/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt: Added. * platform/efl/fast/css/selector-set-attribute-expected.txt: * platform/efl/fast/css/transform-default-parameter-expected.txt: * platform/efl/fast/css/zoom-body-scroll-expected.txt: Added. * platform/efl/fast/css/zoom-font-size-expected.txt: * platform/efl/fast/line-grid/line-align-left-edges-expected.png: Added. * platform/efl/fast/line-grid/line-align-left-edges-expected.txt: Added. * platform/efl/fast/line-grid/line-align-right-edges-expected.png: Added. * platform/efl/fast/line-grid/line-align-right-edges-expected.txt: Added. * platform/efl/fast/line-grid/line-grid-contains-value-expected.png: Added. * platform/efl/fast/line-grid/line-grid-contains-value-expected.txt: Added. * platform/efl/fast/line-grid/line-grid-into-columns-expected.png: Added. * platform/efl/fast/line-grid/line-grid-into-columns-expected.txt: Added. * platform/efl/fast/repaint/scroll-inside-table-cell-expected.png: Added. * platform/efl/fast/repaint/table-hover-on-link-expected.png: Added. * platform/efl/fast/repaint/transform-rotate-and-remove-expected.png: Added. 2012-03-22 Emil A Eklund Unreviewed test_expectations update for chromium. Marking a couple of tests as SLOW on SNOWLEOPARD DEBUG. * platform/chromium/test_expectations.txt: 2012-03-22 Sudarsana Nagineni [EFL] Map BackSpace key code to Unicode value https://bugs.webkit.org/show_bug.cgi?id=81130 Unskip fast/events/backspace-navigates-back.html Reviewed by Gustavo Noronha Silva. * platform/efl/Skipped: 2012-03-22 Szilard Ledan [Qt] Gardening, skip fast/dom/shadow/shadow-root-blur.html test because ENABLE(SHADOW_DOM) is disabled. Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: 2012-03-22 Abhishek Arya Incorrect beforeChild parent calculation in RenderRubyBase::moveChildren. https://bugs.webkit.org/show_bug.cgi?id=80297 Reviewed by Julien Chaffraix. Test passes if you see the inline continuation in the first ruby base and only the simple text in the second ruby base. * fast/ruby/ruby-text-before-child-split-expected.png: Added. * fast/ruby/ruby-text-before-child-split-expected.txt: Added. * fast/ruby/ruby-text-before-child-split.html: Added. 2012-03-22 Raphael Kubo da Costa [EFL] Gardening, update a few more fast/forms baselines. * platform/efl/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png: Added. * platform/efl/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: Added. * platform/efl/fast/forms/file/file-input-pressed-state-expected.png: Added. * platform/efl/fast/forms/input-placeholder-text-indent-expected.png: * platform/efl/fast/forms/isindex-placeholder-expected.png: * platform/efl/fast/forms/placeholder-with-positioned-element-expected.png: * platform/efl/fast/forms/select-overflow-scroll-expected.png: Added. * platform/efl/fast/forms/select-overflow-scroll-expected.txt: Added. * platform/efl/fast/forms/select-overflow-scroll-inherited-expected.png: Added. * platform/efl/fast/forms/select-overflow-scroll-inherited-expected.txt: Added. * platform/efl/fast/forms/textarea-placeholder-wrapping-expected.png: 2012-03-22 Szilard Ledan [Qt] Gardening, skip failing tests after r111560. https://bugs.webkit.org/show_bug.cgi?id=81519 Reviewed by Csaba Osztrogonác. * platform/qt-5.0-wk2/Skipped: 2012-03-22 Sudarsana Nagineni [EFL] Implement LayoutTestController::setEditingBehavior https://bugs.webkit.org/show_bug.cgi?id=81124 Unskip tests connected with setEditingBehavior. Reviewed by Martin Robinson. * platform/efl/Skipped: 2012-03-22 Alexander Pavlov Web Inspector: Case of the elements of the xml document should be shown as it is in the console https://bugs.webkit.org/show_bug.cgi?id=81902 Reviewed by Vsevolod Vlasov. * inspector/console/console-xml-document-expected.txt: Added. * inspector/console/console-xml-document.html: Added. 2012-03-22 Ádám Kallai [Qt] Gardening. Skip failing test. https://bugs.webkit.org/show_bug.cgi?id=81899 Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: 2012-03-22 Vsevolod Vlasov Unreviewed chromium test rebaseline. * platform/chromium/inspector/debugger/breakpoint-manager-expected.txt: Added. 2012-03-22 Raphael Kubo da Costa [EFL] Unreviewed gardening. Update expectations for some fast/forms tests which were rendering placeholders with the wrong colors. * platform/efl/fast/forms/input-placeholder-text-indent-expected.png: Added. * platform/efl/fast/forms/isindex-placeholder-expected.png: Added. * platform/efl/fast/forms/placeholder-with-positioned-element-expected.png: Added. * platform/efl/fast/forms/textarea-placeholder-wrapping-expected.png: Added. 2012-03-22 Pavel Feldman Web Inspector: dispatch styleSheetChanged event synchronously. https://bugs.webkit.org/show_bug.cgi?id=81892 Reviewed by Vsevolod Vlasov. * http/tests/inspector/resources-test.js: (initialize_ResourceTest.InspectorTest.showResource.callbackWrapper): (initialize_ResourceTest.InspectorTest.showResource.showResourceCallback.visit): (initialize_ResourceTest.InspectorTest.showResource.showResourceCallback): (initialize_ResourceTest.InspectorTest.showResource): (initialize_ResourceTest): * inspector/styles/styles-history.html: 2012-03-22 Kaustubh Atrawalkar blur() on shadow host should work when a shadow host contains a focused element in its shadow DOM subtrees https://bugs.webkit.org/show_bug.cgi?id=81102 Reviewed by Hajime Morita. * fast/dom/shadow/shadow-root-blur-expected.txt: Added. * fast/dom/shadow/shadow-root-blur.html: Added. 2012-03-22 Vsevolod Vlasov Web Inspector: RawSourceCode does not need uiSourceCode lists because it never has more than one. https://bugs.webkit.org/show_bug.cgi?id=81894 Reviewed by Pavel Feldman. * inspector/debugger/raw-source-code.html: 2012-03-22 Mihai Balan [CSSRegions] Add region styling test for region css rules specificity/position https://bugs.webkit.org/show_bug.cgi?id=76537 Reviewed by Andreas Kling. * fast/regions/region-style-rule-specificity-expected.html: Added. * fast/regions/region-style-rule-specificity.html: Added. 2012-03-22 Kristóf Kosztyó Unreviewed gardening after r111595. * inspector/debugger/breakpoint-manager-expected.txt: 2012-03-22 Kristóf Kosztyó [Qt] Unreviewed gardening. Skip the failing test fast/mutation/callback-arguments.html. * platform/qt/Skipped: 2012-03-22 Yoshifumi Inoue [Forms] The option element should not be form associated element. https://bugs.webkit.org/show_bug.cgi?id=79764 Reviewed by Kent Tamura. This patch fixes a bug in select-live-pseudo-selectors.js, adds assertions to improve coverage, and updates test expectation for behavior changes (makes the "option" element uses CSS pseudo class ":valid".) * fast/forms/resources/select-live-pseudo-selectors.js: (mouseDownOnSelect): Copied from listbox-selection.html for replacing broken simulateClick which used position and size of the "option" element, but these values are zero. Note: five files use mouseDownOnSelect. We'll share this function in future tracked by https://bugs.webkit.org/show_bug.cgi?id=81496. (backgroundOf): Added String parameter support for ease of writing test case. * fast/forms/select-live-pseudo-selectors-expected.txt: Added check fo background color of the "selection" element. Changed expected color of the "option" element because the "option" element doesn't support CSS pseudo class ":valid". This also covers bug 80088. 2012-03-22 Keishi Hattori [chromium] Unreviewed gardening. Left over rebaseline from r111621. * platform/chromium-linux/css3/filters/custom/effect-custom-parameters-expected.png: 2012-03-21 Pavel Podivilov Web Inspector: rename ClosureCompilerSourceMapping to SourceMapParser and move it to CompilerScriptMapping.js. https://bugs.webkit.org/show_bug.cgi?id=81780 Reviewed by Pavel Feldman. * http/tests/inspector/compiler-script-mapping-expected.txt: Added. * http/tests/inspector/compiler-script-mapping.html: Renamed from LayoutTests/http/tests/inspector/compiler-source-mapping.html. * http/tests/inspector/compiler-source-mapping-expected.txt: Removed. * inspector/debugger/compiler-source-mapping-expected.txt: Removed. 2012-03-21 Yury Semikhatsky Web Inspector: event listeners section is broken for about:blank page https://bugs.webkit.org/show_bug.cgi?id=81795 Reviewed by Pavel Feldman. * inspector/elements/event-listeners-about-blank-expected.txt: Added. * inspector/elements/event-listeners-about-blank.html: Added. 2012-03-21 Raphael Kubo da Costa [EFL] Unreviewed gardening. Update most of the expectations in fast/block and fast/xsl after the recent jhbuild and font updates. Plus these expectations have not been taken care of for ages. * platform/efl/fast/block/basic/001-expected.png: * platform/efl/fast/block/basic/002-expected.png: * platform/efl/fast/block/basic/003-expected.png: * platform/efl/fast/block/basic/006-expected.txt: * platform/efl/fast/block/basic/009-expected.txt: * platform/efl/fast/block/basic/013-expected.png: * platform/efl/fast/block/basic/015-expected.png: * platform/efl/fast/block/basic/015-expected.txt: * platform/efl/fast/block/basic/016-expected.png: * platform/efl/fast/block/basic/018-expected.png: * platform/efl/fast/block/basic/019-expected.png: * platform/efl/fast/block/basic/019-expected.txt: * platform/efl/fast/block/basic/021-expected.png: * platform/efl/fast/block/basic/adding-near-anonymous-block-expected.png: * platform/efl/fast/block/basic/min-pref-width-nowrap-floats-expected.png: * platform/efl/fast/block/basic/text-indent-rtl-expected.png: * platform/efl/fast/block/basic/truncation-rtl-expected.png: * platform/efl/fast/block/basic/white-space-pre-wraps-expected.png: * platform/efl/fast/block/float/002-expected.png: * platform/efl/fast/block/float/003-expected.png: * platform/efl/fast/block/float/004-expected.png: * platform/efl/fast/block/float/005-expected.png: * platform/efl/fast/block/float/006-expected.png: * platform/efl/fast/block/float/007-expected.png: * platform/efl/fast/block/float/010-expected.png: * platform/efl/fast/block/float/012-expected.png: * platform/efl/fast/block/float/014-expected.png: * platform/efl/fast/block/float/017-expected.png: * platform/efl/fast/block/float/020-expected.png: * platform/efl/fast/block/float/021-expected.png: * platform/efl/fast/block/float/024-expected.png: * platform/efl/fast/block/float/025-expected.png: * platform/efl/fast/block/float/026-expected.png: * platform/efl/fast/block/float/027-expected.png: * platform/efl/fast/block/float/028-expected.png: * platform/efl/fast/block/float/029-expected.png: * platform/efl/fast/block/float/030-expected.png: * platform/efl/fast/block/float/031-expected.png: * platform/efl/fast/block/float/032-expected.png: * platform/efl/fast/block/float/032-expected.txt: * platform/efl/fast/block/float/avoidance-percent-width-compat-expected.png: * platform/efl/fast/block/float/avoidance-percent-width-strict-expected.png: * platform/efl/fast/block/float/centered-float-avoidance-complexity-expected.png: Added. * platform/efl/fast/block/float/centered-float-avoidance-complexity-expected.txt: Added. * platform/efl/fast/block/float/clear-element-too-wide-for-containing-block-expected.png: * platform/efl/fast/block/float/editable-text-overlapping-float-expected.png: * platform/efl/fast/block/float/fit_line_below_floats-expected.png: * platform/efl/fast/block/float/float-avoidance-expected.png: * platform/efl/fast/block/float/float-in-float-hit-testing-expected.png: * platform/efl/fast/block/float/float-in-float-hit-testing-expected.txt: * platform/efl/fast/block/float/float-in-float-painting-expected.png: * platform/efl/fast/block/float/float-in-float-painting-expected.txt: * platform/efl/fast/block/float/floats-and-text-indent-expected.png: * platform/efl/fast/block/float/floats-and-text-indent-rl-expected.png: * platform/efl/fast/block/float/independent-align-positioning-expected.png: * platform/efl/fast/block/float/intruding-painted-twice-expected.png: * platform/efl/fast/block/float/marquee-shrink-to-avoid-floats-expected.png: * platform/efl/fast/block/float/multiple-float-positioning-expected.png: * platform/efl/fast/block/float/nestedAnonymousBlocks2-expected.png: * platform/efl/fast/block/float/nopaint-after-layer-destruction-expected.png: * platform/efl/fast/block/float/nopaint-after-layer-destruction2-expected.png: * platform/efl/fast/block/float/overlapping-floats-with-overflow-hidden-expected.png: * platform/efl/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt: * platform/efl/fast/block/float/shrink-to-avoid-float-complexity-expected.png: Added. * platform/efl/fast/block/float/shrink-to-avoid-float-complexity-expected.txt: Added. * platform/efl/fast/block/float/shrink-to-fit-width-expected.png: * platform/efl/fast/block/float/table-relayout-expected.png: * platform/efl/fast/block/float/vertical-move-relayout-expected.png: * platform/efl/fast/block/float/width-update-after-clear-expected.png: * platform/efl/fast/block/lineboxcontain/block-expected.png: * platform/efl/fast/block/lineboxcontain/block-font-expected.png: * platform/efl/fast/block/lineboxcontain/block-font-expected.txt: * platform/efl/fast/block/lineboxcontain/block-glyphs-expected.png: * platform/efl/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: * platform/efl/fast/block/lineboxcontain/block-replaced-expected.png: * platform/efl/fast/block/lineboxcontain/font-expected.png: * platform/efl/fast/block/lineboxcontain/font-expected.txt: * platform/efl/fast/block/lineboxcontain/font-replaced-expected.png: * platform/efl/fast/block/lineboxcontain/glyphs-expected.png: * platform/efl/fast/block/lineboxcontain/inline-box-expected.png: * platform/efl/fast/block/lineboxcontain/inline-box-replaced-expected.png: * platform/efl/fast/block/lineboxcontain/inline-box-vertical-expected.png: * platform/efl/fast/block/lineboxcontain/inline-expected.png: * platform/efl/fast/block/lineboxcontain/inline-replaced-expected.png: * platform/efl/fast/block/lineboxcontain/none-expected.png: * platform/efl/fast/block/lineboxcontain/parsing-invalid-expected.png: * platform/efl/fast/block/lineboxcontain/parsing-invalid-expected.txt: * platform/efl/fast/block/lineboxcontain/replaced-expected.png: * platform/efl/fast/block/margin-collapse/001-expected.png: * platform/efl/fast/block/margin-collapse/001-expected.txt: * platform/efl/fast/block/margin-collapse/005-expected.png: * platform/efl/fast/block/margin-collapse/005-expected.txt: * platform/efl/fast/block/margin-collapse/006-expected.png: * platform/efl/fast/block/margin-collapse/010-expected.png: * platform/efl/fast/block/margin-collapse/011-expected.png: * platform/efl/fast/block/margin-collapse/012-expected.png: * platform/efl/fast/block/margin-collapse/015-expected.png: * platform/efl/fast/block/margin-collapse/016-expected.png: * platform/efl/fast/block/margin-collapse/017-expected.png: * platform/efl/fast/block/margin-collapse/018-expected.png: * platform/efl/fast/block/margin-collapse/019-expected.png: * platform/efl/fast/block/margin-collapse/020-expected.png: * platform/efl/fast/block/margin-collapse/021-expected.png: * platform/efl/fast/block/margin-collapse/022-expected.png: * platform/efl/fast/block/margin-collapse/025-expected.png: * platform/efl/fast/block/margin-collapse/026-expected.png: * platform/efl/fast/block/margin-collapse/027-expected.png: * platform/efl/fast/block/margin-collapse/028-expected.png: * platform/efl/fast/block/margin-collapse/029-expected.png: * platform/efl/fast/block/margin-collapse/030-expected.png: * platform/efl/fast/block/margin-collapse/031-expected.png: * platform/efl/fast/block/margin-collapse/032-expected.png: * platform/efl/fast/block/margin-collapse/033-expected.png: * platform/efl/fast/block/margin-collapse/034-expected.png: * platform/efl/fast/block/margin-collapse/035-expected.png: * platform/efl/fast/block/margin-collapse/037-expected.png: * platform/efl/fast/block/margin-collapse/038-expected.png: * platform/efl/fast/block/margin-collapse/039-expected.png: * platform/efl/fast/block/margin-collapse/040-expected.png: * platform/efl/fast/block/margin-collapse/041-expected.png: * platform/efl/fast/block/margin-collapse/042-expected.png: * platform/efl/fast/block/margin-collapse/043-expected.png: * platform/efl/fast/block/margin-collapse/044-expected.png: * platform/efl/fast/block/margin-collapse/045-expected.png: * platform/efl/fast/block/margin-collapse/055-expected.png: * platform/efl/fast/block/margin-collapse/056-expected.png: * platform/efl/fast/block/margin-collapse/057-expected.png: * platform/efl/fast/block/margin-collapse/058-expected.png: * platform/efl/fast/block/margin-collapse/059-expected.png: * platform/efl/fast/block/margin-collapse/100-expected.png: * platform/efl/fast/block/margin-collapse/101-expected.png: * platform/efl/fast/block/margin-collapse/102-expected.png: * platform/efl/fast/block/margin-collapse/103-expected.png: * platform/efl/fast/block/margin-collapse/103-expected.txt: * platform/efl/fast/block/margin-collapse/104-expected.png: * platform/efl/fast/block/margin-collapse/block-inside-inline/001-expected.png: * platform/efl/fast/block/margin-collapse/block-inside-inline/001-expected.txt: * platform/efl/fast/block/margin-collapse/block-inside-inline/005-expected.png: * platform/efl/fast/block/margin-collapse/block-inside-inline/005-expected.txt: * platform/efl/fast/block/margin-collapse/block-inside-inline/006-expected.png: * platform/efl/fast/block/margin-collapse/block-inside-inline/010-expected.png: * platform/efl/fast/block/margin-collapse/block-inside-inline/011-expected.png: * platform/efl/fast/block/margin-collapse/block-inside-inline/012-expected.png: * platform/efl/fast/block/margin-collapse/block-inside-inline/015-expected.png: * platform/efl/fast/block/margin-collapse/block-inside-inline/016-expected.png: * platform/efl/fast/block/margin-collapse/block-inside-inline/017-expected.png: * platform/efl/fast/block/margin-collapse/block-inside-inline/018-expected.png: * platform/efl/fast/block/margin-collapse/block-inside-inline/019-expected.png: * platform/efl/fast/block/margin-collapse/block-inside-inline/020-expected.png: * platform/efl/fast/block/margin-collapse/block-inside-inline/021-expected.png: * platform/efl/fast/block/margin-collapse/block-inside-inline/022-expected.png: * platform/efl/fast/block/margin-collapse/block-inside-inline/025-expected.png: * platform/efl/fast/block/margin-collapse/empty-clear-blocks-expected.png: * platform/efl/fast/block/positioning/047-expected.png: * platform/efl/fast/block/positioning/051-expected.png: * platform/efl/fast/block/positioning/051-expected.txt: * platform/efl/fast/block/positioning/053-expected.png: * platform/efl/fast/block/positioning/055-expected.png: * platform/efl/fast/block/positioning/056-expected.txt: * platform/efl/fast/block/positioning/057-expected.png: * platform/efl/fast/block/positioning/058-expected.png: * platform/efl/fast/block/positioning/059-expected.png: * platform/efl/fast/block/positioning/abs-inside-inline-rel-expected.png: * platform/efl/fast/block/positioning/absolute-in-inline-ltr-2-expected.png: * platform/efl/fast/block/positioning/absolute-in-inline-ltr-3-expected.png: * platform/efl/fast/block/positioning/absolute-in-inline-ltr-expected.png: * platform/efl/fast/block/positioning/absolute-in-inline-rtl-2-expected.png: * platform/efl/fast/block/positioning/absolute-in-inline-rtl-3-expected.png: * platform/efl/fast/block/positioning/absolute-in-inline-rtl-expected.png: * platform/efl/fast/block/positioning/absolute-in-inline-short-ltr-expected.png: * platform/efl/fast/block/positioning/absolute-in-inline-short-rtl-expected.png: * platform/efl/fast/block/positioning/absolute-positioned-overconstrained-expected.png: * platform/efl/fast/block/positioning/auto-height-with-top-and-bottom-expected.png: * platform/efl/fast/block/positioning/auto/001-expected.png: * platform/efl/fast/block/positioning/auto/002-expected.png: * platform/efl/fast/block/positioning/auto/003-expected.png: * platform/efl/fast/block/positioning/auto/004-expected.png: * platform/efl/fast/block/positioning/auto/005-expected.png: * platform/efl/fast/block/positioning/auto/006-expected.png: * platform/efl/fast/block/positioning/auto/vertical-lr/001-expected.png: * platform/efl/fast/block/positioning/auto/vertical-lr/002-expected.png: * platform/efl/fast/block/positioning/auto/vertical-lr/003-expected.png: * platform/efl/fast/block/positioning/auto/vertical-lr/004-expected.png: * platform/efl/fast/block/positioning/auto/vertical-lr/005-expected.png: * platform/efl/fast/block/positioning/auto/vertical-lr/006-expected.png: * platform/efl/fast/block/positioning/auto/vertical-rl/001-expected.png: * platform/efl/fast/block/positioning/auto/vertical-rl/002-expected.png: * platform/efl/fast/block/positioning/auto/vertical-rl/003-expected.png: * platform/efl/fast/block/positioning/auto/vertical-rl/004-expected.png: * platform/efl/fast/block/positioning/auto/vertical-rl/005-expected.png: * platform/efl/fast/block/positioning/auto/vertical-rl/006-expected.png: * platform/efl/fast/block/positioning/differing-writing-modes-expected.png: * platform/efl/fast/block/positioning/differing-writing-modes-replaced-expected.png: * platform/efl/fast/block/positioning/height-change-expected.png: * platform/efl/fast/block/positioning/leftmargin-topmargin-expected.png: * platform/efl/fast/block/positioning/negative-right-pos-expected.png: * platform/efl/fast/block/positioning/padding-percent-expected.png: * platform/efl/fast/block/positioning/relative-overflow-block-expected.png: * platform/efl/fast/block/positioning/relayout-on-position-change-expected.png: * platform/efl/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: * platform/efl/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.txt: * platform/efl/fast/block/positioning/table-cell-static-position-expected.png: * platform/efl/fast/block/positioning/trailing-space-test-expected.png: * platform/efl/fast/block/positioning/vertical-lr/002-expected.png: * platform/efl/fast/block/positioning/window-height-change-expected.png: * platform/efl/fast/xsl/document-function-expected.png: * platform/efl/fast/xsl/xslt-enc-cyr-expected.png: * platform/efl/fast/xsl/xslt-enc-expected.png: * platform/efl/fast/xsl/xslt-enc16-expected.png: * platform/efl/fast/xsl/xslt-enc16to16-expected.png: * platform/efl/fast/xsl/xslt-extra-content-at-end-expected.png: * platform/efl/fast/xsl/xslt-missing-namespace-in-xslt-expected.png: * platform/efl/fast/xsl/xslt-relative-path-expected.png: 2012-03-21 Raphael Kubo da Costa [EFL] Unreviewed gardening. Update css2.1/ expectations after the recent jhbuild and font changes. * platform/efl/css2.1/20110323/absolute-non-replaced-height-002-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-height-003-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-height-004-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-height-005-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-height-006-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-height-010-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-height-011-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-height-012-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-001-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-003-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-004-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-005-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-006-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-010-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-011-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-max-height-012-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-width-001-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-width-002-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-width-003-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-width-004-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-width-005-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-width-006-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-width-007-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-width-008-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-width-009-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-width-010-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-width-011-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-width-012-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-width-013-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-width-014-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-width-015-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-width-016-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-width-017-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-width-018-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-width-019-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-width-020-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-width-021-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-width-022-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-width-023-expected.png: * platform/efl/css2.1/20110323/absolute-non-replaced-width-024-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-004-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-005-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-007-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-008-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-009-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-010-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-011-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-012-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-014-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-016-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-017-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-018-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-019-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-021-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-022-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-023-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-024-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-025-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-026-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-028-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-029-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-030-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-031-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-032-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-033-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-height-035-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-width-001-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-width-006-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-width-008-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-width-013-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-width-015-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-width-020-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-width-022-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-width-027-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-width-029-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-width-034-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-width-036-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-width-041-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-width-043-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-width-048-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-width-050-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-width-055-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-width-057-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-width-062-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-width-064-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-width-069-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-width-071-expected.png: * platform/efl/css2.1/20110323/absolute-replaced-width-076-expected.png: * platform/efl/css2.1/20110323/block-non-replaced-height-001-expected.png: * platform/efl/css2.1/20110323/block-non-replaced-height-002-expected.png: * platform/efl/css2.1/20110323/block-non-replaced-height-004-expected.png: * platform/efl/css2.1/20110323/block-non-replaced-height-005-expected.png: * platform/efl/css2.1/20110323/block-non-replaced-height-006-expected.png: * platform/efl/css2.1/20110323/block-non-replaced-height-008-expected.png: * platform/efl/css2.1/20110323/block-non-replaced-height-010-expected.png: * platform/efl/css2.1/20110323/block-non-replaced-height-012-expected.png: * platform/efl/css2.1/20110323/block-non-replaced-height-014-expected.png: * platform/efl/css2.1/20110323/block-non-replaced-height-016-expected.png: * platform/efl/css2.1/20110323/block-non-replaced-width-005-expected.png: * platform/efl/css2.1/20110323/block-non-replaced-width-006-expected.png: * platform/efl/css2.1/20110323/block-non-replaced-width-007-expected.png: * platform/efl/css2.1/20110323/block-non-replaced-width-008-expected.png: * platform/efl/css2.1/20110323/block-non-replaced-width-008-expected.txt: * platform/efl/css2.1/20110323/block-replaced-height-004-expected.png: * platform/efl/css2.1/20110323/block-replaced-height-005-expected.png: * platform/efl/css2.1/20110323/block-replaced-height-007-expected.png: * platform/efl/css2.1/20110323/block-replaced-width-001-expected.png: * platform/efl/css2.1/20110323/block-replaced-width-006-expected.png: * platform/efl/css2.1/20110323/border-conflict-style-079-expected.png: * platform/efl/css2.1/20110323/border-conflict-style-088-expected.png: * platform/efl/css2.1/20110323/float-non-replaced-width-001-expected.png: * platform/efl/css2.1/20110323/float-non-replaced-width-002-expected.png: * platform/efl/css2.1/20110323/float-non-replaced-width-003-expected.png: * platform/efl/css2.1/20110323/float-non-replaced-width-004-expected.png: * platform/efl/css2.1/20110323/float-non-replaced-width-005-expected.png: * platform/efl/css2.1/20110323/float-non-replaced-width-007-expected.png: * platform/efl/css2.1/20110323/float-non-replaced-width-008-expected.png: * platform/efl/css2.1/20110323/float-non-replaced-width-009-expected.png: * platform/efl/css2.1/20110323/float-non-replaced-width-010-expected.png: * platform/efl/css2.1/20110323/float-non-replaced-width-011-expected.png: * platform/efl/css2.1/20110323/float-non-replaced-width-012-expected.png: * platform/efl/css2.1/20110323/float-replaced-height-004-expected.png: * platform/efl/css2.1/20110323/float-replaced-height-005-expected.png: * platform/efl/css2.1/20110323/float-replaced-height-007-expected.png: * platform/efl/css2.1/20110323/float-replaced-width-001-expected.png: * platform/efl/css2.1/20110323/float-replaced-width-002-expected.png: * platform/efl/css2.1/20110323/float-replaced-width-003-expected.png: * platform/efl/css2.1/20110323/float-replaced-width-004-expected.png: * platform/efl/css2.1/20110323/float-replaced-width-005-expected.png: * platform/efl/css2.1/20110323/float-replaced-width-006-expected.png: * platform/efl/css2.1/20110323/float-replaced-width-011-expected.png: * platform/efl/css2.1/20110323/floating-replaced-height-008-expected.png: * platform/efl/css2.1/20110323/inline-block-non-replaced-width-002-expected.png: * platform/efl/css2.1/20110323/inline-block-non-replaced-width-003-expected.png: * platform/efl/css2.1/20110323/inline-block-non-replaced-width-004-expected.png: * platform/efl/css2.1/20110323/inline-block-replaced-height-004-expected.png: * platform/efl/css2.1/20110323/inline-block-replaced-height-005-expected.png: * platform/efl/css2.1/20110323/inline-block-replaced-height-007-expected.png: * platform/efl/css2.1/20110323/inline-block-replaced-height-008-expected.png: * platform/efl/css2.1/20110323/inline-block-replaced-width-001-expected.png: * platform/efl/css2.1/20110323/inline-block-replaced-width-006-expected.png: * platform/efl/css2.1/20110323/inline-non-replaced-width-001-expected.png: * platform/efl/css2.1/20110323/inline-non-replaced-width-002-expected.png: * platform/efl/css2.1/20110323/inline-replaced-height-004-expected.png: * platform/efl/css2.1/20110323/inline-replaced-height-005-expected.png: * platform/efl/css2.1/20110323/inline-replaced-height-007-expected.png: * platform/efl/css2.1/20110323/inline-replaced-height-008-expected.png: * platform/efl/css2.1/20110323/inline-replaced-width-001-expected.png: * platform/efl/css2.1/20110323/inline-replaced-width-006-expected.png: * platform/efl/css2.1/20110323/inline-replaced-width-011-expected.png: * platform/efl/css2.1/20110323/inline-replaced-width-012-expected.png: * platform/efl/css2.1/20110323/inline-replaced-width-013-expected.png: * platform/efl/css2.1/20110323/inline-replaced-width-014-expected.png: * platform/efl/css2.1/20110323/inline-replaced-width-015-expected.png: * platform/efl/css2.1/20110323/margin-applies-to-001-expected.png: * platform/efl/css2.1/20110323/margin-applies-to-002-expected.png: * platform/efl/css2.1/20110323/margin-applies-to-003-expected.png: * platform/efl/css2.1/20110323/margin-applies-to-004-expected.png: * platform/efl/css2.1/20110323/margin-applies-to-005-expected.png: * platform/efl/css2.1/20110323/margin-applies-to-006-expected.png: * platform/efl/css2.1/20110323/margin-applies-to-007-expected.png: * platform/efl/css2.1/20110323/margin-applies-to-009-expected.png: * platform/efl/css2.1/20110323/margin-applies-to-010-expected.png: * platform/efl/css2.1/20110323/margin-applies-to-012-expected.png: * platform/efl/css2.1/20110323/margin-applies-to-013-expected.png: * platform/efl/css2.1/20110323/margin-applies-to-014-expected.png: * platform/efl/css2.1/20110323/margin-applies-to-015-expected.png: * platform/efl/css2.1/20110323/replaced-elements-001-expected.png: * platform/efl/css2.1/20110323/replaced-intrinsic-001-expected.png: * platform/efl/css2.1/20110323/replaced-min-max-001-expected.png: * platform/efl/css2.1/20110323/width-non-replaced-inline-001-expected.png: * platform/efl/css2.1/t010403-shand-border-00-c-expected.png: * platform/efl/css2.1/t010403-shand-font-00-b-expected.png: * platform/efl/css2.1/t010403-shand-font-01-b-expected.png: * platform/efl/css2.1/t010403-shand-font-02-b-expected.png: * platform/efl/css2.1/t010403-shand-font-03-b-expected.png: * platform/efl/css2.1/t040102-keywords-00-b-expected.png: * platform/efl/css2.1/t040102-keywords-01-b-expected.png: * platform/efl/css2.1/t040103-case-00-b-expected.png: * platform/efl/css2.1/t040103-case-01-c-expected.png: * platform/efl/css2.1/t040103-escapes-00-b-expected.png: * platform/efl/css2.1/t040103-escapes-01-b-expected.png: * platform/efl/css2.1/t040103-escapes-02-d-expected.png: * platform/efl/css2.1/t040103-escapes-03-b-expected.png: * platform/efl/css2.1/t040103-escapes-04-b-expected.png: * platform/efl/css2.1/t040103-escapes-05-c-expected.png: * platform/efl/css2.1/t040103-escapes-06-b-expected.png: * platform/efl/css2.1/t040103-escapes-07-b-expected.png: * platform/efl/css2.1/t040103-escapes-08-b-expected.png: * platform/efl/css2.1/t040109-c17-comments-00-b-expected.png: * platform/efl/css2.1/t0402-c71-fwd-parsing-00-f-expected.png: * platform/efl/css2.1/t0402-c71-fwd-parsing-01-f-expected.png: * platform/efl/css2.1/t0402-c71-fwd-parsing-02-f-expected.png: * platform/efl/css2.1/t0402-c71-fwd-parsing-03-f-expected.png: * platform/efl/css2.1/t0402-c71-fwd-parsing-04-f-expected.png: * platform/efl/css2.1/t040302-c61-phys-len-00-b-expected.png: * platform/efl/css2.1/t040303-c62-percent-00-b-ag-expected.png: * platform/efl/css2.1/t040304-c64-uri-00-a-g-expected.png: * platform/efl/css2.1/t040306-c63-color-00-b-ag-expected.png: * platform/efl/css2.1/t040306-syntax-01-f-expected.png: * platform/efl/css2.1/t050201-c12-grouping-00-b-expected.png: * platform/efl/css2.1/t0505-c16-descendant-00-e-expected.png: * platform/efl/css2.1/t050803-c14-classes-00-e-expected.png: * platform/efl/css2.1/t0509-c15-ids-00-a-expected.png: * platform/efl/css2.1/t0509-c15-ids-01-e-expected.png: * platform/efl/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png: * platform/efl/css2.1/t051103-dom-hover-02-c-io-expected.png: * platform/efl/css2.1/t051201-c23-first-line-00-b-expected.png: * platform/efl/css2.1/t051201-c23-first-line-00-b-expected.txt: * platform/efl/css2.1/t051202-c24-first-lttr-00-b-expected.png: * platform/efl/css2.1/t051202-c24-first-lttr-00-b-expected.txt: * platform/efl/css2.1/t051202-c26-psudo-nest-00-c-expected.png: * platform/efl/css2.1/t051202-c26-psudo-nest-00-c-expected.txt: * platform/efl/css2.1/t0602-c13-inh-underlin-00-e-expected.png: * platform/efl/css2.1/t0602-c13-inheritance-00-e-expected.png: * platform/efl/css2.1/t0602-inherit-bdr-pad-b-00-expected.png: * platform/efl/css2.1/t0603-c11-import-00-b-expected.png: * platform/efl/css2.1/t060401-c32-cascading-00-b-expected.png: * platform/efl/css2.1/t060402-c31-important-00-b-expected.png: * platform/efl/css2.1/t0801-c412-hz-box-00-b-a-expected.png: * platform/efl/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png: * platform/efl/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png: * platform/efl/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png: * platform/efl/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png: * platform/efl/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.png: * platform/efl/css2.1/t0803-c5502-mrgn-r-03-c-expected.png: * platform/efl/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png: * platform/efl/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png: * platform/efl/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.png: * platform/efl/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png: * platform/efl/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.png: * platform/efl/css2.1/t0803-c5504-mrgn-l-03-c-expected.png: * platform/efl/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png: * platform/efl/css2.1/t0803-c5505-mrgn-01-e-a-expected.png: * platform/efl/css2.1/t0803-c5505-mrgn-02-c-expected.png: * platform/efl/css2.1/t0803-c5505-mrgn-03-c-ag-expected.png: * platform/efl/css2.1/t080301-c411-vt-mrgn-00-b-expected.png: * platform/efl/css2.1/t0804-c5506-padn-t-00-b-a-expected.png: * platform/efl/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png: * platform/efl/css2.1/t0804-c5507-padn-r-01-c-a-expected.png: * platform/efl/css2.1/t0804-c5507-padn-r-03-f-expected.png: * platform/efl/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.png: * platform/efl/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png: * platform/efl/css2.1/t0804-c5509-padn-l-01-b-a-expected.png: * platform/efl/css2.1/t0804-c5509-padn-l-03-f-g-expected.png: * platform/efl/css2.1/t0804-c5510-padn-00-b-ag-expected.png: * platform/efl/css2.1/t0804-c5510-padn-01-e-a-expected.png: * platform/efl/css2.1/t0804-c5510-padn-02-f-expected.png: * platform/efl/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png: * platform/efl/css2.1/t0805-c5511-brdr-tw-03-b-expected.png: * platform/efl/css2.1/t0805-c5512-brdr-rw-00-b-expected.png: * platform/efl/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png: * platform/efl/css2.1/t0805-c5512-brdr-rw-03-b-expected.png: * platform/efl/css2.1/t0805-c5513-brdr-bw-01-b-g-expected.png: * platform/efl/css2.1/t0805-c5514-brdr-lw-00-b-expected.png: * platform/efl/css2.1/t0805-c5514-brdr-lw-01-b-g-expected.png: * platform/efl/css2.1/t0805-c5514-brdr-lw-03-b-expected.png: * platform/efl/css2.1/t0805-c5515-brdr-w-00-a-expected.png: * platform/efl/css2.1/t0805-c5515-brdr-w-01-b-g-expected.png: * platform/efl/css2.1/t0805-c5516-brdr-c-00-a-expected.png: * platform/efl/css2.1/t0805-c5516-ibrdr-c-00-a-expected.png: * platform/efl/css2.1/t0805-c5517-brdr-s-00-c-expected.png: * platform/efl/css2.1/t0805-c5517-ibrdr-s-00-a-expected.png: * platform/efl/css2.1/t0805-c5518-brdr-t-00-a-expected.png: * platform/efl/css2.1/t0805-c5518-brdr-t-01-e-expected.png: * platform/efl/css2.1/t0805-c5518-ibrdr-t-00-a-expected.png: * platform/efl/css2.1/t0805-c5519-brdr-r-00-a-expected.png: * platform/efl/css2.1/t0805-c5519-brdr-r-01-e-expected.txt: * platform/efl/css2.1/t0805-c5519-brdr-r-02-e-expected.png: * platform/efl/css2.1/t0805-c5519-ibrdr-r-00-a-expected.png: * platform/efl/css2.1/t0805-c5520-brdr-b-00-a-expected.png: * platform/efl/css2.1/t0805-c5520-brdr-b-01-e-expected.png: * platform/efl/css2.1/t0805-c5520-ibrdr-b-00-a-expected.png: * platform/efl/css2.1/t0805-c5521-brdr-l-00-a-expected.png: * platform/efl/css2.1/t0805-c5521-brdr-l-01-e-expected.txt: * platform/efl/css2.1/t0805-c5521-brdr-l-02-e-expected.png: * platform/efl/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: * platform/efl/css2.1/t0805-c5522-brdr-00-b-expected.png: * platform/efl/css2.1/t0805-c5522-brdr-01-b-g-expected.png: * platform/efl/css2.1/t0805-c5522-brdr-02-e-expected.png: * platform/efl/css2.1/t0805-c5522-ibrdr-00-a-expected.png: * platform/efl/css2.1/t090204-display-change-01-b-ao-expected.png: * platform/efl/css2.1/t090402-c42-ibx-pad-00-d-ag-expected.png: * platform/efl/css2.1/t0905-c414-flt-00-d-expected.png: * platform/efl/css2.1/t0905-c414-flt-01-d-g-expected.png: * platform/efl/css2.1/t0905-c414-flt-02-c-expected.png: * platform/efl/css2.1/t0905-c414-flt-03-c-expected.png: * platform/efl/css2.1/t0905-c414-flt-04-c-expected.png: * platform/efl/css2.1/t0905-c414-flt-fit-00-d-expected.png: * platform/efl/css2.1/t0905-c414-flt-fit-01-d-g-expected.png: * platform/efl/css2.1/t0905-c414-flt-wrap-00-e-expected.png: * platform/efl/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png: * platform/efl/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png: * platform/efl/css2.1/t0905-c5525-fltblck-01-d-expected.png: * platform/efl/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: * platform/efl/css2.1/t0905-c5525-flthw-00-c-g-expected.png: * platform/efl/css2.1/t0905-c5525-fltinln-00-c-ag-expected.png: * platform/efl/css2.1/t0905-c5525-fltmult-00-d-g-expected.png: * platform/efl/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: * platform/efl/css2.1/t0905-c5525-fltwidth-00-c-g-expected.txt: * platform/efl/css2.1/t0905-c5525-fltwrap-00-b-expected.png: * platform/efl/css2.1/t0905-c5526-flthw-00-c-g-expected.png: * platform/efl/css2.1/t090501-c414-flt-00-d-expected.png: * platform/efl/css2.1/t090501-c414-flt-01-b-expected.png: * platform/efl/css2.1/t090501-c414-flt-02-d-g-expected.png: * platform/efl/css2.1/t090501-c414-flt-03-b-g-expected.png: * platform/efl/css2.1/t090501-c414-flt-ln-00-d-expected.png: * platform/efl/css2.1/t090501-c414-flt-ln-01-d-g-expected.png: * platform/efl/css2.1/t090501-c414-flt-ln-02-d-expected.png: * platform/efl/css2.1/t090501-c414-flt-ln-03-d-expected.png: * platform/efl/css2.1/t090501-c5525-flt-l-00-b-g-expected.png: * platform/efl/css2.1/t090501-c5525-flt-r-00-b-g-expected.png: * platform/efl/css2.1/t1002-c5523-width-00-b-g-expected.png: * platform/efl/css2.1/t1002-c5523-width-01-b-g-expected.png: * platform/efl/css2.1/t1002-c5523-width-02-b-g-expected.png: * platform/efl/css2.1/t100304-c43-rpl-bbx-00-d-g-expected.png: * platform/efl/css2.1/t100304-c43-rpl-bbx-01-d-g-expected.png: * platform/efl/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.png: * platform/efl/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png: * platform/efl/css2.1/t1004-c5524-width-00-b-g-expected.png: * platform/efl/css2.1/t1005-c5524-width-01-b-g-expected.png: * platform/efl/css2.1/t1008-c44-ln-box-00-d-ag-expected.png: * platform/efl/css2.1/t1008-c44-ln-box-01-d-ag-expected.png: * platform/efl/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: * platform/efl/css2.1/t1008-c44-ln-box-03-d-ag-expected.png: * platform/efl/css2.1/t100801-c42-ibx-ht-00-d-a-expected.png: * platform/efl/css2.1/t100801-c544-valgn-00-a-ag-expected.png: * platform/efl/css2.1/t100801-c544-valgn-02-d-agi-expected.png: * platform/efl/css2.1/t100801-c544-valgn-03-d-agi-expected.png: * platform/efl/css2.1/t100801-c544-valgn-04-d-agi-expected.png: * platform/efl/css2.1/t100801-c548-ln-ht-00-c-a-expected.png: * platform/efl/css2.1/t100801-c548-ln-ht-01-b-ag-expected.png: * platform/efl/css2.1/t100801-c548-ln-ht-02-b-ag-expected.png: * platform/efl/css2.1/t1202-counter-00-b-expected.png: * platform/efl/css2.1/t1202-counter-01-b-expected.png: * platform/efl/css2.1/t1202-counter-04-b-expected.png: * platform/efl/css2.1/t1202-counter-05-b-expected.png: * platform/efl/css2.1/t1202-counter-06-b-expected.png: * platform/efl/css2.1/t1202-counter-07-b-expected.png: * platform/efl/css2.1/t1202-counter-08-b-expected.png: * platform/efl/css2.1/t1202-counter-09-b-expected.png: * platform/efl/css2.1/t1202-counter-11-b-expected.png: * platform/efl/css2.1/t1202-counter-12-b-expected.png: * platform/efl/css2.1/t1202-counter-13-b-expected.png: * platform/efl/css2.1/t1202-counter-14-b-expected.png: * platform/efl/css2.1/t1202-counter-15-b-expected.png: * platform/efl/css2.1/t1202-counter-16-f-expected.png: * platform/efl/css2.1/t1202-counters-00-b-expected.png: * platform/efl/css2.1/t1202-counters-01-b-expected.png: * platform/efl/css2.1/t1202-counters-02-b-expected.png: * platform/efl/css2.1/t1202-counters-03-b-expected.png: * platform/efl/css2.1/t1202-counters-04-b-expected.png: * platform/efl/css2.1/t1202-counters-05-b-expected.png: * platform/efl/css2.1/t1202-counters-06-b-expected.png: * platform/efl/css2.1/t1202-counters-07-b-expected.png: * platform/efl/css2.1/t1202-counters-08-b-expected.png: * platform/efl/css2.1/t1202-counters-09-b-expected.png: * platform/efl/css2.1/t1202-counters-11-b-expected.png: * platform/efl/css2.1/t1202-counters-12-b-expected.png: * platform/efl/css2.1/t1202-counters-13-b-expected.png: * platform/efl/css2.1/t1202-counters-14-b-expected.png: * platform/efl/css2.1/t1202-counters-15-b-expected.png: * platform/efl/css2.1/t1202-counters-16-c-expected.png: * platform/efl/css2.1/t1202-counters-17-d-expected.png: * platform/efl/css2.1/t1202-counters-18-f-expected.png: * platform/efl/css2.1/t1204-order-00-c-expected.png: * platform/efl/css2.1/t1204-order-01-d-expected.png: * platform/efl/css2.1/t120401-scope-00-b-expected.png: * platform/efl/css2.1/t120401-scope-01-c-expected.png: * platform/efl/css2.1/t120401-scope-02-c-expected.png: * platform/efl/css2.1/t120401-scope-03-c-expected.png: * platform/efl/css2.1/t1205-c561-list-displ-00-b-expected.png: * platform/efl/css2.1/t1205-c563-list-type-00-b-expected.png: * platform/efl/css2.1/t1205-c563-list-type-01-b-expected.png: * platform/efl/css2.1/t1205-c564-list-img-00-b-g-expected.png: * platform/efl/css2.1/t1205-c565-list-pos-00-b-expected.png: * platform/efl/css2.1/t140201-c532-bgcolor-00-a-expected.png: * platform/efl/css2.1/t140201-c533-bgimage-00-a-expected.png: * platform/efl/css2.1/t140201-c534-bgreps-00-c-ag-expected.png: * platform/efl/css2.1/t140201-c534-bgreps-01-c-ag-expected.png: * platform/efl/css2.1/t140201-c534-bgreps-02-c-ag-expected.png: * platform/efl/css2.1/t140201-c534-bgreps-03-c-ag-expected.png: * platform/efl/css2.1/t140201-c534-bgreps-04-c-ag-expected.png: * platform/efl/css2.1/t140201-c534-bgreps-05-c-ag-expected.png: * platform/efl/css2.1/t140201-c535-bg-fixd-00-b-g-expected.png: * platform/efl/css2.1/t140201-c537-bgfxps-00-c-ag-expected.png: * platform/efl/css2.1/t1503-c522-font-family-00-b-expected.png: * platform/efl/css2.1/t1504-c523-font-style-00-b-expected.png: * platform/efl/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: * platform/efl/css2.1/t1505-c524-font-var-00-b-expected.png: * platform/efl/css2.1/t1506-c525-font-wt-00-b-expected.png: * platform/efl/css2.1/t1507-c526-font-sz-00-b-expected.png: * platform/efl/css2.1/t1507-c526-font-sz-00-b-expected.txt: * platform/efl/css2.1/t1601-c547-indent-01-d-expected.png: * platform/efl/css2.1/t1602-c546-txt-align-00-b-expected.png: * platform/efl/css2.1/t1604-c541-word-sp-00-b-a-expected.png: * platform/efl/css2.1/t1604-c541-word-sp-01-b-a-expected.png: * platform/efl/css2.1/t1604-c542-letter-sp-00-b-a-expected.png: * platform/efl/css2.1/t1604-c542-letter-sp-01-b-a-expected.png: * platform/efl/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: * platform/efl/css2.1/t1606-c562-white-sp-00-b-ag-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-01-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-02-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-03-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-04-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-05-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-06-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-07-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-08-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-11-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-12-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-13-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-14-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-15-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-16-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-17-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-18-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-19-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-21-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-22-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-23-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-24-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-25-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-26-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-27-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-28-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-31-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-32-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-33-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-34-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-35-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-36-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-37-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-38-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-41-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-42-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-43-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-44-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-45-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-46-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-47-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-48-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-49-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-51-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-52-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-53-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-54-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-55-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-56-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-57-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-58-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-59-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-61-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-62-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-63-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-64-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-65-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-66-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-67-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-68-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-69-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-71-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-72-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-73-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-74-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-75-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-76-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-77-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-78-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-79-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-81-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-82-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-83-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-84-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-85-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-86-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-87-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-88-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-89-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-91-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-92-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-93-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-94-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-95-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-96-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-97-d-expected.png: * platform/efl/css2.1/t170602-bdr-conflct-w-98-d-expected.png: 2012-03-21 Raphael Kubo da Costa [EFL] Unreviewed gardening. Update css3/ expectations after the recent jhbuild and font changes. * platform/efl/css3/css3-modsel-33-expected.png: * platform/efl/css3/css3-modsel-35-expected.png: * platform/efl/css3/css3-modsel-36-expected.png: * platform/efl/css3/css3-modsel-37-expected.png: * platform/efl/css3/flexbox/repaint-expected.png: Added. * platform/efl/css3/flexbox/repaint-rtl-column-expected.png: Added. * platform/efl/css3/font-feature-settings-rendering-expected.png: * platform/efl/css3/images/cross-fade-overflow-position-expected.png: Added. * platform/efl/css3/selectors3/html/css3-modsel-1-expected.png: Added. * platform/efl/css3/selectors3/html/css3-modsel-10-expected.png: Added. * platform/efl/css3/selectors3/html/css3-modsel-11-expected.png: Added. * platform/efl/css3/selectors3/html/css3-modsel-13-expected.png: Added. * platform/efl/css3/selectors3/html/css3-modsel-14-expected.png: Added. * platform/efl/css3/selectors3/html/css3-modsel-144-expected.png: Added. * platform/efl/css3/selectors3/html/css3-modsel-148-expected.png: Added. * platform/efl/css3/selectors3/html/css3-modsel-14b-expected.png: Added. * platform/efl/css3/selectors3/html/css3-modsel-14c-expected.png: Added. * platform/efl/css3/selectors3/html/css3-modsel-14d-expected.png: Added. * platform/efl/css3/selectors3/html/css3-modsel-14e-expected.png: Added. * platform/efl/css3/selectors3/html/css3-modsel-15-expected.png: Added. * platform/efl/css3/selectors3/html/css3-modsel-150-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-154-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-155-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-155a-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-155b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-155c-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-155d-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-156-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-156b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-156c-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-157-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-158-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-15b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-160-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-161-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-168-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-168a-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-169-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-169a-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-176-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-179a-expected.txt: * platform/efl/css3/selectors3/html/css3-modsel-18-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-181-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-183-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-18a-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-18b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-2-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-21-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-21b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-22-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-23-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-24-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-28-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-28b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-29-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-29b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-30-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-31-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-32-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-33-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-34-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-35-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-36-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-37-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-38-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-39-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-39-expected.txt: * platform/efl/css3/selectors3/html/css3-modsel-39a-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-39a-expected.txt: * platform/efl/css3/selectors3/html/css3-modsel-39b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-39b-expected.txt: * platform/efl/css3/selectors3/html/css3-modsel-39c-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-39c-expected.txt: * platform/efl/css3/selectors3/html/css3-modsel-4-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-43-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-43b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-44-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-44b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-44c-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-44d-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-45-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-45b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-45c-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-46-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-46b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-5-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-54-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-55-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-56-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-59-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-6-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-60-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-63-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-64-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-66-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-66b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-67-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-68-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-69-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-7-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-72-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-72b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-73-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-73b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-74-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-74b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-75-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-75b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-76-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-76b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-77-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-77b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-78-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-78b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-79-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-7b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-8-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-80-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-81-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-81b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-82-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-82b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-83-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-87-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-87b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-9-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-90-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-90b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-d1-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-d1b-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-d2-expected.png: * platform/efl/css3/selectors3/html/css3-modsel-d4-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-1-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-10-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-100-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-100b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-101-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-101b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-102-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-102b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-103-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-103b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-104-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-104b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-105-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-105b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-106-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-106b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-107-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-107b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-108-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-108b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-109-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-109b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-11-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-110-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-110b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-111-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-111b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-112-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-112b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-113-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-113b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-114-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-114b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-115-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-115b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-116-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-116b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-117-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-117b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-118-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-119-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-120-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-121-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-122-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-123-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-124-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-124b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-125-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-125b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-126-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-126b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-127-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-127b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-128-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-128b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-129-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-129b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-13-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-130-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-130b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-131-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-131b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-132-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-132b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-133-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-133b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-134-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-134b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-135-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-135b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-136-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-136b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-137-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-137b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-138-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-138b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-139-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-139b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-14-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-140-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-140b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-141-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-141b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-142-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-142b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-143-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-143b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-144-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-145a-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-145b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-146a-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-146b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-147a-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-147b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-148-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-14b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-14c-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-14d-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-14e-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-15-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-150-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-153-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-154-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-155-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-155a-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-155b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-155c-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-155d-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-156-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-156b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-156c-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-157-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-158-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-15b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-15c-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-160-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-161-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-168-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-168a-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-169-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-169a-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-172a-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-172b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-173a-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-173b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-176-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-179a-expected.txt: * platform/efl/css3/selectors3/xhtml/css3-modsel-18-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-181-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-183-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-18a-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-18b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-2-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-21-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-21b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-22-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-23-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-24-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-28-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-28b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-29-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-29b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-3-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-30-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-31-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-32-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-33-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-34-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-35-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-36-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-37-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-38-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-39-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-39-expected.txt: * platform/efl/css3/selectors3/xhtml/css3-modsel-39a-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-39a-expected.txt: * platform/efl/css3/selectors3/xhtml/css3-modsel-39b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-39b-expected.txt: * platform/efl/css3/selectors3/xhtml/css3-modsel-39c-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-39c-expected.txt: * platform/efl/css3/selectors3/xhtml/css3-modsel-4-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-43-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-43b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-44-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-44b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-44c-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-44d-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-45-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-45b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-45c-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-46-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-46b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-47-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-48-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-49-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-5-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-51-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-52-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-53-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-54-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-55-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-56-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-57-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-57b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-59-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-6-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-60-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-63-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-64-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-66-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-66b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-67-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-68-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-69-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-7-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-72-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-72b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-73-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-73b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-74-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-74b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-75-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-75b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-76-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-76b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-77-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-77b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-78-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-78b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-79-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-7b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-8-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-80-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-81-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-81b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-82-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-82b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-83-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-87-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-87b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-9-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-90-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-90b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-94-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-94b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-95-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-96-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-96b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-97-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-97b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-98-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-98b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-99-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-99b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-d1-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-d1b-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-d2-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-d3-expected.png: * platform/efl/css3/selectors3/xhtml/css3-modsel-d4-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-1-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-10-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-100-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-100b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-101-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-101b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-102-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-102b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-103-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-103b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-104-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-104b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-105-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-105b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-106-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-106b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-107-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-107b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-108-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-108b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-109-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-109b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-11-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-110-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-110b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-111-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-111b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-112-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-112b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-113-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-113b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-114-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-114b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-115-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-115b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-116-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-116b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-117-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-117b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-118-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-119-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-120-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-121-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-122-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-123-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-124-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-124b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-125-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-125b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-126-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-126b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-127-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-127b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-128-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-128b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-129-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-129b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-13-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-130-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-130b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-131-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-131b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-132-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-132b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-133-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-133b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-134-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-134b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-135-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-135b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-136-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-136b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-137-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-137b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-138-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-138b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-139-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-139b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-14-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-140-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-140b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-141-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-141b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-142-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-142b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-143-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-143b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-144-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-145a-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-145b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-146a-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-146b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-147a-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-147b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-148-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-14b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-14c-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-14d-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-14e-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-15-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-150-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-153-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-154-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-155-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-155a-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-155b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-155c-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-155d-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-156-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-156b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-156c-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-157-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-158-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-15b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-15c-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-160-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-161-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-168-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-168a-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-169-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-169a-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-172a-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-172b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-173a-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-173b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-176-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-179a-expected.txt: * platform/efl/css3/selectors3/xml/css3-modsel-18-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-181-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-183-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-18a-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-18b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-2-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-21-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-21b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-22-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-23-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-24-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-28-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-28b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-29-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-29b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-3-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-30-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-31-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-32-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-33-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-34-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-35-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-36-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-37-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-38-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-39-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-39-expected.txt: * platform/efl/css3/selectors3/xml/css3-modsel-39a-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-39a-expected.txt: * platform/efl/css3/selectors3/xml/css3-modsel-39b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-39b-expected.txt: * platform/efl/css3/selectors3/xml/css3-modsel-39c-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-39c-expected.txt: * platform/efl/css3/selectors3/xml/css3-modsel-4-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-43-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-43b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-44-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-44b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-44c-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-44d-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-45-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-45b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-45c-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-46-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-46b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-47-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-48-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-49-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-5-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-51-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-52-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-53-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-54-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-55-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-56-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-57-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-57b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-59-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-6-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-60-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-63-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-64-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-66-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-66b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-67-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-68-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-69-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-7-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-72-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-72b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-73-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-73b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-74-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-74b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-75-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-75b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-76-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-76b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-77-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-77b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-78-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-78b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-79-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-7b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-8-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-80-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-81-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-81b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-82-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-82b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-83-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-87-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-87b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-9-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-90-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-90b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-94-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-94b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-95-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-96-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-96b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-97-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-97b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-98-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-98b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-99-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-99b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-d1-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-d1b-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-d2-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-d3-expected.png: * platform/efl/css3/selectors3/xml/css3-modsel-d4-expected.png: * platform/efl/css3/unicode-bidi-isolate-basic-expected.png: 2012-03-21 Raphael Kubo da Costa [EFL] Unreviewed gardening. Update css1/ expectations after the recent jhbuild and font changes. * platform/efl/css1/basic/contextual_selectors-expected.png: * platform/efl/css1/basic/grouping-expected.png: * platform/efl/css1/basic/id_as_selector-expected.png: * platform/efl/css1/basic/inheritance-expected.png: * platform/efl/css1/box_properties/border_bottom-expected.png: * platform/efl/css1/box_properties/border_bottom_inline-expected.png: * platform/efl/css1/box_properties/border_bottom_width-expected.png: * platform/efl/css1/box_properties/border_bottom_width_inline-expected.png: * platform/efl/css1/box_properties/border_color-expected.png: * platform/efl/css1/box_properties/border_color_inline-expected.png: * platform/efl/css1/box_properties/border_inline-expected.png: * platform/efl/css1/box_properties/border_left-expected.png: * platform/efl/css1/box_properties/border_left_inline-expected.png: * platform/efl/css1/box_properties/border_left_width-expected.png: * platform/efl/css1/box_properties/border_left_width_inline-expected.png: * platform/efl/css1/box_properties/border_right-expected.png: * platform/efl/css1/box_properties/border_right_inline-expected.png: * platform/efl/css1/box_properties/border_right_width-expected.png: * platform/efl/css1/box_properties/border_right_width_inline-expected.png: * platform/efl/css1/box_properties/border_style-expected.png: * platform/efl/css1/box_properties/border_style_inline-expected.png: * platform/efl/css1/box_properties/border_top-expected.png: * platform/efl/css1/box_properties/border_top_inline-expected.png: * platform/efl/css1/box_properties/border_top_width-expected.png: * platform/efl/css1/box_properties/border_top_width_inline-expected.png: * platform/efl/css1/box_properties/border_width-expected.png: * platform/efl/css1/box_properties/border_width_inline-expected.png: * platform/efl/css1/box_properties/clear-expected.png: * platform/efl/css1/box_properties/clear_float-expected.png: * platform/efl/css1/box_properties/clear_float-expected.txt: * platform/efl/css1/box_properties/float-expected.png: * platform/efl/css1/box_properties/float_elements_in_series-expected.png: * platform/efl/css1/box_properties/float_margin-expected.png: * platform/efl/css1/box_properties/float_on_text_elements-expected.png: * platform/efl/css1/box_properties/float_on_text_elements-expected.txt: * platform/efl/css1/box_properties/height-expected.png: * platform/efl/css1/box_properties/margin-expected.png: * platform/efl/css1/box_properties/margin_bottom-expected.png: * platform/efl/css1/box_properties/margin_bottom_inline-expected.png: * platform/efl/css1/box_properties/margin_inline-expected.png: * platform/efl/css1/box_properties/margin_left-expected.png: * platform/efl/css1/box_properties/margin_left_inline-expected.png: * platform/efl/css1/box_properties/margin_right-expected.png: * platform/efl/css1/box_properties/margin_right_inline-expected.png: * platform/efl/css1/box_properties/margin_top-expected.png: * platform/efl/css1/box_properties/margin_top_inline-expected.png: * platform/efl/css1/box_properties/padding-expected.png: * platform/efl/css1/box_properties/padding_bottom-expected.png: * platform/efl/css1/box_properties/padding_bottom_inline-expected.png: * platform/efl/css1/box_properties/padding_inline-expected.png: * platform/efl/css1/box_properties/padding_left-expected.png: * platform/efl/css1/box_properties/padding_left_inline-expected.png: * platform/efl/css1/box_properties/padding_right-expected.png: * platform/efl/css1/box_properties/padding_right_inline-expected.png: * platform/efl/css1/box_properties/padding_top-expected.png: * platform/efl/css1/box_properties/padding_top_inline-expected.png: * platform/efl/css1/box_properties/width-expected.png: * platform/efl/css1/classification/list_style_image-expected.png: * platform/efl/css1/classification/list_style_position-expected.png: * platform/efl/css1/classification/list_style_type-expected.png: * platform/efl/css1/classification/white_space-expected.png: * platform/efl/css1/color_and_background/background_color-expected.png: * platform/efl/css1/color_and_background/background_image-expected.png: * platform/efl/css1/color_and_background/background_position-expected.png: * platform/efl/css1/color_and_background/background_repeat-expected.png: * platform/efl/css1/color_and_background/color-expected.png: * platform/efl/css1/font_properties/font-expected.png: * platform/efl/css1/font_properties/font_family-expected.png: * platform/efl/css1/font_properties/font_size-expected.png: * platform/efl/css1/font_properties/font_size-expected.txt: * platform/efl/css1/font_properties/font_style-expected.png: * platform/efl/css1/font_properties/font_variant-expected.png: * platform/efl/css1/font_properties/font_weight-expected.png: * platform/efl/css1/formatting_model/canvas-expected.png: * platform/efl/css1/formatting_model/floating_elements-expected.png: * platform/efl/css1/formatting_model/height_of_lines-expected.png: * platform/efl/css1/formatting_model/horizontal_formatting-expected.png: * platform/efl/css1/formatting_model/inline_elements-expected.png: * platform/efl/css1/formatting_model/replaced_elements-expected.png: * platform/efl/css1/formatting_model/vertical_formatting-expected.png: * platform/efl/css1/pseudo/anchor-expected.png: * platform/efl/css1/pseudo/firstletter-expected.png: * platform/efl/css1/pseudo/firstletter-expected.txt: * platform/efl/css1/pseudo/firstline-expected.png: * platform/efl/css1/pseudo/firstline-expected.txt: * platform/efl/css1/pseudo/multiple_pseudo_elements-expected.png: * platform/efl/css1/pseudo/multiple_pseudo_elements-expected.txt: * platform/efl/css1/pseudo/pseudo_elements_in_selectors-expected.png: * platform/efl/css1/text_properties/letter_spacing-expected.png: * platform/efl/css1/text_properties/line_height-expected.png: * platform/efl/css1/text_properties/text_align-expected.png: * platform/efl/css1/text_properties/text_decoration-expected.png: * platform/efl/css1/text_properties/text_indent-expected.png: * platform/efl/css1/text_properties/text_transform-expected.png: * platform/efl/css1/text_properties/vertical_align-expected.png: * platform/efl/css1/text_properties/vertical_align-expected.txt: * platform/efl/css1/text_properties/word_spacing-expected.png: * platform/efl/css1/units/color_units-expected.png: * platform/efl/css1/units/length_units-expected.png: * platform/efl/css1/units/length_units-expected.txt: * platform/efl/css1/units/percentage_units-expected.png: * platform/efl/css1/units/urls-expected.png: 2012-03-19 Igor Oliveira Every call to RenderObject::setAnimatableStyle() iterates through all m_compositeAnimations: potentially O(N^2) https://bugs.webkit.org/show_bug.cgi?id=38025 Reviewed Dean Jackson * animations/animation-welcome-safari-expected.txt: Added. * animations/animation-welcome-safari.html: Added. 2012-03-21 Beth Dakin https://bugs.webkit.org/show_bug.cgi?id=80322 Implement image-set Reviewed by Dean Jackson. * fast/css/image-set-parsing-expected.txt: Added. * fast/css/image-set-parsing-invalid-expected.txt: Added. * fast/css/image-set-parsing-invalid.html: Added. * fast/css/image-set-parsing.html: Added. * fast/css/script-tests/image-set-parsing-invalid.js: Added. (testInvalidImageSet): * fast/css/script-tests/image-set-parsing.js: Added. (jsWrapperClass): (shouldBeType): (testImageSetRule): * fast/hidpi/image-set-as-background.html: Added. * fast/hidpi/image-set-background-repeat-without-size.html: Added. * fast/hidpi/image-set-background-repeat.html: Added. * fast/hidpi/image-set-border-image-simple.html: Added. * fast/hidpi/image-set-out-of-order.html: Added. * fast/hidpi/image-set-simple.html: Added. * fast/hidpi/image-set-without-specified-width.html: Added. * fast/hidpi/resources: Added. * fast/hidpi/resources/blue-100-px-square.png: Added. * fast/hidpi/resources/deleteButton-2x.png: Added. * fast/hidpi/resources/deleteButton.png: Added. * fast/hidpi/resources/red-200-px-square.png: Added. * platform/efl/Skipped: * platform/gtk/Skipped: * platform/mac/fast/hidpi/image-set-as-background-expected.png: Added. * platform/mac/fast/hidpi/image-set-as-background-expected.txt: Added. * platform/mac/fast/hidpi/image-set-background-repeat-expected.png: Added. * platform/mac/fast/hidpi/image-set-background-repeat-expected.txt: Added. * platform/mac/fast/hidpi/image-set-background-repeat-without-size-expected.png: Added. * platform/mac/fast/hidpi/image-set-background-repeat-without-size-expected.txt: Added. * platform/mac/fast/hidpi/image-set-border-image-simple-expected.png: Added. * platform/mac/fast/hidpi/image-set-border-image-simple-expected.txt: Added. * platform/mac/fast/hidpi/image-set-out-of-order-expected.png: Added. * platform/mac/fast/hidpi/image-set-out-of-order-expected.txt: Added. * platform/mac/fast/hidpi/image-set-simple-expected.png: Added. * platform/mac/fast/hidpi/image-set-simple-expected.txt: Added. * platform/mac/fast/hidpi/image-set-without-specified-width-expected.png: Added. * platform/mac/fast/hidpi/image-set-without-specified-width-expected.txt: Added. * platform/qt/Skipped: * platform/win/Skipped: * platform/wincairo/Skipped: 2012-03-21 Emil A Eklund Unreviewed test_expectations update for chromium. * platform/chromium/test_expectations.txt: 2012-03-21 Ryosuke Niwa BDI element should have dir=auto by default https://bugs.webkit.org/show_bug.cgi?id=68773 Reviewed by Daniel Bates. Add a test written by Aharon Lanin. * fast/text/international/bdi-dir-default-to-auto-expected.html: Added. * fast/text/international/bdi-dir-default-to-auto.html: Added. 2012-03-21 Eric Carlson http/tests/media/video-useragent.html should be skipped on Mac https://bugs.webkit.org/show_bug.cgi?id=81832 Reviewed by Dean Jackson. * platform/mac/Skipped: Move video-useragent.html from the block skipped for https://bugs.webkit.org/show_bug.cgi?id=81604 to its own entry. 2012-03-21 Xiaomei Ji visual word movement: using cache to decrease the number of collectLeafBoxesInLogicalOrder on RootInlineBox https://bugs.webkit.org/show_bug.cgi?id=81408 Reviewed by Ryosuke Niwa. * editing/selection/move-by-word-visually-single-space-one-element-expected.txt: * editing/selection/move-by-word-visually-single-space-one-element.html: Add a test case that a word is spreading across multiple inline boxes. 2012-03-21 Raphael Kubo da Costa [EFL] Unreviewed gardening; skip a few tests which are not really being rendered correctly. * platform/efl/Skipped: * platform/efl/fast/css/color-correction-on-background-image-expected.png: Removed. * platform/efl/fast/css/color-correction-on-background-image-expected.txt: Removed. * platform/efl/fast/css/color-correction-on-backgrounds-expected.png: Removed. * platform/efl/fast/css/color-correction-on-backgrounds-expected.txt: Removed. * platform/efl/fast/css/color-correction-on-box-shadow-expected.png: Removed. * platform/efl/fast/css/color-correction-on-box-shadow-expected.txt: Removed. * platform/efl/fast/css/color-correction-on-text-shadow-expected.png: Removed. * platform/efl/fast/css/color-correction-on-text-shadow-expected.txt: Removed. * platform/efl/fast/css/color-correction-untagged-images-expected.png: Removed. * platform/efl/fast/css/color-correction-untagged-images-expected.txt: Removed. 2012-03-21 Emil A Eklund Unreviewed css3/filters/custom rebaseline for chromium. * platform/chromium-linux/css3/filters/custom/custom-filter-shader-cache-expected.txt: Removed. * platform/chromium-linux/css3/filters/custom/effect-custom-combined-missing-expected.txt: Removed. * platform/chromium-linux/css3/filters/custom/effect-custom-expected.txt: Removed. * platform/chromium-linux/css3/filters/custom/effect-custom-parameters-expected.png: * platform/chromium-linux/css3/filters/custom/effect-custom-parameters-expected.txt: Removed. * platform/chromium-linux/css3/filters/custom/missing-custom-filter-shader-expected.txt: Removed. * platform/chromium-mac-leopard/css3/filters/custom: Added. * platform/chromium-mac-leopard/css3/filters/custom/custom-filter-shader-cache-expected.png: Added. * platform/chromium-mac-leopard/css3/filters/custom/effect-custom-combined-missing-expected.png: Added. * platform/chromium-mac-leopard/css3/filters/custom/effect-custom-expected.png: Added. * platform/chromium-mac-leopard/css3/filters/custom/effect-custom-parameters-expected.png: Added. * platform/chromium-mac-leopard/css3/filters/custom/missing-custom-filter-shader-expected.png: Added. * platform/chromium-mac/css3/filters/custom/custom-filter-shader-cache-expected.txt: Removed. * platform/chromium-mac/css3/filters/custom/effect-custom-combined-missing-expected.txt: Removed. * platform/chromium-mac/css3/filters/custom/effect-custom-expected.txt: Removed. * platform/chromium-mac/css3/filters/custom/effect-custom-parameters-expected.txt: Removed. * platform/chromium-mac/css3/filters/custom/missing-custom-filter-shader-expected.txt: Removed. 2012-03-21 Emil A Eklund Unreviewed. Remove for chromium-mac-snowleopard and qt specific expected results made obsolete by r111601. * platform/chromium-mac-snowleopard/svg/custom/delete-text-crash-expected.txt: Removed. * platform/qt/svg/custom/delete-text-crash-expected.txt: Removed. 2012-03-21 Adam Klein "this" argument for MutationCallbacks should be the MutationObserver https://bugs.webkit.org/show_bug.cgi?id=81712 Reviewed by Adam Barth. Merged new test with existing second-argument test. * fast/mutation/callback-arguments-expected.txt: Added. * fast/mutation/callback-arguments.html: Added. * fast/mutation/callback-second-argument-expected.txt: Removed. * fast/mutation/callback-second-argument.html: Removed. 2012-03-21 Alexandru Chiculita [CSS Shaders] Make CSS Shaders compile on Chromium https://bugs.webkit.org/show_bug.cgi?id=81435 Reviewed by Stephen White. I've added window.layoutTestController.overridePreference("WebKitCSSCustomFilterEnabled", "1") to force enable the feature at runtime. I've rebased the expected results for chromium. It seems like the result is a little bit lighter then the old ones. Also, some tests are failing and seem to be related to differences between V8 and JSC: jsWrapperClass returns "Object" and "Function", for "__proto__" and "constructor" properties of the CSSValueList objects. I've let the results keep the "FAIL" status for those particular cases. * css3/filters/custom/custom-filter-shader-cache.html: * css3/filters/custom/effect-custom-combined-missing.html: * css3/filters/custom/effect-custom-parameters.html: * css3/filters/custom/effect-custom.html: * css3/filters/custom/missing-custom-filter-shader.html: * css3/filters/script-tests/custom-filter-property-computed-style.js: * css3/filters/script-tests/custom-filter-property-parsing-invalid.js: * css3/filters/script-tests/custom-filter-property-parsing.js: * platform/chromium-linux/css3/filters/custom/custom-filter-property-computed-style-expected.txt: Added. * platform/chromium-linux/css3/filters/custom/custom-filter-property-parsing-expected.txt: Added. * platform/chromium-linux/css3/filters/custom/custom-filter-property-parsing-invalid-expected.txt: Added. * platform/chromium-linux/css3/filters/custom/custom-filter-shader-cache-expected.png: Added. * platform/chromium-linux/css3/filters/custom/custom-filter-shader-cache-expected.txt: Added. * platform/chromium-linux/css3/filters/custom/effect-custom-combined-missing-expected.png: Added. * platform/chromium-linux/css3/filters/custom/effect-custom-combined-missing-expected.txt: Added. * platform/chromium-linux/css3/filters/custom/effect-custom-disabled-expected.txt: Added. * platform/chromium-linux/css3/filters/custom/effect-custom-expected.png: Added. * platform/chromium-linux/css3/filters/custom/effect-custom-expected.txt: Added. * platform/chromium-linux/css3/filters/custom/effect-custom-parameters-expected.png: Added. * platform/chromium-linux/css3/filters/custom/effect-custom-parameters-expected.txt: Added. * platform/chromium-linux/css3/filters/custom/missing-custom-filter-shader-expected.png: Added. * platform/chromium-linux/css3/filters/custom/missing-custom-filter-shader-expected.txt: Added. * platform/chromium-mac/css3/filters/custom/custom-filter-shader-cache-expected.png: Added. * platform/chromium-mac/css3/filters/custom/custom-filter-shader-cache-expected.txt: Added. * platform/chromium-mac/css3/filters/custom/effect-custom-combined-missing-expected.png: Added. * platform/chromium-mac/css3/filters/custom/effect-custom-combined-missing-expected.txt: Added. * platform/chromium-mac/css3/filters/custom/effect-custom-expected.png: Added. * platform/chromium-mac/css3/filters/custom/effect-custom-expected.txt: Added. * platform/chromium-mac/css3/filters/custom/effect-custom-parameters-expected.png: Added. * platform/chromium-mac/css3/filters/custom/effect-custom-parameters-expected.txt: Added. * platform/chromium-mac/css3/filters/custom/filter-repaint-shaders-expected.png: Added. * platform/chromium-mac/css3/filters/custom/filter-repaint-shaders-expected.txt: Added. * platform/chromium-mac/css3/filters/custom/missing-custom-filter-shader-expected.png: Added. * platform/chromium-mac/css3/filters/custom/missing-custom-filter-shader-expected.txt: Added. * platform/chromium/css3/filters/custom/custom-filter-property-computed-style-expected.txt: Added. * platform/chromium/css3/filters/custom/custom-filter-property-parsing-expected.txt: Added. * platform/chromium/css3/filters/custom/custom-filter-property-parsing-invalid-expected.txt: Added. * platform/chromium/css3/filters/custom/effect-custom-disabled-expected.txt: Added. * platform/chromium/test_expectations.txt: I've added Mac and Linux results, so skipping the tests only on Windows. 2012-03-21 Philippe Normand Unreviewed, skip some flaky tests on GTK. * platform/gtk/Skipped: Those media and inspector tests are sometimes hitting ASSERTs on Debug builds. 2012-03-21 Philippe Normand Unreviewed, GTK gardening after r111601. * platform/gtk/svg/custom/delete-text-crash-expected.txt: Removed. 2012-03-21 Dan Bernstein Updated Mac WebKit2 expected results for this test. tracks the fact that it is failing in WebKit2. * platform/mac-wk2/fast/events: Added. * platform/mac-wk2/fast/events/drag-link-expected.txt: Added. 2012-03-21 Stephen Chenney SVG layout leaves objects still needing layout https://bugs.webkit.org/show_bug.cgi?id=81006 Unreviewed expectations changes. * platform/mac/Skipped: Removed skipped tests fixed by 81006 * platform/win/Skipped: Removed skipped tests fixed by 81006 2012-03-21 Stephen Chenney SVG layout leaves objects still needing layout https://bugs.webkit.org/show_bug.cgi?id=81006 Reviewed by Nikolas Zimmermann. * svg/custom/delete-text-crash-expected.png: Removed. * svg/custom/delete-text-crash-expected.txt: * svg/custom/delete-text-crash.html: * svg/custom/delete-text-innerText-crash-expected.txt: Added. * svg/custom/delete-text-innerText-crash.html: Added. 2012-03-21 Vsevolod Vlasov Web Inspector: Extract WebInspector.UIBreakpoint from WebInspector.Breakpoint. https://bugs.webkit.org/show_bug.cgi?id=81669 Reviewed by Pavel Feldman. * inspector/debugger/breakpoint-manager-expected.txt: * inspector/debugger/breakpoint-manager.html: 2012-03-21 Xiaomei Ji add DOCTYPE for move-by-word-visually tests https://bugs.webkit.org/show_bug.cgi?id=81810 Reviewed by Ryosuke Niwa. * editing/selection/move-by-word-visually-crash-test-1.html: * editing/selection/move-by-word-visually-crash-test-2.html: * editing/selection/move-by-word-visually-crash-test-3.html: * editing/selection/move-by-word-visually-crash-test-4.html: * editing/selection/move-by-word-visually-crash-test-css-generated-content.html: * editing/selection/move-by-word-visually-crash-test-textarea.html: * editing/selection/move-by-word-visually-inline-block-positioned-element.html: * editing/selection/move-by-word-visually-null-box.html: * editing/selection/move-by-word-visually-textarea.html: * editing/selection/move-by-word-visually-wrong-left-right.html: 2012-03-21 Ojan Vafai Some chromium rebaselines that differed due to platform-specific text rendering. The changes to non-chromium platforms are the result of webkit-patch optimize-baselines which removed duplicate baselines from the tree. 2012-03-21 Philippe Normand Unreviewed, GTK rebaseline after r111569. * platform/gtk/http/tests/security/clipboard/clipboard-file-access-expected.txt: 2012-03-21 Xiaomei Ji [chromium] Font fallback in cr-win is wrong for string contains zero-width-space. https://bugs.webkit.org/show_bug.cgi?id=79961 Reviewed by Adam Barth. * fast/text/zero-width-characters-complex-script.html: 2012-03-21 Emil A Eklund Unreviewed test_expectations update for chromium. * platform/chromium/test_expectations.txt: 2012-03-21 Emil A Eklund Unreviewed chromium linux rebaseline. * platform/chromium-linux/fast/eventsource: Removed. * platform/chromium-linux/fast/eventsource/eventsource-url-attribute-expected.txt: Removed. 2012-03-21 Eric Carlson Removing HTMLTrackElement does not delete TextTrack https://bugs.webkit.org/show_bug.cgi?id=80873 Reviewed by Antti Koivisto. * media/track/track-language-preference-expected.txt: * media/track/track-language-preference.html: 2012-03-21 Mark Hahnenberg Checking in updated test expectations * platform/mac/fast/AppleScript/001-expected.txt: 2012-03-21 Emil A Eklund Unreviewed test_expectations update for chromium. * platform/chromium/test_expectations.txt: Marking rubberbanding and a couple of svg tests as flaky. 2012-03-21 Dan Bernstein Added fast/forms/placeholder-set-attribute.html to the Mac skipped list, because of REGRESSION: fast/forms/placeholder-set-attribute.html is failing intermittently because WebKit fails to repaint after setting the placeholder attribute * platform/mac/Skipped: 2012-03-21 Philippe Normand Unreviewed, GTK rebaseline after r111558. * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: * platform/gtk/fast/js/global-constructors-expected.txt: 2012-03-21 Alexey Proskuryakov Remove obsolete File attributes https://bugs.webkit.org/show_bug.cgi?id=79383 Reviewed by Hajime Morita. * editing/pasteboard/file-input-files-access-expected.txt: * editing/pasteboard/file-input-files-access.html: * editing/pasteboard/script-tests/file-input-files-access.js: Removed. * http/tests/security/clipboard/clipboard-file-access-expected.txt: * http/tests/security/clipboard/clipboard-file-access.html: * http/tests/security/clipboard/script-tests/clipboard-file-access.js: Removed. Updated the tests to not use removed attributes, and consolidated files for easier access. 2012-03-21 Xiaomei Ji Skipped editing/selection/move-by-word-visually-crash-test-5.html due to isWordTextBreak() is not implemented. * platform/gtk/Skipped: * platform/qt/Skipped: 2012-03-21 Dan Bernstein Updated Mac WebKit2 expected results for this test. tracks the fact that it is failing in WebKit2. * platform/mac-wk2/fast/history: Added. * platform/mac-wk2/fast/history/visited-link-background-color-expected.png: Added. * platform/mac-wk2/fast/history/visited-link-background-color-expected.txt: Added. 2012-03-21 Emil A Eklund Unreviewed tests_expectations update. Mark svg/custom/fill-opacity-update.svg as crashing on snowleopard dbg. * platform/chromium/test_expectations.txt: 2012-03-21 Philip Rogers Skip building resources if SVGTRef is not in a document https://bugs.webkit.org/show_bug.cgi?id=81473 Reviewed by Nikolas Zimmermann. * http/tests/svg: Added. * http/tests/svg/resources: Added. * http/tests/svg/resources/svg-tref.svg: Added. * http/tests/svg/tref-adoptNode-crash-expected.txt: Added. * http/tests/svg/tref-adoptNode-crash.html: Added. 2012-03-21 Li Yin [WebSocket]The Sec-WebSocket-Accept MUST NOT appear more than once in an HTTP response https://bugs.webkit.org/show_bug.cgi?id=81655 Reviewed by Adam Barth. * http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header-expected.txt: Added. * http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header.html: Added. * http/tests/websocket/tests/hybi/handshake-fail-by-more-accept-header_wsh.py: Added. (web_socket_do_extra_handshake): (web_socket_transfer_data): 2012-03-21 Yury Semikhatsky Web Inspector: event listener section doesn't show all event listeners of the element ancestors https://bugs.webkit.org/show_bug.cgi?id=81782 Reviewed by Pavel Feldman. * http/tests/inspector/elements-test.js: (initialize_ElementTest.InspectorTest.expandSelectedElementEventListenersEventBars): (initialize_ElementTest.InspectorTest.dumpSelectedElementEventListeners): * inspector/elements/event-listener-sidebar-expected.txt: * inspector/elements/event-listener-sidebar.html: * platform/chromium/inspector/elements/event-listener-sidebar-expected.txt: 2012-03-21 hermwong Convert some fast/regions pixel tests to reftests https://bugs.webkit.org/show_bug.cgi?id=80602 Reviewed by Dirk Schulze. - convert CSS regions tests from pixel tests to reftests. - removed unnecessary image files that were used for pixel tests. - added *.expected.html as the control for the reftests - these will render the position of objects without using CSS regions - removed the "no red should be visible..." text from the positioned-objects-inline-static-in-rtl-regions because there was no red in the test file and the statement was irrelevant to the test. - removed text from the positioned-objects-inline-static-spanning-regions.html test because it had nothing to do with the test. We based this on the visuals of the test and the fact that the test description made no mention of the text at all * fast/regions/positioned-objects-clipped-spanning-regions-expected.html: Added. * fast/regions/positioned-objects-clipped-spanning-regions.html: * fast/regions/positioned-objects-in-regions-expected.html: Added. * fast/regions/positioned-objects-in-rtl-regions-expected.html: Copied from LayoutTests/fast/regions/positioned-objects-inline-static-in-rtl-regions.html. * fast/regions/positioned-objects-inline-static-in-regions-expected.html: Copied from LayoutTests/fast/regions/positioned-objects-inline-static-in-regions.html. * fast/regions/positioned-objects-inline-static-in-regions.html: * fast/regions/positioned-objects-inline-static-in-rtl-regions-expected.html: Copied from LayoutTests/fast/regions/positioned-objects-inline-static-in-rtl-regions.html. * fast/regions/positioned-objects-inline-static-in-rtl-regions.html: no red should be visible because there was no red in the test file and the statement was irrelevant to the test. * fast/regions/positioned-objects-inline-static-spanning-regions-expected.html: Added. * fast/regions/positioned-objects-inline-static-spanning-regions.html: * fast/regions/positioned-objects-perpendicular-flows-in-regions-expected.html: Copied from LayoutTests/fast/regions/positioned-objects-inline-static-in-rtl-regions.html. * fast/regions/positioned-objects-spanning-regions-expected.html: Added. * platform/chromium/test_expectations.txt: * platform/efl/fast/regions/positioned-objects-clipped-spanning-regions-expected.png: Removed. * platform/efl/fast/regions/positioned-objects-in-regions-expected.png: Removed. * platform/efl/fast/regions/positioned-objects-in-regions-expected.txt: Removed. * platform/efl/fast/regions/positioned-objects-in-rtl-regions-expected.png: Removed. * platform/efl/fast/regions/positioned-objects-in-rtl-regions-expected.txt: Removed. * platform/efl/fast/regions/positioned-objects-inline-static-in-regions-expected.png: Removed. * platform/efl/fast/regions/positioned-objects-inline-static-in-regions-expected.txt: Removed. * platform/efl/fast/regions/positioned-objects-inline-static-in-rtl-regions-expected.png: Removed. * platform/efl/fast/regions/positioned-objects-inline-static-in-rtl-regions-expected.txt: Removed. * platform/efl/fast/regions/positioned-objects-inline-static-spanning-regions-expected.png: Removed. * platform/efl/fast/regions/positioned-objects-inline-static-spanning-regions-expected.txt: Removed. * platform/efl/fast/regions/positioned-objects-perpendicular-flows-in-regions-expected.png: Removed. * platform/efl/fast/regions/positioned-objects-perpendicular-flows-in-regions-expected.txt: Removed. * platform/efl/fast/regions/positioned-objects-spanning-regions-expected.png: Removed. * platform/efl/fast/regions/positioned-objects-spanning-regions-expected.txt: Removed. * platform/mac/fast/regions/position-writing-modes-in-variable-width-regions-expected.png: Removed. * platform/mac/fast/regions/position-writing-modes-in-variable-width-regions-expected.txt: Removed. * platform/mac/fast/regions/positioned-objects-clipped-spanning-regions-expected.png: Removed. * platform/mac/fast/regions/positioned-objects-clipped-spanning-regions-expected.txt: Removed. * platform/mac/fast/regions/positioned-objects-in-regions-expected.png: Removed. * platform/mac/fast/regions/positioned-objects-in-regions-expected.txt: Removed. * platform/mac/fast/regions/positioned-objects-in-rtl-regions-expected.png: Removed. * platform/mac/fast/regions/positioned-objects-in-rtl-regions-expected.txt: Removed. * platform/mac/fast/regions/positioned-objects-inline-static-in-regions-expected.png: Removed. * platform/mac/fast/regions/positioned-objects-inline-static-in-regions-expected.txt: Removed. * platform/mac/fast/regions/positioned-objects-inline-static-in-rtl-regions-expected.png: Removed. * platform/mac/fast/regions/positioned-objects-inline-static-in-rtl-regions-expected.txt: Removed. * platform/mac/fast/regions/positioned-objects-inline-static-spanning-regions-expected.png: Removed. * platform/mac/fast/regions/positioned-objects-inline-static-spanning-regions-expected.txt: Removed. * platform/mac/fast/regions/positioned-objects-inline-static-spanning-regions-rtl-expected.png: Removed. * platform/mac/fast/regions/positioned-objects-inline-static-spanning-regions-rtl-expected.txt: Removed. * platform/mac/fast/regions/positioned-objects-perpendicular-flows-in-regions-expected.png: Removed. * platform/mac/fast/regions/positioned-objects-perpendicular-flows-in-regions-expected.txt: Removed. * platform/mac/fast/regions/positioned-objects-spanning-regions-expected.png: Removed. * platform/mac/fast/regions/positioned-objects-spanning-regions-expected.txt: Removed. 2012-03-21 Keishi Hattori [chromium] Rebaselining eventsource-url-attribute.html after r111529 * platform/chromium-linux/fast/eventsource/eventsource-url-attribute-expected.txt: Added. 2012-03-21 Keishi Hattori [chromium] Rebaselining canvas-putImageData.html * platform/chromium-linux/fast/repaint/canvas-putImageData-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/repaint/canvas-putImageData-expected.txt: Removed. * platform/chromium-win/fast/repaint/canvas-putImageData-expected.txt: Removed. * platform/chromium/fast/repaint/canvas-putImageData-expected.txt: Renamed from LayoutTests/platform/chromium-linux-x86/fast/repaint/canvas-putImageData-expected.txt. 2012-03-21 Keishi Hattori [chromium] Rebaselining limit-layer-bounds-fixed-positioned.html * platform/chromium/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: Renamed from LayoutTests/platform/chromium-win/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt. 2012-03-21 Keishi Hattori [chromium] Marking convolution-mono-mono.html and canvas-toDataURL-webp.html as crashing. * platform/chromium/test_expectations.txt: 2012-03-21 Ádám Kallai [Qt][Wk2] Removed test expectation after r111419. Reviewed by Csaba Osztrogonác. * platform/qt-5.0-wk2/css1/basic/inheritance-expected.txt: Removed. 2012-03-21 Philippe Normand Unskip test fixed in r111520. * platform/gtk/Skipped: fast/dom/prototype-inheritance-2.html should pass now. 2012-03-21 Sheriff Bot Unreviewed, rolling out r111497, r111506, r111508, and r111513. http://trac.webkit.org/changeset/111497 http://trac.webkit.org/changeset/111506 http://trac.webkit.org/changeset/111508 http://trac.webkit.org/changeset/111513 https://bugs.webkit.org/show_bug.cgi?id=81774 It broke 2 tests on all platform (Requested by Ossy on #webkit). * fast/forms/resources/select-live-pseudo-selectors.js: (simulateClick): * fast/forms/select-live-pseudo-selectors-expected.txt: * platform/chromium-mac-leopard/fast/css/text-transform-select-expected.png: * platform/chromium-mac-leopard/fast/forms/select/menulist-disabled-option-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/css/text-transform-select-expected.png: * platform/chromium-mac-snowleopard/fast/css/text-transform-select-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/forms/select-max-length-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/forms/select/menulist-disabled-option-expected.png: Removed. * platform/chromium-mac/fast/css/text-transform-select-expected.png: * platform/chromium-mac/fast/css/text-transform-select-expected.txt: Removed. * platform/chromium-mac/fast/forms/select/menulist-disabled-option-expected.png: Removed. * platform/chromium-win-xp/fast/forms/select-max-length-expected.txt: Removed. * platform/chromium-win/fast/css/text-transform-select-expected.png: * platform/chromium-win/fast/css/text-transform-select-expected.txt: * platform/chromium-win/fast/forms/select/menulist-disabled-option-expected.png: Removed. * platform/gtk/Skipped: * platform/gtk/fast/css/text-transform-select-expected.txt: * platform/mac/fast/css/text-transform-select-expected.png: * platform/mac/fast/css/text-transform-select-expected.txt: 2012-03-21 Andrey Kosyakov Web Inspector: expose getEventListeners() to console command line API https://bugs.webkit.org/show_bug.cgi?id=81658 Reviewed by Yury Semikhatsky. * inspector/console/command-line-api-getEventListeners-expected.txt: Added. * inspector/console/command-line-api-getEventListeners.html: Added. 2012-03-21 Vineet Chaudhary https://bugs.webkit.org/show_bug.cgi?id=81705 REGRESSION (r111416): fast/dom/prototype-inheritance-2.html is failing. Reviewed by Csaba Osztrogonác. * platform/mac/fast/dom/prototype-inheritance-2-expected.txt: Reverting test as it passes now. 2012-03-21 Kristóf Kosztyó [Qt] Unreviewed gardening after r111477. https://bugs.webkit.org/show_bug.cgi?id=81697 * platform/qt/Skipped: Skipp failing notification tests 2012-03-21 Csaba Osztrogonác [Qt] fast/css/resize-single-axis.html timeout https://bugs.webkit.org/show_bug.cgi?id=80604 * platform/qt/Skipped: Unskip fast/css/resize-single-axis.html, because it works now. 2012-03-21 Philippe Normand Unreviewed, GTK rebaseline after r111500 and skipping 2 tests. * platform/gtk/Skipped: * platform/gtk/fast/css/text-transform-select-expected.txt: 2012-03-21 Ilya Tikhonovsky Web Inspector: HeapProfiler: support distance column in Summary View. https://bugs.webkit.org/show_bug.cgi?id=81675 In many cases when a page leaked an object we see not only this object but the all objects it retains. It is quite difficult to find out which the object is the root of leak. It'd be simpler to sort the leaked objects by Distance column and track down the first one. Reviewed by Yury Semikhatsky. * inspector/profiler/detailed-heapshots-summary-sorting.html: 2012-03-21 Keishi Hattori [chromium] Marking lost-compositor-context-permanently.html on WIN as flaky. * platform/chromium/test_expectations.txt: 2012-03-21 Dan Bernstein Updated Mac expected results for this test. tracks the fact that r111500 broke it. * platform/mac/fast/css/text-transform-select-expected.png: * platform/mac/fast/css/text-transform-select-expected.txt: 2012-03-21 Keishi Hattori [chromium] Rebaseline tests after r111497. * platform/chromium-mac-leopard/fast/css/text-transform-select-expected.png: * platform/chromium-mac-leopard/fast/forms/select/menulist-disabled-option-expected.png: Added. * platform/chromium-mac-snowleopard/fast/css/text-transform-select-expected.png: * platform/chromium-mac-snowleopard/fast/css/text-transform-select-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/select-max-length-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/select/menulist-disabled-option-expected.png: Added. * platform/chromium-mac/fast/css/text-transform-select-expected.png: * platform/chromium-mac/fast/css/text-transform-select-expected.txt: Added. * platform/chromium-mac/fast/forms/select/menulist-disabled-option-expected.png: Added. * platform/chromium-win-xp/fast/forms/select-max-length-expected.txt: Added. * platform/chromium-win/fast/css/text-transform-select-expected.png: * platform/chromium-win/fast/css/text-transform-select-expected.txt: * platform/chromium-win/fast/forms/select/menulist-disabled-option-expected.png: Added. 2012-03-21 Kaustubh Atrawalkar Rename getElementInShadowTreeStack to getNodeInShadowTreeStack https://bugs.webkit.org/show_bug.cgi?id=81324 Since getElementInShadowTreeStack returns ShadowRoot as well which is not an element it should be renamed to getNodeInShadowTreeStack. Reviewed by Hajime Morita. * fast/dom/shadow/access-key.html: * fast/dom/shadow/get-element-by-id-in-shadow-root-expected.txt: * fast/dom/shadow/get-element-by-id-in-shadow-root.html: * fast/dom/shadow/resources/shadow-dom.js: (getNodeInShadowTreeStack): * fast/dom/shadow/shadow-boundary-events.html: 2012-03-20 Keishi Hattori Adding MISSING to platform/qt for platform/qt/plugins/application-plugin-plugins-disabled.html * platform/chromium/test_expectations.txt: 2012-03-19 Shinya Kawanaka [Crash] RenderMenuList::addChild() in Shadow DOM. https://bugs.webkit.org/show_bug.cgi?id=81201 Reviewed by Dimitri Glazkov. Skipped these tests in non-chromium port since SHADOW_DOM flag is not enabled. Marked 2 new tests FAIL. Their behavior is affected by this patch, but this patch won't fix them completely. They have another bugs. See Bug 81310 and Bug 81311. * fast/dom/shadow/content-element-in-media-element-expected.txt: Added. * fast/dom/shadow/content-element-in-media-element.html: Added. * fast/dom/shadow/content-element-in-meter-element-expected.txt: Added. * fast/dom/shadow/content-element-in-meter-element.html: Added. * fast/dom/shadow/content-element-in-progress-element-expected.txt: Added. * fast/dom/shadow/content-element-in-progress-element.html: Added. * fast/dom/shadow/content-element-in-select-element-expected.txt: Added. * fast/dom/shadow/content-element-in-select-element.html: Added. * platform/chromium/test_expectations.txt: * platform/efl/Skipped: * platform/mac/Skipped: * platform/qt/Skipped: * platform/win/Skipped: * platform/wincairo/Skipped: * platform/wk2/Skipped: 2012-03-20 Dan Bernstein Skipped editing/selection/move-by-word-visually-crash-test-5.html in WebKit2 because of WebKitTestRunner needs layoutTestController.setEditingBehavior * platform/wk2/Skipped: 2012-03-20 Yoshifumi Inoue [Forms] The option element should not be form associated element. https://bugs.webkit.org/show_bug.cgi?id=79764 Reviewed by Kent Tamura. This patch fixes a bug in select-live-pseudo-selectors.js, adds assertions to improve coverage, and updates test expectation for behavior changes (makes the "option" element uses CSS pseudo class ":valid".) * fast/forms/resources/select-live-pseudo-selectors.js: (mouseDownOnSelect): Copied from listbox-selection.html for replacing broken simulateClick which used position and size of the "option" element, but these values are zero. Note: five files use mouseDownOnSelect. We'll share this function in future tracked by https://bugs.webkit.org/show_bug.cgi?id=81496. (backgroundOf): Added String parameter support for ease of writing test case. * fast/forms/select-live-pseudo-selectors-expected.txt: Added check fo background color of the "selection" element. Changed expected color of the "option" element because the "option" element doesn't support CSS pseudo class ":valid". This also covers bug 80088. 2012-03-20 Dan Bernstein Skipped fast/selectors/selection-window-inactive.html in WebKit2 because of layoutTestController.setWindowIsKey() has no effect on the web process side in WebKit2 * platform/wk2/Skipped: 2012-03-20 Dan Bernstein Skipped fast/events/blur-focus-window-should-blur-focus-element.html in WebKit2 because of layoutTestController.setWindowIsKey() has no effect on the web process side in WebKit2 * platform/wk2/Skipped: 2012-03-20 Keishi Hattori [chromium] Marking canvas-toDataURL-webp.html as crashing and timing out. * platform/chromium/test_expectations.txt: 2012-03-20 Xiaomei Ji Crash introduced in r110965. https://bugs.webkit.org/show_bug.cgi?id=81720 Reviewed by Ryosuke Niwa. * editing/selection/move-by-word-visually-crash-test-5-expected.txt: Added. * editing/selection/move-by-word-visually-crash-test-5.html: Added. 2012-03-20 Keishi Hattori [chromium] Marking integer-division-neg2tothe32-by-neg1.html as crashing. * platform/chromium/test_expectations.txt: 2012-03-20 Keishi Hattori [chromium] Rebaselining font-family-pictograph.html on Mac. * fast/css/font-family-pictograph-expected.png: Renamed from LayoutTests/platform/efl/fast/css/font-family-pictograph-expected.png. * fast/css/font-family-pictograph-expected.txt: Copied from LayoutTests/platform/efl/fast/css/font-family-pictograph-expected.txt. * platform/chromium-mac/fast/css/font-family-pictograph-expected.txt: Renamed from LayoutTests/platform/efl/fast/css/font-family-pictograph-expected.txt. * platform/gtk/fast/css/font-family-pictograph-expected.png: Removed. 2012-03-20 Keishi Hattori [chromium] Rebaselining for Linux 32. * platform/chromium-linux-x86/fast/dom/error-to-string-stack-overflow-expected.txt: Added. 2012-03-20 Adam Klein Unskip the over one thousand dom/xhtml tests that pass https://bugs.webkit.org/show_bug.cgi?id=81709 Reviewed by Tony Chang. I recently ran into a case where a test in dom/xhtml caught a regression in a patch (r111310). Seems like we should at least run those tests that pass in this suite. I've left the other tests skipped, though I'm open to rebaselining or running them with failing expectations. * platform/chromium/test_expectations.txt: 2012-03-20 Filip Pizlo op_mod fails on many interesting corner cases https://bugs.webkit.org/show_bug.cgi?id=81648 Reviewed by Oliver Hunt. * fast/js/integer-division-neg2tothe32-by-neg1-expected.txt: Added. * fast/js/integer-division-neg2tothe32-by-neg1.html: Added. * fast/js/script-tests/integer-division-neg2tothe32-by-neg1.js: Added. (myDiv): (myDivByNeg1): (myDivNeg2ToThe31): (myMod): (myModByNeg1): (myModNeg2ToThe31): (myOtherDiv): (myOtherDivByNeg1): (myOtherDivNeg2ToThe31): (myOtherMod): (myOtherModByNeg1): (myOtherModNeg2ToThe31): 2012-03-20 Jon Lee Unreviewed. Because we might short-circuit permission calls, some of these tests need to be rewritten to take that factor into account. There's no mac support of notifications right now (see 79492), so updating test expectations for now and tracking as a regression in 81697. * platform/chromium/test_expectations.txt: 2012-03-20 Xiaomei Ji Skip move-by-word-visually-crash-test-css-generated-content.html introduced in r111469 because isWordTextBreak or setEditingBehavior is not implemented. * platform/gtk/Skipped: * platform/qt/Skipped: * platform/wk2/Skipped: 2012-03-20 Xiaomei Ji visual word movement: crashes on CSS generated content. https://bugs.webkit.org/show_bug.cgi?id=81581 Reviewed by Ryosuke Niwa. * editing/selection/move-by-word-visually-crash-test-css-generated-content-expected.txt: Added. * editing/selection/move-by-word-visually-crash-test-css-generated-content.html: Added. 2012-03-20 Dan Bernstein Updated expected results for this test after r110409. * platform/mac/fast/hidpi/video-controls-in-hidpi-expected.txt: 2012-03-20 Levi Weintraub [Chromium] Marking full-screen-restrictions as timing out on Windows. It was previously marked as slow, but all recent tests either passed or timed out. * platform/chromium/test_expectations.txt: 2012-03-20 Dan Bernstein Updated Mac expected results for this test. tracks the fact that r111416 broke it. * platform/mac/fast/dom/prototype-inheritance-2-expected.txt: 2012-03-20 Levi Weintraub [Chromium] Updating and coalescing test expectations for nested-fragment-parser-crash. * platform/chromium-linux-x86/fast/parser: Removed. * platform/chromium-linux-x86/fast/parser/nested-fragment-parser-crash-expected.txt: Removed. * platform/chromium-linux/fast/parser/nested-fragment-parser-crash-expected.txt: Removed. * platform/chromium-mac-leopard/fast/parser/nested-fragment-parser-crash-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/parser/nested-fragment-parser-crash-expected.txt: Removed. * platform/chromium-win-vista/fast/parser: Removed. * platform/chromium-win-vista/fast/parser/nested-fragment-parser-crash-expected.txt: Removed. * platform/chromium-win-xp/fast/parser: Removed. * platform/chromium-win-xp/fast/parser/nested-fragment-parser-crash-expected.txt: Removed. * platform/chromium-win/fast/parser/nested-fragment-parser-crash-expected.txt: Removed. * platform/chromium/fast/parser/nested-fragment-parser-crash-expected.txt: Added. 2012-03-20 Levi Weintraub [Chromium] Adding additional possible test expectations for span-as-immediate-child-property-removal and span-as-immediate-columns-child-removal, since the test expectations are now all over the board. * platform/chromium/test_expectations.txt: 2012-03-20 Sheriff Bot Unreviewed, rolling out r111442. http://trac.webkit.org/changeset/111442 https://bugs.webkit.org/show_bug.cgi?id=81711 Causes crashes and image mismatches in canvas tests (Requested by leviw on #webkit). * fast/canvas/canvas-resize-after-paint-without-layout-expected.txt: Removed. * fast/canvas/canvas-resize-after-paint-without-layout.html: Removed. * platform/chromium-linux/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Removed. * platform/chromium-linux/fast/canvas/setWidthResetAfterForcedRender-expected.png: * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Removed. 2012-03-20 Adrienne Walker RenderLayerCompositor doesn't properly clip graphics layer sizes https://bugs.webkit.org/show_bug.cgi?id=80372 Reviewed by Simon Fraser. Update several baselines due to smaller backing sizes. * compositing/clip-child-by-non-stacking-ancestor-expected.txt: Added. * compositing/clip-child-by-non-stacking-ancestor.html: Added. * compositing/geometry/clip-expected.txt: * compositing/images/clip-on-directly-composited-image-expected.txt: * compositing/overflow/clip-descendents-expected.txt: * platform/chromium-win/compositing/images/clip-on-directly-composited-image-expected.txt: Removed. * platform/chromium-win/compositing/overflow/clip-descendents-expected.txt: 2012-03-20 Sheriff Bot Unreviewed, rolling out r111445 and r111446. http://trac.webkit.org/changeset/111445 http://trac.webkit.org/changeset/111446 https://bugs.webkit.org/show_bug.cgi?id=81708 It broke Qt and GTK build intentionally (Requested by Ossy on #webkit). * platform/chromium/test_expectations.txt: 2012-03-20 Adam Klein Unskip dom/xhtml test fixed in r111449. * platform/qt/Skipped: 2012-03-20 Jon Lee Unreviewed. Because we might short-circuit permission calls, some of these tests need to be rewritten to take that factor into account. There's no mac support of notifications right now (see 79492), so updating test expectations for now and tracking as a regression in 81697. * platform/chromium/test_expectations.txt: 2012-03-20 Sami Kyostila Reuse buffer allocation if canvas size does not change https://bugs.webkit.org/show_bug.cgi?id=80871 Reviewed by Stephen White. Add layout test to check canvas resizing without changing its layout size. We also update the expected image one canvas clearing test. The test is setting the size of a canvas and expecting it to be cleared in the process. With the optimization to retain the underlying ImageBuffer, we no longer call RenderReplaced::repaint() as a part of this process. This function used to repaint both the canvas itself (100x50) as well as its local selection rectangle (100x54). In this case the local selection rectangle is larger than the canvas because the canvas is contained within an anonymous RenderBlock that also has two empty text nodes. The extra 4 pixels are needed for drawing the selection rectangle around any descenders in the the text of those nodes. Since clearing the canvas has no effect on the selection rectangle, we only need to repaint the area of the canvas itself. * fast/canvas/canvas-resize-after-paint-without-layout.html: Added. * fast/canvas/canvas-resize-after-paint-without-layout-expected.txt: Added. * platform/chromium-linux/fast/canvas/canvas-resize-after-paint-without-layout-expected.png: Added. * platform/chromium-linux/fast/canvas/setWidthResetAfterForcedRender-expected.png: Updated. 2012-03-20 Dan Bernstein Added Mac WebKit2 expected results for this test. tracks the difference in results between WebKit1 and WebKit2 in this test. * platform/mac-wk2/fast/dom: Added. * platform/mac-wk2/fast/dom/horizontal-scrollbar-in-rtl-expected.txt: Added. 2012-03-20 Robert Hogan Use-after-free of continuation in RenderBlock::paintContinuationOutlines() https://bugs.webkit.org/show_bug.cgi?id=81276 Reviewed by David Hyatt. * fast/css/relative-positioned-block-crash-expected.txt: Added. * fast/css/relative-positioned-block-crash.html: Added. * platform/chromium/test_expectations.txt: Skip fast/inline/continuation-outlines-with-layers.html for now. * platform/gtk/Skipped: ditto * platform/mac/Skipped: ditto * platform/qt/Skipped: ditto * platform/win/Skipped: ditto 2012-03-20 Dan Bernstein Work around the inconsistency in test results caused by in a few tests, by appending a # character to the href attributes of links to other tests. This ensures that they are never visited. * fast/block/margin-collapse/001.html: * fast/block/margin-collapse/005.html: * fast/block/margin-collapse/010.html: * fast/block/margin-collapse/011.html: * fast/block/margin-collapse/012.html: * fast/block/margin-collapse/015.html: * fast/block/margin-collapse/016.html: * fast/block/margin-collapse/017.html: * fast/block/margin-collapse/020.html: * fast/block/margin-collapse/056.html: * fast/block/margin-collapse/059.html: * fast/block/margin-collapse/block-inside-inline/001.html: * fast/block/margin-collapse/block-inside-inline/005.html: * fast/block/margin-collapse/block-inside-inline/010.html: * fast/block/margin-collapse/block-inside-inline/011.html: * fast/block/margin-collapse/block-inside-inline/012.html: * fast/block/margin-collapse/block-inside-inline/015.html: * fast/block/margin-collapse/block-inside-inline/016.html: * fast/block/margin-collapse/block-inside-inline/017.html: * fast/block/margin-collapse/block-inside-inline/020.html: * platform/mac/fast/block/margin-collapse/056-expected.txt: 2012-03-20 Dan Bernstein Added Mac WebKit2 expected results for this test. tracks the difference in results between WebKit1 and WebKit2 in this test. * platform/mac-wk2/compositing/geometry: Added. * platform/mac-wk2/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: Copied from LayoutTests/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt. 2012-03-20 Levi Weintraub [Chromium] Updating Chromium expectations following r111412. * platform/chromium-win/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: Added. 2012-03-20 Dan Bernstein REGRESSION (r111229): css1/basic/inheritance.html is failing https://bugs.webkit.org/show_bug.cgi?id=81684 Reverted r111229. Rubber-stamped by Dave Hyatt. * fast/regions/webkit-named-flow-content-nodes-expected.txt: Removed. * fast/regions/webkit-named-flow-content-nodes.html: Removed. 2012-03-20 Dan Bernstein Updated expected results for a test, while is tracking this possible regression. * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: 2012-03-20 Jacob Goldstein Convert regions parsing test to use testharness.js https://bugs.webkit.org/show_bug.cgi?id=80709 Reviewed by Ryosuke Niwa. * fast/regions/script-tests/webkit-flow-parsing.js: (testParse): (testComputedStyle): (testNotInherited): (test): * fast/regions/webkit-flow-parsing-expected.txt: * fast/regions/webkit-flow-parsing.html: * resources/testharness.js: Added. (.): * resources/testharnessreport.js: Added. (convertResult): 2012-03-20 Vsevolod Vlasov Unreviewed test fix and unskip. * inspector/debugger/snippets-model-expected.txt: * inspector/debugger/snippets-model.html: * platform/gtk/Skipped: * platform/qt/Skipped: 2012-03-20 Levi Weintraub [Chromium] Adding missing linux expectations for error-to-string-stack-overflow. * platform/chromium-linux/fast/dom/error-to-string-stack-overflow-expected.txt: Added. 2012-03-20 Levi Weintraub [Chromium] Adding missing results for canvas-putImageData for Windows. * platform/chromium-win/fast/repaint/canvas-putImageData-expected.txt: Added. 2012-03-20 Gyuyoung Kim Convert hasSpellingMarker to use Internals interface. https://bugs.webkit.org/show_bug.cgi?id=81300 Reviewed by Ryosuke Niwa. Adjust hasSpellingMarker tests to use Internals instead of LayoutTestController interface. * editing/spelling/design-mode-spellcheck-off.html: * editing/spelling/script-tests/spellcheck-paste.js: (verifyMarker): * editing/spelling/script-tests/spelling-attribute-at-child.js: (childHasSpellingMarker): * editing/spelling/script-tests/spelling-attribute-change.js: (testSpellCheckingEnabled): * editing/spelling/script-tests/spelling-backspace-between-lines.js: (testWithDelete): (testWithForwardDelete): * editing/spelling/script-tests/spelling-hasspellingmarker.js: (hasMarked): * editing/spelling/spellcheck-attribute.html: * editing/spelling/spelling-attribute-change-expected.txt: * editing/spelling/spelling-backspace-between-lines-expected.txt: * editing/spelling/spelling-hasspellingmarker-expected.txt: * editing/spelling/spelling-linebreak.html: * platform/chromium-mac-snowleopard/editing/spelling/spelling-backspace-between-lines-expected.txt: * platform/chromium-win/editing/spelling/spelling-backspace-between-lines-expected.txt: * platform/chromium/editing/spelling/spelling-backspace-between-lines-expected.txt: * platform/mac/editing/spelling/delete-into-misspelled-word.html: * platform/mac/editing/spelling/editing-multiple-words-with-markers.html: * platform/mac/editing/spelling/editing-word-with-marker-1.html: * platform/mac/editing/spelling/editing-word-with-marker-2.html: * platform/mac/editing/spelling/move-cursor-around-misspelled-word.html: * platform/win/editing/spelling/spelling-backspace-between-lines-expected.txt: * platform/wk2/Skipped: 2012-03-20 Ádám Kallai [Qt] Unreviewed. Added new platform expectations. Skipped. https://bugs.webkit.org/show_bug.cgi?id=81671 * platform/qt-5.0-wk2/Skipped: * platform/qt-5.0-wk2/css1/basic/inheritance-expected.txt: Added after r111229. * platform/qt-5.0-wk2/platform/qt/plugins/application-plugin-plugins-disabled-expected.txt: Added after r111351. 2012-03-20 Levi Weintraub [Chromium] Marking compositing/iframes/scrolling-iframe.html as flaky on Linux as well. * platform/chromium/test_expectations.txt: 2012-03-15 Pavel Podivilov Web Inspector: support inline source maps. https://bugs.webkit.org/show_bug.cgi?id=81248 Reviewed by Pavel Feldman. * http/tests/inspector/compiler-source-mapping-expected.txt: * http/tests/inspector/compiler-source-mapping.html: 2012-03-20 Pavel Feldman Web Inspector: treat Uint* external arrays as arrays in console. https://bugs.webkit.org/show_bug.cgi?id=81653 Reviewed by Yury Semikhatsky. * inspector/console/console-external-array-expected.txt: * inspector/console/console-external-array.html: 2012-03-20 Andreas Kling Let CSSImageValue inherit directly from CSSValue. Reviewed by Antti Koivisto. Added a test to document the fact that image values are no longer CSSPrimitiveValues. Updated setPrimitiveValue.html and expectation to reflect this as well. * fast/css/image-value-type-expected.txt: Added. * fast/css/image-value-type.html: Added. * fast/dom/setPrimitiveValue-expected.txt: * fast/dom/setPrimitiveValue.html: 2012-03-20 Csaba Osztrogonác [Qt][Mac] Unreviewed gardening, skip new failing tests to paint the bot green. * platform/qt-mac/Skipped: 2012-03-20 Pavel Feldman Web Inspector: call .length as the last check when detecting arrays. https://bugs.webkit.org/show_bug.cgi?id=81335 Reviewed by Yury Semikhatsky. * inspector/console/console-format-collections-expected.txt: * inspector/console/console-format-collections.html: 2012-03-20 Alexander Pavlov Web Inspector: newly added CSS rules shouldn't rewrite HTML content in the resources panel https://bugs.webkit.org/show_bug.cgi?id=81414 Reviewed by Vsevolod Vlasov. * inspector/styles/styles-add-new-rule.html: 2012-03-20 Nikolas Zimmermann Make animVal support type-safe https://bugs.webkit.org/show_bug.cgi?id=81640 Reviewed by Antti Koivisto. Add a new test which forces recreation of a shadow tree while animation is running. * svg/animations/force-use-shadow-tree-recreation-while-animating-expected.txt: Added. * svg/animations/force-use-shadow-tree-recreation-while-animating.html: Added. * svg/animations/resources/force-use-shadow-tree-recreation-while-animating.svg: Added. * svg/animations/script-tests/force-use-shadow-tree-recreation-while-animating.js: Added. (sample1): (sample2): (forceUseShadowTreeRecreation): (sample3): (executeTest): 2012-03-20 Szilard Ledan [Qt] Gardening, skip failing tests, add platform specific expected files. Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: * platform/qt/fast/events/touch/gesture/pad-gesture-cancel-expected.png: Added after r111182. * platform/qt/fast/events/touch/gesture/pad-gesture-cancel-expected.txt: Added after r111182. 2012-03-20 Mihnea Ovidenie [CSSRegions]Implement NamedFlow::getRegionsByContentNode https://bugs.webkit.org/show_bug.cgi?id=77746 Reviewed by David Hyatt. The list of regions returned is a static node list. * fast/regions/get-regions-by-content-node-expected.txt: Added. * fast/regions/get-regions-by-content-node-horiz-bt-expected.txt: Added. * fast/regions/get-regions-by-content-node-horiz-bt.html: Added. * fast/regions/get-regions-by-content-node-horiz-tb-expected.txt: Added. * fast/regions/get-regions-by-content-node-horiz-tb.html: Added. * fast/regions/get-regions-by-content-node-vert-lr-expected.txt: Added. * fast/regions/get-regions-by-content-node-vert-lr.html: Added. * fast/regions/get-regions-by-content-node-vert-rl-expected.txt: Added. * fast/regions/get-regions-by-content-node-vert-rl.html: Added. * fast/regions/get-regions-by-content-node.html: Added. * fast/regions/get-regions-by-content-node2-expected.txt: Added. * fast/regions/get-regions-by-content-node2.html: Added. 2012-03-20 Keishi Hattori [chromium] Fixing mime type for test expectation png files. * platform/chromium-linux-x86/fast/table/max-width-integer-overflow-expected.png: Added property svn:mime-type. * platform/chromium-linux/fast/clip/overflow-border-radius-fixed-position-expected.png: Modified property svn:mime-type. * platform/chromium-linux/fast/table/max-width-integer-overflow-expected.png: Added property svn:mime-type. * platform/chromium-mac-leopard/fast/clip/overflow-border-radius-fixed-position-expected.png: Modified property svn:mime-type. * platform/chromium-mac-snowleopard/compositing/geometry/video-opacity-overlay-expected.png: Added property svn:mime-type. * platform/chromium-mac-snowleopard/compositing/reflections/load-video-in-reflection-expected.png: Added property svn:mime-type. * platform/chromium-mac/fast/clip/overflow-border-radius-fixed-position-expected.png: Modified property svn:mime-type. * platform/chromium-mac/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Modified property svn:mime-type. * platform/chromium-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Modified property svn:mime-type. * platform/chromium-win-vista/compositing/shadows/shadow-drawing-expected.png: Added property svn:mime-type. * platform/chromium-win-xp/fast/table/max-width-integer-overflow-expected.png: Added property svn:mime-type. * platform/chromium-win/compositing/layer-creation/fixed-position-scroll-expected.png: Added property svn:mime-type. * platform/chromium-win/fast/clip/overflow-border-radius-fixed-position-expected.png: Modified property svn:mime-type. * platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-repaint-on-update-value-expected.png: Modified property svn:mime-type. 2012-03-20 Levi Weintraub Unreviewed Chromium gardening. Marking editing/selection/iframe.html as flaky on 10.6 debug. Occasionally the caret isn't painted for some reason. Removing iframe-reparenting-new-page.html entry from test_expectations.txt since the test no longer exists. * platform/chromium/test_expectations.txt: 2012-03-20 Stephanie Lewis https://bugs.webkit.org/show_bug.cgi?id=81637 fast/dom/Window/timer-resume-on-navigation-back.html times out. Skips a test that times out. Unreviewed. * platform/mac-wk2/Skipped: 2012-03-20 Jason Liu [BlackBerry]Cookies shouldn't be set into each of webcore's request and platform's request. And this makes a regression. https://bugs.webkit.org/show_bug.cgi?id=80800 Reviewed by George Staikos. * http/tests/cookies/resources/setUtf8Cookies-expected.txt: Added. * http/tests/cookies/resources/setUtf8Cookies-result.php: Added. * http/tests/cookies/resources/setUtf8Cookies.php: Added. 2012-03-20 Keishi Hattori [chromium] Marking listbox-clear-restore.html on Linux as flaky. * platform/chromium/test_expectations.txt: 2012-03-20 Stephanie Lewis https://bugs.webkit.org/show_bug.cgi?id=81634 some SVG Zoom tests fail on Lion WK2 bots Unreviewed. Check in new expected (failing?) results. * platform/mac-wk2/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.txt: * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.txt: * platform/mac-wk2/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.txt: 2012-03-19 Zoltan Arvai [Qt] New test introduced in r110532 fails on 32 bit. Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: 2012-03-19 Keishi Hattori [chromium] Rebaselining nested-fragment-parser-crash.html again. * platform/chromium-linux-x86/fast/parser/nested-fragment-parser-crash-expected.txt: Added. * platform/chromium-linux/fast/parser/nested-fragment-parser-crash-expected.txt: Added. * platform/chromium-mac-leopard/fast/parser/nested-fragment-parser-crash-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/parser/nested-fragment-parser-crash-expected.txt: Added. * platform/chromium-win-vista/fast/parser/nested-fragment-parser-crash-expected.txt: Added. * platform/chromium-win-xp/fast/parser/nested-fragment-parser-crash-expected.txt: Added. * platform/chromium-win/fast/parser/nested-fragment-parser-crash-expected.txt: Added. 2012-03-19 János Badics fast/table/max-width-integer-overflow.html should be skipped because it gives different results on 32- and 64-bit systems. Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: 2012-03-19 Adam Barth Remove support for "magic" iframe https://bugs.webkit.org/show_bug.cgi?id=81590 Reviewed by Eric Seidel. Remove tests of magic iframe. These tests don't reall make sense to keep without the feature. * fast/frames/adopt-iframe-into-itself-expected.txt: Added. * fast/frames/adopt-iframe-into-itself.html: Added. - I've added a test about adopting an iframe into itself. We might already have a test for this, but it covers a mistake I made in an earlier iteration of this patch. * fast/frames/iframe-reparenting-adopt-node-expected.txt: Removed. * fast/frames/iframe-reparenting-adopt-node.html: Removed. * fast/frames/iframe-reparenting-embed-elements-expected.txt: Removed. * fast/frames/iframe-reparenting-embed-elements.html: Removed. * fast/frames/iframe-reparenting-expected.txt: Removed. * fast/frames/iframe-reparenting-fail-load-expected.txt: Removed. * fast/frames/iframe-reparenting-fail-load.html: Removed. * fast/frames/iframe-reparenting-new-page-expected.txt: Removed. * fast/frames/iframe-reparenting-new-page.html: Removed. * fast/frames/iframe-reparenting-plugins-expected.txt: Removed. * fast/frames/iframe-reparenting-plugins.html: Removed. * fast/frames/iframe-reparenting.html: Removed. * fast/frames/resources/iframe-reparenting-adopt-node-iframe-content.html: Removed. * fast/frames/resources/iframe-reparenting-adopt-node-new-page.html: Removed. * fast/frames/resources/iframe-reparenting-embed-frame1.html: Removed. * fast/frames/resources/iframe-reparenting-embed-iframe.html: Removed. * fast/frames/resources/iframe-reparenting-frame1.html: Removed. * fast/frames/resources/iframe-reparenting-frame2.html: Removed. * fast/frames/resources/iframe-reparenting-iframe-content.html: Removed. * fast/frames/resources/iframe-reparenting-new-page-1.html: Removed. * fast/frames/resources/iframe-reparenting-new-page-2.html: Removed. * fast/frames/resources/iframe-reparenting-new-page-iframe.html: Removed. * fast/frames/resources/iframe-reparenting-plugins-iframe-content.html: Removed. * fast/frames/resources/iframe-reparenting-plugins-new-page.html: Removed. * fast/frames/script-tests/iframe-reparenting-new-page.js: Removed. 2012-03-19 Julien Chaffraix REGRESSION(r110072): Improper repainting on table with overflow: hidden https://bugs.webkit.org/show_bug.cgi?id=81460 Reviewed by Simon Fraser. * fast/repaint/table-hover-on-link-expected.txt: Added. * fast/repaint/table-hover-on-link.html: Added. * platform/chromium-linux/fast/repaint/table-hover-on-link-expected.png: Added. * platform/chromium-mac/fast/repaint/table-hover-on-link-expected.png: Added. * platform/mac/fast/repaint/table-hover-on-link-expected.png: Added. There seem to be some small color difference here (maybe color profile related). 2012-03-19 Pablo Flouret Add support for crossorigin attribute in script elements https://bugs.webkit.org/show_bug.cgi?id=81438 Reviewed by Adam Barth. * http/tests/security/resources/alert-fail.js: Added. * http/tests/security/resources/cors-script.php: Added. * http/tests/security/script-crossorigin-loads-correctly-expected.txt: Added. * http/tests/security/script-crossorigin-loads-correctly.html: Added. * http/tests/security/script-crossorigin-loads-same-origin-expected.txt: Added. * http/tests/security/script-crossorigin-loads-same-origin.html: Added. * http/tests/security/script-with-failed-cors-check-fails-to-load-expected.txt: Added. * http/tests/security/script-with-failed-cors-check-fails-to-load.html: Added. 2012-03-19 Anders Carlsson plugins/application-plugin-plugins-disabled.html should be a Qt specific test https://bugs.webkit.org/show_bug.cgi?id=81628 Reviewed by Jessie Berlin. This test tests an "application specific plug-in" feature that only Qt has so this should be a Qt specific test. * platform/chromium-linux/plugins/application-plugin-plugins-disabled-expected.png: Removed. * platform/chromium-mac-leopard/plugins/application-plugin-plugins-disabled-expected.png: Removed. * platform/chromium-mac-snowleopard/plugins/application-plugin-plugins-disabled-expected.png: Removed. * platform/chromium-mac/plugins/application-plugin-plugins-disabled-expected.png: Removed. * platform/chromium-win/plugins/application-plugin-plugins-disabled-expected.png: Removed. * platform/chromium-win/plugins/application-plugin-plugins-disabled-expected.txt: Removed. * platform/gtk/plugins/application-plugin-plugins-disabled-expected.txt: Removed. * platform/mac-snowleopard/plugins/application-plugin-plugins-disabled-expected.png: Removed. * platform/mac/plugins/application-plugin-plugins-disabled-expected.txt: Removed. * platform/qt/plugins/application-plugin-plugins-disabled.html: Renamed from LayoutTests/plugins/application-plugin-plugins-disabled.html. * platform/wk2/Skipped: 2012-03-19 Keishi Hattori [chromium] Rebaseline caused by r111334 * platform/chromium-linux-x86/fast/repaint/canvas-putImageData-expected.txt: Added. * platform/chromium-linux/fast/repaint/canvas-putImageData-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/canvas-putImageData-expected.txt: Added. 2012-03-19 Tim Horton [WK2] Four http/tests/xmlhttprequest tests fail on mac-wk2 https://bugs.webkit.org/show_bug.cgi?id=81627 Unreviewed; skip failing http/tests/xmlhttprequest tests on mac-wk2. * platform/mac-wk2/Skipped: 2012-03-19 Tony Chang add css parsing of flex-line-pack https://bugs.webkit.org/show_bug.cgi?id=81427 Reviewed by Ojan Vafai. * css3/flexbox/css-properties-expected.txt: * css3/flexbox/script-tests/css-properties.js: 2012-03-19 Stephanie Lewis http://bugs.webkit.org/show_bug.cgi?id=81618 fast/workers/storage/use-same-database-in-page-and-workers.html times out on the lion bots parser test that times out waiting for notifyDone Unreviewed. Skip test that times out on the Lion WK1 bots. * platform/mac/Skipped: 2012-03-19 Stephanie Lewis https://bugs.webkit.org/show_bug.cgi?id=81620 tables/mozilla/bugs/bug27038-* fail on Lion Bots. Unreviewed. Check in new expected (failing?) results. * platform/mac/tables/mozilla/bugs/bug27038-1-expected.txt: * platform/mac/tables/mozilla/bugs/bug27038-2-expected.txt: 2012-03-19 Tim Horton [WK2] http/tests/websocket/tests/hixie76/frame-lengths.html times out on mac-wk2 https://bugs.webkit.org/show_bug.cgi?id=81624 Unreviewed; skip timing out http/tests/websocket/tests/hixie76/frame-lengths.html on mac-wk2 * platform/mac-wk2/Skipped: 2012-03-19 Stephanie Lewis https://bugs.webkit.org/show_bug.cgi?id=81615 fast/parser/nested-fragment-parser-crash.html is failing on the lion bots Unreviewed. Check in new expected (failing?) results. * platform/mac/fast/parser/nested-fragment-parser-crash-expected.txt: Added. 2012-03-19 Stephanie Lewis https://bugs.webkit.org/show_bug.cgi?id=81617 fast/repaint/canvas-putImageData.html fails on the Lion bots Unreviewed. Check in new expected (failing?) results. * platform/mac/fast/repaint/canvas-putImageData-expected.txt: Added. * platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: * platform/mac/transforms/3d/general/perspective-non-layer-expected.txt: 2012-03-19 Keishi Hattori [chromium] Rebaselining float-in-float-hit-testing and 056 in response to r111281. * platform/chromium-mac/fast/block/float/float-in-float-hit-testing-expected.txt: Added. * platform/chromium-mac/fast/block/margin-collapse/056-expected.txt: Added. 2012-03-19 Jessie Berlin A bunch of media tests failing on Lion Intel Debug WebKit1 and WebKit2 testers. https://bugs.webkit.org/show_bug.cgi?id=81623 Rebaseline failing mac and mac-wk2 media tests. * platform/mac-wk2/media/no-auto-play-in-sandbox-expected.txt: Added. * platform/mac-wk2/media/video-playing-and-pause-expected.txt: * platform/mac/media/audio-controls-rendering-expected.png: * platform/mac/media/controls-after-reload-expected.png: * platform/mac/media/controls-after-reload-expected.txt: * platform/mac/media/controls-layout-direction-expected.png: * platform/mac/media/controls-strict-expected.png: * platform/mac/media/controls-strict-expected.txt: * platform/mac/media/media-controls-clone-expected.png: * platform/mac/media/video-colorspace-yuv420-expected.png: Added. * platform/mac/media/video-colorspace-yuv422-expected.png: Added. * platform/mac/media/video-controls-rendering-expected.png: * platform/mac/media/video-controls-rendering-expected.txt: * platform/mac/media/video-display-toggle-expected.png: * platform/mac/media/video-display-toggle-expected.txt: * platform/mac/media/video-layer-crash-expected.png: * platform/mac/media/video-no-audio-expected.png: * platform/mac/media/video-no-audio-expected.txt: * platform/mac/media/video-playing-and-pause-expected.png: * platform/mac/media/video-playing-and-pause-expected.txt: * platform/mac/media/video-size-intrinsic-scale-expected.txt: Added. 2012-03-19 Tim Horton [WK2] http/tests/security/contentSecurityPolicy/script-src-star-cross-scheme.html fails after r97360 https://bugs.webkit.org/show_bug.cgi?id=70245 Unreviewed; skip failing http/tests/security/contentSecurityPolicy/script-src-star-cross-scheme.html on mac-wk2. * platform/mac-wk2/Skipped: 2012-03-19 Stephanie Lewis https://bugs.webkit.org/show_bug.cgi?id=81610 fast/regions fail on Lion bots Unreviewed. Check in new expected (failing?) results. * platform/mac/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt: * platform/mac/fast/regions/overflow-size-change-with-stacking-context-expected.txt: * platform/mac/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt: 2012-03-19 Stephanie Lewis https://bugs.webkit.org/show_bug.cgi?id=81608 fast/multicol/span/span-as-immediate… fail on Lion bots Unreviewed. Check in new expected (failing?) results. * platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.txt: * platform/mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.txt: 2012-03-19 Tim Horton [WK2] http/tests/navigation/https-in-page-cache.html times out on mac-wk2 https://bugs.webkit.org/show_bug.cgi?id=81622 Unreviewed; skip failing http/tests/navigation/https-in-page-cache.html on mac-wk2. * platform/mac-wk2/Skipped: 2012-03-19 Tim Horton [WK2] http/tests/navigation/anchor-frames-gbk.html fails https://bugs.webkit.org/show_bug.cgi?id=76896 Unreviewed; skip failing http/tests/navigation/anchor-frames-gbk.html on mac-wk2. * platform/mac-wk2/Skipped: 2012-03-19 Tim Horton http/tests/misc/acid3.html fails on mac-lion-wk2 https://bugs.webkit.org/show_bug.cgi?id=81621 Unreviewed; check in failing results for mac-wk2. * platform/mac-wk2/http/tests/misc/acid3-expected.png: Added. * platform/mac-wk2/http/tests/misc/acid3-expected.txt: Added. 2012-03-19 Jessie Berlin fast/dom/Window/window-properties.html failing on Lion Intel Debug WebKit1 and WebKit2 testers. https://bugs.webkit.org/show_bug.cgi?id=81612 Update the expected (failing?) results to get the bots green. * platform/mac/fast/dom/Window/window-properties-expected.txt: 2012-03-19 Jessie Berlin fast/harness/page-cache-crash-on-data-urls.html and fast/harness/use-page-cache.html fail on Lion Intel Debug WebKit2 testers. https://bugs.webkit.org/show_bug.cgi?id=81616 Skip the flakey one and add expected failing results for the other. * platform/mac-wk2/fast/harness/use-page-cache-expected.txt: Added. * platform/wk2/Skipped: 2012-03-19 Tim Horton [WK2] WebKitTestRunner needs to print frame load delegate information https://bugs.webkit.org/show_bug.cgi?id=42705 Skip http/tests/loading/state-object-security-exception.html until WKTR prints frame load delegate information. * platform/wk2/Skipped: 2012-03-19 Tim Horton [WK2] Support layoutTestController.dumpProgressFinishedCallback() in WKTR https://bugs.webkit.org/show_bug.cgi?id=81613 Unreviewed; skip http/tests/loading/progress-finished-callback.html on mac-wk2. * platform/mac-wk2/Skipped: 2012-03-19 Tim Horton Unreviewed new mac baselines for fast/css/font-family-pictograph and fast/css/pseudo-first-line-border-width. * platform/mac/fast/css/font-family-pictograph-expected.png: Added. * platform/mac/fast/css/font-family-pictograph-expected.txt: * platform/mac/fast/css/pseudo-first-line-border-width-expected.png: Added. * platform/mac/fast/css/pseudo-first-line-border-width-expected.txt: Added. 2012-03-19 Jessie Berlin fast/loader/window-properties-restored-from-page-cache.html timing out on Lion Intel Debug WebKit2 testers https://bugs.webkit.org/show_bug.cgi?id=81609 Skip it to get the bots green. * platform/wk2/Skipped: 2012-03-19 Jessie Berlin A bunch of jquery tests are timing out on the Lion Intel Debug WebKit2 testers. https://bugs.webkit.org/show_bug.cgi?id=81606 Skip them to get the bots green. * platform/wk2/Skipped: 2012-03-19 Jessie Berlin A bunch of media tests time out on the Lion Intel Debug WebKit1 and WebKit2 testers. https://bugs.webkit.org/show_bug.cgi?id=81604 Skip them to get the bots green. * platform/mac/Skipped: * platform/wk2/Skipped: 2012-03-19 Tim Horton Unreviewed new mac baseline for compositing/repaint/become-overlay-composited-layer.html. * platform/mac/compositing/repaint/become-overlay-composited-layer-expected.png: * platform/mac/compositing/repaint/become-overlay-composited-layer-expected.txt: 2012-03-19 Tim Horton Unreviewed skip of canvas/philip/tests/2d.path.arc.scale.1.html as an addition to http://trac.webkit.org/changeset/111278 * platform/mac/Skipped: 2012-03-19 Jessie Berlin A bunch of inspector tests time out on Lion Intel Debug WebKit2 testers. https://bugs.webkit.org/show_bug.cgi?id=81601 Skip them on WK2 to get the bots green. * platform/wk2/Skipped: 2012-03-19 Florin Malita Relative-height block SVG root not layed out on container height change https://bugs.webkit.org/show_bug.cgi?id=81513 Reviewed by Dirk Schulze. * svg/custom/svg-percent-scale-block-expected.html: Added. * svg/custom/svg-percent-scale-block.html: Added. 2012-03-19 Tim Horton Unreviewed mac baselines for some fast/block tests after http://trac.webkit.org/changeset/97596 * platform/mac/fast/block/float/float-in-float-hit-testing-expected.png: * platform/mac/fast/block/float/float-in-float-hit-testing-expected.txt: * platform/mac/fast/block/margin-collapse/056-expected.txt: 2012-03-19 Tim Horton Four fast/canvas tests are flaky (fail on bots, not locally, or vice versa) https://bugs.webkit.org/show_bug.cgi?id=81599 Unreviewed skip of four flaky tests: fast/canvas/canvas-createPattern-fillRect-shadow.html fast/canvas/canvas-draw-canvas-on-canvas-shadow.html fast/canvas/canvas-fillRect-gradient-shadow.html fast/canvas/set-colors.html * platform/mac/Skipped: 2012-03-19 Jessie Berlin Shadow DOM is not enabled on Mac, so skip the whole directory instead of skipping the tests one by one. * platform/mac/Skipped: 2012-03-19 Abhishek Arya Crash due to layer tree information not updated when moving run-in children. https://bugs.webkit.org/show_bug.cgi?id=81265 Reviewed by Julien Chaffraix. * fast/runin/run-in-layer-not-removed-crash-expected.txt: Added. * fast/runin/run-in-layer-not-removed-crash.html: Added. 2012-03-19 Andy Chen [BlackBerry] Add new layout test for text match marker https://bugs.webkit.org/show_bug.cgi?id=81531 Reviewed by Rob Buis. Add a new layout test for text match marker for BlackBerry port * platform/blackberry/editing/text-iterator/findString-markers-expected.txt: Added. * platform/blackberry/editing/text-iterator/findString-markers.html: Added. 2012-03-19 Jessie Berlin r109204 updated the chromium expected results for inspector/timeline/timeline-animation-frame.html and timeline-paint.html, but did not update the cross-platform results. Update the cross-platform results. * inspector/timeline/timeline-animation-frame-expected.txt: * inspector/timeline/timeline-paint-expected.txt: 2012-03-19 Gavin Barraclough Object.freeze broken on latest Nightly https://bugs.webkit.org/show_bug.cgi?id=80577 Reviewed by Oliver Hunt. * fast/js/preventExtensions-expected.txt: * fast/js/script-tests/preventExtensions.js: (shouldBeTrue): (shouldBeFalse.shouldBeFalse.preventExtensionsFreezeIsFrozen): - Added test cases. 2012-03-19 Jessie Berlin NPRuntime support for out-of-process plug-ins. https://bugs.webkit.org/show_bug.cgi?id=48346 This issue was marked as fixed on 2011-01-11, but the tests that required that support were never taken off the WK2 Skipped list. Update the WK2 Skipped list to not skip the passing tests, and move the ones that still fail to a separate section of the list. * platform/wk2/Skipped: 2012-03-19 Raymond Toy Add playback state for AudioBufferSourceNode and add number of active nodes https://bugs.webkit.org/show_bug.cgi?id=79701 Reviewed by Chris Rogers. * webaudio/audiobuffersource-playbackState-expected.txt: Added. * webaudio/audiobuffersource-playbackState.html: Added. 2012-03-19 Sheriff Bot Unreviewed, rolling out r109014. http://trac.webkit.org/changeset/109014 https://bugs.webkit.org/show_bug.cgi?id=81551 Causing crashes (Requested by inferno-sec on #webkit). * css3/flexbox/inline-flexbox-expected.html: Removed. * css3/flexbox/inline-flexbox.html: Removed. 2012-03-19 Chris Fleizach platform/mac/accessibility/selected-rows-table.html failing on Lion Intel Debug WebKit2 testers https://bugs.webkit.org/show_bug.cgi?id=81530 Reviewed by Jessie Berlin. * platform/mac-wk2/platform/mac/accessibility/selected-rows-table-expected.txt: Removed. 2012-03-19 Jessie Berlin editing/input/reveal-edit-on-input-vertically.html and editing/input/reveal-contenteditable-on-input-vertically.html timing out on Lion Intel Debug WebKit2 testers Add those tests to the WK2 Skipped list. * platform/wk2/Skipped: 2012-03-19 Mihnea Ovidenie [CSSRegions]Implement NamedFlow::contentNodes attribute https://bugs.webkit.org/show_bug.cgi?id=80134 Reviewed by David Hyatt. The named flow content nodes collection contains those nodes with webkitFlowInto property set to 'flow'. In the list, the nodes are placed in document order. Nodes with display:none are also part of the list. The list of nodes is returned as a static node list. * fast/regions/webkit-named-flow-content-nodes-expected.txt: Added. * fast/regions/webkit-named-flow-content-nodes.html: Added. 2012-03-19 Xingnan Wang ConvolverNode should not incur processing latency https://bugs.webkit.org/show_bug.cgi?id=75564 Reviewed by Chris Rogers. No need to check the initial silent part because the latency issue of ConvolverNode is fixed. * webaudio/convolution-mono-mono-expected.txt: * webaudio/resources/convolution-testing.js: (checkTriangularPulse): (checkTail1): (checkConvolvedResult.return.var): (checkConvolvedResult): 2012-03-19 Joshua Bell IndexedDB: Test cleanup - don't create transactions w/in transaction callback https://bugs.webkit.org/show_bug.cgi?id=81532 The spec precludes creating transactions within a synchronous transaction callback; for the current implementation, that's only the success callback for a setVersion() call. This isn't enforced yet - see http://webkit.org/b/80547 Reviewed by Tony Chang. * storage/indexeddb/create-and-remove-object-store.html: Split out oncomplete handler. * storage/indexeddb/create-object-store-options.html: Split out oncomplete handler. * storage/indexeddb/factory-deletedatabase.html: Listen on complete event. * storage/indexeddb/mozilla/autoincrement-indexes.html: Split out oncomplete handler. * storage/indexeddb/mozilla/clear.html: Listen on complete event. * storage/indexeddb/mozilla/indexes.html: Split out oncomplete handler. * storage/indexeddb/mozilla/readonly-transactions.html: Split out oncomplete handler. * storage/indexeddb/mozilla/readwrite-transactions.html: Split out oncomplete handler. * storage/indexeddb/noblobs.html: Pass function reference, don't call function. * storage/indexeddb/objectstore-clear.html: Split out oncomplete handler. * storage/indexeddb/objectstore-removeobjectstore.html: Listen on complete event. * storage/indexeddb/transaction-abort-with-js-recursion-cross-frame.html: Split out oncomplete handler. * storage/indexeddb/transaction-abort-with-js-recursion.html: Split out oncomplete handler. * storage/indexeddb/transaction-crash-on-abort.html: Split out oncomplete handler. * storage/indexeddb/two-version-changes.html: Split out oncomplete handler. 2012-03-19 Levi Weintraub [Chromium] Marking fast/text/international/font-fallback-to-common-script.html as flaky for image tests on all flavors of Chromium. * platform/chromium/test_expectations.txt: 2012-03-19 Levi Weintraub Marking css3/images/cross-fade-invalidation.html as flaky for image tests on Chromium Snowleopard. * platform/chromium/test_expectations.txt: 2012-03-19 Jessie Berlin r98413 updated the platform/mac-wk2/plugins/contents-scale-factor test without updating the expected results. Update the expected results. * platform/mac-wk2/plugins/contents-scale-factor-expected.txt: 2012-03-19 Robert Kroeger [chromium] fast/events/touch/gesture/pad-gesture-fling.html fails on release builds https://bugs.webkit.org/show_bug.cgi?id=81537 * platform/chromium/test_expectations.txt: 2012-03-19 Tony Chang flex-item-align: stretch should only grow, never shrink https://bugs.webkit.org/show_bug.cgi?id=80882 Reviewed by Ojan Vafai. * css3/flexbox/child-overflow-expected.html: * css3/flexbox/child-overflow.html: For cases that overflow the height, we now just overflow rather than reducing the height. * css3/flexbox/flex-align-stretch-expected.txt: * css3/flexbox/flex-align-stretch.html: New test cases. * platform/chromium/test_expectations.txt: Mark as failing on Windows because of mock scrollbar rendering bug. 2012-03-19 Vsevolod Vlasov Web Inspector: Implement snippets evaluation. https://bugs.webkit.org/show_bug.cgi?id=81334 Reviewed by Pavel Feldman. * inspector/debugger/snippets-model-expected.txt: * inspector/debugger/snippets-model.html: 2012-03-19 Joshua Bell IndexedDB: LayoutTests don't need explicit console div https://bugs.webkit.org/show_bug.cgi?id=81370 Remove unneeded div and p tags (added by js-test-pre.js) and unnecessary jsTestIsAsync = true (set by shared.js). Reviewed by Tony Chang. * storage/indexeddb/basics-shared-workers.html: * storage/indexeddb/basics-workers.html: * storage/indexeddb/basics.html: * storage/indexeddb/constants.html: * storage/indexeddb/create-and-remove-object-store.html: * storage/indexeddb/create-object-store-options.html: * storage/indexeddb/createObjectStore-name-argument-required.html: * storage/indexeddb/createObjectStore-null-name.html: * storage/indexeddb/cursor-continue.html: * storage/indexeddb/cursor-delete.html: * storage/indexeddb/cursor-inconsistency.html: * storage/indexeddb/cursor-index-delete.html: * storage/indexeddb/cursor-key-order.html: * storage/indexeddb/cursor-primary-key-order.html: * storage/indexeddb/cursor-reverse-bug.html: * storage/indexeddb/cursor-skip-deleted.html: * storage/indexeddb/cursor-update-value-argument-required.html: * storage/indexeddb/cursor-update.html: * storage/indexeddb/data-corruption.html: * storage/indexeddb/database-basics.html: * storage/indexeddb/database-name-undefined.html: * storage/indexeddb/database-odd-names.html: * storage/indexeddb/database-quota.html: * storage/indexeddb/delete-closed-database-object.html: * storage/indexeddb/delete-range.html: * storage/indexeddb/deleteIndex.html: * storage/indexeddb/deleteObjectStore-name-argument-required.html: * storage/indexeddb/deleteObjectStore-null-name.html: * storage/indexeddb/duplicates.html: * 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/factory-basics.html: * storage/indexeddb/factory-cmp.html: * storage/indexeddb/factory-deletedatabase-interactions.html: * storage/indexeddb/factory-deletedatabase.html: * storage/indexeddb/index-basics-workers.html: * storage/indexeddb/index-basics.html: * storage/indexeddb/index-count.html: * storage/indexeddb/index-cursor.html: * storage/indexeddb/index-get-key-argument-required.html: * storage/indexeddb/index-multientry.html: * storage/indexeddb/index-population.html: * storage/indexeddb/index-unique.html: * storage/indexeddb/invalid-keys.html: * storage/indexeddb/key-generator.html: * storage/indexeddb/key-sort-order-across-types.html: * storage/indexeddb/key-sort-order-date.html: * storage/indexeddb/key-type-array.html: * storage/indexeddb/key-type-infinity.html: * storage/indexeddb/keypath-basics.html: * storage/indexeddb/keypath-edges.html: * storage/indexeddb/keypath-fetch-key.html: * storage/indexeddb/keyrange-required-arguments.html: * storage/indexeddb/keyrange.html: * storage/indexeddb/list-ordering-expected.txt: * storage/indexeddb/list-ordering.html: * storage/indexeddb/mozilla/add-twice-failure.html: * storage/indexeddb/mozilla/autoincrement-indexes.html: * storage/indexeddb/mozilla/bad-keypath.html: * storage/indexeddb/mozilla/clear.html: * storage/indexeddb/mozilla/create-index-unique.html: * storage/indexeddb/mozilla/create-index-with-integer-keys.html: * storage/indexeddb/mozilla/create-objectstore-basics.html: * storage/indexeddb/mozilla/create-objectstore-null-name.html: * storage/indexeddb/mozilla/cursor-mutation-objectstore-only.html: * storage/indexeddb/mozilla/cursor-mutation.html: * storage/indexeddb/mozilla/cursor-update-updates-indexes.html: * storage/indexeddb/mozilla/cursors.html: * storage/indexeddb/mozilla/delete-result.html: * storage/indexeddb/mozilla/event-source.html: * storage/indexeddb/mozilla/global-data.html: * storage/indexeddb/mozilla/indexes.html: * storage/indexeddb/mozilla/key-requirements-delete-null-key.html: * storage/indexeddb/mozilla/key-requirements-inline-and-passed.html: * storage/indexeddb/mozilla/key-requirements-put-no-key.html: * storage/indexeddb/mozilla/key-requirements-put-null-key.html: * storage/indexeddb/mozilla/key-requirements.html: * storage/indexeddb/mozilla/object-cursors.html: * storage/indexeddb/mozilla/object-identity.html: * storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put.html: * storage/indexeddb/mozilla/object-store-remove-values.html: * storage/indexeddb/mozilla/objectstorenames.html: * storage/indexeddb/mozilla/odd-result-order.html: * storage/indexeddb/mozilla/open-database-null-name.html: * storage/indexeddb/mozilla/put-get-values.html: * storage/indexeddb/mozilla/readonly-transactions.html: * storage/indexeddb/mozilla/readwrite-transactions.html: * storage/indexeddb/mozilla/readyState.html: * storage/indexeddb/mozilla/remove-index.html: * storage/indexeddb/mozilla/remove-objectstore.html: * storage/indexeddb/mozilla/versionchange-abort.html: * storage/indexeddb/mozilla/versionchange.html: * storage/indexeddb/mutating-cursor.html: * storage/indexeddb/noblobs-expected.txt: * storage/indexeddb/noblobs.html: * storage/indexeddb/objectStore-required-arguments.html: * storage/indexeddb/objectstore-autoincrement.html: * storage/indexeddb/objectstore-basics-workers.html: * storage/indexeddb/objectstore-basics.html: * storage/indexeddb/objectstore-clear.html: * storage/indexeddb/objectstore-count.html: * storage/indexeddb/objectstore-cursor.html: * storage/indexeddb/objectstore-removeobjectstore.html: * storage/indexeddb/odd-strings.html: * storage/indexeddb/open-close-version.html: * storage/indexeddb/open-cursor.html: * storage/indexeddb/open-during-transaction.html: * storage/indexeddb/prefetch-bugfix-108071.html: * storage/indexeddb/queued-commands.html: * storage/indexeddb/readonly-properties.html: * storage/indexeddb/readonly.html: * storage/indexeddb/request-event-propagation.html: * storage/indexeddb/setVersion-null.html: * storage/indexeddb/setVersion-undefined.html: * storage/indexeddb/set_version_blocked.html: * storage/indexeddb/set_version_queue.html: * storage/indexeddb/structured-clone-expected.txt: * storage/indexeddb/structured-clone.html: * storage/indexeddb/transaction-abort-with-js-recursion-cross-frame.html: * storage/indexeddb/transaction-abort-with-js-recursion.html: * storage/indexeddb/transaction-abort-workers.html: * storage/indexeddb/transaction-abort.html: * storage/indexeddb/transaction-after-close.html: * storage/indexeddb/transaction-and-objectstore-calls.html: * storage/indexeddb/transaction-basics.html: * storage/indexeddb/transaction-crash-on-abort.html: * storage/indexeddb/transaction-event-propagation.html: * storage/indexeddb/transaction-read-only.html: * storage/indexeddb/transaction-rollback.html: * storage/indexeddb/transaction-storeNames-required.html: * storage/indexeddb/two-version-changes.html: * storage/indexeddb/value-undefined.html: * storage/indexeddb/values-odd-types.html: * storage/indexeddb/version-change-abort-expected.txt: * storage/indexeddb/version-change-abort.html: * storage/indexeddb/version-change-exclusive.html: * storage/indexeddb/versionchangerequest-activedomobject.html: 2012-03-19 Jessie Berlin platform/mac/accessibility/selected-rows-table.html failing on Lion Intel Debug WebKit2 testers https://bugs.webkit.org/show_bug.cgi?id=81530 Add expected failing results for mac-wk2 to get the bots green. * platform/mac-wk2/platform/mac/accessibility/selected-rows-table-expected.txt: Added. 2012-03-19 Mike Lawther CSS3 calc: make mask images work with mixed percent/absolute https://bugs.webkit.org/show_bug.cgi?id=81477 Reviewed by Ojan Vafai. * css3/calc/simple-composited-mask-expected.html: Renamed from LayoutTests/css3/calc/simple-composited-mask-expected-mismatch.html. 2012-03-19 Alexey Proskuryakov FAILED: m_loadState == LoadStateProvisional on http/tests/multipart/load-last-non-html-frame.php https://bugs.webkit.org/show_bug.cgi?id=81365 * platform/wk2/Skipped: Skipped the test. 2012-03-19 Mike Lawther CSS3 calc: background positioning works with mixed percent/absolute expressions https://bugs.webkit.org/show_bug.cgi?id=81478 Reviewed by Ojan Vafai. * css3/calc/background-position-parsing-expected.html: Renamed from LayoutTests/css3/calc/background-position-parsing-expected-mismatch.html. 2012-03-19 Levi Weintraub [chromium] Rebaselining fixed-position-scroll now that more bots have come in. * platform/chromium-mac-snowleopard/compositing/layer-creation: Removed. * platform/chromium-mac-snowleopard/compositing/layer-creation/fixed-position-scroll-expected.png: Removed. * platform/chromium-mac-snowleopard/compositing/layer-creation/fixed-position-scroll-expected.txt: Removed. * platform/chromium-mac/compositing/layer-creation/fixed-position-scroll-expected.png: Added. * platform/chromium-win/compositing/layer-creation/fixed-position-scroll-expected.txt: Removed. * platform/chromium/compositing/layer-creation/fixed-position-scroll-expected.txt: Added. 2012-03-19 Allan Sandfeld Jensen Select best target for tap gesture. https://bugs.webkit.org/show_bug.cgi?id=78801 Reviewed by Kenneth Rohde Christiansen. Test of touch adjustments. Tests several both normal and tricky cases. * platform/chromium/test_expectations.txt: * platform/efl/Skipped: * platform/gtk/Skipped: * platform/mac/Skipped: * platform/win/Skipped: * touchadjustment/event-triggered-widgets-expected.txt: Added. * touchadjustment/event-triggered-widgets.html: Added. * touchadjustment/html-label-expected.txt: Added. * touchadjustment/html-label.html: Added. * touchadjustment/nested-touch-expected.txt: Added. * touchadjustment/nested-touch.html: Added. * touchadjustment/touch-inlines-expected.txt: Added. * touchadjustment/touch-inlines.html: Added. 2012-03-19 Robert Kroeger [chromium] synthesize wheel events for fling on main thread https://bugs.webkit.org/show_bug.cgi?id=81458 Show that the GestureFlingStart and GestureFlingEnd events are handled and connect up with WebViewImpl Reviewed by James Robinson. * fast/events/touch/gesture/pad-gesture-cancel-expected.txt: Added. * fast/events/touch/gesture/pad-gesture-cancel.html: Added. * fast/events/touch/gesture/pad-gesture-cancel.js: Added. (recordWheelEvent): (if): * fast/events/touch/gesture/pad-gesture-fling-expected.txt: Added. * fast/events/touch/gesture/pad-gesture-fling.html: Added. * fast/events/touch/gesture/pad-gesture-fling.js: Added. (recordWheelEvent): (if): * platform/chromium/fast/events/touch/gesture/pad-gesture-cancel-expected.txt: Added. * platform/chromium/fast/events/touch/gesture/pad-gesture-fling-expected.txt: Added. 2012-03-19 Ádám Kallai [Qt] Unreviewed. Add new platform specific expectation after r110667. * platform/qt-4.8/fast/dom/Window/window-properties-expected.png: Added. * platform/qt-4.8/fast/dom/Window/window-properties-expected.txt: Added. 2012-03-19 Max Vujovic inspector highlight of SVG root element with viewbox does not match dimensions of element https://bugs.webkit.org/show_bug.cgi?id=78037 Reviewed by Nikolas Zimmermann. * inspector/elements/highlight-svg-root-expected.txt: Added. * inspector/elements/highlight-svg-root.html: Added. 2012-03-19 Keishi Hattori [chromium] Adding slow to full-screen-restrictions.html on WIN. * platform/chromium/test_expectations.txt: 2012-03-19 Balazs Ankes [Qt] Gardening. Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: Skip a new failing test, remove a non-existent test, order entries. * platform/qt/fast/events/resize-events-expected.png: Added. * platform/qt/fast/events/resize-events-expected.txt: Added. 2012-03-19 Keishi Hattori [chromium] Rebaseline due to r111139 * platform/chromium-linux-x86/fast/table/max-width-integer-overflow-expected.png: Added. * platform/chromium-linux-x86/fast/table/max-width-integer-overflow-expected.txt: Added. * platform/chromium-linux/fast/table/max-width-integer-overflow-expected.png: Added. * platform/chromium-linux/fast/table/max-width-integer-overflow-expected.txt: Added. * platform/chromium-win-xp/fast/table/max-width-integer-overflow-expected.png: Added. 2012-03-19 Keishi Hattori [chromium] Rebaseline due to r111156 * platform/chromium-win/fast/borders/border-radius-huge-assert-expected.png: 2012-03-19 Levi Weintraub Unreviewed gardening. Adding missing cr-snowleopard layer creation expectations. * platform/chromium-mac-snowleopard/compositing/layer-creation: Added. * platform/chromium-mac-snowleopard/compositing/layer-creation/fixed-position-scroll-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/layer-creation/fixed-position-scroll-expected.txt: Added. 2012-03-19 Philippe Normand Unreviewed, GTK rebaseline after r110759 and r108185. * platform/gtk/editing/inserting/before-after-input-element-expected.txt: * platform/gtk/editing/pasteboard/4806874-expected.txt: * platform/gtk/editing/pasteboard/drop-text-without-selection-expected.txt: * platform/gtk/editing/pasteboard/input-field-1-expected.txt: * platform/gtk/editing/selection/3690703-2-expected.txt: * platform/gtk/editing/selection/3690703-expected.txt: * platform/gtk/editing/selection/3690719-expected.txt: * platform/gtk/editing/selection/4895428-3-expected.txt: * platform/gtk/editing/selection/4975120-expected.txt: * platform/gtk/editing/selection/drag-select-1-expected.txt: * platform/gtk/editing/selection/expanding-selections-expected.txt: * platform/gtk/editing/selection/leave-requested-block-expected.txt: * platform/gtk/editing/selection/select-across-readonly-input-1-expected.txt: * platform/gtk/editing/selection/select-across-readonly-input-2-expected.txt: * platform/gtk/editing/selection/select-across-readonly-input-3-expected.txt: * platform/gtk/editing/selection/select-across-readonly-input-4-expected.txt: * platform/gtk/editing/selection/select-across-readonly-input-5-expected.txt: * platform/gtk/fast/block/float/032-expected.txt: * platform/gtk/fast/block/float/033-expected.txt: Added. * platform/gtk/fast/block/float/avoidance-rtl-expected.txt: Added. * platform/gtk/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: * platform/gtk/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: * platform/gtk/fast/block/float/in-margin-expected.txt: * platform/gtk/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt: * platform/gtk/fast/block/float/shrink-to-avoid-float-complexity-expected.txt: * platform/gtk/fast/block/lineboxcontain/block-font-expected.txt: * platform/gtk/fast/block/lineboxcontain/block-glyphs-expected.txt: * platform/gtk/fast/block/lineboxcontain/font-expected.txt: * platform/gtk/fast/block/lineboxcontain/parsing-invalid-expected.txt: * platform/gtk/fast/block/margin-collapse/103-expected.txt: * platform/gtk/fast/box-shadow/shadow-buffer-partial-expected.txt: * platform/gtk/fast/clip/017-expected.txt: * platform/gtk/fast/css/input-search-padding-expected.txt: * platform/gtk/fast/css/invalidation-errors-2-expected.txt: * platform/gtk/fast/css/invalidation-errors-expected.txt: * platform/gtk/fast/css/line-height-expected.txt: * platform/gtk/fast/css/nested-layers-with-hover-expected.txt: * platform/gtk/fast/css/text-input-with-webkit-border-radius-expected.txt: * platform/gtk/fast/css/text-overflow-input-expected.txt: * platform/gtk/fast/dom/isindex-001-expected.txt: * platform/gtk/fast/dom/isindex-002-expected.txt: * platform/gtk/fast/dynamic/subtree-boundary-percent-height-expected.txt: * platform/gtk/fast/dynamic/subtree-no-common-root-static-y-expected.txt: * platform/gtk/fast/dynamic/subtree-table-cell-height-expected.txt: * platform/gtk/fast/encoding/utf-16-big-endian-expected.txt: * platform/gtk/fast/encoding/utf-16-little-endian-expected.txt: * platform/gtk/fast/events/autoscroll-expected.txt: * platform/gtk/fast/events/context-no-deselect-expected.txt: * platform/gtk/fast/events/mouse-relative-position-expected.txt: Added. * platform/gtk/fast/forms/basic-inputs-expected.txt: * platform/gtk/fast/forms/box-shadow-override-expected.txt: * platform/gtk/fast/forms/encoding-test-expected.txt: * platform/gtk/fast/forms/fieldset-align-expected.txt: * platform/gtk/fast/forms/floating-textfield-relayout-expected.txt: * platform/gtk/fast/forms/form-element-geometry-expected.txt: * platform/gtk/fast/forms/input-align-expected.txt: * platform/gtk/fast/forms/input-appearance-bkcolor-expected.txt: * platform/gtk/fast/forms/input-appearance-default-bkcolor-expected.txt: * platform/gtk/fast/forms/input-appearance-disabled-expected.txt: * platform/gtk/fast/forms/input-appearance-focus-expected.txt: * platform/gtk/fast/forms/input-appearance-height-expected.txt: * platform/gtk/fast/forms/input-appearance-preventDefault-expected.txt: * platform/gtk/fast/forms/input-appearance-readonly-expected.txt: * platform/gtk/fast/forms/input-appearance-selection-expected.txt: * platform/gtk/fast/forms/input-appearance-visibility-expected.txt: * platform/gtk/fast/forms/input-appearance-width-expected.txt: * platform/gtk/fast/forms/input-baseline-expected.txt: * platform/gtk/fast/forms/input-double-click-selection-gap-bug-expected.txt: * platform/gtk/fast/forms/input-field-text-truncated-expected.txt: * platform/gtk/fast/forms/input-placeholder-visibility-1-expected.txt: * platform/gtk/fast/forms/input-placeholder-visibility-3-expected.txt: * platform/gtk/fast/forms/input-readonly-empty-expected.txt: * platform/gtk/fast/forms/input-spaces-expected.txt: * platform/gtk/fast/forms/input-table-expected.txt: * platform/gtk/fast/forms/input-text-click-inside-expected.txt: * platform/gtk/fast/forms/input-text-click-outside-expected.txt: * platform/gtk/fast/forms/input-text-option-delete-expected.txt: * platform/gtk/fast/forms/input-text-self-emptying-click-expected.txt: * platform/gtk/fast/forms/input-value-expected.txt: * platform/gtk/fast/forms/input-width-expected.txt: * platform/gtk/fast/forms/number/input-appearance-number-rtl-expected.txt: * platform/gtk/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: * platform/gtk/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: * platform/gtk/fast/forms/placeholder-position-expected.txt: * platform/gtk/fast/forms/placeholder-pseudo-style-expected.txt: * platform/gtk/fast/forms/search-cancel-button-style-sharing-expected.txt: * platform/gtk/fast/forms/search-display-none-cancel-button-expected.txt: * platform/gtk/fast/forms/search-rtl-expected.txt: * platform/gtk/fast/forms/search-styled-expected.txt: * platform/gtk/fast/forms/search-vertical-alignment-expected.txt: * platform/gtk/fast/forms/searchfield-heights-expected.txt: * platform/gtk/fast/forms/tabbing-input-iframe-expected.txt: * platform/gtk/fast/forms/text-style-color-expected.txt: * platform/gtk/fast/forms/textfield-focus-ring-expected.txt: * platform/gtk/fast/forms/visual-hebrew-text-field-expected.txt: * platform/gtk/fast/frames/take-focus-from-iframe-expected.txt: * platform/gtk/fast/html/details-no-summary4-expected.txt: * platform/gtk/fast/html/details-open-javascript-expected.txt: * platform/gtk/fast/html/details-open2-expected.txt: * platform/gtk/fast/html/details-open4-expected.txt: * platform/gtk/fast/inline/continuation-outlines-with-layers-2-expected.txt: * platform/gtk/fast/inline/continuation-outlines-with-layers-expected.txt: * platform/gtk/fast/invalid/residual-style-expected.txt: * platform/gtk/fast/layers/add-layer-with-nested-stacking-expected.txt: Added. * platform/gtk/fast/layers/remove-layer-with-nested-stacking-expected.txt: * platform/gtk/fast/layers/self-painting-outline-expected.txt: Added. * platform/gtk/fast/lists/dynamic-marker-crash-expected.txt: * platform/gtk/fast/multicol/layers-split-across-columns-expected.txt: * platform/gtk/fast/overflow/004-expected.txt: * platform/gtk/fast/overflow/clip-rects-fixed-ancestor-expected.txt: * platform/gtk/fast/overflow/line-clamp-expected.txt: * platform/gtk/fast/overflow/overflow-focus-ring-expected.txt: * platform/gtk/fast/repaint/iframe-scroll-repaint-expected.txt: * platform/gtk/fast/repaint/inline-relative-positioned-expected.txt: * platform/gtk/fast/repaint/layer-outline-expected.txt: * platform/gtk/fast/repaint/layer-outline-horizontal-expected.txt: * platform/gtk/fast/repaint/lines-with-layout-delta-expected.txt: * platform/gtk/fast/repaint/opacity-change-on-overflow-float-expected.txt: * platform/gtk/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added. * platform/gtk/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: * platform/gtk/fast/repaint/repaint-resized-overflow-expected.txt: * platform/gtk/fast/repaint/search-field-cancel-expected.txt: * platform/gtk/fast/repaint/subtree-layoutstate-transform-expected.txt: * platform/gtk/fast/repaint/subtree-root-clip-2-expected.txt: Added. * platform/gtk/fast/repaint/subtree-root-clip-3-expected.txt: Added. * platform/gtk/fast/repaint/subtree-root-clip-expected.txt: Added. * platform/gtk/fast/repaint/subtree-root-skipped-expected.txt: * platform/gtk/fast/repaint/transform-absolute-in-positioned-container-expected.txt: * platform/gtk/fast/replaced/replaced-breaking-expected.txt: * platform/gtk/fast/replaced/replaced-breaking-mixture-expected.txt: * platform/gtk/fast/replaced/width100percent-searchfield-expected.txt: * platform/gtk/fast/replaced/width100percent-textfield-expected.txt: * platform/gtk/fast/table/003-expected.txt: * platform/gtk/fast/table/029-expected.txt: * platform/gtk/fast/table/colspanMinWidth-expected.txt: * platform/gtk/fast/table/colspanMinWidth-vertical-expected.txt: * platform/gtk/fast/table/overflowHidden-expected.txt: * platform/gtk/fast/table/spanOverlapRepaint-expected.txt: * platform/gtk/fast/table/text-field-baseline-expected.txt: * platform/gtk/fast/text/selection-painted-separately-expected.txt: * platform/gtk/fast/text/selection-rect-rounding-expected.txt: * platform/gtk/fast/text/textIteratorNilRenderer-expected.txt: * platform/gtk/fast/transforms/transformed-focused-text-input-expected.txt: * platform/gtk/plugins/mouse-click-plugin-clears-selection-expected.txt: * platform/gtk/svg/custom/inline-svg-in-xhtml-expected.txt: * platform/gtk/svg/hixie/mixed/003-expected.txt: * platform/gtk/tables/mozilla/bugs/45621-expected.txt: * platform/gtk/tables/mozilla/bugs/bug1188-expected.txt: * platform/gtk/tables/mozilla/bugs/bug12384-expected.txt: * platform/gtk/tables/mozilla/bugs/bug154780-expected.txt: * platform/gtk/tables/mozilla/bugs/bug18359-expected.txt: * platform/gtk/tables/mozilla/bugs/bug24200-expected.txt: * platform/gtk/tables/mozilla/bugs/bug2479-2-expected.txt: * platform/gtk/tables/mozilla/bugs/bug2479-3-expected.txt: * platform/gtk/tables/mozilla/bugs/bug2479-4-expected.txt: * platform/gtk/tables/mozilla/bugs/bug28928-expected.txt: * platform/gtk/tables/mozilla/bugs/bug4382-expected.txt: * platform/gtk/tables/mozilla/bugs/bug44505-expected.txt: * platform/gtk/tables/mozilla/bugs/bug4527-expected.txt: * platform/gtk/tables/mozilla/bugs/bug46368-1-expected.txt: * platform/gtk/tables/mozilla/bugs/bug46368-2-expected.txt: * platform/gtk/tables/mozilla/bugs/bug51037-expected.txt: * platform/gtk/tables/mozilla/bugs/bug55545-expected.txt: * platform/gtk/tables/mozilla/bugs/bug7342-expected.txt: * platform/gtk/tables/mozilla/bugs/bug99948-expected.txt: * platform/gtk/tables/mozilla/dom/tableDom-expected.txt: * platform/gtk/tables/mozilla/other/move_row-expected.txt: * platform/gtk/tables/mozilla_expected_failures/bugs/bug106966-expected.txt: * platform/gtk/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: * platform/gtk/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: 2012-03-19 Levi Weintraub Unreviewed gardening. Fixing expectations due to new Mac Lion baselines. * platform/chromium-linux-x86/css2.1/20110323: Removed. * platform/chromium-linux/css2.1/20110323/border-collapse-offset-002-expected.png: Added. * platform/chromium-mac-leopard/css2.1/20110323/border-collapse-offset-002-expected.txt: Removed. * platform/chromium-mac/css2.1/20110323/border-collapse-offset-002-expected.txt: Removed. * platform/chromium-win/css2.1/20110323/border-collapse-offset-002-expected.png: Added. * platform/chromium-win/css2.1/20110323/border-collapse-offset-002-expected.txt: Added. * platform/mac-snowleopard/css2.1/20110323/border-collapse-offset-002-expected.txt: Removed. 2012-03-19 Philippe Normand Unreviewed, GTK gardening * platform/gtk/Skipped: Move the 2 http tests skipped in r111161 to the showModal section. * platform/gtk/test_expectations.txt: Unskip tests needing rebaseline. 2012-03-19 Levi Weintraub Unreviewed gardening: updating max-width-integer-overflow test expectations post 111156, which eliminated code dealing with 28-bit lengths. * platform/chromium-win-vista/fast/table: Added. * platform/chromium-win-vista/fast/table/max-width-integer-overflow-expected.txt: Added. * platform/chromium-win-xp/fast/table/max-width-integer-overflow-expected.txt: Added. * platform/chromium-win/fast/table/max-width-integer-overflow-expected.png: Added. * platform/chromium-win/fast/table/max-width-integer-overflow-expected.txt: Added. 2012-03-19 Philippe Normand Unreviewed, GTK rebaseline after r111156 and skip 2 new http tests. * platform/gtk/Skipped: * platform/gtk/fast/table/max-width-integer-overflow-expected.txt: 2012-03-18 Tim Horton Unreviewed new baselines of various tests for Mac. * compositing/overflow/overflow-scaled-descendant-overlapping-expected.txt: Added (http://trac.webkit.org/changeset/105879). * platform/mac/compositing/overflow/overflow-scaled-descendant-overlapping-expected.png: Added (http://trac.webkit.org/changeset/105879). * platform/mac/css2.1/20110323/border-collapse-offset-002-expected.png: Added (had reftest result, switched to image+text in http://trac.webkit.org/changeset/103877). * platform/mac/css2.1/20110323/border-collapse-offset-002-expected.txt: Added (had reftest result, switched to image+text in http://trac.webkit.org/changeset/103877). * platform/mac/css2.1/20110323/outline-color-applies-to-008-expected.png: Added (had reftest result, switched to image+text in http://trac.webkit.org/changeset/105023). * platform/mac/css2.1/20110323/outline-color-applies-to-008-expected.txt: Added (had reftest result, switched to image+text in http://trac.webkit.org/changeset/105023). * platform/mac/fast/block/float/float-not-removed-from-next-sibling3-expected.png: Added (platform result removed in http://trac.webkit.org/changeset/110179). * platform/mac/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Added (platform result removed in http://trac.webkit.org/changeset/110179). * platform/mac/fast/css/font-face-synthetic-bold-italic-expected.png: Added (http://trac.webkit.org/changeset/107516). * platform/mac/fast/css/font-face-synthetic-bold-italic-expected.txt: Added (http://trac.webkit.org/changeset/107516). * platform/mac/fast/css/font-face-weight-matching-expected.png: Added (http://trac.webkit.org/changeset/107516). * platform/mac/fast/css/font-face-weight-matching-expected.txt: Added (http://trac.webkit.org/changeset/107516). * platform/mac/fast/css/non-empty-span-expected.png: Added (http://trac.webkit.org/changeset/108111). * platform/mac/fast/css/non-empty-span-expected.txt: Added (http://trac.webkit.org/changeset/108111). * platform/mac/fast/dom/52776-expected.txt: Added (incorrectly moved to mac-future in http://trac.webkit.org/changeset/110189, then deleted by me). * platform/mac/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png: Added (http://trac.webkit.org/changeset/109612). * platform/mac/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: Added (http://trac.webkit.org/changeset/109612). * platform/mac/fast/forms/select-overflow-scroll-expected.png: Added (http://trac.webkit.org/changeset/107072). * platform/mac/fast/forms/select-overflow-scroll-expected.txt: Added (http://trac.webkit.org/changeset/107072). * platform/mac/fast/forms/select-overflow-scroll-inherited-expected.png: Added (http://trac.webkit.org/changeset/107072). * platform/mac/fast/forms/select-overflow-scroll-inherited-expected.txt: Added (http://trac.webkit.org/changeset/107072). * platform/mac/fast/repaint/transform-rotate-and-remove-expected.png: Added (http://trac.webkit.org/changeset/109867). * platform/mac/fast/repaint/transform-rotate-and-remove-expected.txt: Added (http://trac.webkit.org/changeset/109867). * platform/mac/test_expectations.txt: * transforms/3d/general/background-visibility-layers-expected.png: Renamed from LayoutTests/transforms/3d/general/background-visibility-layers-actual.png. * transforms/3d/general/background-visibility-layers-expected.txt: Renamed from LayoutTests/transforms/3d/general/background-visibility-layers-actual.txt. 2012-03-18 Matt Falkenhagen Fallback to common script when per-script font setting is the empty string https://bugs.webkit.org/show_bug.cgi?id=81329 Reviewed by Kent Tamura. * fast/text/international/font-fallback-to-common-script-expected.html: Added. * fast/text/international/font-fallback-to-common-script.html: Added. 2012-03-18 Luke Macpherson Remove remnants of code that assume Lengths are 28 bit integers. https://bugs.webkit.org/show_bug.cgi?id=67976 Reviewed by Eric Seidel. * platform/mac/fast/table/max-width-integer-overflow-expected.png: * platform/mac/fast/table/max-width-integer-overflow-expected.txt: 2012-03-16 Shinya Kawanaka Should remove RuntimeEnabledFeatures::multipleShadowSubtreesEnabled https://bugs.webkit.org/show_bug.cgi?id=79307 Reviewed by Dimitri Glazkov. Removed multipleShadowSubtresEnabled from tests. * fast/dom/shadow/get-element-by-id-in-shadow-root.html: * fast/dom/shadow/multiple-shadowroot-adopt.html: * fast/dom/shadow/multiple-shadowroot-rendering.html: * fast/dom/shadow/multiple-shadowroot.html: * fast/dom/shadow/shadow-element-rendering-multiple.html: * fast/dom/shadow/shadow-element-rendering-single.html: * fast/dom/shadow/shadow-root-js-api-expected.txt: * fast/dom/shadow/shadow-root-js-api.html: 2012-03-18 Keishi Hattori [chromium] Mark js-late-gradient-creation.svg as flaky * platform/chromium/test_expectations.txt: 2012-03-18 Keishi Hattori [chromium] Rebaseline aria-checkbox-sends-notification.html * platform/chromium-win-xp/accessibility/aria-checkbox-sends-notification-expected.txt: Removed. 2012-03-18 Hayato Ito Skip fast/dom/shadow/get-element-id-in-shadow-roots on some ports where SHADOW_DOM flag is disabled. https://bugs.webkit.org/show_bug.cgi?id=81336 Reviewed by Dimitri Glazkov. * fast/dom/shadow/resources/shadow-dom.js: (createDOM): (isShadowRoot): * platform/efl/Skipped: * platform/mac/Skipped: * platform/win/Skipped: * platform/wincairo/Skipped: 2012-03-18 Keishi Hattori [chromium] Add slow to svg/hixie/perf/007.xml * platform/chromium/test_expectations.txt: 2012-03-18 Keishi Hattori [chromium] Rebaseline SL results for video-opacity-overlay.html and load-video-in-reflection.html * platform/chromium-mac-snowleopard/compositing/geometry/video-opacity-overlay-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/reflections/load-video-in-reflection-expected.png: Added. 2012-03-18 Keishi Hattori [chromium] Rebaseline results for win shadow-drawing.html * platform/chromium-win-vista/compositing/shadows/shadow-drawing-expected.png: Added. 2012-03-18 Keishi Hattori [chromium] Rebaseline to add expected results for fixed-position-scroll.html * platform/chromium-win/compositing/layer-creation/fixed-position-scroll-expected.png: Renamed from LayoutTests/platform/chromium-linux/compositing/layer-creation/fixed-position-scroll-expected.png. * platform/chromium-win/compositing/layer-creation/fixed-position-scroll-expected.txt: Added. 2012-03-18 David Reveman Invalidation issue when creating backing layer for fixed positioned element. https://bugs.webkit.org/show_bug.cgi?id=80647 Reviewed by James Robinson. * compositing/layer-creation/fixed-position-scroll.html: Added. * platform/chromium-linux/compositing/layer-creation/fixed-position-scroll-expected.png: Added. 2012-02-13 Robert Hogan CSS 2.1 failure: eof-003.htm fails https://bugs.webkit.org/show_bug.cgi?id=78538 Reviewed by Antti Koivisto. * css2.1/20110323/eof-001-expected.html: Added. * css2.1/20110323/eof-001.htm: Added. * css2.1/20110323/eof-003-expected.html: Added. * css2.1/20110323/eof-003.htm: Added. * css2.1/20110323/eof-004-expected.html: Added. * css2.1/20110323/eof-004.htm: Added. * css2.1/20110323/eof-005-expected.html: Added. * css2.1/20110323/eof-005.htm: Added. * css2.1/20110323/eof-006-expected.html: Added. * css2.1/20110323/eof-006.htm: Added. * css2.1/20110323/eof-007-expected.html: Added. * css2.1/20110323/eof-007.htm: Added. * css2.1/20110323/support/eof-green.css: Added. 2012-03-17 Nikolas Zimmermann Enable animVal support for SVGNumberOptionalNumber https://bugs.webkit.org/show_bug.cgi?id=81448 Reviewed by Antti Koivisto. Extend SVGNumberOptionalNumber tests to cover animVal/baseVal at the same time. * svg/animations/script-tests/svgnumberoptionalnumber-animation-1.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/svgnumberoptionalnumber-animation-2.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/svgnumberoptionalnumber-animation-3.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/svgnumberoptionalnumber-animation-4.js: (sample1): (sample2): (sample3): * svg/animations/svgnumberoptionalnumber-animation-1-expected.txt: * svg/animations/svgnumberoptionalnumber-animation-2-expected.txt: * svg/animations/svgnumberoptionalnumber-animation-3-expected.txt: * svg/animations/svgnumberoptionalnumber-animation-4-expected.txt: 2012-03-15 Robert Hogan CSS 2.1 failure: fixed-table-layout-013 and fixed-table-layout-015 fail https://bugs.webkit.org/show_bug.cgi?id=78027 Reviewed by Julien Chaffraix. * css2.1/20110323/fixed-table-layout-013-expected.html: Added. * css2.1/20110323/fixed-table-layout-013.htm: Added. * css2.1/20110323/fixed-table-layout-015-expected.html: Added. * css2.1/20110323/fixed-table-layout-015.htm: Added. * fast/table/fixed-table-layout-toggle-colwidth-expected.txt: Added. * fast/table/fixed-table-layout-toggle-colwidth.html: Added. 2012-03-16 Raphael Kubo da Costa [EFL] Unreviewed gardening after r111110. * platform/efl/Skipped: Unskip fast/canvas/fillText-shadow.html just like GTK+ did. 2012-03-16 Martin Robinson [Cairo] Text extent of shadowed text is calculated incorrectly https://bugs.webkit.org/show_bug.cgi?id=65035 Reviewed by Martin Robinson * platform/gtk/Skipped: Unskip a test that is now passing. 2012-03-16 Aaron Colwell Rebaselines for compositing tests with video https://bugs.webkit.org/show_bug.cgi?id=81430 Reviewed by James Robinson. * platform/chromium-linux/compositing/geometry/video-fixed-scrolling-expected.png: * platform/chromium-linux/compositing/layers-inside-overflow-scroll-expected.png: * platform/chromium-linux/compositing/overflow/scroll-ancestor-update-expected.png: * platform/chromium-linux/compositing/self-painting-layers-expected.png: * platform/chromium-linux/compositing/visibility/visibility-simple-video-layer-expected.png: * platform/chromium-mac-leopard/compositing/geometry/video-fixed-scrolling-expected.png: * platform/chromium-mac-leopard/compositing/geometry/video-opacity-overlay-expected.png: Removed. * platform/chromium-mac-leopard/compositing/layers-inside-overflow-scroll-expected.png: * platform/chromium-mac-leopard/compositing/overflow/scroll-ancestor-update-expected.png: * platform/chromium-mac-leopard/compositing/self-painting-layers-expected.png: * platform/chromium-mac-snowleopard/compositing/geometry/video-fixed-scrolling-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/layers-inside-overflow-scroll-expected.png: * platform/chromium-mac-snowleopard/compositing/overflow/scroll-ancestor-update-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/self-painting-layers-expected.png: Added. * platform/chromium-mac/compositing/geometry/video-fixed-scrolling-expected.png: Added. * platform/chromium-mac/compositing/geometry/video-opacity-overlay-expected.png: Added. * platform/chromium-mac/compositing/layers-inside-overflow-scroll-expected.png: Added. * platform/chromium-mac/compositing/overflow/scroll-ancestor-update-expected.png: Added. * platform/chromium-mac/compositing/reflections/load-video-in-reflection-expected.png: * platform/chromium-mac/compositing/self-painting-layers-expected.png: Added. * platform/chromium-mac/compositing/visibility/visibility-simple-video-layer-expected.png: Added. * platform/chromium-win/compositing/geometry/video-fixed-scrolling-expected.png: * platform/chromium-win/compositing/layers-inside-overflow-scroll-expected.png: * platform/chromium-win/compositing/overflow/scroll-ancestor-update-expected.png: * platform/chromium-win/compositing/overflow/scroll-ancestor-update-expected.txt: * platform/chromium-win/compositing/self-painting-layers-expected.png: * platform/chromium-win/compositing/visibility/visibility-simple-video-layer-expected.png: * platform/chromium/compositing/geometry/video-fixed-scrolling-expected.png: Removed. * platform/chromium/compositing/geometry/video-opacity-overlay-expected.png: Removed. * platform/chromium/compositing/overflow/scroll-ancestor-update-expected.png: Removed. * platform/chromium/compositing/self-painting-layers-expected.png: Removed. * platform/chromium/test_expectations.txt: 2012-03-16 Tony Chang Unreviewed, rolling out r111094. http://trac.webkit.org/changeset/111094 https://bugs.webkit.org/show_bug.cgi?id=80882 broke test on chromium-win * css3/flexbox/child-overflow-expected.html: * css3/flexbox/child-overflow.html: * css3/flexbox/flex-align-stretch-expected.txt: * css3/flexbox/flex-align-stretch.html: 2012-03-16 Tom Sepez Make V8 window.open.call(), window.open.showModalDialog() results more closely match JSC. https://bugs.webkit.org/show_bug.cgi?id=81260 https://bugs.webkit.org/show_bug.cgi?id=39897 Reviewed by Adam Barth. * http/tests/security/cross-frame-access-call-expected.txt: * http/tests/security/cross-frame-access-call.html: * http/tests/security/cross-frame-access-get-expected.txt: * http/tests/security/cross-frame-access-get.html: * platform/chromium/http/tests/security/aboutBlank/xss-DENIED-set-opener-expected.txt: * platform/chromium/http/tests/security/cross-frame-access-call-expected.txt: 2012-03-16 Tony Chang flex-item-align: stretch should only grow, never shrink https://bugs.webkit.org/show_bug.cgi?id=80882 Reviewed by Ojan Vafai. * css3/flexbox/child-overflow-expected.html: * css3/flexbox/child-overflow.html: For cases that overflow the height, we now just overflow rather than reducing the height. * css3/flexbox/flex-align-stretch-expected.txt: * css3/flexbox/flex-align-stretch.html: New test cases. 2012-03-16 Daniel Cheng Add layout tests that accidentally got left out of r111061 * fast/events/clipboard-dataTransferItemList-expected.txt: Added. * fast/events/clipboard-dataTransferItemList.html: Added. * fast/events/drag-dataTransferItemList-expected.txt: Added. * fast/events/drag-dataTransferItemList.html: Added. 2012-03-16 David Barton MathML internals - factor code for almost anonymous blocks https://bugs.webkit.org/show_bug.cgi?id=81387 Reviewed by Eric Seidel. * platform/mac/mathml/presentation/mo-stretch-expected.txt: * platform/mac/mathml/presentation/over-expected.txt: * platform/mac/mathml/presentation/roots-expected.txt: * platform/mac/mathml/presentation/row-alignment-expected.txt: * platform/mac/mathml/presentation/under-expected.txt: * platform/mac/mathml/presentation/underover-expected.txt: 2012-03-16 Ojan Vafai Fix some tests that broke with r111042. * platform/chromium-linux-x86/compositing/reflections/nested-reflection-animated-expected.png: * platform/chromium-linux/compositing/absolute-position-changed-with-composited-parent-layer-expected.png: Added. * platform/chromium-linux/compositing/reflections/nested-reflection-animated-expected.png: * platform/chromium-mac-leopard/compositing/reflections/nested-reflection-animated-expected.png: * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-animated-expected.png: * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-animated-expected.txt: Removed. * platform/chromium-win-vista/compositing/reflections/nested-reflection-animated-expected.png: * platform/chromium-win-xp/compositing/reflections/nested-reflection-animated-expected.png: * platform/chromium-win-xp/compositing/reflections/nested-reflection-animated-expected.txt: Removed. * platform/chromium-win/compositing/reflections/nested-reflection-animated-expected.png: * platform/chromium-win/compositing/reflections/nested-reflection-animated-expected.txt: 2012-03-16 Jessie Berlin plugins/netscape-plugin-setwindow-size-2.html and plugins/resize-from-plugin.html failing on Lion Intel Debug WebKit2 testers https://bugs.webkit.org/show_bug.cgi?id=81405 Add expected failing results for mac-wk2 to get the bots green. * platform/mac-wk2/plugins/netscape-plugin-setwindow-size-2-expected.txt: Added. * platform/mac-wk2/plugins/resize-from-plugin-expected.txt: Added. 2012-03-16 Jessie Berlin plugins/npruntime/browser-object-identity.html failing on Lion Intel Debug WebKit2 testers https://bugs.webkit.org/show_bug.cgi?id=81403 Add expected failing results for mac-wk2 to get the bots green. * platform/mac-wk2/plugins/npruntime/browser-object-identity-expected.txt: Added. 2012-03-16 Jessie Berlin plugins/refcount-leaks.html failing on Lion Intel Debug WebKit2 testers https://bugs.webkit.org/show_bug.cgi?id=81400 Add expected failing results for mac-wk2 to get the bots green. * platform/mac-wk2/plugins/refcount-leaks-expected.txt: Added. 2012-03-16 Jessie Berlin plugins/crash-restoring-plugin-page-from-page-cache.html and plugins/netscape-plugin-page-cache-works.html timing out on Intel Debug WebKit2 testers https://bugs.webkit.org/show_bug.cgi?id=81392 Skip these tests for WK2. * platform/wk2/Skipped: 2012-03-16 Tim Horton scrollbars/scrollbar-middleclick-nopaste.html times out on mac WK1 https://bugs.webkit.org/show_bug.cgi?id=81410 Skip scrollbars/scrollbar-middleclick-nopaste.html on Mac. * platform/mac/Skipped: 2012-03-16 Tim Horton Unreviewed new mac baselines after http://trac.webkit.org/changeset/108185 * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.png: Added. * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-expected.txt: Added. * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.png: Added. * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-dynamic-removed-expected.txt: Added. * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-expected.png: Added. * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-expected.txt: Added. * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.png: Added. * platform/mac/fast/css/relative-positioned-block-nested-with-inline-parent-multiple-descendant-blocks-dynamic-expected.txt: Added. * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.png: Added. * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-and-parent-dynamic-expected.txt: Added. * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.png: Added. * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-expected.txt: Added. * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.png: Added. * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-dynamic-removed-expected.txt: Added. * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-expected.png: Added. * platform/mac/fast/css/relative-positioned-block-with-inline-ancestor-expected.txt: Added. * platform/mac/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.png: Added. * platform/mac/fast/css/relative-positioned-block-with-inline-parent-dynamic-expected.txt: Added. * platform/mac/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.png: Added. * platform/mac/fast/css/relative-positioned-block-with-inline-parent-dynamic-removed-expected.txt: Added. * platform/mac/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.png: Added. * platform/mac/fast/css/relative-positioned-block-with-inline-parent-keeps-style-expected.txt: Added. 2012-03-16 Terry Anderson 100% height elements to not respond to vertical browser rescaling https://bugs.webkit.org/show_bug.cgi?id=43022 Reviewed by Julien Chaffraix. * fast/replaced/resources/vertical-resize-100percent-contents.html: Added. * fast/replaced/vertical-resize-100percent-element-expected.txt: Added. * fast/replaced/vertical-resize-100percent-element.html: Added. Layout test to ensure that an image with 100% height is resized when its containing iframe is vertically resized to be larger or smaller. * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug85016-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug85016-expected.txt: Rebaseline for chromium. This patch causes a progression in this layout test. In the diff, note that the viewport has height 585, which is 600 minus 15 pixels to account for the horizontal scrollbar. In the old expected output the first image to be displayed has height 600, which is incorrect because it should be 100% of the viewport height. The new expected output shows the first image with the correct height of 585. * platform/chromium/test_expectations.txt: WIN will need a regenerated image, and MAC will need a regenerated image+text. * platform/gtk/Skipped: * platform/mac/Skipped: * platform/qt/Skipped: * platform/win/Skipped: Skip the rebaselined test on all other platforms. 2012-03-16 Levi Weintraub Unreviewed gardening. Marking media/track/track-active-cues.html as flaky timeout on windows. * platform/chromium/test_expectations.txt: 2012-03-15 Daniel Cheng [chromium] Refactor ClipboardChromium and DataTransferItemList/DataTransferItem to support HTML spec https://bugs.webkit.org/show_bug.cgi?id=76598 Reviewed by Tony Chang. * fast/events/clipboard-dataTransferItemList-expected.txt: Added. * fast/events/clipboard-dataTransferItemList.html: Added. * fast/events/drag-dataTransferItemList-expected.txt: Added. * fast/events/drag-dataTransferItemList.html: Added. * platform/gtk/Skipped: * platform/mac/Skipped: * platform/qt/Skipped: * platform/win/Skipped: 2012-03-16 Xiaomei Ji Skip move-by-word-visually-wrong-left-right.html added in r110965 in wk2 since SetEditingBehavior is not supported. * platform/wk2/Skipped: 2012-03-16 Erik Arvidsson Fix layout test to output the same result for V8 and JSC https://bugs.webkit.org/show_bug.cgi?id=81395 Reviewed by Nate Chapin. * fast/dom/inline-event-attributes-crash-expected.txt: * fast/dom/inline-event-attributes-crash.html: 2012-03-16 Tony Chang incorrectly removing scrollbar height for auto height flexbox children https://bugs.webkit.org/show_bug.cgi?id=81388 Reviewed by Ojan Vafai. * css3/flexbox/columns-auto-size-expected.txt: * css3/flexbox/columns-auto-size.html: 2012-03-16 Adam Klein Out-of-document radio buttons should be grouped when associated with a form https://bugs.webkit.org/show_bug.cgi?id=81268 Reviewed by Kent Tamura. * fast/forms/radio/radio-group-expected.txt: * fast/forms/radio/radio-group-in-detached-form-expected.txt: Added. * fast/forms/radio/radio-group-in-detached-form.html: Added. * fast/forms/radio/radio-group.html: Updated to match new behavior. 2012-03-16 Jer Noble Rebaseline GTK expected results after r111041. * platform/gtk/accessibility/media-element-expected.txt: 2012-03-16 Jessie Berlin plugins/keyboard-events.html, mouse-events-fixedpos.html, and mouse-events.html failing on Lion Intel Debug WebKit2 testers https://bugs.webkit.org/show_bug.cgi?id=81386 Add expected failing results for mac-wk2 to get the bots green. * platform/mac-wk2/plugins/keyboard-events-expected.txt: Added. * platform/mac-wk2/plugins/mouse-events-expected.txt: Added. * platform/mac-wk2/plugins/mouse-events-fixedpos-expected.txt: Added. 2012-03-16 Joshua Bell [Chromium] IndexedDB: Assertion failure when storing File objects https://bugs.webkit.org/show_bug.cgi?id=76746 Ensure that Blob/File/FileList types are rejected in IDB values, to detect regressions. Reviewed by Tony Chang. * storage/indexeddb/noblobs-expected.txt: Added. * storage/indexeddb/noblobs.html: Added. 2012-03-16 Erik Arvidsson [V8] Ensure that invalid syntax in inline event handlers does not cause a crash https://bugs.webkit.org/show_bug.cgi?id=81385 Reviewed by Nate Chapin. * fast/dom/inline-event-attributes-crash-expected.txt: Added. * fast/dom/inline-event-attributes-crash.html: Added. 2012-03-16 Ojan Vafai Chromium rebaselines for expected failures on garden-o-matic. * platform/chromium-linux-x86/compositing/reflections/animation-inside-reflection-expected.png: Added. * platform/chromium-linux-x86/compositing/reflections/nested-reflection-animated-expected.png: Added. * platform/chromium-linux/compositing/color-matching/pdf-image-match-expected.png: Added. * platform/chromium-linux/compositing/reflections/animation-inside-reflection-expected.png: * platform/chromium-linux/compositing/reflections/nested-reflection-animated-expected.png: * platform/chromium-mac-leopard/compositing/reflections/animation-inside-reflection-expected.png: Added. * platform/chromium-mac-leopard/compositing/reflections/nested-reflection-animated-expected.png: Added. * platform/chromium-mac-snowleopard/animations/cross-fade-border-image-source-expected.png: * platform/chromium-mac-snowleopard/compositing/reflections/animation-inside-reflection-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-animated-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-animated-expected.txt: Added. * platform/chromium-mac/compositing/reflections/animation-inside-reflection-expected.png: * platform/chromium-mac/compositing/reflections/nested-reflection-animated-expected.png: * platform/chromium-mac/compositing/reflections/nested-reflection-transition-expected.png: Added. * platform/chromium-win-vista/compositing/reflections/animation-inside-reflection-expected.png: Added. * platform/chromium-win-vista/compositing/reflections/nested-reflection-animated-expected.png: Added. * platform/chromium-win-vista/compositing/shadows/shadow-drawing-expected.png: Removed. * platform/chromium-win-xp/compositing/reflections/animation-inside-reflection-expected.txt: Added. * platform/chromium-win-xp/compositing/reflections/nested-reflection-animated-expected.png: Added. * platform/chromium-win-xp/compositing/reflections/nested-reflection-animated-expected.txt: Copied from LayoutTests/platform/chromium-win/compositing/reflections/nested-reflection-animated-expected.txt. * platform/chromium-win/compositing/absolute-position-changed-with-composited-parent-layer-expected.png: * platform/chromium-win/compositing/color-matching/pdf-image-match-expected.png: Added. * platform/chromium-win/compositing/color-matching/pdf-image-match-expected.txt: Added. * platform/chromium-win/compositing/reflections/animation-inside-reflection-expected.png: * platform/chromium-win/compositing/reflections/nested-reflection-animated-expected.png: * platform/chromium-win/compositing/reflections/nested-reflection-animated-expected.txt: * platform/chromium/test_expectations.txt: 2012-03-14 Jer Noble Wrong icon to restore to windowed mode in full screen video panel https://bugs.webkit.org/show_bug.cgi?id=70437 Reviewed by Eric Carlson. * platform/mac/accessibility/media-element-expected.txt: 2012-03-16 Jer Noble Rebaseline window-properties-expected on GTK; add two new tests to the GTK Skipped list associated with existing bug: https://bugs.webkit.org/show_bug.cgi?id=61118 * platform/gtk/Skipped: * platform/gtk/fast/dom/Window/window-properties-expected.txt: 2012-03-16 Adam Klein Mark form-associated-element-crash3.html as flakily timing out, since it often passes. * platform/chromium/test_expectations.txt: 2012-03-16 Jessie Berlin 6 platform/mac/editing/spelling autocorrect-related tests failing on Lion Intel Debug WebKit2 testers https://bugs.webkit.org/show_bug.cgi?id=81375 Add expected failing results to get the bots green. * platform/mac-wk2/platform/mac/editing/spelling/autocorrection-contraction-expected.png: Added. * platform/mac-wk2/platform/mac/editing/spelling/autocorrection-contraction-expected.txt: Added. * platform/mac-wk2/platform/mac/editing/spelling/click-autocorrected-word-expected.png: Added. * platform/mac-wk2/platform/mac/editing/spelling/click-autocorrected-word-expected.txt: Added. * platform/mac-wk2/platform/mac/editing/spelling/delete-into-autocorrected-word-expected.png: Added. * platform/mac-wk2/platform/mac/editing/spelling/delete-into-autocorrected-word-expected.txt: Added. * platform/mac-wk2/platform/mac/editing/spelling/forward-delete-into-autocorrected-word-expected.png: Added. * platform/mac-wk2/platform/mac/editing/spelling/forward-delete-into-autocorrected-word-expected.txt: Added. * platform/mac-wk2/platform/mac/editing/spelling/move-cursor-to-autocorrected-word-expected.png: Added. * platform/mac-wk2/platform/mac/editing/spelling/move-cursor-to-autocorrected-word-expected.txt: Added. * platform/mac-wk2/platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.png: Added. * platform/mac-wk2/platform/mac/editing/spelling/move-cursor-to-beginning-of-autocorrected-word-expected.txt: Added. 2012-03-16 Jessie Berlin platform/mac/editing/spelling/editing-word-with-marker-1.html failing on Lion Intel Debug testers https://bugs.webkit.org/show_bug.cgi?id=81372 Add expected failing results to get the bots green. * platform/mac/editing/spelling/editing-word-with-marker-1-expected.txt: 2012-03-16 Jessie Berlin platform/mac/editing/spelling/autocorrection-contraction.html fails on Lion Intel Debug testers. https://bugs.webkit.org/show_bug.cgi?id=81369 Add expected failing results to get the bots green. * platform/mac/editing/spelling/autocorrection-contraction-expected.png: * platform/mac/editing/spelling/autocorrection-contraction-expected.txt: 2012-03-16 Dominic Mazzoni File input control accessibility can cause a crash https://bugs.webkit.org/show_bug.cgi?id=80896 Reviewed by Chris Fleizach. * accessibility/input-file-causes-crash-expected.txt: Added. * accessibility/input-file-causes-crash.html: Added. 2012-03-16 Aaron Colwell [chromium] compositing tests with videos fail in chromium DumpRenderTree, seeking doesn't appear to work https://bugs.webkit.org/show_bug.cgi?id=76511 Reviewed by Eric Carlson. * compositing/resources/media-testing.js: (ensureFrameVisible.playingHandler): (ensureFrameVisible.seekedHandler): (ensureFrameVisible): 2012-03-08 Jer Noble Support W3C Full Screen API proposal https://bugs.webkit.org/show_bug.cgi?id=80660 Reviewed by Alexey Proskuryakov. * fullscreen/full-screen-element-stack-expected.txt: Added. * fullscreen/full-screen-element-stack.html: Added. * fullscreen/full-screen-enabled-expected.txt: Added. * fullscreen/full-screen-enabled.html: Added. * fullscreen/full-screen-request-rejected.html: * fullscreen/full-screen-request-removed.html: * fullscreen/full-screen-restrictions-expected.txt: Added. * fullscreen/full-screen-restrictions.html: Added. * fullscreen/full-screen-test.js: 2012-03-16 Xiaomei Ji Skip visual word movement tests in gtk and qt after r110965 since isWordTextBreak is not implemented. * platform/gtk/Skipped: * platform/qt/Skipped: 2012-03-16 Yoshifumi Inoue [Forms] The "progress" element should not be a form-associated element. https://bugs.webkit.org/show_bug.cgi?id=80240 Reviewed by Kent Tamura. This patch changes tests for non-existent "form" attribute of the "progress" element. The "form" attribute is available only for form-associate elements. However, the "progress" element isn't. * fast/dom/HTMLProgressElement/progress-element-form-expected.txt: Update expectation for test output changes. * fast/dom/HTMLProgressElement/progress-element-form.html: Changed for the "progress" element doesn't have IDL attribute "form". * fast/forms/form-attribute-expected.txt: Update expectation for test output changes. * fast/forms/form-attribute.html: Removed lines for the "progress" element. 2012-03-16 Yoshifumi Inoue [Forms] label.form attribute doesn't work https://bugs.webkit.org/show_bug.cgi?id=80499 Reviewed by Kent Tamura. This patch updates test cases and expectation for functional "form" attribute of the "label" element. * fast/forms/form-attribute-expected.txt: * fast/forms/form-attribute-nonexistence-form-id-expected.txt: * fast/forms/form-attribute-nonexistence-form-id.html: * fast/forms/form-attribute.html: 2012-03-16 Kihong Kwon Support for Battery Status API. https://bugs.webkit.org/show_bug.cgi?id=62698 Add new test cases for Battery Status API. http://www.w3.org/TR/battery-status/ Reviewed by Adam Barth. * batterystatus/add-listener-from-callback-expected.txt: Added. * batterystatus/add-listener-from-callback.html: Added. * batterystatus/basic-all-types-of-events-expected.txt: Added. * batterystatus/basic-all-types-of-events.html: Added. * batterystatus/basic-operation-expected.txt: Added. * batterystatus/basic-operation.html: Added. * batterystatus/event-after-navigation-expected.txt: Added. * batterystatus/event-after-navigation.html: Added. * batterystatus/multiple-frames-expected.txt: Added. * batterystatus/multiple-frames.html: Added. * batterystatus/resources/event-after-navigation-new.html: Added. * batterystatus/script-tests/add-listener-from-callback.js: Added. (checkBatteryStatus): (firstListener): (secondListener): (maybeFinishTest): * batterystatus/script-tests/basic-all-types-of-events.js: Added. (checkBatteryStatus): (battery): * batterystatus/script-tests/basic-operation.js: Added. * batterystatus/script-tests/event-after-navigation.js: Added. * batterystatus/script-tests/multiple-frames.js: Added. (checkBatteryStatus): (checkChildBatteryStatus): (mainFrameListener): (childFrameListener): (maybeFinishTest): * batterystatus/script-tests/updates.js: Added. (checkBatteryStatus): (setBatteryStatus): (firstListener): (updateListener): * batterystatus/script-tests/window-property.js: Added. (hasOnBatteryProperty): * batterystatus/updates-expected.txt: Added. * batterystatus/updates.html: Added. * batterystatus/window-property-expected.txt: Added. * batterystatus/window-property.html: Added. * platform/chromium/test_expectations.txt: * platform/gtk/Skipped: * platform/qt/Skipped: * platform/win/Skipped: * platform/wincairo/Skipped: 2012-03-16 Hajime Morrita Unreviewed gardening, marking a failing test. * platform/chromium/test_expectations.txt: 2012-03-16 Philippe Normand Unreviewed, GTK baselines for new tests. * platform/gtk/compositing/overflow/ancestor-overflow-expected.txt: Added. * platform/gtk/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: Added. * platform/gtk/fast/line-grid/line-align-left-edges-expected.txt: Added. * platform/gtk/fast/line-grid/line-align-right-edges-expected.txt: Added. * platform/gtk/fast/repaint/transform-rotate-and-remove-expected.txt: Added. * platform/gtk/fast/speech/input-appearance-searchandspeech-expected.txt: Added. * platform/gtk/fast/speech/input-appearance-speechbutton-expected.txt: Added. * platform/gtk/fast/speech/speech-bidi-rendering-expected.txt: Added. * platform/gtk/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Added. * platform/gtk/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Added. * platform/gtk/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Added. * platform/gtk/svg/custom/use-extern-href-expected.txt: Added. * platform/gtk/svg/repaint/repainting-after-animation-element-removal-expected.txt: Added. 2012-03-16 Philippe Normand Unreviewed, GTK gardening. * platform/gtk/Skipped: Skip a new failing editing test * platform/gtk/fast/events/resize-events-expected.txt: Added. * platform/gtk/test_expectations.txt: Mark inspector/styles/svg-style.xhtml as flaky. 2012-03-16 Xiaomei Ji Using ICU break iterator to simplify visual word movement implementation. https://bugs.webkit.org/show_bug.cgi?id=78856 Reviewed by Ryosuke Niwa. * editing/selection/move-by-word-visually-inline-block-positioned-element-expected.txt: * editing/selection/move-by-word-visually-inline-block-positioned-element.html: The word break stops at the beginning of fixed positioned element, which is correct and consistent behavior. * editing/selection/move-by-word-visually-multi-line-expected.txt: * editing/selection/move-by-word-visually-multi-line.html: The word break does not stop at the end of a text if there is next line of text available under the same editable root, which is a consistent behavior cross the board. Add more test cases, including one with non InlineTextBox. * editing/selection/move-by-word-visually-single-space-inline-element-expected.txt: Fixing of previously missing or extra word break positions. * editing/selection/move-by-word-visually-single-space-one-element-expected.txt: * editing/selection/move-by-word-visually-single-space-one-element.html: Add a test case including bidi control character which renders wrong result since right-arrow could not reach a position which is the word break position. Add another test case containing non InlineTextBox. * editing/selection/move-by-word-visually-wrong-left-right-expected.txt: Added. * editing/selection/move-by-word-visually-wrong-left-right.html: Added. Add a test case which renders wrong result due to left/right-arrow returns wrong result. * editing/selection/resources/move-by-word-visually.js: (moveByWordOnEveryChar): Handle a special case when left/right arrow missing certain position. 2012-03-16 Mike Reed make test for rebaselining after skia 3398 lands https://bugs.webkit.org/show_bug.cgi?id=81246 Unreviewed. expectations only * platform/chromium/test_expectations.txt: 2012-03-16 Zan Dobersek [Gtk] Add computedStyleIncludingVisitedInfo to DumpRenderTreeSupport https://bugs.webkit.org/show_bug.cgi?id=81232 Reviewed by Philippe Normand. Unskip now-passing tests. * platform/gtk/Skipped: * platform/gtk/fast/history/nested-visited-test-expected.txt: Removed. * platform/gtk/fast/history/self-is-visited-expected.txt: Removed. * platform/gtk/fast/history/sibling-visited-test-expected.txt: Removed. 2012-03-16 Zan Dobersek [Gtk] Properly set forms tests-specific settings https://bugs.webkit.org/show_bug.cgi?id=81237 Reviewed by Philippe Normand. Unskip newly-passing tests. * platform/gtk/Skipped: * platform/gtk/fast/forms/validation-message-appearance-expected.txt: Added. 2012-03-16 Hajime Morrita Unreviewed expectations update. * platform/chromium-linux/fast/events/resize-events-expected.png: Added. * platform/chromium-mac-leopard/fast/events/resize-events-expected.png: Added. * platform/chromium-mac-snowleopard/fast/events/resize-events-expected.png: Added. * platform/chromium-mac/fast/events/resize-events-expected.png: Added. * platform/chromium-mac/fast/events/resize-events-expected.txt: Added. * platform/chromium-win/fast/events/resize-events-expected.png: Added. * platform/chromium-win/fast/events/resize-events-expected.txt: Added. 2012-03-16 Sheriff Bot Unreviewed, rolling out r110951. http://trac.webkit.org/changeset/110951 https://bugs.webkit.org/show_bug.cgi?id=81316 Does not build on apple-mac (Requested by abarth on #webkit). * webaudio/dynamicscompressor-basic-expected.txt: * webaudio/dynamicscompressor-basic.html: 2012-03-16 Mike Reed to be rebaselined after hairline clipping fix in skia lands https://bugs.webkit.org/show_bug.cgi?id=81233 Unreviewed. expectations change only * platform/chromium/test_expectations.txt: 2012-03-15 Gao Chun Expose attack, release as DynamicsCompressorNode's attributes. https://bugs.webkit.org/show_bug.cgi?id=81221 Reviewed by Chris Rogers. * webaudio/dynamicscompressor-basic-expected.txt: * webaudio/dynamicscompressor-basic.html: 2012-03-15 Hans Wennborg Speech JavaScript API: SpeechRecognition, Controller and Client https://bugs.webkit.org/show_bug.cgi?id=81096 Reviewed by Adam Barth. Add tests for the basics of the SpeechRecognition interface. * fast/speech/scripted/basics-expected.txt: Added. * fast/speech/scripted/basics.html: Added. 2012-03-15 Kent Tamura Update the expectation of labelable-elements.html. The expectation in the common place should be one for platforms with ENABLE_DATALIST, was for platform without ENABLE_DATALIST. https://bugs.webkit.org/show_bug.cgi?id=80985 * fast/forms/label/labelable-elements-expected.txt: * platform/gtk/Skipped: * platform/mac/fast/forms/label/labelable-elements-expected.txt: Removed. * platform/qt/Skipped: 2012-03-15 Matt Falkenhagen Change per-script font tests to use InternalSettings https://bugs.webkit.org/show_bug.cgi?id=81202 Reviewed by Hajime Morita. * fast/text/international/content-language-font-selection.html: * fast/text/international/content-language-with-subtags.html: * platform/efl/Skipped: Remove tests from Skipped since that no longer rely on overridePreference. * platform/gtk-wk2/Skipped: Ditto. * platform/gtk/Skipped: Ditto. * platform/mac/Skipped: Ditto. * platform/qt/Skipped: Ditto. * platform/win/Skipped: Ditto. * platform/wincairo/Skipped: Ditto. * platform/wk2/Skipped: Ditto. 2012-03-15 Allan Sandfeld Jensen REGRESSION(r106232): The resize handler is always called after loading. https://bugs.webkit.org/show_bug.cgi?id=80242 Reviewed by Kenneth Rohde Christiansen. Tests that no resize events are emitted during page creation, even if the page overflows and adds a scrollbar. * fast/events/resize-events-expected.txt: Added. * fast/events/resize-events.html: Added. 2012-03-15 Matt Falkenhagen Add layout tests for font selection based on lang/xml:lang https://bugs.webkit.org/show_bug.cgi?id=81203 Reviewed by Hajime Morita. * fast/text/international/lang-sensitive-fonts-expected.html: Added. * fast/text/international/lang-sensitive-fonts-xml-expected.html: Added. * fast/text/international/lang-sensitive-fonts-xml.xhtml: Added. * fast/text/international/lang-sensitive-fonts.html: Added. 2012-03-15 Shinya Kawanaka [Crash] Adding into a ShadowRoot causes crash. https://bugs.webkit.org/show_bug.cgi?id=80020 Reviewed by Hajime Morita. * fast/dom/shadow/shadow-content-crash-expected.html: Added. * fast/dom/shadow/shadow-content-crash.html: Added. 2012-03-15 Mike Lawther CSS3 calc: mixed percent/absolute expressions for gradients https://bugs.webkit.org/show_bug.cgi?id=81182 Reviewed by Ojan Vafai. Add new tests for mixed percent/absolute expressions. * css3/calc/css3-radial-gradients-expected.html: * css3/calc/css3-radial-gradients.html: * css3/calc/gradient-color-stops-expected.html: * css3/calc/gradient-color-stops.html: 2012-03-15 David Grogan IndexedDB Tests: use self instead of window https://bugs.webkit.org/show_bug.cgi?id=81043 'window' is meaningless in a worker; these tests will soon be run from a worker context. Reviewed by Tony Chang. * storage/indexeddb/create-and-remove-object-store.html: * storage/indexeddb/createObjectStore-name-argument-required.html: * storage/indexeddb/createObjectStore-null-name.html: * storage/indexeddb/cursor-continue.html: * storage/indexeddb/cursor-delete.html: * storage/indexeddb/cursor-inconsistency.html: * storage/indexeddb/cursor-index-delete.html: * storage/indexeddb/cursor-key-order.html: * storage/indexeddb/cursor-primary-key-order.html: * storage/indexeddb/cursor-skip-deleted.html: * storage/indexeddb/cursor-update-value-argument-required.html: * storage/indexeddb/cursor-update.html: * storage/indexeddb/data-corruption.html: * storage/indexeddb/database-basics.html: * storage/indexeddb/database-quota.html: * storage/indexeddb/delete-closed-database-object-expected.txt: * storage/indexeddb/delete-closed-database-object.html: * storage/indexeddb/deleteObjectStore-name-argument-required.html: * storage/indexeddb/deleteObjectStore-null-name.html: * storage/indexeddb/duplicates.html: * storage/indexeddb/error-causes-abort-by-default.html: * storage/indexeddb/exception-in-event-aborts.html: * storage/indexeddb/factory-cmp-expected.txt: * storage/indexeddb/factory-cmp.html: * storage/indexeddb/factory-deletedatabase-interactions-expected.txt: * storage/indexeddb/factory-deletedatabase-interactions.html: * storage/indexeddb/factory-deletedatabase.html: * storage/indexeddb/index-count.html: * storage/indexeddb/index-cursor.html: * storage/indexeddb/index-get-key-argument-required.html: * storage/indexeddb/index-population.html: * storage/indexeddb/index-unique.html: * storage/indexeddb/invalid-keys-expected.txt: * storage/indexeddb/invalid-keys.html: * storage/indexeddb/key-generator.html: * storage/indexeddb/key-sort-order-across-types.html: * storage/indexeddb/key-sort-order-date.html: * storage/indexeddb/key-type-array-expected.txt: * storage/indexeddb/key-type-array.html: * storage/indexeddb/key-type-infinity.html: * storage/indexeddb/keypath-basics.html: * storage/indexeddb/keypath-fetch-key.html: * storage/indexeddb/mozilla/add-twice-failure.html: * storage/indexeddb/mozilla/autoincrement-indexes.html: * storage/indexeddb/mozilla/bad-keypath.html: * storage/indexeddb/mozilla/clear.html: * storage/indexeddb/mozilla/create-index-unique.html: * storage/indexeddb/mozilla/create-index-with-integer-keys.html: * storage/indexeddb/mozilla/create-objectstore-basics.html: * storage/indexeddb/mozilla/create-objectstore-null-name.html: * storage/indexeddb/mozilla/cursor-mutation-objectstore-only.html: * storage/indexeddb/mozilla/cursor-update-updates-indexes.html: * storage/indexeddb/mozilla/cursors.html: * storage/indexeddb/mozilla/delete-result.html: * storage/indexeddb/mozilla/event-source.html: * storage/indexeddb/mozilla/global-data.html: * storage/indexeddb/mozilla/indexes.html: * storage/indexeddb/mozilla/key-requirements-delete-null-key.html: * storage/indexeddb/mozilla/key-requirements-inline-and-passed.html: * storage/indexeddb/mozilla/key-requirements-put-no-key.html: * storage/indexeddb/mozilla/key-requirements-put-null-key.html: * storage/indexeddb/mozilla/key-requirements.html: * storage/indexeddb/mozilla/object-cursors.html: * storage/indexeddb/mozilla/object-identity.html: * storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put.html: * storage/indexeddb/mozilla/object-store-remove-values.html: * storage/indexeddb/mozilla/objectstorenames.html: * storage/indexeddb/mozilla/odd-result-order.html: * storage/indexeddb/mozilla/put-get-values.html: * storage/indexeddb/mozilla/readonly-transactions.html: * storage/indexeddb/mozilla/readwrite-transactions.html: * storage/indexeddb/mozilla/readyState.html: * storage/indexeddb/mozilla/remove-index.html: * storage/indexeddb/mozilla/remove-objectstore.html: * storage/indexeddb/mozilla/versionchange-abort.html: * storage/indexeddb/mozilla/versionchange.html: * storage/indexeddb/mutating-cursor.html: * storage/indexeddb/objectStore-required-arguments.html: * storage/indexeddb/objectstore-autoincrement.html: * storage/indexeddb/objectstore-clear.html: * storage/indexeddb/objectstore-count.html: * storage/indexeddb/objectstore-cursor.html: * storage/indexeddb/objectstore-removeobjectstore.html: * storage/indexeddb/open-close-version-expected.txt: * storage/indexeddb/open-close-version.html: * storage/indexeddb/open-cursor.html: * storage/indexeddb/prefetch-bugfix-108071.html: * storage/indexeddb/queued-commands.html: * storage/indexeddb/request-event-propagation.html: * storage/indexeddb/setVersion-null.html: * storage/indexeddb/setVersion-undefined.html: * storage/indexeddb/structured-clone-expected.txt: * storage/indexeddb/structured-clone.html: * storage/indexeddb/transaction-abort.html: * storage/indexeddb/transaction-after-close.html: * 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.html: * storage/indexeddb/transaction-read-only.html: * storage/indexeddb/transaction-rollback.html: * storage/indexeddb/transaction-storeNames-required.html: * storage/indexeddb/two-version-changes-expected.txt: * storage/indexeddb/two-version-changes.html: * storage/indexeddb/value-undefined.html: * storage/indexeddb/values-odd-types.html: * storage/indexeddb/version-change-abort.html: * storage/indexeddb/version-change-exclusive-expected.txt: * storage/indexeddb/version-change-exclusive.html: * storage/indexeddb/versionchangerequest-activedomobject-expected.txt: * storage/indexeddb/versionchangerequest-activedomobject.html: 2012-03-15 Tim Horton Unreviewed mac rebaseline for fast/clip/{011,012}.html after http://trac.webkit.org/changeset/110072 There was a similar Chromium rebaseline in http://trac.webkit.org/changeset/110179 * platform/mac/fast/clip/011-expected.txt: * platform/mac/fast/clip/012-expected.txt: 2012-03-15 Jessie Berlin WebKitTestRunner layoutTestController.pathToLocalResource needs to be updated to work with NRWT https://bugs.webkit.org/show_bug.cgi?id=81299 Add failing expected results for mac-wk2 to get the bots green. * platform/mac-wk2/fast/loader/local-CSS-from-local-expected.txt: Added. * platform/mac-wk2/fast/loader/local-JavaScript-from-local-expected.txt: Added. * platform/mac-wk2/fast/loader/local-image-from-local-expected.txt: Added. 2012-03-15 Yoshifumi Inoue [Forms] The "meter" element should not be a form-associated element. https://bugs.webkit.org/show_bug.cgi?id=80380 Reviewed by Kent Tamura. This patch removes tests which checks non-existent "form" attribute of the "meter" element. The "form" attribute is available only for form-associated elements. However, the "meter" element isn't a form-associated element. * fast/dom/HTMLMeterElement/meter-element-form-expected.txt: Updated expectation for test output changes. * fast/dom/HTMLMeterElement/meter-element-form.html: Changed for the "meter" element doesn't have IDL attribute "form". * fast/forms/form-attribute-expected.txt: Updated expectation for test output changes. * fast/forms/form-attribute.html: Removed lines for the "meter" element. 2012-03-15 Tim Horton canvas/philip/tests/2d.line.cap.round.html fails on Mac Lion WK1 https://bugs.webkit.org/show_bug.cgi?id=81289 Unreviewed skip of two more similarly flaky tests: canvas/philip/tests/2d.shadow.canvas.transparent.2.html canvas/philip/tests/2d.shadow.image.transparent.2.html * platform/mac/Skipped: 2012-03-15 Adam Klein REGRESSION(r103452): 100% CPU usage and 5s pause after clicking on a link in Yahoo Mail https://bugs.webkit.org/show_bug.cgi?id=81141 Reviewed by Ojan Vafai. * fast/dom/subtree-modified-attributes-expected.txt: Added. * fast/dom/subtree-modified-attributes.html: Added. 2012-03-15 Levi Weintraub Unreviewed gardening. Fixing Chromium expectations after we began falling back to the failing expectation checked in in r110911. * platform/chromium/platform/chromium/virtual: Added. * platform/chromium/platform/chromium/virtual/gpu: Added. * platform/chromium/platform/chromium/virtual/gpu/fast: Added. * platform/chromium/platform/chromium/virtual/gpu/fast/canvas: Added. * platform/chromium/platform/chromium/virtual/gpu/fast/canvas/webgl: Added. * platform/chromium/platform/chromium/virtual/gpu/fast/canvas/webgl/context-lost-expected.txt: Added. 2012-03-15 Jessie Berlin fast/events/pagehide-timeout.html, pageshow-pagehide-on-back-cached-with-frames.html, and pageshow-pagehide-on-back-cached.html flakey on Lion Intel Debug WebKit testers https://bugs.webkit.org/show_bug.cgi?id=81291 Skip these tests on mac-wk2 to get the bots green. * platform/mac-wk2/Skipped: 2012-03-15 Adam Klein Share code in FormAssociatedElement by resetting the form owner whenever insertedIntoTree is called https://bugs.webkit.org/show_bug.cgi?id=81160 Reviewed by Kent Tamura. * fast/forms/form-attribute-not-in-document-expected.txt: Added. * fast/forms/form-attribute-not-in-document.html: Added. 2012-03-15 Dean Jackson webgl/framebuffer-object-attachment failing on lion https://bugs.webkit.org/show_bug.cgi?id=81290 Unreviewed. Adding the failing results to platform/mac. * platform/mac-snowleopard/fast/canvas/webgl/framebuffer-object-attachment-expected.txt: Added. * platform/mac/fast/canvas/webgl/framebuffer-object-attachment-expected.txt: Added. 2012-03-15 Tim Horton canvas/philip/tests/2d.line.cap.round.html fails on Mac Lion WK1 https://bugs.webkit.org/show_bug.cgi?id=81289 Unreviewed skip of flaky test canvas/philip/tests/2d.line.cap.round.html. * platform/mac/Skipped: 2012-03-15 Dean Jackson webgl/context-lost failing on Lion https://bugs.webkit.org/show_bug.cgi?id=81284 Unreviewed. Adding the failing results to platform/mac. * platform/mac-snowleopard/fast/canvas/webgl/context-lost-expected.txt: Added. * platform/mac/fast/canvas/webgl/context-lost-expected.txt: Added. 2012-03-15 Lynn Neir Implement LayoutTestController::setValueForUser on Windows https://bugs.webkit.org/show_bug.cgi?id=55834 removed test, no longer needed as test passes and matches baseline expected results and also updated wk2 skipped file to no longer skip this test. Reviewed by Jessie Berlin. * platform/win/fast/forms/onchange-setvalueforuser-expected.txt: Removed. * platform/wk2/Skipped: 2012-03-15 Jessie Berlin Selection is not collapsed in some WK2 editing tests https://bugs.webkit.org/show_bug.cgi?id=69889 Add some expected failing results for mac-wk2 to get the bots green. * platform/mac-wk2/editing/selection/caret-ltr-right-expected.txt: Added. * platform/mac-wk2/editing/selection/caret-rtl-right-expected.txt: Added. 2012-03-15 Stephen Chenney [Chromium] Cleanup of outdated test expectations https://bugs.webkit.org/show_bug.cgi?id=81253 Unreviewed chromium expectations. * platform/chromium/test_expectations.txt: Adding Linux svg/text/text-tselect-02.f.svg 2012-03-15 Tim Horton Remove mac-future results https://bugs.webkit.org/show_bug.cgi?id=81275 There should never be anything in LayoutTests/platform/mac-future. Please don't put anything there in the future. Rubber-stamped by Alexey Proskuryakov. * platform/mac-future/css1: Removed. * platform/mac-future/css1/font_properties: Removed. * platform/mac-future/css1/font_properties/font-expected.png: Removed. * platform/mac-future/css2.1: Removed. * platform/mac-future/css2.1/t1508-c527-font-05-b-expected.png: Removed. * platform/mac-future/css2.1/t1508-c527-font-10-c-expected.png: Removed. * platform/mac-future/fast: Removed. * platform/mac-future/fast/css: Removed. * platform/mac-future/fast/css/font-family-pictograph-expected.png: Removed. * platform/mac-future/fast/css/font-family-pictograph-expected.txt: Removed. * platform/mac-future/fast/dom: Removed. * platform/mac-future/fast/dom/52776-expected.txt: Removed. * platform/mac-future/fast/forms: Removed. * platform/mac-future/fast/forms/listbox-bidi-align-expected.png: Removed. * platform/mac-future/fast/repaint: Removed. * platform/mac-future/fast/repaint/canvas-putImageData-expected.txt: Removed. * platform/mac-future/fast/text: Removed. * platform/mac-future/fast/text/capitalize-boundaries-expected.png: Removed. * platform/mac-future/fast/writing-mode: Removed. * platform/mac-future/fast/writing-mode/fallback-orientation-expected.png: Removed. * platform/mac-future/media: Removed. * platform/mac-future/media/video-display-toggle-expected.txt: Removed. * platform/mac-future/media/video-no-audio-expected.txt: Removed. * platform/mac-future/svg: Removed. * platform/mac-future/svg/W3C-I18N: Removed. * platform/mac-future/svg/W3C-SVG-1.1-SE: Removed. * platform/mac-future/svg/batik: Removed. * platform/mac-future/svg/batik/masking: Removed. * platform/mac-future/svg/batik/text: Removed. * platform/mac-future/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Removed. * platform/mac-future/svg/carto.net: Removed. * platform/mac-future/svg/carto.net/scrollbar-expected.png: Removed. * platform/mac-future/svg/custom: Removed. 2012-03-15 Alexey Proskuryakov Move test results from mac-lion to mac https://bugs.webkit.org/show_bug.cgi?id=81266 Reviewed by Jessie Berlin. * platform/mac-lion/canvas: Removed. * platform/mac-lion/canvas/philip: Removed. * platform/mac-lion/canvas/philip/tests: Removed. * platform/mac-lion/editing: Removed. * platform/mac-lion/editing/inserting: Removed. * platform/mac-lion/editing/inserting/break-blockquote-after-delete-expected.png: Removed. * platform/mac-lion/fast: Removed. * platform/mac-lion/fast/css: Removed. * platform/mac-lion/fast/css/font-family-pictograph-expected.txt: Removed. * platform/mac-lion/svg: Removed. * platform/mac-lion/svg/W3C-SVG-1.1-SE: Removed. * platform/mac-lion/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Removed. * platform/mac/editing/inserting/break-blockquote-after-delete-expected.png: * platform/mac/fast/css/font-family-pictograph-expected.txt: Copied from LayoutTests/platform/mac-lion/fast/css/font-family-pictograph-expected.txt. * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: 2012-03-15 Brady Eidson and https://bugs.webkit.org/show_bug.cgi?id=81079 REGRESSION(r107844): Clipboard API only remembers most recent data set on clipboard Reviewed by Sam Weinig. * editing/pasteboard/copy-two-pasteboard-types-both-work-expected.txt: Added. * editing/pasteboard/copy-two-pasteboard-types-both-work.html: Added. 2012-03-15 Levi Weintraub Unreviewed gardening. New flaky tests and new failure modes for old flaky tests. * platform/chromium/test_expectations.txt: 2012-03-15 Philip Rogers Temporarily skip svg/custom/delete-text-crash.html on mac and win https://bugs.webkit.org/show_bug.cgi?id=81006 Unreviewed update of expectations. * platform/mac/Skipped: * platform/win/Skipped: 2012-03-15 Stephen Chenney [Chromium] Cleanup of outdated test expectations https://bugs.webkit.org/show_bug.cgi?id=81253 Unreviewed chromium test expectations update. * platform/chromium/test_expectations.txt: Updated bug numbers or removed several SVG-related expectations. 2012-03-15 Tim Horton Unreviewed rebaseline of canvas/philip/tests/2d.line.cap.round; the platform independent results are correct for mac now, so remove the specific ones. * platform/mac-snowleopard/canvas/philip/tests/2d.line.cap.round-expected.txt: Removed. * platform/mac/canvas/philip/tests/2d.line.cap.round-expected.txt: Removed. 2012-03-15 Vsevolod Vlasov Web Inspector: MainScriptMapping should detect snippet scripts by means of sourceURL set before evaluation. https://bugs.webkit.org/show_bug.cgi?id=81031 Reviewed by Pavel Feldman. * inspector/debugger/snippets-model-expected.txt: * inspector/debugger/snippets-model.html: 2012-03-15 Elliot Poger migrate Yang Guo's expectations from chromium to webkit https://bugs.webkit.org/show_bug.cgi?id=81026 Unreviewed test_expectations. * platform/chromium/test_expectations.txt: 2012-03-14 Pavel Podivilov Web Inspector: extract CompilerScriptMapping from RawSourceCode. https://bugs.webkit.org/show_bug.cgi?id=81088 Reviewed by Vsevolod Vlasov. * http/tests/inspector/compiler-source-mapping-expected.txt: * http/tests/inspector/compiler-source-mapping.html: * http/tests/inspector/debugger-test.js: (initialize_DebuggerTest.): (initialize_DebuggerTest): * inspector/debugger/raw-source-code-expected.txt: * inspector/debugger/raw-source-code.html: 2012-03-15 Jessie Berlin css3/filters/custom/custom-filter-property-computed-style.html passes in browser, fails in DRT. https://bugs.webkit.org/show_bug.cgi?id=81029 Land expected passing results for WKTR. * platform/mac-wk2/css3/filters/custom/custom-filter-property-computed-style-expected.txt: Added. 2012-03-15 Levi Weintraub Unreviewed gardening. Updating slightly changed SVG animation text expectations post-110545. * platform/chromium-linux-x86/fast/repaint/moving-shadow-on-path-expected.txt: Removed. * platform/chromium-linux-x86/svg/css/stars-with-shadow-expected.txt: Removed. * platform/chromium-linux/fast/repaint/moving-shadow-on-container-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/css/stars-with-shadow-expected.txt: Added. * platform/chromium-mac/svg/css/stars-with-shadow-expected.txt: Added. * platform/chromium-win-vista/fast/repaint: Removed. * platform/chromium-win-xp/fast/repaint/moving-shadow-on-container-expected.txt: Added. * platform/chromium-win/fast/repaint/moving-shadow-on-container-expected.txt: Added. * platform/chromium/fast/repaint/moving-shadow-on-path-expected.txt: Replaced. * platform/chromium/svg/css/stars-with-shadow-expected.txt: Replaced. 2012-03-15 Stephen White [chromium] Unreviewed gardening. Updated Lion baselines for css3/filters. Skipped all custom tests, and removed all baselines, since support is not currently compiled in. * platform/chromium-mac-leopard/css3/filters/custom: Removed. * platform/chromium-mac-leopard/css3/filters/custom/effect-custom-combined-missing-expected.png: Removed. * platform/chromium-mac-leopard/css3/filters/custom/effect-custom-expected.png: Removed. * platform/chromium-mac-leopard/css3/filters/custom/effect-custom-parameters-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/composited-during-transition-layertree-expected.txt: Removed. * platform/chromium-mac-snowleopard/css3/filters/custom: Removed. * platform/chromium-mac-snowleopard/css3/filters/custom/effect-custom-combined-missing-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-brightness-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-brightness-expected.txt: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-brightness-hw-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-combined-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-combined-expected.txt: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-contrast-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-contrast-expected.txt: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-grayscale-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-grayscale-expected.txt: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-hue-rotate-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-hue-rotate-expected.txt: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-invert-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-invert-expected.txt: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-invert-hw-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-opacity-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-opacity-expected.txt: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-saturate-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-saturate-expected.txt: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-saturate-hw-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-sepia-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-sepia-expected.txt: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-sepia-hw-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/filter-repaint-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/filter-with-transform-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/nested-filter-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/nested-filters-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/regions-expanding-expected.png: Removed. * platform/chromium-mac/css3/filters/composited-during-transition-layertree-expected.txt: Added. * platform/chromium-mac/css3/filters/effect-brightness-expected.png: Added. * platform/chromium-mac/css3/filters/effect-brightness-expected.txt: Added. * platform/chromium-mac/css3/filters/effect-brightness-hw-expected.png: Added. * platform/chromium-mac/css3/filters/effect-combined-expected.png: Added. * platform/chromium-mac/css3/filters/effect-combined-expected.txt: Added. * platform/chromium-mac/css3/filters/effect-contrast-expected.png: Added. * platform/chromium-mac/css3/filters/effect-contrast-expected.txt: Added. * platform/chromium-mac/css3/filters/effect-grayscale-expected.png: Added. * platform/chromium-mac/css3/filters/effect-grayscale-expected.txt: Added. * platform/chromium-mac/css3/filters/effect-hue-rotate-expected.png: Added. * platform/chromium-mac/css3/filters/effect-hue-rotate-expected.txt: Added. * platform/chromium-mac/css3/filters/effect-invert-expected.png: Added. * platform/chromium-mac/css3/filters/effect-invert-expected.txt: Added. * platform/chromium-mac/css3/filters/effect-invert-hw-expected.png: Added. * platform/chromium-mac/css3/filters/effect-opacity-expected.png: Added. * platform/chromium-mac/css3/filters/effect-opacity-expected.txt: Added. * platform/chromium-mac/css3/filters/effect-saturate-expected.png: Added. * platform/chromium-mac/css3/filters/effect-saturate-expected.txt: Added. * platform/chromium-mac/css3/filters/effect-saturate-hw-expected.png: Added. * platform/chromium-mac/css3/filters/effect-sepia-expected.png: Added. * platform/chromium-mac/css3/filters/effect-sepia-expected.txt: Added. * platform/chromium-mac/css3/filters/effect-sepia-hw-expected.png: Added. * platform/chromium-mac/css3/filters/filter-repaint-expected.png: Added. * platform/chromium-mac/css3/filters/filter-with-transform-expected.png: Added. * platform/chromium-mac/css3/filters/nested-filter-expected.png: Added. * platform/chromium-mac/css3/filters/nested-filters-expected.png: Added. * platform/chromium-mac/css3/filters/regions-expanding-expected.png: Added. * platform/chromium-win/css3/filters/custom: Removed. * platform/chromium-win/css3/filters/custom/effect-custom-combined-missing-expected.png: Removed. * platform/chromium-win/css3/filters/custom/effect-custom-expected.png: Removed. * platform/chromium-win/css3/filters/custom/effect-custom-parameters-expected.png: Removed. * platform/chromium/css3/filters/custom: Removed. * platform/chromium/css3/filters/custom/effect-custom-combined-missing-expected.txt: Removed. * platform/chromium/css3/filters/custom/effect-custom-disabled-expected.txt: Removed. * platform/chromium/css3/filters/custom/effect-custom-expected.txt: Removed. * platform/chromium/css3/filters/custom/effect-custom-parameters-expected.txt: Removed. * platform/chromium/test_expectations.txt: 2012-03-15 Nikolas Zimmermann Enable animVal support for SVGNumberList https://bugs.webkit.org/show_bug.cgi?id=81219 Reviewed by Rob Buis. Extend SVGNumberList tests to cover animVal/baseVal at the same time. * platform/chromium/test_expectations.txt: * svg/animations/script-tests/svgnumberlist-animation-1.js: (sample1): (sample2): (sample3): (sample4): (executeTest): * svg/animations/script-tests/svgnumberlist-animation-2.js: (sample1): (sample2): (sample3): (sample4): (executeTest): * svg/animations/svgnumberlist-animation-1-expected.txt: * svg/animations/svgnumberlist-animation-2-expected.txt: * svg/filters/feColorMatrix-invalid-animation-expected.txt: We no longer mutate the DOM, thus the dump is now correct. 2012-03-15 Nikolas Zimmermann Enable animVal support for SVGNumber https://bugs.webkit.org/show_bug.cgi?id=81212 Reviewed by Rob Buis. Add new test covering animVal support for SVGNumber. * svg/animations/script-tests/svgnumber-animation-4.js: Added. (sample1): (sample2): (sample3): (executeTest): * svg/animations/svgnumber-animation-4-expected.txt: Added. * svg/animations/svgnumber-animation-4.html: Added. 2012-03-15 Nikolas Zimmermann Not reviewed. Fix typo introduced in my last patch leading to flakiness. * svg/animations/script-tests/animateTransform-pattern-transform.js: (executeTest): 2012-03-15 Nikolas Zimmermann Enable animVal support for SVGTransformList https://bugs.webkit.org/show_bug.cgi?id=80758 Reviewed by Antti Koivisto. Rebaseline tests after enabling animVal support SVGAnimateTransformElement/SVGTransformList. * svg/animations/animate-gradient-transform-expected.txt: * svg/animations/animateTransform-pattern-transform-expected.txt: * svg/animations/script-tests/animate-gradient-transform.js: (sample1): (sample2): (sample3): (executeTest): * svg/animations/script-tests/animateTransform-pattern-transform.js: (sample1): (sample2): (sample3): (sample4): (executeTest): 2012-03-13 Nikolas Zimmermann Enable animVal support for SVGLengthList https://bugs.webkit.org/show_bug.cgi?id=80750 Reviewed by Zoltan Herczeg. Update test expectations after turning on animVal support for SVGLengthList. * svg/animations/script-tests/svglengthlist-animation-1.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/svglengthlist-animation-2.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/svglengthlist-animation-3.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/svglengthlist-animation-4.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/svglengthlist-animation-5.js: (sample1): (sample2): (sample3): * svg/animations/svglengthlist-animation-1-expected.txt: * svg/animations/svglengthlist-animation-2-expected.txt: * svg/animations/svglengthlist-animation-3-expected.txt: * svg/animations/svglengthlist-animation-4-expected.txt: * svg/animations/svglengthlist-animation-5-expected.txt: 2012-03-15 Philippe Normand Unreviewed, GTK baselines for new fast/css test. * platform/gtk/fast/css/pseudo-first-line-border-width-expected.txt: Added. 2012-03-15 Hajime Morrita Unreviewed expectations update. Step by step. * platform/chromium-mac-snowleopard/compositing/overflow/ancestor-overflow-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/repaint/opacity-between-absolute-expected.png: Added. 2012-03-15 Hajime Morrita Unreviewed expectations update. * platform/chromium-linux/compositing/culling/filter-occlusion-blur-expected.png: Added. * platform/chromium-linux/compositing/culling/filter-occlusion-blur-large-expected.png: Added. 2012-03-15 Hajime Morrita Unreviewed expectations update. * platform/chromium-mac-leopard/svg/batik/filters/filterRegions-expected.txt: Removed. 2012-03-14 Chris Fleizach AXDescription for HTML5 footer and ARIA role contentinfo incorrect https://bugs.webkit.org/show_bug.cgi?id=78967 Reviewed by Beth Dakin. * platform/mac/accessibility/footer-roledescription-expected.txt: Added. * platform/mac/accessibility/footer-roledescription.html: Added. 2012-03-14 Hajime Morrita Unreviewed expectation update for Chrome-Lion. * platform/chromium/test_expectations.txt: 2012-03-14 Chris Fleizach AXDescription for ARIA role contentinfo incorrect https://bugs.webkit.org/show_bug.cgi?id=78967 Reviewed by Beth Dakin. * platform/mac/accessibility/aria-grouping-roles-expected.txt: * platform/mac/accessibility/aria-grouping-roles.html: 2012-03-14 Hajime Morrita Unreviewed expectation update. * platform/chromium-win-xp/accessibility/aria-checkbox-sends-notification-expected.txt: Added. * platform/chromium/canvas/philip/tests/2d.gradient.interpolate.colouralpha-expected.txt: Renamed from LayoutTests/platform/chromium-win/canvas/philip/tests/2d.gradient.interpolate.colouralpha-expected.txt. * platform/win/canvas/philip/tests/2d.gradient.interpolate.colouralpha-expected.txt: Removed. 2012-03-14 Chris Fleizach AX: ARIA tables need to support selected rows attribute/select rows changed notification https://bugs.webkit.org/show_bug.cgi?id=79821 Reviewed by Beth Dakin. * platform/mac/accessibility/selected-rows-table-expected.txt: Added. * platform/mac/accessibility/selected-rows-table.html: Added. 2012-03-14 Anders Carlsson java/java-and-plugins.html test failing https://bugs.webkit.org/show_bug.cgi?id=81188 Reviewed by Sam Weinig. Remove part of this test that tested trying to call a java method on an NPObject; on Snow Leopard and newer the Java plug-in is also a NPAPI plug-in so the two removed tests would fail. * java/java-and-plugins-expected.txt: * java/java-and-plugins.html: 2012-03-14 Jessie Berlin Mac rebaseline after r110667. * platform/mac/fast/dom/Window/window-properties-expected.txt: 2012-03-14 James Robinson [chromium] More compositing baseline updates. Unreviewed. * platform/chromium-mac-snowleopard/compositing/reflections/masked-reflection-on-composited-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-mask-change-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/reflections/nested-reflection-size-change-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/reflections/reflection-ordering-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/reflections/reflection-positioning-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/reflections/reflection-positioning2-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/reflections/simple-composited-reflections-expected.png: Added. * platform/chromium-mac/compositing/culling/filter-occlusion-blur-expected.png: * platform/chromium-mac/compositing/culling/filter-occlusion-blur-large-expected.png: * platform/chromium-mac/compositing/overflow/ancestor-overflow-expected.png: * platform/chromium-mac/compositing/repaint/opacity-between-absolute-expected.png: * platform/chromium-win/compositing/culling/filter-occlusion-blur-expected.png: * platform/chromium-win/compositing/culling/filter-occlusion-blur-large-expected.png: 2012-03-14 Jessie Berlin [Mac Intel WebKit2 Release Tests] canvas/philip/tests/2d.text.draw.fontface.notinpage.html failing since r83550 https://bugs.webkit.org/show_bug.cgi?id=58332 Add expected failing results to get the bots green. * platform/mac-wk2/canvas/philip/tests/2d.text.draw.fontface.notinpage-expected.txt: Added. 2012-03-14 Jessie Berlin Rebaseline some mac canvas philip expected failing results to get the bots green. * platform/mac/canvas/philip/tests/2d.text.font.parse.invalid-expected.txt: 2012-03-14 Jessie Berlin canvas/philip/tests/2d.gradient.interpolate.colouralpha failing on Lion Intel Debug (WK1 and WK2) https://bugs.webkit.org/show_bug.cgi?id=81185 Land some expected failing results to get the bots green. * platform/mac/canvas/philip/tests/2d.gradient.interpolate.colouralpha-expected.txt: Added. 2012-03-14 Hayato Ito Make ShadowRoot.activeElement return null if it does not contain a focused element. https://bugs.webkit.org/show_bug.cgi?id=81097 Reviewed by Dimitri Glazkov. * fast/dom/shadow/shadow-root-activeElement-expected.txt: * fast/dom/shadow/shadow-root-activeElement.html: 2012-03-14 Thiago Marcos P. Santos [EFL] Remove nodesFromRect tests from the skip list https://bugs.webkit.org/show_bug.cgi?id=81116 Support for internals.nodesFromRect was recently added for the EFL port. These tests are now fine. Reviewed by Kenneth Rohde Christiansen. * platform/efl/Skipped: 2012-03-14 Matt Falkenhagen Allow per-script font settings to be specified in layout tests https://bugs.webkit.org/show_bug.cgi?id=78184 Reviewed by Hajime Morita. This adds per-script font settings to InternalSettings, so it can be used in layout tests instead of the per-script font settings support in DumpRenderTree overridePreference, which has only been implemented for Chromium so far. * fast/text/international/locale-sensitive-fonts-expected.html: Added. Changed test to a reftest. * fast/text/international/locale-sensitive-fonts.html: Changed to use InternalSettings. * platform/chromium-win/fast/text/international/locale-sensitive-fonts-expected.png: Removed. * platform/chromium/fast/text/international/locale-sensitive-fonts-expected.png: Removed. * platform/chromium/fast/text/international/locale-sensitive-fonts-expected.txt: Removed. * platform/efl/Skipped: Removed locale-sensitive-fonts.html since it no longer relies on overridePreference. * platform/gtk-wk2/Skipped: Ditto. * platform/gtk/Skipped: Ditto. * platform/mac/Skipped: Ditto. * platform/qt/Skipped: Ditto. * platform/win/Skipped: Ditto. * platform/wincairo/Skipped: Ditto. * platform/wk2/Skipped: Ditto. 2012-03-14 Jessie Berlin fullscreen/video-controls-drag.html failing on Mac https://bugs.webkit.org/show_bug.cgi?id=81176 Land expected failing results to get the bots green. * platform/mac/fullscreen/video-controls-drag-expected.txt: Added. 2012-03-14 Adam Barth More fun with repainting-after-animation-element-removal. These results differ by only one pixel. * platform/chromium-linux/svg/repaint/repainting-after-animation-element-removal-expected.png: Added. * platform/chromium-mac-leopard/svg/repaint/repainting-after-animation-element-removal-expected.png: Removed. * platform/chromium-mac-snowleopard/svg/repaint/repainting-after-animation-element-removal-expected.png: Removed. 2012-03-14 James Robinson [chromium] Fix a few more compositing baselines. Unreviewed. * platform/chromium-win/compositing/absolute-position-changed-with-composited-parent-layer-expected.png: * platform/chromium-win/compositing/culling/filter-occlusion-blur-expected.png: * platform/chromium-win/compositing/culling/filter-occlusion-blur-large-expected.png: 2012-03-14 Adam Barth Add some chromium-mac-leopard overrides for tests I rebaselined earlier. * platform/chromium-mac-leopard/css2.1/20110323/border-collapse-offset-002-expected.png: Added. * platform/chromium-mac-leopard/css3/filters/filter-empty-element-crash-expected.png: Added. 2012-03-14 Adam Barth Add missing image baselines for new test added in . * platform/chromium-linux/fast/css/pseudo-first-line-border-width-expected.png: Added. * platform/chromium-mac/fast/css/pseudo-first-line-border-width-expected.png: Added. * platform/chromium-win/fast/css/pseudo-first-line-border-width-expected.png: Added. * platform/chromium/fast/css/pseudo-first-line-border-width-expected.txt: Added. 2012-03-14 Sheriff Bot Unreviewed, rolling out r110641. http://trac.webkit.org/changeset/110641 https://bugs.webkit.org/show_bug.cgi?id=81170 Causes an ASAN failure (Requested by abarth on #webkit). * platform/chromium/test_expectations.txt: 2012-03-14 James Robinson [chromium] Unreviewed. Update many compositing baselines and expectations now that one major cause of flake is fixed by r110741. Filelist trimmed. 2012-03-14 Adam Barth Update chromium-mac-lion expectations after . * platform/chromium-mac/media/audio-repaint-expected.png: Added. * platform/chromium-mac/media/audio-repaint-expected.txt: Added. * platform/chromium-mac/media/controls-layout-direction-expected.png: Added. * platform/chromium-mac/media/media-document-audio-repaint-expected.png: Added. * platform/chromium-mac/media/media-document-audio-repaint-expected.txt: Added. 2012-03-14 James Robinson [chromium] Unreviewed. Update a few compositing baselines for tests that were marked flaky. * platform/chromium-mac-snowleopard/compositing/masks/masked-ancestor-expected.png: Added. * platform/chromium-mac/compositing/masks/masked-ancestor-expected.png: * platform/chromium-mac/compositing/reflections/masked-reflection-on-composited-expected.png: * platform/chromium-mac/compositing/reflections/reflection-positioning2-expected.png: * platform/chromium-win/compositing/masks/masked-ancestor-expected.png: 2012-03-14 Adam Barth Promote a number of chromium-mac-snowleopard results to chromium-mac. Also, fix a wrong chromium-mac-leopard expectation. (The new expectation show the drop shadow, like other platforms.) * platform/chromium-mac-leopard/css3/filters/effect-drop-shadow-hw-expected.png: * platform/chromium-mac-snowleopard/css3/filters/effect-combined-hw-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-drop-shadow-hw-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-hue-rotate-hw-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/effect-opacity-hw-expected.png: Removed. * platform/chromium-mac-snowleopard/css3/filters/filtered-compositing-descendant-expected.png: Removed. * platform/chromium-mac/css3/filters/effect-combined-hw-expected.png: Added. * platform/chromium-mac/css3/filters/effect-drop-shadow-hw-expected.png: Added. * platform/chromium-mac/css3/filters/effect-hue-rotate-hw-expected.png: Added. * platform/chromium-mac/css3/filters/effect-opacity-hw-expected.png: Added. * platform/chromium-mac/css3/filters/filtered-compositing-descendant-expected.png: Added. 2012-03-14 Adam Barth I've already updated the baselines for this test. * platform/chromium/test_expectations.txt: 2012-03-14 Adam Barth Update baselines for a number of svg/repaint tests and for some tables/mozilla tests. These results all appear to be correct. * platform/chromium-linux-x86/tables/mozilla: Removed. * platform/chromium-linux/svg/repaint/filter-repaint-expected.png: Added. * platform/chromium-linux/svg/repaint/inner-svg-change-viewPort-relative-expected.png: Added. * platform/chromium-linux/tables/mozilla/bugs/bug86708-expected.png: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/97619-expected.png: * platform/chromium-mac-leopard/svg/repaint/image-href-change-expected.png: Added. * platform/chromium-mac-leopard/svg/repaint/inner-svg-change-viewPort-relative-expected.png: Added. * platform/chromium-mac-leopard/svg/repaint/repainting-after-animation-element-removal-expected.png: Added. * platform/chromium-mac-leopard/tables/mozilla/bugs/bug53690-1-expected.png: Added. * platform/chromium-mac-leopard/tables/mozilla_expected_failures/bugs/bug178855-expected.png: Added. * platform/chromium-mac-snowleopard/svg/repaint/inner-svg-change-viewPort-relative-expected.png: Added. * platform/chromium-mac-snowleopard/svg/repaint/repainting-after-animation-element-removal-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug53690-1-expected.png: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug178855-expected.png: Added. * platform/chromium-mac/svg/repaint/image-href-change-expected.png: Added. * platform/chromium-mac/svg/repaint/inner-svg-change-viewBox-contract-expected.png: Added. * platform/chromium-mac/svg/repaint/inner-svg-change-viewPort-relative-expected.png: Added. * platform/chromium-mac/svg/repaint/repainting-after-animation-element-removal-expected.png: Added. * platform/chromium-mac/tables/mozilla/bugs/bug53690-1-expected.png: Added. * platform/chromium-mac/tables/mozilla_expected_failures/bugs/bug178855-expected.png: Added. * platform/chromium-win-vista/tables/mozilla/bugs: Removed. * platform/chromium-win/svg/repaint/filter-repaint-expected.png: Added. * platform/chromium-win/svg/repaint/filter-repaint-expected.txt: Added. * platform/chromium-win/svg/repaint/inner-svg-change-viewPort-relative-expected.png: Added. * platform/chromium-win/svg/repaint/inner-svg-change-viewPort-relative-expected.txt: Added. * platform/chromium-win/svg/repaint/repainting-after-animation-element-removal-expected.png: Added. * platform/chromium-win/tables/mozilla/bugs/bug86708-expected.png: * platform/chromium-win/tables/mozilla/bugs/bug86708-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/97619-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/97619-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug178855-expected.png: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug178855-expected.txt: Added. * platform/mac-snowleopard/svg/repaint/image-href-change-expected.png: Removed. * platform/mac/svg/repaint/inner-svg-change-viewPort-relative-expected.txt: Added. * svg/repaint/inner-svg-change-viewPort-relative-expected.txt: Removed. 2012-03-14 Tony Chang fix negative flexing in auto sized columns https://bugs.webkit.org/show_bug.cgi?id=80069 Reviewed by Ojan Vafai. * css3/flexbox/columns-auto-size-expected.txt: * css3/flexbox/columns-auto-size.html: 2012-03-14 Adam Barth Update baselines for these URL tests. These tests exist to document differnces in behavior between KURL and GURL. * platform/chromium-linux/fast/url/file-http-base-expected.txt: Added. * platform/chromium-linux/fast/url/segments-expected.txt: * platform/chromium-linux/fast/url/segments-from-data-url-expected.txt: * platform/chromium-win/fast/url/file-http-base-expected.txt: Added. * platform/chromium-win/fast/url/segments-expected.txt: * platform/chromium-win/fast/url/segments-from-data-url-expected.txt: * platform/chromium/fast/url/anchor-expected.txt: Added. * platform/chromium/fast/url/file-http-base-expected.txt: Added. * platform/chromium/fast/url/ipv4-expected.txt: Added. * platform/chromium/fast/url/segments-expected.txt: Added. * platform/chromium/fast/url/segments-from-data-url-expected.txt: Added. 2012-03-14 Adam Barth These baselines all either look very similar to their expectations or like improvements. * platform/chromium-linux/css3/unicode-bidi-isolate-aharon-failing-expected.png: Added. * platform/chromium-mac-leopard/css1/box_properties/acid_test-expected.png: Added. * platform/chromium-mac-leopard/css1/font_properties/font_family-expected.png: Added. * platform/chromium-mac-leopard/css2.1/t09-c5526c-display-00-e-expected.png: Added. * platform/chromium-mac-leopard/css2.1/t1503-c522-font-family-00-b-expected.png: Added. * platform/chromium-mac-leopard/css3/unicode-bidi-isolate-aharon-failing-expected.png: Added. * platform/chromium-mac-leopard/fast/xsl/mozilla-tests-expected.txt: Added. * platform/chromium-mac-snowleopard/css1/box_properties/acid_test-expected.png: Added. * platform/chromium-mac-snowleopard/css1/font_properties/font_family-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/t09-c5526c-display-00-e-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-01-d-g-expected.png: * platform/chromium-mac-snowleopard/css3/unicode-bidi-isolate-aharon-failing-expected.png: Added. * platform/chromium-mac/css1/box_properties/acid_test-expected.png: Added. * platform/chromium-mac/css1/font_properties/font_family-expected.png: Added. * platform/chromium-mac/css1/text_properties/text_transform-expected.png: Added. * platform/chromium-mac/css1/text_properties/text_transform-expected.txt: Added. * platform/chromium-mac/css2.1/t09-c5526c-display-00-e-expected.png: Added. * platform/chromium-mac/css3/unicode-bidi-isolate-aharon-failing-expected.png: Added. * platform/chromium-win/css3/unicode-bidi-isolate-aharon-failing-expected.png: Added. * platform/chromium-win/fast/xsl/transform-xhr-doc-expected.txt: Removed. * platform/chromium/fast/xsl/transform-xhr-doc-expected.txt: Added. 2012-03-14 Grace Ku Incorrect handling of sizes in "em" when first-line changes font size https://bugs.webkit.org/show_bug.cgi?id=79526 Reviewed by Eric Seidel. Checks that the width of the left-border of the span is the desired 10px rather than 100px. The expect file is somewhat misleading since the computed border width is still printed as 100px. The true test is in the position of the RenderText box beside the left-border. * fast/css/pseudo-first-line-border-width.html: Added. * fast/css/pseudo-first-line-border-width-expected.txt: Added. 2012-03-14 Adam Barth Update some compositing baselines. These look correct. They just differ in scrollbars, etc. * platform/chromium-mac-leopard/compositing/direct-image-compositing-expected.png: * platform/chromium-mac-snowleopard/compositing/direct-image-compositing-expected.png: * platform/chromium-mac/compositing/direct-image-compositing-expected.png: * platform/chromium-win/compositing/absolute-position-changed-with-composited-parent-layer-expected.png: Added. * platform/chromium-win/compositing/direct-image-compositing-expected.png: 2012-03-14 Jessie Berlin WebKitTestRunner needs layoutTestController.displayInvalidatedRegion Add a test that uses it to the wk2 Skipped list. * platform/wk2/Skipped: 2012-03-14 Adam Barth Add results for transforms/3d/general/background-visibility-layers.html. * platform/chromium-mac/transforms/3d: Added. * platform/chromium-mac/transforms/3d/general: Added. * platform/chromium-mac/transforms/3d/general/background-visibility-layers-expected.png: Added. * platform/chromium-win/transforms/3d/general: Added. * platform/chromium-win/transforms/3d/general/background-visibility-layers-expected.png: Added. * platform/chromium/transforms: Added. * platform/chromium/transforms/3d: Added. * platform/chromium/transforms/3d/general: Added. * platform/chromium/transforms/3d/general/background-visibility-layers-expected.txt: Added. 2012-03-14 Victor Carbune Display attribute for video controls changed from display:block to display:-webkit-box. Tests need to be rebaselined. https://bugs.webkit.org/show_bug.cgi?id=80727 Reviewed by Eric Carlson. * platform/chromium-linux-x86/media/video-empty-source-expected.txt: * platform/chromium-linux/media/audio-repaint-expected.png: * platform/chromium-linux/media/media-document-audio-repaint-expected.png: * platform/chromium-linux/media/video-empty-source-expected.txt: * platform/chromium-mac-leopard/media/audio-repaint-expected.png: * platform/chromium-mac-leopard/media/media-document-audio-repaint-expected.png: * platform/chromium-mac-leopard/media/video-empty-source-expected.txt: * platform/chromium-mac-snowleopard/media/audio-repaint-expected.png: * platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.png: * platform/chromium-mac-snowleopard/media/video-empty-source-expected.txt: * platform/chromium-mac/fast/layers/video-layer-expected.txt: * platform/chromium-mac/media/audio-controls-rendering-expected.txt: * platform/chromium-mac/media/audio-repaint-expected.png: Added. * platform/chromium-mac/media/audio-repaint-expected.txt: Renamed from LayoutTests/platform/chromium/media/audio-repaint-expected.txt. * platform/chromium-mac/media/controls-after-reload-expected.txt: * platform/chromium-mac/media/controls-layout-direction-expected.png: Added. * platform/chromium-mac/media/controls-strict-expected.png: Added. * platform/chromium-mac/media/controls-strict-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/media/controls-strict-expected.txt. * platform/chromium-mac/media/controls-styling-expected.txt: * platform/chromium-mac/media/controls-without-preload-expected.png: Added. * platform/chromium-mac/media/controls-without-preload-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/media/controls-without-preload-expected.txt. * platform/chromium-mac/media/media-controls-clone-expected.txt: * platform/chromium-mac/media/media-document-audio-repaint-expected.png: Added. * platform/chromium-mac/media/media-document-audio-repaint-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/media/media-document-audio-repaint-expected.txt. * platform/chromium-mac/media/video-controls-rendering-expected.png: Added. * platform/chromium-mac/media/video-controls-rendering-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/media/video-controls-rendering-expected.txt. * platform/chromium-mac/media/video-display-toggle-expected.txt: * platform/chromium-mac/media/video-empty-source-expected.txt: * platform/chromium-mac/media/video-no-audio-expected.txt: * platform/chromium-mac/media/video-playing-and-pause-expected.txt: * platform/chromium-mac/media/video-volume-slider-expected.png: Added. * platform/chromium-mac/media/video-volume-slider-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/media/video-volume-slider-expected.txt. * platform/chromium-mac/media/video-zoom-controls-expected.txt: * platform/chromium-win-vista/media/video-empty-source-expected.txt: * platform/chromium-win-xp/media/video-empty-source-expected.txt: * platform/chromium-win/fast/layers/video-layer-expected.txt: * platform/chromium-win/media/audio-controls-rendering-expected.txt: * platform/chromium-win/media/audio-repaint-expected.png: * platform/chromium-win/media/audio-repaint-expected.txt: * platform/chromium-win/media/controls-after-reload-expected.txt: * platform/chromium-win/media/controls-strict-expected.txt: * platform/chromium-win/media/controls-styling-expected.txt: * platform/chromium-win/media/controls-without-preload-expected.txt: * platform/chromium-win/media/media-controls-clone-expected.txt: * platform/chromium-win/media/media-document-audio-repaint-expected.png: * platform/chromium-win/media/media-document-audio-repaint-expected.txt: * platform/chromium-win/media/video-controls-rendering-expected.txt: * platform/chromium-win/media/video-display-toggle-expected.txt: * platform/chromium-win/media/video-empty-source-expected.txt: * platform/chromium-win/media/video-no-audio-expected.txt: * platform/chromium-win/media/video-playing-and-pause-expected.txt: * platform/chromium-win/media/video-volume-slider-expected.txt: * platform/chromium-win/media/video-zoom-controls-expected.txt: * platform/chromium/test_expectations.txt: 2012-03-14 Joseph Pecoraro [JSC] Web Inspector: CRASH running $0, $1, etc before they are set https://bugs.webkit.org/show_bug.cgi?id=81082 Test for an undefined inspectedObject. Reviewed by Pavel Feldman. * inspector/console/command-line-api-expected.txt: * inspector/console/command-line-api.html: 2012-03-14 Adrienne Walker [chromium] Unreviewed, mark two compositing tests as passing. https://bugs.webkit.org/show_bug.cgi?id=75568 * platform/chromium/test_expectations.txt: 2012-03-14 Jer Noble Opening a URL in a MediaDocument does not propagate MIME type info to media element https://bugs.webkit.org/show_bug.cgi?id=81148 Reviewed by Eric Carlson. * http/tests/media/media-document-expected.txt: Added. * http/tests/media/media-document.html: Added. 2012-03-14 David Grogan IndexedDB layout tests: factor out prefix-handling-code https://bugs.webkit.org/show_bug.cgi?id=80664 This makes our tests vendor neutral so that we can load them in any browser to check what that browser does. Also changed some instances of 'window' to 'self' so that they are more worker friendly. Reviewed by Tony Chang. * storage/indexeddb/basics-expected.txt: * storage/indexeddb/basics-shared-workers-expected.txt: * storage/indexeddb/basics-workers-expected.txt: * storage/indexeddb/constants-expected.txt: * storage/indexeddb/constants.html: * 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/createObjectStore-name-argument-required-expected.txt: * storage/indexeddb/createObjectStore-name-argument-required.html: * storage/indexeddb/createObjectStore-null-name-expected.txt: * storage/indexeddb/createObjectStore-null-name.html: * storage/indexeddb/cursor-continue-expected.txt: * storage/indexeddb/cursor-continue.html: * storage/indexeddb/cursor-delete-expected.txt: * storage/indexeddb/cursor-delete.html: * storage/indexeddb/cursor-inconsistency-expected.txt: * storage/indexeddb/cursor-inconsistency.html: * storage/indexeddb/cursor-index-delete-expected.txt: * storage/indexeddb/cursor-index-delete.html: * storage/indexeddb/cursor-key-order-expected.txt: * storage/indexeddb/cursor-key-order.html: * storage/indexeddb/cursor-primary-key-order-expected.txt: * storage/indexeddb/cursor-primary-key-order.html: * storage/indexeddb/cursor-reverse-bug-expected.txt: * storage/indexeddb/cursor-reverse-bug.html: * storage/indexeddb/cursor-skip-deleted-expected.txt: * storage/indexeddb/cursor-skip-deleted.html: * storage/indexeddb/cursor-update-expected.txt: * storage/indexeddb/cursor-update-value-argument-required-expected.txt: * storage/indexeddb/cursor-update-value-argument-required.html: * storage/indexeddb/cursor-update.html: * storage/indexeddb/data-corruption-expected.txt: * storage/indexeddb/data-corruption.html: * storage/indexeddb/database-basics-expected.txt: * storage/indexeddb/database-basics.html: * storage/indexeddb/database-name-undefined-expected.txt: * storage/indexeddb/database-name-undefined.html: * storage/indexeddb/database-odd-names-expected.txt: * storage/indexeddb/database-odd-names.html: * storage/indexeddb/database-quota-expected.txt: * storage/indexeddb/database-quota.html: * storage/indexeddb/delete-closed-database-object-expected.txt: * storage/indexeddb/delete-closed-database-object.html: * storage/indexeddb/delete-range-expected.txt: * storage/indexeddb/delete-range.html: * storage/indexeddb/deleteIndex-expected.txt: * storage/indexeddb/deleteIndex.html: * storage/indexeddb/deleteObjectStore-name-argument-required-expected.txt: * storage/indexeddb/deleteObjectStore-name-argument-required.html: * storage/indexeddb/deleteObjectStore-null-name-expected.txt: * storage/indexeddb/deleteObjectStore-null-name.html: * storage/indexeddb/duplicates-expected.txt: * storage/indexeddb/duplicates.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/factory-basics-expected.txt: * storage/indexeddb/factory-basics.html: * storage/indexeddb/factory-cmp-expected.txt: * storage/indexeddb/factory-cmp.html: * storage/indexeddb/factory-deletedatabase-expected.txt: * storage/indexeddb/factory-deletedatabase-interactions-expected.txt: * storage/indexeddb/factory-deletedatabase-interactions.html: * storage/indexeddb/factory-deletedatabase.html: * storage/indexeddb/index-basics-expected.txt: * storage/indexeddb/index-basics-workers-expected.txt: * storage/indexeddb/index-count-expected.txt: * storage/indexeddb/index-count.html: * storage/indexeddb/index-cursor-expected.txt: * storage/indexeddb/index-cursor.html: * storage/indexeddb/index-get-key-argument-required-expected.txt: * storage/indexeddb/index-get-key-argument-required.html: * storage/indexeddb/index-multientry-expected.txt: * storage/indexeddb/index-multientry.html: * storage/indexeddb/index-population-expected.txt: * storage/indexeddb/index-population.html: * storage/indexeddb/index-unique-expected.txt: * storage/indexeddb/index-unique.html: * storage/indexeddb/invalid-keys-expected.txt: * storage/indexeddb/invalid-keys.html: * storage/indexeddb/key-generator-expected.txt: * storage/indexeddb/key-generator.html: * storage/indexeddb/key-sort-order-across-types-expected.txt: * storage/indexeddb/key-sort-order-across-types.html: * storage/indexeddb/key-sort-order-date-expected.txt: * storage/indexeddb/key-sort-order-date.html: * storage/indexeddb/key-type-array-expected.txt: * storage/indexeddb/key-type-array.html: * storage/indexeddb/key-type-infinity-expected.txt: * storage/indexeddb/key-type-infinity.html: * storage/indexeddb/keypath-basics-expected.txt: * storage/indexeddb/keypath-basics.html: * storage/indexeddb/keypath-edges-expected.txt: * storage/indexeddb/keypath-edges.html: * storage/indexeddb/keypath-fetch-key-expected.txt: * storage/indexeddb/keypath-fetch-key.html: * storage/indexeddb/keyrange-expected.txt: * storage/indexeddb/keyrange-required-arguments-expected.txt: * storage/indexeddb/keyrange-required-arguments.html: * storage/indexeddb/keyrange.html: * storage/indexeddb/list-ordering-expected.txt: * storage/indexeddb/list-ordering.html: * storage/indexeddb/mozilla/add-twice-failure-expected.txt: * storage/indexeddb/mozilla/add-twice-failure.html: * storage/indexeddb/mozilla/autoincrement-indexes-expected.txt: * storage/indexeddb/mozilla/autoincrement-indexes.html: * storage/indexeddb/mozilla/bad-keypath-expected.txt: * storage/indexeddb/mozilla/bad-keypath.html: * storage/indexeddb/mozilla/clear-expected.txt: * storage/indexeddb/mozilla/clear.html: * storage/indexeddb/mozilla/create-index-unique-expected.txt: * storage/indexeddb/mozilla/create-index-unique.html: * storage/indexeddb/mozilla/create-index-with-integer-keys-expected.txt: * storage/indexeddb/mozilla/create-index-with-integer-keys.html: * storage/indexeddb/mozilla/create-objectstore-basics-expected.txt: * storage/indexeddb/mozilla/create-objectstore-basics.html: * storage/indexeddb/mozilla/create-objectstore-null-name-expected.txt: * storage/indexeddb/mozilla/create-objectstore-null-name.html: * storage/indexeddb/mozilla/cursor-mutation-expected.txt: * storage/indexeddb/mozilla/cursor-mutation-objectstore-only-expected.txt: * storage/indexeddb/mozilla/cursor-mutation-objectstore-only.html: * storage/indexeddb/mozilla/cursor-mutation.html: * storage/indexeddb/mozilla/cursor-update-updates-indexes-expected.txt: * storage/indexeddb/mozilla/cursor-update-updates-indexes.html: * storage/indexeddb/mozilla/cursors-expected.txt: * storage/indexeddb/mozilla/cursors.html: * storage/indexeddb/mozilla/delete-result-expected.txt: * storage/indexeddb/mozilla/delete-result.html: * storage/indexeddb/mozilla/event-source-expected.txt: * storage/indexeddb/mozilla/event-source.html: * storage/indexeddb/mozilla/global-data-expected.txt: * storage/indexeddb/mozilla/global-data.html: * storage/indexeddb/mozilla/indexes-expected.txt: * storage/indexeddb/mozilla/indexes.html: * storage/indexeddb/mozilla/key-requirements-delete-null-key-expected.txt: * storage/indexeddb/mozilla/key-requirements-delete-null-key.html: * storage/indexeddb/mozilla/key-requirements-expected.txt: * storage/indexeddb/mozilla/key-requirements-inline-and-passed-expected.txt: * storage/indexeddb/mozilla/key-requirements-inline-and-passed.html: * storage/indexeddb/mozilla/key-requirements-put-no-key-expected.txt: * storage/indexeddb/mozilla/key-requirements-put-no-key.html: * storage/indexeddb/mozilla/key-requirements-put-null-key-expected.txt: * storage/indexeddb/mozilla/key-requirements-put-null-key.html: * storage/indexeddb/mozilla/key-requirements.html: * storage/indexeddb/mozilla/object-cursors-expected.txt: * storage/indexeddb/mozilla/object-cursors.html: * storage/indexeddb/mozilla/object-identity-expected.txt: * storage/indexeddb/mozilla/object-identity.html: * storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put-expected.txt: * storage/indexeddb/mozilla/object-store-inline-autoincrement-key-added-on-put.html: * storage/indexeddb/mozilla/object-store-remove-values-expected.txt: * storage/indexeddb/mozilla/object-store-remove-values.html: * storage/indexeddb/mozilla/objectstorenames-expected.txt: * storage/indexeddb/mozilla/objectstorenames.html: * storage/indexeddb/mozilla/odd-result-order-expected.txt: * storage/indexeddb/mozilla/odd-result-order.html: * storage/indexeddb/mozilla/open-database-null-name-expected.txt: * storage/indexeddb/mozilla/open-database-null-name.html: * storage/indexeddb/mozilla/put-get-values-expected.txt: * storage/indexeddb/mozilla/put-get-values.html: * storage/indexeddb/mozilla/readonly-transactions-expected.txt: * storage/indexeddb/mozilla/readonly-transactions.html: * storage/indexeddb/mozilla/readwrite-transactions-expected.txt: * storage/indexeddb/mozilla/readwrite-transactions.html: * storage/indexeddb/mozilla/readyState-expected.txt: * storage/indexeddb/mozilla/readyState.html: * storage/indexeddb/mozilla/remove-index-expected.txt: * storage/indexeddb/mozilla/remove-index.html: * storage/indexeddb/mozilla/remove-objectstore-expected.txt: * storage/indexeddb/mozilla/remove-objectstore.html: * storage/indexeddb/mozilla/versionchange-abort-expected.txt: * storage/indexeddb/mozilla/versionchange-abort.html: * storage/indexeddb/mozilla/versionchange-expected.txt: * storage/indexeddb/mozilla/versionchange.html: * storage/indexeddb/mutating-cursor-expected.txt: * storage/indexeddb/mutating-cursor.html: * storage/indexeddb/objectStore-required-arguments-expected.txt: * storage/indexeddb/objectStore-required-arguments.html: * storage/indexeddb/objectstore-autoincrement-expected.txt: * storage/indexeddb/objectstore-autoincrement.html: * storage/indexeddb/objectstore-basics-expected.txt: * storage/indexeddb/objectstore-basics-workers-expected.txt: * storage/indexeddb/objectstore-clear-expected.txt: * storage/indexeddb/objectstore-clear.html: * storage/indexeddb/objectstore-count-expected.txt: * storage/indexeddb/objectstore-count.html: * storage/indexeddb/objectstore-cursor-expected.txt: * storage/indexeddb/objectstore-cursor.html: * storage/indexeddb/objectstore-removeobjectstore-expected.txt: * storage/indexeddb/objectstore-removeobjectstore.html: * storage/indexeddb/odd-strings-expected.txt: * storage/indexeddb/odd-strings.html: * storage/indexeddb/open-close-version-expected.txt: * storage/indexeddb/open-close-version.html: * storage/indexeddb/open-cursor-expected.txt: * storage/indexeddb/open-cursor.html: * storage/indexeddb/open-during-transaction-expected.txt: * storage/indexeddb/open-during-transaction.html: * storage/indexeddb/prefetch-bugfix-108071-expected.txt: * storage/indexeddb/prefetch-bugfix-108071.html: * storage/indexeddb/queued-commands-expected.txt: * storage/indexeddb/queued-commands.html: * storage/indexeddb/readonly-expected.txt: * storage/indexeddb/readonly-properties-expected.txt: * storage/indexeddb/readonly-properties.html: * storage/indexeddb/readonly.html: * storage/indexeddb/request-event-propagation-expected.txt: * storage/indexeddb/request-event-propagation.html: * storage/indexeddb/resources/basics.js: (test): (openCallback): * storage/indexeddb/resources/index-basics.js: (test): * storage/indexeddb/resources/objectstore-basics.js: (test): (setVersionSuccess): (createIndex): (addData): (addAgainFailure): (removeSuccessButNotThere): (testPreConditions.request.onsuccess): (testPreConditions): * storage/indexeddb/resources/shared.js: (removeVendorPrefixes): * storage/indexeddb/resources/transaction-abort-workers.js: (transactionAborted): (transactionCompleted): (timeoutTest.transaction.onabort): (timeoutTest): (errorTransactionAborted): * storage/indexeddb/setVersion-null-expected.txt: * storage/indexeddb/setVersion-null.html: * storage/indexeddb/setVersion-undefined-expected.txt: * storage/indexeddb/setVersion-undefined.html: * storage/indexeddb/set_version_blocked-expected.txt: * storage/indexeddb/set_version_blocked.html: * storage/indexeddb/set_version_queue-expected.txt: * storage/indexeddb/set_version_queue.html: * storage/indexeddb/structured-clone-expected.txt: * storage/indexeddb/structured-clone.html: * storage/indexeddb/transaction-abort-expected.txt: * storage/indexeddb/transaction-abort-with-js-recursion-cross-frame-expected.txt: * storage/indexeddb/transaction-abort-with-js-recursion-cross-frame.html: * storage/indexeddb/transaction-abort-with-js-recursion-expected.txt: * storage/indexeddb/transaction-abort-with-js-recursion.html: * storage/indexeddb/transaction-abort-workers-expected.txt: * 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-rollback-expected.txt: * storage/indexeddb/transaction-rollback.html: * storage/indexeddb/transaction-storeNames-required-expected.txt: * storage/indexeddb/transaction-storeNames-required.html: * storage/indexeddb/two-version-changes-expected.txt: * storage/indexeddb/two-version-changes.html: * storage/indexeddb/value-undefined-expected.txt: * storage/indexeddb/value-undefined.html: * storage/indexeddb/values-odd-types-expected.txt: * storage/indexeddb/values-odd-types.html: * storage/indexeddb/version-change-abort-expected.txt: * storage/indexeddb/version-change-abort.html: * storage/indexeddb/version-change-exclusive-expected.txt: * storage/indexeddb/version-change-exclusive.html: * storage/indexeddb/versionchangerequest-activedomobject-expected.txt: * storage/indexeddb/versionchangerequest-activedomobject.html: 2012-03-14 Tony Chang multiline column flexbox with auto height wrap too much https://bugs.webkit.org/show_bug.cgi?id=80929 Reviewed by David Hyatt. * css3/flexbox/multiline-column-auto-expected.txt: Added. * css3/flexbox/multiline-column-auto.html: Added. * css3/flexbox/multiline-shrink-to-fit-expected.html: * css3/flexbox/multiline-shrink-to-fit.html: 2012-03-14 Jessie Berlin PeerConnection was renamed to DeprecatedPeerConnection in r110587. Update the expected results. The rebaseline landed for Qt in 110685 should actually have been landed for all ports. Land it for all ports, and remove the Qt specific expected results. * fast/dom/call-a-constructor-as-a-function-expected.txt: * platform/qt/fast/dom/call-a-constructor-as-a-function-expected.txt: Removed. 2012-03-14 Adam Barth Clean up a few more baseline. * platform/chromium-mac-snowleopard/css2.1/20110323/border-collapse-offset-002-expected.png: Added. * platform/chromium-mac-snowleopard/css3/filters/filter-empty-element-crash-expected.png: Added. * platform/chromium-mac-snowleopard/fast/text/unicode-variation-selector-expected.png: * platform/chromium-win-xp/svg/dynamic-updates: Removed. * platform/chromium-win-xp/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Removed. 2012-03-14 James Robinson [Chromium] Layout Test compositing/repaint/opacity-between-absolute.html is flaky https://bugs.webkit.org/show_bug.cgi?id=79823 Reviewed by Adrienne Walker. * platform/chromium/test_expectations.txt: 2012-03-14 Zalan Bujtas Frame flattening ASSERT(!needsLayout()) in FrameView::paintContents() https://bugs.webkit.org/show_bug.cgi?id=80155 Reviewed by Antti Koivisto. * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout-expected.txt: Added. * fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-with-js-forced-layout.html: Added. 2012-03-14 Ojan Vafai Add Lion failures in order to green the lion bot. * platform/chromium/test_expectations.txt: 2012-03-14 Simon Fraser background-visibility:hidden should create a RenderLayer https://bugs.webkit.org/show_bug.cgi?id=81134 Reviewed by Dean Jackson. Test for background-visibility: hidden making a RenderLayer. * transforms/3d/general/background-visibility-layers-actual.png: Added. * transforms/3d/general/background-visibility-layers-actual.txt: Added. * transforms/3d/general/background-visibility-layers.html: Added. 2012-03-14 Raul Hudea [CSSRegions][CSSOM] Implement regionLayoutEvent https://bugs.webkit.org/show_bug.cgi?id=78882 Reviewed by David Hyatt. * fast/regions/region-event-add-to-flow-expected.txt: Added. * fast/regions/region-event-add-to-flow.html: Added. * fast/regions/region-event-expected.txt: Added. * fast/regions/region-event-remove-from-dom-expected.txt: Added. * fast/regions/region-event-remove-from-dom.html: Added. * fast/regions/region-event-remove-from-flow-expected.txt: Added. * fast/regions/region-event-remove-from-flow.html: Added. * fast/regions/region-event.html: Added. 2012-03-14 Ojan Vafai Rebaseline chromium-lion tests that have "MISSING" results. 2012-03-14 Adam Barth Update SVG baseline after work on element. These results all seem to be minor differences or progressions. * platform/chromium-linux/svg/batik/filters/filterRegions-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png: * platform/chromium-mac-leopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: * platform/chromium-mac-leopard/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: * platform/chromium-mac-leopard/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: * platform/chromium-mac-leopard/svg/batik/filters/filterRegions-expected.txt: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png: * platform/chromium-mac-snowleopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png: * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/batik/filters/filterRegions-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png: * platform/chromium-win-xp/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Removed. * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: Added. * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Added. * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: * platform/chromium-win/svg/batik/filters/filterRegions-expected.png: * platform/chromium-win/svg/batik/filters/filterRegions-expected.txt: * platform/chromium-win/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png: * platform/chromium-win/svg/transforms/text-with-pattern-with-svg-transform-expected.png: 2012-03-14 Jessie Berlin WK2: Spelling tests that rely on getting the marked range or the marked count synchronously fail https://bugs.webkit.org/show_bug.cgi?id=81138 Add some expected failing results for such tests to get the bots green. * platform/mac-wk2/editing/spelling/markers-expected.txt: Added. * platform/mac-wk2/editing/spelling/spelling-insert-html-expected.txt: Added. * platform/mac-wk2/editing/spelling/spelling-unified-emulation-expected.txt: Added. 2012-03-14 Adrienne Walker [Chromium] Unreviewed, remove expectations for non-crashing tests https://bugs.webkit.org/show_bug.cgi?id=78038 * platform/chromium/test_expectations.txt: 2012-03-14 Jessie Berlin WKTR doesn't have an implemenation of hasSpellingMarker yet. Add more tests that rely on it to the WK2 Skipped list. * platform/wk2/Skipped: 2012-03-14 Jessie Berlin Support drag in mouse events for WebKit2 EventSender https://bugs.webkit.org/show_bug.cgi?id=68552 https://bugs.webkit.org/show_bug.cgi?id=69946 Add some tests that use eventSender.dragMode to the WK2 Skipped list. * platform/wk2/Skipped: 2012-03-14 Thiago Marcos P. Santos [EFL] Enable HTML5 Summary and Details elements https://bugs.webkit.org/show_bug.cgi?id=81027 Enabling Summary and Details elements by default and removing related tests from skip list since they should pass now. Tests expectations from Ubuntu 11.10 using EFL from SVN. Hopefully the same as the build bot. Reviewed by Antonio Gomes. * platform/efl/Skipped: * platform/efl/fast/html/details-add-child-1-expected.txt: Added. * platform/efl/fast/html/details-add-child-2-expected.txt: Added. * platform/efl/fast/html/details-add-details-child-1-expected.txt: Added. * platform/efl/fast/html/details-add-details-child-2-expected.txt: Added. * platform/efl/fast/html/details-add-summary-1-and-click-expected.txt: Added. * platform/efl/fast/html/details-add-summary-1-expected.txt: Added. * platform/efl/fast/html/details-add-summary-10-and-click-expected.txt: Added. * platform/efl/fast/html/details-add-summary-10-expected.txt: Added. * platform/efl/fast/html/details-add-summary-2-and-click-expected.txt: Added. * platform/efl/fast/html/details-add-summary-2-expected.txt: Added. * platform/efl/fast/html/details-add-summary-3-and-click-expected.txt: Added. * platform/efl/fast/html/details-add-summary-3-expected.txt: Added. * platform/efl/fast/html/details-add-summary-4-and-click-expected.txt: Added. * platform/efl/fast/html/details-add-summary-4-expected.txt: Added. * platform/efl/fast/html/details-add-summary-5-and-click-expected.txt: Added. * platform/efl/fast/html/details-add-summary-5-expected.txt: Added. * platform/efl/fast/html/details-add-summary-6-and-click-expected.txt: Added. * platform/efl/fast/html/details-add-summary-6-expected.txt: Added. * platform/efl/fast/html/details-add-summary-7-and-click-expected.txt: Added. * platform/efl/fast/html/details-add-summary-7-expected.txt: Added. * platform/efl/fast/html/details-add-summary-8-and-click-expected.txt: Added. * platform/efl/fast/html/details-add-summary-8-expected.txt: Added. * platform/efl/fast/html/details-add-summary-9-and-click-expected.txt: Added. * platform/efl/fast/html/details-add-summary-9-expected.txt: Added. * platform/efl/fast/html/details-add-summary-child-1-expected.txt: Added. * platform/efl/fast/html/details-add-summary-child-2-expected.txt: Added. * platform/efl/fast/html/details-nested-1-expected.txt: Added. * platform/efl/fast/html/details-nested-2-expected.txt: Added. * platform/efl/fast/html/details-no-summary1-expected.txt: Added. * platform/efl/fast/html/details-no-summary2-expected.txt: Added. * platform/efl/fast/html/details-no-summary3-expected.txt: Added. * platform/efl/fast/html/details-no-summary4-expected.txt: Added. * platform/efl/fast/html/details-open-javascript-expected.txt: Added. * platform/efl/fast/html/details-open1-expected.txt: Added. * platform/efl/fast/html/details-open2-expected.txt: Added. * platform/efl/fast/html/details-open3-expected.txt: Added. * platform/efl/fast/html/details-open4-expected.txt: Added. * platform/efl/fast/html/details-open5-expected.txt: Added. * platform/efl/fast/html/details-open6-expected.txt: Added. * platform/efl/fast/html/details-position-expected.txt: Added. * platform/efl/fast/html/details-remove-child-1-expected.txt: Added. * platform/efl/fast/html/details-remove-child-2-expected.txt: Added. * platform/efl/fast/html/details-remove-summary-1-and-click-expected.txt: Added. * platform/efl/fast/html/details-remove-summary-1-expected.txt: Added. * platform/efl/fast/html/details-remove-summary-2-and-click-expected.txt: Added. * platform/efl/fast/html/details-remove-summary-2-expected.txt: Added. * platform/efl/fast/html/details-remove-summary-3-and-click-expected.txt: Added. * platform/efl/fast/html/details-remove-summary-3-expected.txt: Added. * platform/efl/fast/html/details-remove-summary-4-and-click-expected.txt: Added. * platform/efl/fast/html/details-remove-summary-4-expected.txt: Added. * platform/efl/fast/html/details-remove-summary-5-and-click-expected.txt: Added. * platform/efl/fast/html/details-remove-summary-5-expected.txt: Added. * platform/efl/fast/html/details-remove-summary-6-and-click-expected.txt: Added. * platform/efl/fast/html/details-remove-summary-6-expected.txt: Added. * platform/efl/fast/html/details-remove-summary-child-1-expected.txt: Added. * platform/efl/fast/html/details-remove-summary-child-2-expected.txt: Added. * platform/efl/fast/html/details-replace-summary-child-expected.txt: Added. * platform/efl/fast/html/details-replace-text-expected.txt: Added. * platform/efl/fast/html/details-writing-mode-expected.txt: Added. 2012-03-14 Nikolas Zimmermann Make SVGUseElement respect & support externalResourcesRequired https://bugs.webkit.org/show_bug.cgi?id=81109 Reviewed by Rob Buis. Fix flakiness of new external tests introduced in r110676. * platform/mac/svg/batik/masking/maskRegions-expected.png: * platform/mac/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png: * svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.txt: * svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.txt: * svg/dynamic-updates/script-tests/SVGUseElement-dom-href1-attr.js: (repaintTest): * svg/dynamic-updates/script-tests/SVGUseElement-dom-href2-attr.js: (repaintTest): (externalLoadDone): * svg/dynamic-updates/script-tests/SVGUseElement-svgdom-href1-prop.js: (repaintTest): * svg/dynamic-updates/script-tests/SVGUseElement-svgdom-href2-prop.js: (repaintTest): (externalLoadDone): 2012-03-14 Jessie Berlin Mac WK2: editing/pasteboard/dataTransfer-setData-getData.html fails https://bugs.webkit.org/show_bug.cgi?id=81125 Add expected failing results for Mac WK2 to get the bots green. * platform/mac-wk2/editing/pasteboard/dataTransfer-setData-getData-expected.txt: Added. 2012-03-14 Andrey Kosyakov Web Inspector: add didCancelFrame timeline event https://bugs.webkit.org/show_bug.cgi?id=80994 Reviewed by Pavel Feldman. - added test for didBeginFrame()/didCancelFrame() * inspector/timeline/timeline-frames-expected.txt: Added. * inspector/timeline/timeline-frames.html: Added. 2012-03-14 Sudarsana Nagineni [EFL] Implement LayoutTestController::clearBackForwardList https://bugs.webkit.org/show_bug.cgi?id=80142 Unskip tests connected with clearBackForwardList. Reviewed by Antonio Gomes. * platform/efl/Skipped: 2012-03-14 Kentaro Hara Return null when shouldAllowAccessToNode() fails https://bugs.webkit.org/show_bug.cgi?id=80205 Reviewed by Adam Barth. shouldAllowAccessToNode() is used for window.frameElement, HTMLFrameElement.contentDocument, and getSVGDocument(). The spec of window.frameElement and HTMLFrameElement.contentDocument requires that they should return null when the security check fails. Thus this patch changes the return value from undefined to null. http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#dom-iframe-contentdocument * http/tests/security/cross-frame-access-frameelement-expected.txt: * http/tests/security/local-iFrame-from-remote.html: * platform/chromium/http/tests/security/cross-frame-access-put-expected.txt: * platform/gtk/http/tests/security/cross-frame-access-put-expected.txt: 2012-03-14 Hajime Morrita Unreviewed rebaseline update for related SVG files. * platform/chromium-linux/svg/batik/filters/feTile-expected.txt: Removed. * platform/chromium-linux/svg/batik/masking/maskRegions-expected.png: * platform/chromium-linux/svg/batik/paints/gradientLimit-expected.txt: Removed. * platform/chromium-linux/svg/batik/paints/patternPreserveAspectRatioA-expected.png: * platform/chromium-linux/svg/batik/paints/patternRegionA-expected.txt: Removed. * platform/chromium-linux/svg/batik/paints/patternRegions-expected.png: * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Removed. * platform/chromium-linux/svg/batik/text/longTextOnPath-expected.txt: Removed. * platform/chromium-linux/svg/batik/text/smallFonts-expected.png: * platform/chromium-linux/svg/batik/text/textAnchor-expected.txt: Removed. * platform/chromium-linux/svg/batik/text/textDecoration-expected.png: * platform/chromium-linux/svg/batik/text/textEffect-expected.txt: Removed. * platform/chromium-linux/svg/batik/text/textEffect2-expected.png: * platform/chromium-linux/svg/batik/text/textEffect3-expected.txt: Removed. * platform/chromium-linux/svg/batik/text/textFeatures-expected.png: * platform/chromium-linux/svg/batik/text/textLayout-expected.txt: Removed. * platform/chromium-linux/svg/batik/text/textLayout2-expected.png: * platform/chromium-linux/svg/batik/text/textLength-expected.txt: Removed. * platform/chromium-linux/svg/batik/text/textOnPath-expected.png: * platform/chromium-linux/svg/batik/text/textOnPathSpaces-expected.txt: Removed. * platform/chromium-linux/svg/batik/text/textPosition-expected.png: * platform/chromium-linux/svg/batik/text/textPosition-expected.txt: * platform/chromium-linux/svg/batik/text/textProperties-expected.png: * platform/chromium-linux/svg/batik/text/textProperties2-expected.txt: Removed. * platform/chromium-linux/svg/batik/text/textStyles-expected.png: * platform/chromium-linux/svg/batik/text/verticalText-expected.txt: Removed. * platform/chromium-linux/svg/batik/text/verticalTextOnPath-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added. * platform/chromium-mac-leopard/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: Added. * platform/chromium-mac-leopard/svg/batik/paints/patternPreserveAspectRatioA-expected.png: * platform/chromium-mac-leopard/svg/batik/paints/patternRegions-expected.png: * platform/chromium-mac-leopard/svg/batik/text/smallFonts-expected.png: * platform/chromium-mac-leopard/svg/batik/text/textDecoration-expected.png: * platform/chromium-mac-leopard/svg/batik/text/textEffect2-expected.png: * platform/chromium-mac-leopard/svg/batik/text/textFeatures-expected.png: * platform/chromium-mac-leopard/svg/batik/text/textLayout2-expected.png: * platform/chromium-mac-leopard/svg/batik/text/textOnPath-expected.png: * platform/chromium-mac-leopard/svg/batik/text/textProperties-expected.png: * platform/chromium-mac-leopard/svg/batik/text/textStyles-expected.png: * platform/chromium-mac-leopard/svg/batik/text/verticalTextOnPath-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: Added. * platform/chromium-mac-snowleopard/svg/batik/masking/maskRegions-expected.png: * platform/chromium-mac-snowleopard/svg/batik/paints/patternPreserveAspectRatioA-expected.png: * platform/chromium-mac-snowleopard/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Removed. * platform/chromium-mac-snowleopard/svg/batik/paints/patternRegions-expected.png: * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png: * platform/chromium-mac-snowleopard/svg/batik/text/textDecoration-expected.png: * platform/chromium-mac-snowleopard/svg/batik/text/textEffect2-expected.png: * platform/chromium-mac-snowleopard/svg/batik/text/textFeatures-expected.png: * platform/chromium-mac-snowleopard/svg/batik/text/textLayout2-expected.png: * platform/chromium-mac-snowleopard/svg/batik/text/textOnPath-expected.png: * platform/chromium-mac-snowleopard/svg/batik/text/textPosition-expected.png: * platform/chromium-mac-snowleopard/svg/batik/text/textProperties-expected.png: * platform/chromium-mac-snowleopard/svg/batik/text/textProperties-expected.txt: Removed. * platform/chromium-mac-snowleopard/svg/batik/text/textStyles-expected.png: * platform/chromium-mac-snowleopard/svg/batik/text/textStyles-expected.txt: Removed. * platform/chromium-mac-snowleopard/svg/batik/text/verticalTextOnPath-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added. * platform/chromium-win-xp/svg/batik/text/verticalText-expected.png: * platform/chromium-win-xp/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added. * platform/chromium-win-xp/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added. * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png: Added. * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Added. * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: Added. * platform/chromium-win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Added. * platform/chromium-win/svg/batik/filters/feTile-expected.png: * platform/chromium-win/svg/batik/filters/feTile-expected.txt: * platform/chromium-win/svg/batik/masking/maskRegions-expected.png: * platform/chromium-win/svg/batik/masking/maskRegions-expected.txt: * platform/chromium-win/svg/batik/paints/gradientLimit-expected.png: * platform/chromium-win/svg/batik/paints/gradientLimit-expected.txt: * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.png: * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: * platform/chromium-win/svg/batik/paints/patternRegionA-expected.png: * platform/chromium-win/svg/batik/paints/patternRegionA-expected.txt: * platform/chromium-win/svg/batik/paints/patternRegions-expected.png: * platform/chromium-win/svg/batik/paints/patternRegions-expected.txt: * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.png: * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.txt: * platform/chromium-win/svg/batik/text/longTextOnPath-expected.png: * platform/chromium-win/svg/batik/text/longTextOnPath-expected.txt: * platform/chromium-win/svg/batik/text/smallFonts-expected.png: * platform/chromium-win/svg/batik/text/smallFonts-expected.txt: * platform/chromium-win/svg/batik/text/textAnchor-expected.png: * platform/chromium-win/svg/batik/text/textAnchor-expected.txt: * platform/chromium-win/svg/batik/text/textDecoration-expected.png: * platform/chromium-win/svg/batik/text/textDecoration-expected.txt: * platform/chromium-win/svg/batik/text/textEffect-expected.png: * platform/chromium-win/svg/batik/text/textEffect-expected.txt: * platform/chromium-win/svg/batik/text/textEffect2-expected.png: * platform/chromium-win/svg/batik/text/textEffect2-expected.txt: * platform/chromium-win/svg/batik/text/textEffect3-expected.png: * platform/chromium-win/svg/batik/text/textEffect3-expected.txt: * platform/chromium-win/svg/batik/text/textFeatures-expected.png: * platform/chromium-win/svg/batik/text/textFeatures-expected.txt: * platform/chromium-win/svg/batik/text/textLayout-expected.png: * platform/chromium-win/svg/batik/text/textLayout-expected.txt: * platform/chromium-win/svg/batik/text/textLayout2-expected.png: * platform/chromium-win/svg/batik/text/textLayout2-expected.txt: * platform/chromium-win/svg/batik/text/textLength-expected.png: * platform/chromium-win/svg/batik/text/textLength-expected.txt: * platform/chromium-win/svg/batik/text/textOnPath-expected.png: * platform/chromium-win/svg/batik/text/textOnPath-expected.txt: * platform/chromium-win/svg/batik/text/textOnPathSpaces-expected.png: * platform/chromium-win/svg/batik/text/textOnPathSpaces-expected.txt: * platform/chromium-win/svg/batik/text/textPosition-expected.png: * platform/chromium-win/svg/batik/text/textPosition-expected.txt: * platform/chromium-win/svg/batik/text/textPosition2-expected.png: * platform/chromium-win/svg/batik/text/textPosition2-expected.txt: * platform/chromium-win/svg/batik/text/textProperties-expected.png: * platform/chromium-win/svg/batik/text/textProperties-expected.txt: * platform/chromium-win/svg/batik/text/textProperties2-expected.png: * platform/chromium-win/svg/batik/text/textProperties2-expected.txt: * platform/chromium-win/svg/batik/text/textStyles-expected.png: * platform/chromium-win/svg/batik/text/textStyles-expected.txt: * platform/chromium-win/svg/batik/text/verticalText-expected.png: * platform/chromium-win/svg/batik/text/verticalText-expected.txt: * platform/chromium-win/svg/batik/text/verticalTextOnPath-expected.png: * platform/chromium-win/svg/batik/text/verticalTextOnPath-expected.txt: * platform/chromium-win/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png: Added. * platform/mac-future/svg/batik/masking/maskRegions-expected.png: Removed. * platform/mac/svg/batik/masking/maskRegions-expected.png: 2012-03-14 Vsevolod Vlasov Web Inspector: Add snippets tab to scripts navigator. https://bugs.webkit.org/show_bug.cgi?id=81018 Reviewed by Pavel Feldman. * http/tests/inspector/debugger-test.js: 2012-03-14 Pavel Feldman Web Inspector: Copy on the Console gives a mangled result. https://bugs.webkit.org/show_bug.cgi?id=81091 Reviewed by Vsevolod Vlasov. * http/tests/inspector-enabled/console-clear-arguments-on-frame-remove-expected.txt: * http/tests/inspector/console-xhr-logging-async-expected.txt: * http/tests/inspector/console-xhr-logging-expected.txt: * inspector/console/console-assert-expected.txt: * inspector/console/console-big-array-expected.txt: * inspector/console/console-clear-expected.txt: * inspector/console/console-command-clear-expected.txt: * inspector/console/console-dir-expected.txt: * inspector/console/console-dirxml-expected.txt: * inspector/console/console-external-array-expected.txt: * inspector/console/console-format-collections-expected.txt: * inspector/console/console-format-expected.txt: * inspector/console/console-log-before-inspector-open-expected.txt: * inspector/console/console-log-document-proto-expected.txt: * inspector/console/console-log-syntax-error-expected.txt: * inspector/console/console-log-toString-object-expected.txt: * inspector/console/console-nested-group-expected.txt: * inspector/console/console-object-constructor-name-expected.txt: * inspector/console/console-repeat-count-expected.txt: * inspector/console/console-tests-expected.txt: * inspector/console/console-trace-expected.txt: * inspector/extensions/extensions-console-expected.txt: * platform/chromium/http/tests/inspector/console-cross-origin-iframe-logging-expected.txt: * platform/chromium/http/tests/inspector/console-resource-errors-expected.txt: * platform/chromium/http/tests/inspector/console-xhr-logging-expected.txt: * platform/chromium/http/tests/inspector/network/script-as-text-loading-expected.txt: * platform/chromium/inspector/console/alert-toString-exception-expected.txt: * platform/chromium/inspector/console/console-dir-expected.txt: * platform/chromium/inspector/console/console-format-collections-expected.txt: * platform/chromium/inspector/console/console-format-expected.txt: * platform/chromium/inspector/console/console-log-document-proto-expected.txt: * platform/chromium/inspector/console/console-log-syntax-error-expected.txt: * platform/chromium/inspector/console/console-object-constructor-name-expected.txt: * platform/chromium/inspector/console/console-trace-in-eval-expected.txt: * platform/chromium/inspector/console/console-uncaught-exception-expected.txt: * platform/chromium/inspector/console/console-uncaught-exception-in-eval-expected.txt: * platform/qt/inspector/console/console-format-expected.png: Removed. 2012-03-14 Nikolas Zimmermann External xlink:href references do not work https://bugs.webkit.org/show_bug.cgi?id=12499 Reviewed by Zoltan Herczeg. Rebaseline tests after r110676 using Generic RGB Profile on Lion, and update them after my fixes. Replace xml:id with id everywhere, to make the new tiny tests work. * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: * platform/mac/svg/batik/filters/feTile-expected.png: * platform/mac/svg/batik/filters/filterRegions-expected.png: * platform/mac/svg/batik/text/textEffect-expected.png: * platform/mac/svg/batik/text/textEffect3-expected.png: * platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: * svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t.svg: * svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t.svg: * svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t.svg: * svg/custom/use-external-crash-expected.txt: Added. * svg/custom/use-external-crash.svg: Added. 2012-03-14 Ádám Kallai [Qt] Rebaseline after r110667. Reviewed by Csaba Osztrogonác. * platform/qt/http/tests/security/cross-frame-access-put-expected.txt: 2012-03-14 Kristóf Kosztyó [Qt] Unreviewed. Add platform specific expectaions after r110593 * platform/qt/svg/custom/delete-text-crash-expected.png: Added. * platform/qt/svg/custom/delete-text-crash-expected.txt: Added. 2012-03-14 Hajime Morrita Unreviewed flakiness marking. * platform/chromium/test_expectations.txt: 2012-03-14 Hajime Morrita Unreviewed rebaselining expectations. * platform/chromium-linux/svg/batik/filters/feTile-expected.png: * platform/chromium-linux/svg/batik/filters/feTile-expected.txt: Added. * platform/chromium-linux/svg/batik/paints/gradientLimit-expected.png: * platform/chromium-linux/svg/batik/paints/gradientLimit-expected.txt: Added. * platform/chromium-linux/svg/batik/paints/patternRegionA-expected.png: * platform/chromium-linux/svg/batik/paints/patternRegionA-expected.txt: Added. * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.png: * platform/chromium-linux/svg/batik/paints/patternRegions-positioned-objects-expected.txt: Added. * platform/chromium-linux/svg/batik/text/longTextOnPath-expected.png: * platform/chromium-linux/svg/batik/text/longTextOnPath-expected.txt: Added. * platform/chromium-linux/svg/batik/text/textAnchor-expected.png: * platform/chromium-linux/svg/batik/text/textAnchor-expected.txt: Added. * platform/chromium-linux/svg/batik/text/textEffect-expected.png: * platform/chromium-linux/svg/batik/text/textEffect-expected.txt: Added. * platform/chromium-linux/svg/batik/text/textEffect3-expected.png: * platform/chromium-linux/svg/batik/text/textEffect3-expected.txt: Added. * platform/chromium-linux/svg/batik/text/textLayout-expected.png: * platform/chromium-linux/svg/batik/text/textLayout-expected.txt: Added. * platform/chromium-linux/svg/batik/text/textLength-expected.png: * platform/chromium-linux/svg/batik/text/textLength-expected.txt: Added. * platform/chromium-linux/svg/batik/text/textOnPathSpaces-expected.png: * platform/chromium-linux/svg/batik/text/textOnPathSpaces-expected.txt: Added. * platform/chromium-linux/svg/batik/text/textPosition2-expected.png: * platform/chromium-linux/svg/batik/text/textPosition2-expected.txt: * platform/chromium-linux/svg/batik/text/textProperties2-expected.png: * platform/chromium-linux/svg/batik/text/textProperties2-expected.txt: Added. * platform/chromium-linux/svg/batik/text/verticalText-expected.png: * platform/chromium-linux/svg/batik/text/verticalText-expected.txt: Added. * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png: Added. * platform/chromium-mac-leopard/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png: Added. * platform/chromium-mac-leopard/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: Added. * platform/chromium-mac-leopard/svg/batik/filters/feTile-expected.png: * platform/chromium-mac-leopard/svg/batik/paints/patternRegions-positioned-objects-expected.png: * platform/chromium-mac-leopard/svg/batik/text/textAnchor-expected.png: * platform/chromium-mac-leopard/svg/batik/text/textEffect-expected.png: * platform/chromium-mac-leopard/svg/batik/text/textEffect3-expected.png: * platform/chromium-mac-leopard/svg/batik/text/textLayout-expected.png: * platform/chromium-mac-leopard/svg/batik/text/textLength-expected.png: * platform/chromium-mac-leopard/svg/batik/text/textOnPathSpaces-expected.png: * platform/chromium-mac-leopard/svg/batik/text/textProperties2-expected.png: * platform/chromium-mac-leopard/svg/batik/text/verticalText-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png: Added. * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: Added. * platform/chromium-mac-snowleopard/svg/batik/filters/feTile-expected.png: * platform/chromium-mac-snowleopard/svg/batik/paints/gradientLimit-expected.png: * platform/chromium-mac-snowleopard/svg/batik/paints/patternRegionA-expected.png: * platform/chromium-mac-snowleopard/svg/batik/paints/patternRegions-positioned-objects-expected.png: * platform/chromium-mac-snowleopard/svg/batik/text/longTextOnPath-expected.png: * platform/chromium-mac-snowleopard/svg/batik/text/longTextOnPath-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/batik/text/textAnchor-expected.png: * platform/chromium-mac-snowleopard/svg/batik/text/textEffect-expected.png: * platform/chromium-mac-snowleopard/svg/batik/text/textEffect3-expected.png: * platform/chromium-mac-snowleopard/svg/batik/text/textLayout-expected.png: * platform/chromium-mac-snowleopard/svg/batik/text/textLength-expected.png: * platform/chromium-mac-snowleopard/svg/batik/text/textOnPathSpaces-expected.png: * platform/chromium-mac-snowleopard/svg/batik/text/textPosition2-expected.png: * platform/chromium-mac-snowleopard/svg/batik/text/textProperties2-expected.png: * platform/chromium-mac-snowleopard/svg/batik/text/verticalText-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png: Added. 2012-03-14 Kristóf Kosztyó [Qt] svg/animations tests are very flaky https://bugs.webkit.org/show_bug.cgi?id=80703 Unreviewd, skipp svg/animations/animate-elem-08-t-drt.html * platform/qt/Skipped: 2012-03-14 Kristóf Kosztyó [Qt] Unreviewed, rebaseline after r110587. * platform/qt/fast/dom/Window/window-properties-expected.txt: * platform/qt/fast/dom/call-a-constructor-as-a-function-expected.txt: Added. 2012-03-14 Kristóf Kosztyó [Qt] Unreviewed. Update expectaions after r110676 * platform/qt/svg/batik/filters/filterRegions-expected.txt: * platform/qt/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: * platform/qt/svg/batik/paints/patternRegionA-expected.txt: * platform/qt/svg/batik/paints/patternRegions-expected.txt: * platform/qt/svg/batik/paints/patternRegions-positioned-objects-expected.txt: * platform/qt/svg/batik/text/longTextOnPath-expected.txt: * platform/qt/svg/batik/text/smallFonts-expected.txt: * platform/qt/svg/batik/text/textDecoration-expected.txt: * platform/qt/svg/batik/text/textEffect-expected.txt: * platform/qt/svg/batik/text/textEffect2-expected.txt: * platform/qt/svg/batik/text/textEffect3-expected.txt: * platform/qt/svg/batik/text/textFeatures-expected.txt: * platform/qt/svg/batik/text/textLayout2-expected.txt: * platform/qt/svg/batik/text/textLength-expected.txt: * platform/qt/svg/batik/text/textOnPath-expected.txt: * platform/qt/svg/batik/text/textPosition-expected.txt: * platform/qt/svg/batik/text/textPosition2-expected.txt: * platform/qt/svg/batik/text/textProperties-expected.txt: * platform/qt/svg/batik/text/textProperties2-expected.txt: * platform/qt/svg/batik/text/verticalTextOnPath-expected.txt: * platform/qt/svg/hixie/error/014-expected.txt: * platform/qt/svg/hixie/use/002-expected.txt: 2012-03-14 Philippe Normand Unreviewed, GTK svg rebaseline after r110676. * platform/gtk/svg/batik/filters/feTile-expected.txt: * platform/gtk/svg/batik/filters/filterRegions-expected.txt: * platform/gtk/svg/batik/masking/maskRegions-expected.txt: * platform/gtk/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: * platform/gtk/svg/batik/paints/patternRegionA-expected.txt: * platform/gtk/svg/batik/paints/patternRegions-expected.txt: * platform/gtk/svg/batik/paints/patternRegions-positioned-objects-expected.txt: * platform/gtk/svg/batik/text/longTextOnPath-expected.txt: * platform/gtk/svg/batik/text/textAnchor-expected.txt: * platform/gtk/svg/batik/text/textDecoration-expected.txt: * platform/gtk/svg/batik/text/textEffect-expected.txt: * platform/gtk/svg/batik/text/textEffect2-expected.txt: * platform/gtk/svg/batik/text/textEffect3-expected.txt: * platform/gtk/svg/batik/text/textFeatures-expected.txt: * platform/gtk/svg/batik/text/textLayout-expected.txt: * platform/gtk/svg/batik/text/textLayout2-expected.txt: * platform/gtk/svg/batik/text/textLength-expected.txt: * platform/gtk/svg/batik/text/textOnPath-expected.txt: * platform/gtk/svg/batik/text/textOnPathSpaces-expected.txt: * platform/gtk/svg/batik/text/textPosition-expected.txt: * platform/gtk/svg/batik/text/textPosition2-expected.txt: * platform/gtk/svg/batik/text/textProperties-expected.txt: * platform/gtk/svg/batik/text/textProperties2-expected.txt: * platform/gtk/svg/batik/text/textStyles-expected.txt: * platform/gtk/svg/batik/text/verticalText-expected.txt: * platform/gtk/svg/batik/text/verticalTextOnPath-expected.txt: * platform/gtk/svg/hixie/error/014-expected.txt: * platform/gtk/svg/hixie/use/002-expected.txt: 2012-03-14 Nikolas Zimmermann Not reviewed. Update two pixel test results on Lion, now svg/ passes with --tolerance 0 again. * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png: * platform/mac/svg/hixie/mixed/003-expected.png: 2012-03-14 Renata Hodovan External xlink:href references do not work https://bugs.webkit.org/show_bug.cgi?id=12499 Reviewed by Nikolas Zimmermann. Adding tests to check the new functionality of SVGUseElement what can use sources from external URIs too. New tests in this patch cover the corner cases of this feature: referencing resources directly and indirectly, changing the referenced URI from an internal to an external one, handling security issues like self referencing, self referencing across document, etc. Furthermore the patch infer some rebaseline in svg/batik directory because they use external resources. * platform/chromium/test_expectations.txt: * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.png: Added. * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t-expected.txt: Added. * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.png: Added. * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt: Added. * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.png: Added. * platform/mac/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t-expected.txt: Added. * platform/mac/svg/batik/filters/feTile-expected.png: * platform/mac/svg/batik/filters/feTile-expected.txt: * platform/mac/svg/batik/filters/filterRegions-expected.png: * platform/mac/svg/batik/filters/filterRegions-expected.txt: * platform/mac/svg/batik/masking/maskRegions-expected.png: * platform/mac/svg/batik/masking/maskRegions-expected.txt: * platform/mac/svg/batik/paints/gradientLimit-expected.png: * platform/mac/svg/batik/paints/gradientLimit-expected.txt: * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.png: * platform/mac/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: * platform/mac/svg/batik/paints/patternRegionA-expected.png: * platform/mac/svg/batik/paints/patternRegionA-expected.txt: * platform/mac/svg/batik/paints/patternRegions-expected.png: * platform/mac/svg/batik/paints/patternRegions-expected.txt: * platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.png: * platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.txt: * platform/mac/svg/batik/text/longTextOnPath-expected.png: * platform/mac/svg/batik/text/longTextOnPath-expected.txt: * platform/mac/svg/batik/text/smallFonts-expected.png: * platform/mac/svg/batik/text/smallFonts-expected.txt: * platform/mac/svg/batik/text/textAnchor-expected.png: * platform/mac/svg/batik/text/textAnchor-expected.txt: * platform/mac/svg/batik/text/textDecoration-expected.png: * platform/mac/svg/batik/text/textDecoration-expected.txt: * platform/mac/svg/batik/text/textEffect-expected.png: * platform/mac/svg/batik/text/textEffect-expected.txt: * platform/mac/svg/batik/text/textEffect2-expected.png: * platform/mac/svg/batik/text/textEffect2-expected.txt: * platform/mac/svg/batik/text/textEffect3-expected.png: * platform/mac/svg/batik/text/textEffect3-expected.txt: * platform/mac/svg/batik/text/textFeatures-expected.png: * platform/mac/svg/batik/text/textFeatures-expected.txt: * platform/mac/svg/batik/text/textLayout-expected.png: * platform/mac/svg/batik/text/textLayout-expected.txt: * platform/mac/svg/batik/text/textLayout2-expected.png: * platform/mac/svg/batik/text/textLayout2-expected.txt: * platform/mac/svg/batik/text/textLength-expected.png: * platform/mac/svg/batik/text/textLength-expected.txt: * platform/mac/svg/batik/text/textOnPath-expected.png: * platform/mac/svg/batik/text/textOnPath-expected.txt: * platform/mac/svg/batik/text/textOnPathSpaces-expected.png: * platform/mac/svg/batik/text/textOnPathSpaces-expected.txt: * platform/mac/svg/batik/text/textPosition-expected.png: * platform/mac/svg/batik/text/textPosition-expected.txt: * platform/mac/svg/batik/text/textPosition2-expected.png: * platform/mac/svg/batik/text/textPosition2-expected.txt: * platform/mac/svg/batik/text/textProperties-expected.png: * platform/mac/svg/batik/text/textProperties-expected.txt: * platform/mac/svg/batik/text/textProperties2-expected.png: * platform/mac/svg/batik/text/textProperties2-expected.txt: * platform/mac/svg/batik/text/textStyles-expected.png: * platform/mac/svg/batik/text/textStyles-expected.txt: * platform/mac/svg/batik/text/verticalText-expected.png: * platform/mac/svg/batik/text/verticalText-expected.txt: * platform/mac/svg/batik/text/verticalTextOnPath-expected.png: * platform/mac/svg/batik/text/verticalTextOnPath-expected.txt: * platform/mac/svg/custom/use-extern-href-expected.png: Added. * platform/mac/svg/custom/use-extern-href-expected.txt: Added. * platform/mac/svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.png: Added. * platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.png: Added. * platform/mac/svg/hixie/error/014-expected.txt: * platform/mac/svg/hixie/use/002-expected.png: * platform/mac/svg/hixie/use/002-expected.txt: * svg/W3C-SVG-1.2-Tiny/struct-use-recursion-01-t.svg: Added. * svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t.svg: Added. * svg/W3C-SVG-1.2-Tiny/struct-use-recursion-03-t.svg: Added. * svg/batik/filters/filterRegions.svg: * svg/batik/text/textProperties.svg: * svg/batik/text/textProperties2.svg: * svg/batik/text/textStyles.svg: * svg/custom/resources/rgb.svg: * svg/custom/use-extern-href.svg: Added. * svg/custom/use-referencing-an-image-expected.svg: Added. * svg/custom/use-referencing-an-image.svg: Added. * svg/custom/use-referencing-indirectly-itself-expected.svg: Added. * svg/custom/use-referencing-indirectly-itself.svg: Added. * svg/custom/use-referencing-itself-expected.svg: Added. * svg/custom/use-referencing-itself.svg: Added. * svg/dynamic-updates/SVGUseElement-dom-href1-attr-expected.txt: Added. * svg/dynamic-updates/SVGUseElement-dom-href1-attr.html: Added. * svg/dynamic-updates/SVGUseElement-dom-href2-attr-expected.txt: Added. * svg/dynamic-updates/SVGUseElement-dom-href2-attr.html: Added. * svg/dynamic-updates/SVGUseElement-svgdom-href1-prop-expected.txt: Added. * svg/dynamic-updates/SVGUseElement-svgdom-href1-prop.html: Added. * svg/dynamic-updates/SVGUseElement-svgdom-href2-prop-expected.txt: Added. * svg/dynamic-updates/SVGUseElement-svgdom-href2-prop.html: Added. * svg/dynamic-updates/script-tests/SVGUseElement-dom-href1-attr.js: Added. (repaintTest): * svg/dynamic-updates/script-tests/SVGUseElement-dom-href2-attr.js: Added. (repaintTest): * svg/dynamic-updates/script-tests/SVGUseElement-svgdom-href1-prop.js: Added. (repaintTest): * svg/dynamic-updates/script-tests/SVGUseElement-svgdom-href2-prop.js: Added. (repaintTest): 2012-03-14 Philippe Normand Unreviewed, skip a new failing inspector test in GTK and add new baseline for a svg test. * platform/gtk/Skipped: * platform/gtk/svg/custom/delete-text-crash-expected.txt: Added. 2012-03-14 Philippe Normand Unreviewed, GTK rebaseline after r110667. * platform/gtk/fast/dom/Window/window-properties-expected.txt: 2012-03-14 Kentaro Hara Return null when shouldAllowAccessToNode() fails https://bugs.webkit.org/show_bug.cgi?id=80205 Reviewed by Adam Barth. shouldAllowAccessToNode() is used for window.frameElement, HTMLFrameElement.contentDocument, and getSVGDocument(). The spec of window.frameElement and HTMLFrameElement.contentDocument requires that they should return null when the security check fails. Thus this patch changes the return value from undefined to null. http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#navigating-nested-browsing-contexts-in-the-dom http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#dom-iframe-contentdocument * http/tests/security/cross-frame-access-frameelement-expected.txt: * http/tests/security/local-iFrame-from-remote.html: * platform/chromium/http/tests/security/cross-frame-access-put-expected.txt: * platform/gtk/http/tests/security/cross-frame-access-put-expected.txt: 2012-03-13 Yosifumi Inoue [Forms] Hidden input element should not have labels. https://bugs.webkit.org/show_bug.cgi?id=80403 Reviewed by Kent Tamura. This patch changes expected text for null value of labels attribute of hidden input type and labelable-elements to check null value for the labels attribute of input type. * fast/forms/label/labelable-elements-expected.txt: * fast/forms/label/labelable-elements.html: * fast/forms/label/labels-add-htmlFor-label-expected.txt: * fast/forms/label/labels-add-parent-label-expected.txt: * fast/forms/label/labels-change-htmlFor-attribute-expected.txt: * fast/forms/label/labels-multiple-sibling-labels-expected.txt: * fast/forms/label/labels-parent-and-sibling-labels-expected.txt: * fast/forms/label/labels-remove-htmlFor-attribute-expected.txt: * fast/forms/label/labels-remove-htmlFor-label-expected.txt: * fast/forms/label/labels-remove-parent-label-expected.txt: * fast/forms/label/labels-set-htmlFor-attribute-expected.txt: * platform/chromium/fast/forms/label/labelable-elements-expected.txt: * platform/mac/fast/forms/label/labelable-elements-expected.txt: 2012-03-13 Yosifumi Inoue [Forms] The "output" element should have labels. https://bugs.webkit.org/show_bug.cgi?id=80466 Reviewed by Kent Tamura. This patch updates expectation for functioning the "labels" attribute of the "output" elements which was not working so far. * fast/forms/label/labelable-elements-expected.txt: * fast/forms/label/labels-add-htmlFor-label-expected.txt: * fast/forms/label/labels-add-parent-label-expected.txt: * fast/forms/label/labels-change-htmlFor-attribute-expected.txt: * fast/forms/label/labels-multiple-sibling-labels-expected.txt: * fast/forms/label/labels-parent-and-sibling-labels-expected.txt: * fast/forms/label/labels-remove-htmlFor-attribute-expected.txt: * fast/forms/label/labels-remove-htmlFor-label-expected.txt: * fast/forms/label/labels-remove-parent-label-expected.txt: * fast/forms/label/labels-set-htmlFor-attribute-expected.txt: * platform/chromium/fast/forms/label/labelable-elements-expected.txt: * platform/mac/fast/forms/label/labelable-elements-expected.txt 2012-03-13 Hajime Morrita Unreviewed, marking some tests flaky. * platform/chromium/test_expectations.txt: 2012-03-13 Ojan Vafai FREEEEEDOOM!!! Last set of bulk Chromium-Lion rebaselines. 2012-03-13 Jessie Berlin WebKitTestRunner needs a more-complete implementation of eventSender. https://bugs.webkit.org/show_bug.cgi?id=42194 Skip yet another test that uses eventSender. * platform/wk2/Skipped: 2012-03-13 Erik Arvidsson Remove duplicate GC functions from layout tests https://bugs.webkit.org/show_bug.cgi?id=81047 Reviewed by Ojan Vafai. * fast/canvas/webgl/shader-deleted-by-accessor.html: * fast/dom/Window/customized-property-survives-gc.html: * fast/dom/inline-event-attributes-lookup-removed-form.html: * fast/dom/inline-event-attributes-lookup-removed.html: * fast/dom/shadow/gc-shadow.html: * fast/filesystem/resources/file-writer-gc-blob.js: * fast/forms/input-image-submit.html: * fast/forms/interactive-validation-remove-node-in-handler.html: * fast/forms/select-set-length-with-mutation-remove.html: * fast/js/resources/js-test-pre.js: (gc.else.gcRec): (gc): * http/tests/websocket/tests/hixie76/close-on-unload-and-force-gc.html: * http/tests/websocket/tests/hybi/close-on-unload-and-force-gc.html: * webaudio/mediaelementaudiosourcenode-gc.html: 2012-03-13 Jessie Berlin WebKitTestRunner needs layoutTestController.setEditingBehavior https://bugs.webkit.org/show_bug.cgi?id=42689 Add more tests that use setEditingBehavior to the wk2 Skipped list. * platform/wk2/Skipped: 2012-03-13 Adrienne Walker [chromium] Unreviewed, rebaseline fast/canvas/canvas-text-alignment https://bugs.webkit.org/show_bug.cgi?id=78529 After r110620, root layer scrollbars are drawn opaque, so they no longer differ between debug and release due to alpha values. Rebaselining this test. * platform/chromium-linux/platform/chromium/virtual/gpu/fast/canvas/canvas-text-alignment-expected.png: * platform/chromium/test_expectations.txt: 2012-03-13 Alexey Proskuryakov Update fast/js/global-constructors.html test results. * platform/mac/fast/js/global-constructors-expected.txt: Added Selection.toString and WebKitMutationObserver.toString. Selection got exposed in , and WebKitMutationObserver was probably failing for even longer. 2012-03-13 Tim Horton platform/mac/fast/forms/input-appearance-spinbutton(-up) fail on Lion https://bugs.webkit.org/show_bug.cgi?id=81058 Add unreviewed expected failing result (which may actually be correct) for mac. * platform/mac/fast/forms/input-appearance-spinbutton-expected.txt: * platform/mac/fast/forms/input-appearance-spinbutton-up-expected.txt: 2012-03-13 Jessie Berlin MediaStream is not enabled on Mac. Skip all related tests. * platform/mac/Skipped: 2012-03-13 Dan Bernstein [Mac] Assertion failure in collectComplexTextRunsForCharactersCoreText https://bugs.webkit.org/show_bug.cgi?id=77044 Reviewed by Sam Weinig. * platform/mac/fast/text/core-text-fallback-to-unknown-font-expected.txt: Added. * platform/mac/fast/text/core-text-fallback-to-unknown-font.html: Added. 2012-03-13 Erik Arvidsson [V8] Use v8::V8::AddImplicitReferences instead of SetHiddenValue https://bugs.webkit.org/show_bug.cgi?id=80880 Reviewed by Adam Barth. * platform/chromium/test_expectations.txt: 2012-03-13 Jacky Jiang MathML crash in WebCore::Node::previousSibling() https://bugs.webkit.org/show_bug.cgi?id=80773 Reviewed by Julien Chaffraix. * mathml/msub-anonymous-child-render-crash-expected.txt: Added. * mathml/msub-anonymous-child-render-crash.html: Added. 2012-03-13 Mihnea Ovidenie [CSSRegions]NamedFlow::getRegionsByContentNode should not return a live NodeList https://bugs.webkit.org/show_bug.cgi?id=81021 Reviewed by Ryosuke Niwa. Reverting the original patch as we need a better solution. * fast/regions/get-regions-by-content-node-expected.txt: Removed. * fast/regions/get-regions-by-content-node-horiz-bt-expected.txt: Removed. * fast/regions/get-regions-by-content-node-horiz-bt.html: Removed. * fast/regions/get-regions-by-content-node-horiz-tb-expected.txt: Removed. * fast/regions/get-regions-by-content-node-horiz-tb.html: Removed. * fast/regions/get-regions-by-content-node-vert-lr-expected.txt: Removed. * fast/regions/get-regions-by-content-node-vert-lr.html: Removed. * fast/regions/get-regions-by-content-node-vert-rl-expected.txt: Removed. * fast/regions/get-regions-by-content-node-vert-rl.html: Removed. * fast/regions/get-regions-by-content-node.html: Removed. * fast/regions/get-regions-by-content-node2-expected.txt: Removed. * fast/regions/get-regions-by-content-node2.html: Removed. 2012-03-13 Adam Barth Note that this test is flaky. The flakiness dashboard says that this test has been flaky for a while. * platform/chromium/test_expectations.txt: 2012-03-13 Adam Barth Add a Leopard-specific baseline for fast/forms/file/file-input-pressed-state and generalize the chromium-win-vista baseline to include all of windows. * platform/chromium-mac-leopard/fast/forms/file/file-input-pressed-state-expected.png: Added. * platform/chromium-win-vista/fast/forms/file: Removed. * platform/chromium-win-vista/fast/forms/file/file-input-pressed-state-expected.png: Removed. * platform/chromium-win-xp/fast/forms/file: Removed. * platform/chromium-win/fast/forms/file/file-input-pressed-state-expected.png: Added. 2012-03-13 Tony Chang more multiline flexbox tests https://bugs.webkit.org/show_bug.cgi?id=81025 Reviewed by Ojan Vafai. Add a test case for wrap-reverse to verify that we align with the end of the flexbox. * css3/flexbox/multiline-reverse-wrap-overflow-expected.txt: Added. * css3/flexbox/multiline-reverse-wrap-overflow.html: Added. 2012-03-13 Darin Fisher fast/loader/form-submission-after-beforeunload-cancel.html is flaky https://bugs.webkit.org/show_bug.cgi?id=81024 Reviewed by Andy Estes. * fast/loader/form-submission-after-beforeunload-cancel.html: Give the form post a better chance of loading before the FAIL timer. 2012-03-13 Dave Tharp Alternate xml-stylesheets with no title are loaded, in violation of the CSSOM draft https://bugs.webkit.org/show_bug.cgi?id=77549 Reviewed by David Hyatt. Added new text test, modified existing test: added title attribute to alternate stylesheet. * fast/css/xml-stylesheet-alternate-no-title-expected.txt: Added. * fast/css/xml-stylesheet-alternate-no-title.xhtml: Added. * fast/css/xml-stylesheet-alternate-processing.xhtml: 2012-03-13 Alexey Proskuryakov Adding missing results. * platform/mac/media/audio-repaint-expected.txt: Added. * platform/mac/media/controls-strict-expected.txt: Added. * platform/mac/media/video-controls-rendering-expected.txt: Added. * platform/mac/media/video-no-audio-expected.txt: Added. * platform/mac/media/video-display-toggle-expected.txt: Added. These already had PNG results, but no text results for platform/mac. * platform/mac/media/controls-layout-direction-expected.png: Added. * platform/mac/media/video-playing-and-pause-expected.png: Added. These had text results, but no pixel ones. 2012-03-13 Dave Tharp Alternate stylesheets (without title attribute) are loaded on refresh https://bugs.webkit.org/show_bug.cgi?id=24354 Reviewed by David Hyatt. Addapted alternate stylesheet tests from http://robballou.com/switcher/sandbox/alternate1.php * fast/css/link-alternate-stylesheet-1-expected.txt: Added. * fast/css/link-alternate-stylesheet-1.html: Added. * fast/css/link-alternate-stylesheet-2-expected.txt: Added. * fast/css/link-alternate-stylesheet-2.html: Added. * fast/css/link-alternate-stylesheet-3-expected.txt: Added. * fast/css/link-alternate-stylesheet-3.html: Added. * fast/css/link-alternate-stylesheet-4-expected.txt: Added. * fast/css/link-alternate-stylesheet-4.html: Added. * fast/css/link-alternate-stylesheet-5-expected.txt: Added. * fast/css/link-alternate-stylesheet-5.html: Added. * fast/css/resources/basic.css: Added. (body): (code): (#source): * fast/css/resources/high.css: Added. (body): (h1): * fast/css/resources/normal.css: Added. (body): (h1): * fast/css/resources/small.css: Added. (body): 2012-03-13 Jessie Berlin WKTR needs an implementation of setAsynchronousSpellCheckingEnabled. https://bugs.webkit.org/show_bug.cgi?id=81042 Skip some tests on Mac WK2 that use setAsynchronousSpellCheckingEnabled. * platform/mac-wk2/Skipped: 2012-03-13 Adam Barth Copy the platform-independent result for this test to chromium-mac to hide the failing result added to apple-mac in http://trac.webkit.org/changeset/110614. * platform/chromium/fast/forms/label: Added. * platform/chromium/fast/forms/label/labelable-elements-expected.txt: Added. 2012-03-13 Adam Barth For some reason chromium-win and chromium-linux have a different number of spaces in the expected results file. * platform/chromium-win/media/sources-fallback-codecs-expected.txt: Added. 2012-03-13 Adam Barth Merge expectations for svg/as-background-image/svg-as-background-6.html. Previously, Snow Leopard had different expectations than every other platform, but the behavior seems to match the expectations for other platforms. Really what's going on is that this is a bad test for the reasons explained in the test_expectations.txt file. I'm not entirely sure how to fix the test to have repeatable results. This patch also notes some more compositing reflection tests as flaky, similar to the failures in https://bugs.webkit.org/show_bug.cgi?id=79823. These tests have been flaky for a while, but they seem to be failing more frequently now. I couldn't find any recent changes to explain why that might be. * platform/chromium/test_expectations.txt: 2012-03-13 Adrienne Walker [chromium] Mark root layer scrollbars as always opaque to disable blending https://bugs.webkit.org/show_bug.cgi?id=79951 Reviewed by James Robinson. Mark canvas-text-alignment.html as failing on Linux in general, not just in debug. I believe that with this change, the same image will pass on both release and debug, but will land that change separately. * platform/chromium/test_expectations.txt: 2012-03-13 Thiago Marcos P. Santos [EFL][DRT] Expose window.internals object https://bugs.webkit.org/show_bug.cgi?id=79900 Exposes window.internals for EFL's DRT. Makes possible to remove some tests from the skip list. Reviewed by Antonio Gomes. * platform/efl/Skipped: 2012-03-13 Adam Barth Add a mac-specific baseline for this new test introduced in http://trac.webkit.org/changeset/110593. This test is interested in whether it crashes, not in a 1px difference in text metrics. * platform/chromium-mac-snowleopard/svg/custom/delete-text-crash-expected.txt: Added. 2012-03-13 Adam Barth Remove bogus expectation. * platform/chromium-mac/fast/dom/nodesFromRect-basic-expected.txt: Removed. 2012-03-13 Jessie Berlin r110542: New fast/forms/label/labelable-elements.html fails. https://bugs.webkit.org/show_bug.cgi?id=80985 Add failing expected results for Mac to get the bots green. * platform/mac/fast/forms/label/labelable-elements-expected.txt: Added. 2012-03-13 Adam Barth Add image baselines after http://trac.webkit.org/changeset/110598. These tests show the platform-specific file chooser UI. * platform/chromium-linux-x86/fast/forms/file: Removed. * platform/chromium-linux/fast/forms/file/file-input-pressed-state-expected.png: Added. * platform/chromium-mac-snowleopard/fast/forms/file/file-input-pressed-state-expected.png: Added. * platform/chromium-win-vista/fast/forms/file/file-input-pressed-state-expected.png: Added. 2012-03-13 Tim Horton css3/filters/custom/custom-filter-property-computed-style.html passes in browser, fails in DRT https://bugs.webkit.org/show_bug.cgi?id=81029 Add unreviewed expected failing result for mac. * platform/mac/css3/filters/custom/custom-filter-property-computed-style-expected.txt: 2012-03-13 Ojan Vafai Chromium-Lion rebaselines. 2012-03-13 Nate Chapin Test for http://bugs.webkit.org/show_bug.cgi?id=79325. Reviewed by Oliver Hunt. * http/tests/cache/resources/body.php: Added. * http/tests/cache/xhr-body-expected.txt: Added. * http/tests/cache/xhr-body.html: Added. 2012-03-13 Alexey Proskuryakov Updating some Mac results in media directory. * platform/chromium-mac/media/sources-fallback-codecs-expected.txt: Removed. * media/sources-fallback-codecs-expected.txt: Chromium result just matched what actually happened on Mac, so merging it into cross-platform. * platform/mac/media/audio-controls-rendering-expected.txt: * platform/mac/media/controls-after-reload-expected.txt: * platform/mac/media/media-controls-clone-expected.txt: * platform/mac/media/video-playing-and-pause-expected.txt: Updated for render tree changes. I'm getting the same results locally as buildbot does. 2012-03-13 Tim Horton Unreviewed rebaseline of fast/css/getComputedStyle/computed-style(without-renderer).html for mac, adding -webkit-grid-* * platform/mac/fast/css/getComputedStyle/computed-style-expected.txt: Added. * platform/mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt: 2012-03-13 Philippe Normand Unreviewed, GTK rebaseline after r110587. * platform/gtk/fast/dom/Window/window-properties-expected.txt: * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt: * platform/gtk/fast/dom/call-a-constructor-as-a-function-expected.txt: * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: * platform/gtk/fast/js/global-constructors-expected.txt: 2012-03-13 Julien Chaffraix Too many tests (200+ on SL, 80+ on Lion) tests are failing on Mac port https://bugs.webkit.org/show_bug.cgi?id=80447 Unreviewed test rebaseline after r110072. * platform/mac/test_expectations.txt: * platform/mac/Skipped: Moved an entry from test_expectations.txt to Skipped as it was failing differently that expected (same image, different text baseline). * platform/mac/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: * platform/mac/fast/block/lineboxcontain/glyphs-expected.txt: * platform/mac/fast/clip/008-expected.txt: * platform/mac/fast/forms/input-text-double-click-expected.txt: * platform/mac/fast/repaint/overflow-delete-line-expected.txt: Rebaselined those tests. 2012-03-13 Daniel Bates REGRESSION(r99369): File input button doesn't highlight when pressed https://bugs.webkit.org/show_bug.cgi?id=79385 Reviewed by Kent Tamura. Add test to ensure that the file input button visually changes when pressed. * fast/forms/file/file-input-pressed-state-expected.txt: Added. * fast/forms/file/file-input-pressed-state.html: Added. * platform/mac/fast/forms/file/file-input-pressed-state-expected.png: Added. 2012-03-13 Dana Jansens [chromium] Use CCOcclusionTracker for draw culling https://bugs.webkit.org/show_bug.cgi?id=80743 Reviewed by Adrienne Walker. * platform/chromium-linux/compositing/direct-image-compositing-expected.png: * platform/chromium-linux/compositing/geometry/vertical-scroll-composited-expected.png: * platform/chromium-linux/platform/chromium/compositing/huge-layer-rotated-expected.png: * platform/chromium/test_expectations.txt: 2012-03-12 Antonio Gomes Convert nodesFromRect tests to use Internals interface https://bugs.webkit.org/show_bug.cgi?id=80886 Reviewed by Ryosuke Niwa. Adjust nodesFromRect tests to use Internals instead of LayoutTestController interface. * fast/dom/resources/nodesFromRect.js: (check): 2012-03-13 Philip Rogers Fix the use of stale text fragments https://bugs.webkit.org/show_bug.cgi?id=80729 Reviewed by Nikolas Zimmermann. * svg/custom/delete-text-crash-expected.png: Added. * svg/custom/delete-text-crash-expected.txt: Added. * svg/custom/delete-text-crash.html: Added. 2012-03-13 Ojan Vafai Fix some broken layout test rebaselines from the various chromium-lion rebaselining patches. The bugs in the rebaseline tool that caused the breakages are now fixed. * platform/chromium-mac-leopard/css2.1/t1202-counter-04-b-expected.txt: Added. * platform/chromium-mac-leopard/css2.1/t1202-counters-04-b-expected.txt: Added. * platform/chromium-mac-leopard/editing/pasteboard/paste-table-cells-expected.png: Added. * platform/chromium-mac-leopard/fast/block/basic/014-expected.png: Added. * platform/chromium-mac-leopard/fast/block/basic/020-expected.png: Added. * platform/chromium-mac-leopard/fast/block/float/dynamic-unfloat-pref-width-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png. * platform/chromium-mac-leopard/fast/block/margin-collapse/044-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png. * platform/chromium-mac-leopard/fast/block/margin-collapse/045-expected.png: Added. * platform/chromium-mac-leopard/fast/block/positioning/054-expected.png: Added. * platform/chromium-mac-leopard/fast/css/pseudo-element-line-break-expected.png: Added. * platform/chromium-mac-leopard/fast/events/onload-re-entry-expected.png: Added. * platform/chromium-mac-leopard/fast/forms/disabled-select-change-index-expected.txt: * platform/chromium-mac-leopard/fast/forms/select-writing-direction-natural-expected.png: Added. * platform/chromium-mac-leopard/fast/forms/select-writing-direction-natural-expected.txt: Added. * platform/chromium-mac-leopard/fast/inline/002-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png. * platform/chromium-mac-leopard/fast/inline/vertical-align-text-bottom-expected.png: Added. * platform/chromium-mac-leopard/fast/invalid/002-expected.png: Added. * platform/chromium-mac-leopard/fast/invalid/005-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png. * platform/chromium-mac-leopard/fast/invalid/007-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png. * platform/chromium-mac-leopard/fast/invalid/020-expected.png: Added. * platform/chromium-mac-leopard/fast/invalid/missing-end-tag-expected.png: Added. * platform/chromium-mac-leopard/fast/lists/006-expected.png: Added. * platform/chromium-mac-leopard/fast/loader/text-document-wrapping-expected.png: Added. * platform/chromium-mac-leopard/fast/parser/tabs-in-scripts-expected.png: Added. * platform/chromium-mac-leopard/fast/parser/xhtml-alternate-entities-expected.png: Added. * platform/chromium-mac-leopard/fast/replaced/three-selects-break-expected.png: Added. * platform/chromium-mac-leopard/fast/selectors/002-expected.png: Added. * platform/chromium-mac-leopard/fast/table/001-expected.png: Added. * platform/chromium-mac-leopard/fast/table/010-expected.png: Added. * platform/chromium-mac-leopard/fast/table/013-expected.png: Added. * platform/chromium-mac-leopard/fast/table/015-expected.png: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png. * platform/chromium-mac-leopard/fast/table/022-expected.png: Added. * platform/chromium-mac-leopard/scrollbars/basic-scrollbar-expected.png: Added. * platform/chromium-mac-leopard/scrollbars/disabled-scrollbar-expected.png: Added. * platform/chromium-mac-leopard/scrollbars/scrollbar-buttons-expected.png: Added. * platform/chromium-mac-leopard/scrollbars/scrollbar-orientation-expected.png: Added. * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png: * platform/chromium/test_expectations.txt: 2012-03-13 Ojan Vafai Chromium-Lion rebaselines. 2012-03-13 Igor Oliveira animation-iteration-count does not handle floating point values correctly. https://bugs.webkit.org/show_bug.cgi?id=69531 Reviewed by Dean Jackson. * animations/fill-mode-iteration-count-non-integer-expected.txt: Added. * animations/fill-mode-iteration-count-non-integer.html: Added. * animations/keyframes-iteration-count-non-integer-expected.txt: Added. * animations/keyframes-iteration-count-non-integer.html: Added. 2012-03-13 Tommy Widenflycht MediaStream API: Rename PeerConnection to DeprecatedPeerConnection https://bugs.webkit.org/show_bug.cgi?id=80692 Reviewed by Adam Barth. First patch in a series of patches to change the PeerConnection from ROAP to JSEP, see bug 80589 for more information. * fast/dom/call-a-constructor-as-a-function.html: * fast/mediastream/peerconnection-Attributes-expected.txt: * fast/mediastream/peerconnection-addstream-expected.txt: * fast/mediastream/peerconnection-argument-types-expected.txt: * fast/mediastream/peerconnection-eventlistener-optional-argument.html: * fast/mediastream/peerconnection-mediastreamlist.html: * fast/mediastream/peerconnection-removestream-expected.txt: * fast/mediastream/script-tests/Attributes.js: * fast/mediastream/script-tests/argument-types.js: * fast/mediastream/script-tests/peerconnection-addstream.js: * fast/mediastream/script-tests/peerconnection-removestream.js: * platform/chromium/fast/dom/call-a-constructor-as-a-function-expected.txt: * platform/gtk/fast/dom/call-a-constructor-as-a-function-expected.txt: 2012-03-13 Tony Chang flexbox's computePreferredLogicalWidth needs to take multiline into account https://bugs.webkit.org/show_bug.cgi?id=80931 Reviewed by Ojan Vafai. * css3/flexbox/cross-axis-scrollbar.html: * css3/flexbox/multiline-align.html: * css3/flexbox/multiline-pack.html: * css3/flexbox/multiline-shrink-to-fit-expected.html: Added. * css3/flexbox/multiline-shrink-to-fit.html: Added. * css3/flexbox/multiline.html: 2012-03-13 Max Vujovic Add a method to window.internals to enable testing of inspector highlight rects https://bugs.webkit.org/show_bug.cgi?id=80338 Reviewed by Pavel Feldman. * inspector/elements/highlight-node-expected.txt: Added. * inspector/elements/highlight-node.html: Added. 2012-03-13 Adam Barth Note that fast/loader/window-properties-restored-from-page-cache.html depends on the page cache. * platform/chromium/test_expectations.txt: 2012-03-13 Vsevolod Vlasov Web Inspector: Add snippets model. https://bugs.webkit.org/show_bug.cgi?id=80863 Reviewed by Yury Semikhatsky. * inspector/debugger/snippets-model-expected.txt: Added. * inspector/debugger/snippets-model.html: Added. 2012-03-13 Nikolas Zimmermann [Qt] svg/animations tests are very flaky https://bugs.webkit.org/show_bug.cgi?id=80703 Reviewed by Rob Buis. Overhaul the svg/animation frameworks, to be more stable. Especially discrete animations were flaky on Qt, because some tests still sampled at integral times like 2.0s, instead of 1.999s (before change), and 2.001s (after change). Always use shouldBeCloseEnough() when comparing font-sizes/color values/, as there's always an uncertainity about the actual sampling time (low but may lead to 40.01px values, instead of 40px). This makes these tests also stable in Firefox/Opera, which was the ultimate goal! * platform/qt/Skipped: Unskip svg/animation tests. * svg/animations/additive-values-width-animation-expected.txt: * svg/animations/animate-color-calcMode-discrete-expected.txt: * svg/animations/animate-color-fill-currentColor-expected.txt: * svg/animations/animate-color-fill-from-by-expected.txt: * svg/animations/animate-color-rgba-calcMode-discrete-expected.txt: * svg/animations/animate-color-transparent-expected.txt: * svg/animations/animate-currentColor-expected.txt: * svg/animations/animate-dynamic-update-attributeName-expected.txt: * svg/animations/animate-elem-03-t-drt-expected.txt: * svg/animations/animate-end-attribute-expected.txt: * svg/animations/animate-from-to-keyTimes-expected.txt: * svg/animations/animate-inherit-css-property-expected.txt: * svg/animations/animate-keySplines-expected.txt: * svg/animations/animate-number-calcMode-discrete-expected.txt: * svg/animations/animate-number-calcMode-discrete-keyTimes-expected.txt: * svg/animations/attributeTypes-expected.txt: * svg/animations/resources/SVGAnimationTestCase.js: (expectColor): (expectFillColor): (moveAnimationTimelineAndSample): * svg/animations/script-tests/additive-values-width-animation.js: (executeTest): * svg/animations/script-tests/animVal-basics.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/animate-calcMode-spline-by.js: (sample1): (executeTest): * svg/animations/script-tests/animate-calcMode-spline-from-by.js: (sample1): (executeTest): * svg/animations/script-tests/animate-calcMode-spline-from-to.js: (sample1): (executeTest): * svg/animations/script-tests/animate-calcMode-spline-to.js: (sample1): (executeTest): * svg/animations/script-tests/animate-calcMode-spline-values.js: (sample1): (executeTest): * svg/animations/script-tests/animate-color-calcMode-discrete.js: (sample1): (sample2): (sample3): (executeTest): * svg/animations/script-tests/animate-color-fill-currentColor.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/animate-color-fill-from-by.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/animate-color-rgba-calcMode-discrete.js: (parseAlphaFromColor): (red): * svg/animations/script-tests/animate-color-transparent.js: (expectTransparent): (expectOtherColor): * svg/animations/script-tests/animate-currentColor.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/animate-dynamic-update-attributeName.js: (sample1): (sample2): (sample3): (sample4): (executeTest): * svg/animations/script-tests/animate-elem-03-t-drt.js: (parseFontSizeFromString): (sample1): (sample2): (sample3): * svg/animations/script-tests/animate-end-attribute.js: (sample1): (sample2): * svg/animations/script-tests/animate-endElement-beginElement.js: (sample1): * svg/animations/script-tests/animate-from-to-keyTimes.js: * svg/animations/script-tests/animate-gradient-transform.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/animate-inherit-css-property.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/animate-insert-begin.js: (sample1): (sample2): * svg/animations/script-tests/animate-insert-no-begin.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/animate-keySplines.js: (sample3): (sample4): (executeTest): * svg/animations/script-tests/animate-number-calcMode-discrete-keyTimes.js: (executeTest): * svg/animations/script-tests/animate-number-calcMode-discrete.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/animate-path-animation-Cc-Ss.js: (sample1): (sample2): (sample3): (executeTest): * svg/animations/script-tests/animate-path-animation-Ll-Vv-Hh.js: (sample1): (sample2): (sample3): (executeTest): * svg/animations/script-tests/animate-path-animation-Qq-Tt.js: (sample1): (sample2): (sample3): (executeTest): * svg/animations/script-tests/animate-path-animation-cC-sS-inverse.js: (sample1): (sample2): (sample3): (executeTest): * svg/animations/script-tests/animate-path-animation-lL-vV-hH-inverse.js: (sample1): (sample2): (sample3): (executeTest): * svg/animations/script-tests/animate-path-animation-qQ-tT-inverse.js: (sample1): (sample2): (sample3): (executeTest): * svg/animations/script-tests/animate-path-to-animation.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/animateTransform-pattern-transform.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/attributeTypes.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/multiple-animations-fill-freeze.js: (sample1): (sample2): (sample3): (sample4): (sample5): (sample6): (sample7): (sample8): * svg/animations/script-tests/svgPreserveAspectRatio-animation-1.js: (executeTest): * svg/animations/script-tests/svgangle-animation-deg-to-grad.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svgangle-animation-deg-to-rad.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svgangle-animation-grad-to-deg.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svgangle-animation-grad-to-rad.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svgangle-animation-rad-to-deg.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svgangle-animation-rad-to-grad.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svgboolean-animation-1.js: (executeTest): * svg/animations/script-tests/svginteger-animation-1.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svglength-animation-LengthModeHeight.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svglength-animation-LengthModeOther.js: (sample1): (executeTest): * svg/animations/script-tests/svglength-animation-LengthModeWidth.js: (sample1): (executeTest): * svg/animations/script-tests/svglength-animation-invalid-value-1.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svglength-animation-invalid-value-2.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svglength-animation-invalid-value-3.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svglength-animation-number-to-number.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svglength-animation-px-to-cm.js: (sample1): (executeTest): * svg/animations/script-tests/svglength-animation-px-to-ems.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svglength-animation-px-to-exs.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svglength-animation-px-to-in.js: (sample1): (executeTest): * svg/animations/script-tests/svglength-animation-px-to-number.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svglength-animation-px-to-pc.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svglength-animation-px-to-percentage.js: (sample1): (executeTest): * svg/animations/script-tests/svglength-animation-px-to-pt.js: (sample1): (executeTest): * svg/animations/script-tests/svglength-animation-px-to-px.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svglength-animation-unitType.js: (executeTest): * svg/animations/script-tests/svglength-animation-values.js: (sample1): (sample2): (sample4): (executeTest): * svg/animations/script-tests/svglengthlist-animation-1.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svglengthlist-animation-2.js: (sample1): (executeTest): * svg/animations/script-tests/svglengthlist-animation-3.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svglengthlist-animation-4.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svglengthlist-animation-5.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svgnumber-animation-1.js: (sample1): (sample2): (sample3): (executeTest): * svg/animations/script-tests/svgnumber-animation-2.js: (sample1): (sample2): (sample3): (executeTest): * svg/animations/script-tests/svgnumber-animation-3.js: (sample1): (sample2): (sample3): (executeTest): * svg/animations/script-tests/svgnumberlist-animation-1.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svgnumberlist-animation-2.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svgnumberoptionalnumber-animation-1.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svgnumberoptionalnumber-animation-2.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svgnumberoptionalnumber-animation-3.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svgnumberoptionalnumber-animation-4.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svgpath-animation-1.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svgpointlist-animation-1.js: (sample1): (sample2): (sample3): (executeTest): * svg/animations/script-tests/svgpointlist-animation-2.js: (sample1): (sample2): (sample3): (executeTest): * svg/animations/script-tests/svgrect-animation-1.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svgrect-animation-2.js: (sample1): (sample2): (executeTest): * svg/animations/script-tests/svgstring-animation-fallback-to-discrete.js: (executeTest): * svg/animations/script-tests/svgtransform-animation-1.js: (sample1): (sample2): * svg/animations/script-tests/svgtransform-animation-discrete.js: (sample1): (executeTest): * svg/animations/svglength-animation-invalid-value-1-expected.txt: * svg/animations/svglength-animation-invalid-value-2-expected.txt: * svg/animations/svglength-animation-invalid-value-3-expected.txt: * svg/animations/svglength-animation-unitType-expected.txt: * svg/animations/svgnumber-animation-1-expected.txt: * svg/animations/svgnumber-animation-2-expected.txt: * svg/animations/svgnumber-animation-3-expected.txt: * svg/animations/svgtransform-animation-discrete-expected.txt: 2012-03-12 Brady Eidson and https://bugs.webkit.org/show_bug.cgi?id=34679 Location and other objects are dysfunctional after a document gets restored from page cache Reviewed by Adam Barth. * fast/loader/window-properties-restored-from-page-cache-expected.txt: Added. * fast/loader/window-properties-restored-from-page-cache.html: Added. 2012-03-13 ChangSeok Oh [EFL] [DRT] Implement scheduleAsynchronousKeyDown. https://bugs.webkit.org/show_bug.cgi?id=79601 Reviewed by Gustavo Noronha Silva. Removed following two skipped tests. fast/mutation/end-of-task-delivery.html fast/mutation/inline-event-listener.html * platform/efl/Skipped: 2012-03-13 Stephen Chenney Crash in WebCore::GraphicsContext::paintingDisabled https://bugs.webkit.org/show_bug.cgi?id=80669 Reviewed by Nikolas Zimmermann. * svg/custom/circular-clip-path-references-crash-expected.svg: Added. * svg/custom/circular-clip-path-references-crash.svg: Added. 2012-03-13 Ádám Kallai [Qt] Skip some tests until fix. Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: 2012-03-13 Hajime Morrita Unreviewed, skipping some more failing tests. * platform/chromium/test_expectations.txt: 2012-03-13 Philippe Normand Unreviewed, skip new failing test on GTK. * platform/gtk/Skipped: 2012-03-13 Hajime Morrita Unreviewed, marking a test as fail which needs reaseline. * platform/chromium/test_expectations.txt: 2012-03-13 Hajime Morrita Unreviewed, skipping some failing tests. * platform/chromium/test_expectations.txt: 2012-03-13 Shinya Kawanaka REGRESSION: Spellcheck tests hit assertions on Mac. https://bugs.webkit.org/show_bug.cgi?id=80883 Reviewed by Ryosuke Niwa. Some words used in spellcheck-paste.js are considered as correct spellings in Mac's spellchecker. This patch changes them into 'zz' so that Mac's spellchecker can make them as misspelling. * editing/spelling/script-tests/spellcheck-paste.js: (pasteAndVerify.trial): (pasteAndVerify): (tests): * editing/spelling/spellcheck-paste-expected.txt: 2012-03-12 Nikolas Zimmermann SVG Animations update baseVal instead of animVal https://bugs.webkit.org/show_bug.cgi?id=12437 Reviewed by Dirk Schulze. Update test expectations after turning on animVal support for SVGLength, the first primitive now support animVal. Added several new tests, checking additive behaviour with SVGLength objects, removing animation elements while animations are running (+ test repainting of those cases), etc. * platform/mac/svg/repaint/repainting-after-animation-element-removal-expected.png: Added. * platform/mac/svg/repaint/repainting-after-animation-element-removal-expected.txt: Added. * svg/animations/additive-from-to-width-animation-expected.txt: Added. * svg/animations/additive-from-to-width-animation.html: Added. * svg/animations/additive-values-width-animation-expected.txt: Added. * svg/animations/additive-values-width-animation.html: Added. * svg/animations/animVal-basics-expected.txt: * svg/animations/animate-calcMode-spline-by-expected.txt: * svg/animations/animate-calcMode-spline-from-by-expected.txt: * svg/animations/animate-calcMode-spline-from-to-expected.txt: * svg/animations/animate-calcMode-spline-to-expected.txt: * svg/animations/animate-calcMode-spline-values-expected.txt: * svg/animations/animate-elem-02-t-drt-expected.txt: * svg/animations/animate-elem-09-t-drt-expected.txt: * svg/animations/animate-elem-10-t-drt-expected.txt: * svg/animations/animate-elem-11-t-drt-expected.txt: * svg/animations/animate-elem-12-t-drt-expected.txt: * svg/animations/animate-elem-13-t-drt-expected.txt: * svg/animations/animate-elem-14-t-drt-expected.txt: * svg/animations/animate-elem-15-t-drt-expected.txt: * svg/animations/animate-elem-16-t-drt-expected.txt: * svg/animations/animate-elem-17-t-drt-expected.txt: * svg/animations/animate-elem-18-t-drt-expected.txt: * svg/animations/animate-elem-19-t-drt-expected.txt: * svg/animations/animate-end-attribute-expected.txt: * svg/animations/animate-endElement-beginElement-expected.txt: * svg/animations/animate-from-to-keyTimes-expected.txt: * svg/animations/animate-insert-begin-expected.txt: * svg/animations/animate-insert-no-begin-expected.txt: * svg/animations/animate-keySplines-expected.txt: * svg/animations/animate-number-calcMode-discrete-keyTimes-expected.txt: * svg/animations/attributeTypes-expected.txt: * svg/animations/change-baseVal-while-animating-fill-freeze-2-expected.txt: Added. * svg/animations/change-baseVal-while-animating-fill-freeze-2.html: Added. * svg/animations/change-baseVal-while-animating-fill-freeze-expected.txt: Added. * svg/animations/change-baseVal-while-animating-fill-freeze.html: Added. * svg/animations/change-baseVal-while-animating-fill-remove-2-expected.txt: Added. * svg/animations/change-baseVal-while-animating-fill-remove-2.html: Added. * svg/animations/change-baseVal-while-animating-fill-remove-expected.txt: Added. * svg/animations/change-baseVal-while-animating-fill-remove.html: Added. * svg/animations/change-target-while-animating-SVG-property-expected.txt: Added. * svg/animations/change-target-while-animating-SVG-property.html: Added. * svg/animations/multiple-animations-fill-freeze-expected.txt: Added. * svg/animations/multiple-animations-fill-freeze.html: Added. * svg/animations/remove-animation-element-while-animation-is-running-expected.txt: Added. * svg/animations/remove-animation-element-while-animation-is-running.html: Added. * svg/animations/resources/additive-from-to-width-animation.svg: Added. * svg/animations/resources/additive-values-width-animation.svg: Added. * svg/animations/resources/change-baseVal-while-animating-fill-freeze.svg: Added. * svg/animations/resources/change-baseVal-while-animating-fill-remove.svg: Added. * svg/animations/resources/change-target-while-animating-SVG-property.svg: Added. * svg/animations/resources/multiple-animations-fill-freeze.svg: Added. * svg/animations/resources/remove-animation-element-while-animation-is-running.svg: Added. * svg/animations/script-tests/additive-from-to-width-animation.js: Added. (sample1): (sample2): (sample3): (executeTest): * svg/animations/script-tests/additive-values-width-animation.js: Added. (sample1): (sample2): (sample3): (changeBaseVal): (sample4): (sample5): (executeTest): * svg/animations/script-tests/animVal-basics.js: (sample2): (sample3): * svg/animations/script-tests/animate-calcMode-spline-by.js: (sample2): (sample3): * svg/animations/script-tests/animate-calcMode-spline-from-by.js: (sample2): (sample3): * svg/animations/script-tests/animate-calcMode-spline-from-to.js: (sample2): (sample3): * svg/animations/script-tests/animate-calcMode-spline-to.js: (sample2): (sample3): * svg/animations/script-tests/animate-calcMode-spline-values.js: (sample2): (sample3): * svg/animations/script-tests/animate-elem-02-t-drt.js: (sampleAfterBegin): (sampleAfterMid): (sampleAfterBeginOfFirstRepetition): (sampleAfterMidOfFirstRepetition): * svg/animations/script-tests/animate-elem-09-t-drt.js: (sample1): (sample2): (sample3): (sample4): * svg/animations/script-tests/animate-elem-10-t-drt.js: (sample1): (sample2): (sample3): (sample4): * svg/animations/script-tests/animate-elem-11-t-drt.js: (sample1): (sample2): (sample3): (sample4): * svg/animations/script-tests/animate-elem-12-t-drt.js: (sample1): (sample2): (sample3): (sample4): * svg/animations/script-tests/animate-elem-13-t-drt.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/animate-elem-14-t-drt.js: (sample1): (sample2): (sample3): (sample4): * svg/animations/script-tests/animate-elem-15-t-drt.js: (sample1): (sample2): (sample3): (sample4): * svg/animations/script-tests/animate-elem-16-t-drt.js: (sample1): (sample2): (sample3): (sample4): * svg/animations/script-tests/animate-elem-17-t-drt.js: (sample1): (sample2): (sample3): (sample4): * svg/animations/script-tests/animate-elem-18-t-drt.js: (sample1): (sample2): (sample3): (sample4): * svg/animations/script-tests/animate-elem-19-t-drt.js: (sample1): (sample2): (sample3): (sample4): * svg/animations/script-tests/animate-end-attribute.js: (sample2): (sample3): * svg/animations/script-tests/animate-endElement-beginElement.js: (sample1): * svg/animations/script-tests/animate-from-to-keyTimes.js: (sample1): (sample2): * svg/animations/script-tests/animate-insert-begin.js: (sample1): (sample2): * svg/animations/script-tests/animate-insert-no-begin.js: (sample1): (sample2): * svg/animations/script-tests/animate-keySplines.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/animate-number-calcMode-discrete-keyTimes.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/attributeTypes.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/change-baseVal-while-animating-fill-freeze-2.js: Added. (sample1): (sample2): (sample3): (sample4): (sample5): (executeTest): * svg/animations/script-tests/change-baseVal-while-animating-fill-freeze.js: Added. (sample1): (sample2): (sample3): (sample4): (sample5): (executeTest): * svg/animations/script-tests/change-baseVal-while-animating-fill-remove-2.js: Added. (sample1): (sample2): (sample3): (sample4): (sample5): (executeTest): * svg/animations/script-tests/change-baseVal-while-animating-fill-remove.js: Added. (sample1): (sample2): (sample3): (sample4): (sample5): (executeTest): * svg/animations/script-tests/change-target-while-animating-SVG-property.js: Added. (sample1): (sample2): (sample3): (sample4): (sample5): (executeTest): * svg/animations/script-tests/multiple-animations-fill-freeze.js: Added. (sample1): (sample2): (sample3): (sample4): (sample5): (sample6): (sample7): (sample8): (executeTest): * svg/animations/script-tests/remove-animation-element-while-animation-is-running.js: Added. (sample1): (sample2): (sample3): (sample4): (executeTest): * svg/animations/script-tests/svglength-animation-LengthModeHeight.js: (sample2): (sample3): * svg/animations/script-tests/svglength-animation-LengthModeOther.js: (sample2): (sample3): * svg/animations/script-tests/svglength-animation-LengthModeWidth.js: (sample2): (sample3): * svg/animations/script-tests/svglength-animation-invalid-value-1.js: (sample2): * svg/animations/script-tests/svglength-animation-invalid-value-2.js: (sample2): * svg/animations/script-tests/svglength-animation-invalid-value-3.js: (sample2): * svg/animations/script-tests/svglength-animation-number-to-number.js: (sample2): (sample3): * svg/animations/script-tests/svglength-animation-px-to-cm.js: (sample2): (sample3): * svg/animations/script-tests/svglength-animation-px-to-ems.js: (sample2): (sample3): * svg/animations/script-tests/svglength-animation-px-to-exs.js: (sample2): (sample3): * svg/animations/script-tests/svglength-animation-px-to-in.js: (sample2): (sample3): * svg/animations/script-tests/svglength-animation-px-to-number.js: (sample2): (sample3): * svg/animations/script-tests/svglength-animation-px-to-pc.js: (sample2): (sample3): * svg/animations/script-tests/svglength-animation-px-to-percentage.js: (sample2): (sample3): * svg/animations/script-tests/svglength-animation-px-to-pt.js: (sample2): (sample3): * svg/animations/script-tests/svglength-animation-px-to-px.js: (sample2): (sample3): * svg/animations/script-tests/svglength-animation-unitType.js: (sample1): (sample2): (sample3): * svg/animations/script-tests/svglength-animation-values.js: (sample2): (sample3): (sample4): (sample5): * svg/animations/svglength-animation-LengthModeHeight-expected.txt: * svg/animations/svglength-animation-LengthModeOther-expected.txt: * svg/animations/svglength-animation-LengthModeWidth-expected.txt: * svg/animations/svglength-animation-invalid-value-1-expected.txt: * svg/animations/svglength-animation-invalid-value-2-expected.txt: * svg/animations/svglength-animation-invalid-value-3-expected.txt: * svg/animations/svglength-animation-number-to-number-expected.txt: * svg/animations/svglength-animation-px-to-cm-expected.txt: * svg/animations/svglength-animation-px-to-ems-expected.txt: * svg/animations/svglength-animation-px-to-exs-expected.txt: * svg/animations/svglength-animation-px-to-in-expected.txt: * svg/animations/svglength-animation-px-to-number-expected.txt: * svg/animations/svglength-animation-px-to-pc-expected.txt: * svg/animations/svglength-animation-px-to-percentage-expected.txt: * svg/animations/svglength-animation-px-to-pt-expected.txt: * svg/animations/svglength-animation-px-to-px-expected.txt: * svg/animations/svglength-animation-unitType-expected.txt: * svg/animations/svglength-animation-values-expected.txt: * svg/repaint/repainting-after-animation-element-removal.svg: Added. 2012-03-13 Philippe Normand Unreviewed, inspector test rebaseline after r110532. * inspector/styles/svg-style-expected.txt: 2012-03-13 Yosifumi Inoue [Forms] Re-factor label.for tests for extending test coverage https://bugs.webkit.org/show_bug.cgi?id=80574 Reviewed by Kent Tamura. This patch changes label.labels attribute testing with using shared utility functions, createFormControlDataSet for representing form related information of HTML5 specification and setupLabelsTeset for populating test sample dom tree and data set. This patch extends coverage of existing label.labels test to cover defined in the specification, labelable-elements.html, and adds multiple label entries tests, labels-multiple-*.html. Note: test failure of hidden input type will be fixed by https://bugs.webkit.org/show_bug.cgi?id=80403 Note: test failure of output element will be fixed by https://bugs.webkit.org/show_bug.cgi?id=80466 * fast/forms/label/labelable-elements-expected.txt: Added. * fast/forms/label/labelable-elements.html: Added. * fast/forms/label/labels-add-htmlFor-label-expected.txt: * fast/forms/label/labels-add-htmlFor-label.html: * fast/forms/label/labels-add-parent-label-expected.txt: * fast/forms/label/labels-add-parent-label.html: * fast/forms/label/labels-change-htmlFor-attribute-expected.txt: * fast/forms/label/labels-change-htmlFor-attribute.html: * fast/forms/label/labels-multiple-sibling-labels-expected.txt: Added. * fast/forms/label/labels-multiple-sibling-labels.html: Added. * fast/forms/label/labels-parent-and-sibling-labels-expected.txt: Added. * fast/forms/label/labels-parent-and-sibling-labels.html: Added. * fast/forms/label/labels-remove-htmlFor-attribute-expected.txt: * fast/forms/label/labels-remove-htmlFor-attribute.html: * fast/forms/label/labels-remove-htmlFor-label-expected.txt: * fast/forms/label/labels-remove-htmlFor-label.html: * fast/forms/label/labels-remove-parent-label-expected.txt: * fast/forms/label/labels-remove-parent-label.html: * fast/forms/label/labels-set-htmlFor-attribute-expected.txt: * fast/forms/label/labels-set-htmlFor-attribute.html: * fast/forms/resources/common.js: (createFormControlDataSet): Returns form control data set for providing labelable elements and supported elements information. * fast/forms/resources/label-test-util.js: Added. (setupLabelsTest.return.dataSet.dataSet.getLabelableElementData): (setupLabelsTest): Populate dom tree for unit tests. 2012-03-12 Sheriff Bot Unreviewed, rolling out r110524. http://trac.webkit.org/changeset/110524 https://bugs.webkit.org/show_bug.cgi?id=80936 breaks chromium win build. (Requested by morrita on #webkit). * platform/chromium/test_expectations.txt: 2012-03-12 Hans Muller SVG should support transform-origin and relative values https://bugs.webkit.org/show_bug.cgi?id=79068 Reviewed by Dirk Schulze. Added tests for SVG CSS transform-origin property support and for CSS translations specified with percentages and applied to an SVG element. * svg/transforms/change-transform-origin-css-expected.xhtml: Added. * svg/transforms/change-transform-origin-css.xhtml: Added. * svg/transforms/change-transform-origin-presentation-attribute-expected.xhtml: Added. * svg/transforms/change-transform-origin-presentation-attribute.xhtml: Added. * svg/transforms/percent-transform-values-expected.txt: Added. * svg/transforms/percent-transform-values.xhtml: Added. * svg/transforms/transform-origin-css-property-expected.xhtml: Added. * svg/transforms/transform-origin-css-property.xhtml: Added. 2012-03-12 Sam Weinig Fix assert seen in DRT due to not calling EventSender.mouseUp in a previous test https://bugs.webkit.org/show_bug.cgi?id=80925 Reviewed by Maciej Stachowiak. * fast/events/input-element-display-none-in-dragleave-crash.html: Add call to eventSender.mouseUp(). 2012-03-12 Zhenyao Mo After webgl canvas resize, bindings might be lost https://bugs.webkit.org/show_bug.cgi?id=80895 Reviewed by Stephen White. * fast/canvas/webgl/texture-bindings-uneffected-on-resize-expected.txt: Added. * fast/canvas/webgl/texture-bindings-uneffected-on-resize.html: Added. 2012-03-12 Erik Arvidsson [V8] Use v8::V8::AddHiddenReferences instead of SetHiddenValue https://bugs.webkit.org/show_bug.cgi?id=80880 Reviewed by Adam Barth. * platform/chromium/test_expectations.txt: 2012-03-12 Dirk Pranke Remove obsolete 'CPU' modifier. Unreviewed, expectations change. * platform/chromium/test_expectations.txt: 2012-03-12 Gavin Barraclough Object.defineProperty doesn't respect attributes when applied to the Global Object https://bugs.webkit.org/show_bug.cgi?id=38636 Object.defineProperty doesn't create property on Global Object in the presence of a setter in the prototype chain https://bugs.webkit.org/show_bug.cgi?id=48911 Rubber stamped by Michael Saboff. * fast/js/Object-defineProperty-expected.txt: * fast/js/script-tests/Object-defineProperty.js: - Added test cases for bugs #38636 & #48911. 2012-03-12 Dirk Pranke Remove obsolete chromium-gpu-* platform directories for LayoutTests baselines. Unreviewed, baselines change. All of the baselines are now in platform/chromium-*/platform/chromium/virtual/gpu/*. * platform/chromium-gpu-linux/fast/canvas/arc360-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/canvas-before-css-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/canvas-bg-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/canvas-bg-expected.txt: Removed. * platform/chromium-gpu-linux/fast/canvas/canvas-composite-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/canvas-resize-reset-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/canvas-text-alignment-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/canvas-text-baseline-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/canvas-transforms-during-path-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/canvasDrawingIntoSelf-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/drawImage-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/fill-stroke-clip-reset-path-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/fillrect-gradient-zero-stops-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/fillrect_gradient-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/image-object-in-canvas-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/image-pattern-rotate-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/patternfill-repeat-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/quadraticCurveTo-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/setWidthResetAfterForcedRender-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/shadow-offset-1-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/shadow-offset-2-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/shadow-offset-3-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/shadow-offset-4-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/shadow-offset-5-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/shadow-offset-6-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/shadow-offset-7-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/toDataURL-alpha-expected.png: Removed. * platform/chromium-gpu-linux/fast/canvas/zero-size-fill-rect-expected.png: Removed. * platform/chromium-gpu-linux/fast/media/mq-transform-02-expected.png: Removed. * platform/chromium-gpu-linux/fast/media/mq-transform-02-expected.txt: Removed. * platform/chromium-gpu-linux/fast/media/mq-transform-03-expected.png: Removed. * platform/chromium-gpu-linux/fast/media/mq-transform-03-expected.txt: Removed. * platform/chromium-gpu-linux/fast/repaint/canvas-putImageData-expected.png: Removed. * platform/chromium-gpu-linux/fast/repaint/canvas-putImageData-expected.txt: Removed. * platform/chromium-gpu-linux/media/audio-controls-rendering-expected.png: Removed. * platform/chromium-gpu-linux/media/controls-after-reload-expected.png: Removed. * platform/chromium-gpu-linux/media/controls-strict-expected.png: Removed. * platform/chromium-gpu-linux/media/controls-styling-expected.png: Removed. * platform/chromium-gpu-linux/media/controls-without-preload-expected.png: Removed. * platform/chromium-gpu-linux/media/media-controls-clone-expected.png: Removed. * platform/chromium-gpu-linux/media/media-document-audio-repaint-expected.png: Removed. * platform/chromium-gpu-linux/media/video-aspect-ratio-expected.png: Removed. * platform/chromium-gpu-linux/media/video-canvas-alpha-expected.png: Removed. * platform/chromium-gpu-linux/media/video-colorspace-yuv420-expected.png: Removed. * platform/chromium-gpu-linux/media/video-colorspace-yuv422-expected.png: Removed. * platform/chromium-gpu-linux/media/video-controls-rendering-expected.png: Removed. * platform/chromium-gpu-linux/media/video-display-toggle-expected.png: Removed. * platform/chromium-gpu-linux/media/video-frame-accurate-seek-expected.png: Removed. * platform/chromium-gpu-linux/media/video-layer-crash-expected.png: Removed. * platform/chromium-gpu-linux/media/video-no-audio-expected.png: Removed. * platform/chromium-gpu-linux/media/video-playing-and-pause-expected.png: Removed. * platform/chromium-gpu-linux/media/video-transformed-expected.png: Removed. * platform/chromium-gpu-linux/media/video-volume-slider-expected.png: Removed. * platform/chromium-gpu-linux/media/video-zoom-controls-expected.png: Removed. * platform/chromium-gpu-linux/media/video-zoom-expected.png: Removed. * platform/chromium-gpu-mac/canvas/philip/tests/2d.gradient.radial.cone.cylinder-expected.txt: Removed. * platform/chromium-gpu-mac/canvas/philip/tests/2d.line.width.basic-expected.txt: Removed. * platform/chromium-gpu-mac/canvas/philip/tests/2d.line.width.transformed-expected.txt: Removed. * platform/chromium-gpu-mac/canvas/philip/tests/2d.path.arcTo.shape.curve1-expected.txt: Removed. * platform/chromium-gpu-mac/canvas/philip/tests/2d.path.arcTo.shape.curve2-expected.txt: Removed. * platform/chromium-gpu-mac/canvas/philip/tests/2d.shadow.enable.blur-expected.txt: Removed. * platform/chromium-gpu-mac/canvas/philip/tests/2d.text.draw.fontface.notinpage-expected.txt: Removed. * platform/chromium-gpu-mac/canvas/philip/tests/2d.transformation.setTransform.skewed-expected.txt: Removed. * platform/chromium-gpu-mac/canvas/philip/tests/2d.transformation.transform.skewed-expected.txt: Removed. * platform/chromium-gpu-mac/fast/canvas/canvas-as-image-expected.png: Removed. * platform/chromium-gpu-mac/fast/canvas/canvas-bg-expected.png: Removed. * platform/chromium-gpu-mac/fast/canvas/canvas-bg-zoom-expected.png: Removed. * platform/chromium-gpu-mac/fast/canvas/canvas-composite-expected.png: Removed. * platform/chromium-gpu-mac/fast/canvas/canvas-composite-fill-repaint-expected.png: Removed. * platform/chromium-gpu-mac/fast/canvas/canvas-composite-transformclip-expected.png: Removed. * platform/chromium-gpu-mac/fast/canvas/canvas-currentColor-expected.txt: Removed. * platform/chromium-gpu-mac/fast/canvas/canvas-draw-canvas-on-canvas-shadow-expected.txt: Removed. * platform/chromium-gpu-mac/fast/canvas/canvas-fillPath-shadow-expected.txt: Removed. * platform/chromium-gpu-mac/fast/canvas/canvas-scale-strokePath-shadow-expected.txt: Removed. * platform/chromium-gpu-mac/fast/canvas/canvas-shadow-expected.txt: Removed. * platform/chromium-gpu-mac/fast/canvas/canvas-text-alignment-expected.png: Removed. * platform/chromium-gpu-mac/fast/canvas/canvas-text-baseline-expected.png: Removed. * platform/chromium-gpu-mac/fast/canvas/canvas-transform-skewed-expected.png: Removed. * platform/chromium-gpu-mac/fast/canvas/canvas-transforms-during-path-expected.png: Removed. * platform/chromium-gpu-mac/fast/canvas/fillrect-gradient-zero-stops-expected.png: Removed. * platform/chromium-gpu-mac/fast/canvas/fillrect_gradient-expected.png: Removed. * platform/chromium-gpu-mac/fast/canvas/image-object-in-canvas-expected.png: Removed. * platform/chromium-gpu-mac/fast/canvas/image-pattern-rotate-expected.png: Removed. * platform/chromium-gpu-mac/fast/canvas/patternfill-repeat-expected.png: Removed. * platform/chromium-gpu-mac/fast/canvas/quadraticCurveTo-expected.png: Removed. * platform/chromium-gpu-mac/fast/canvas/setWidthResetAfterForcedRender-expected.png: Removed. * platform/chromium-gpu-mac/media/controls-after-reload-expected.png: Removed. * platform/chromium-gpu-mac/media/controls-strict-expected.png: Removed. * platform/chromium-gpu-mac/media/controls-styling-expected.png: Removed. * platform/chromium-gpu-mac/media/controls-without-preload-expected.png: Removed. * platform/chromium-gpu-mac/media/video-aspect-ratio-expected.png: Removed. * platform/chromium-gpu-mac/media/video-controls-rendering-expected.png: Removed. * platform/chromium-gpu-mac/media/video-display-toggle-expected.png: Removed. * platform/chromium-gpu-mac/media/video-layer-crash-expected.png: Removed. * platform/chromium-gpu-mac/media/video-no-audio-expected.png: Removed. * platform/chromium-gpu-mac/media/video-playing-and-pause-expected.png: Removed. * platform/chromium-gpu-mac/media/video-transformed-expected.png: Removed. * platform/chromium-gpu-mac/media/video-volume-slider-expected.png: Removed. * platform/chromium-gpu-mac/media/video-zoom-controls-expected.png: Removed. * platform/chromium-gpu-mac/media/video-zoom-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/arc360-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/canvas-as-image-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/canvas-as-image-expected.txt: Removed. * platform/chromium-gpu-win/fast/canvas/canvas-as-image-incremental-repaint-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/canvas-as-image-incremental-repaint-expected.txt: Removed. * platform/chromium-gpu-win/fast/canvas/canvas-before-css-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/canvas-bg-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/canvas-bg-expected.txt: Removed. * platform/chromium-gpu-win/fast/canvas/canvas-bg-zoom-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/canvas-bg-zoom-expected.txt: Removed. * platform/chromium-gpu-win/fast/canvas/canvas-composite-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/canvas-composite-fill-repaint-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/canvas-composite-transformclip-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/canvas-empty-image-pattern-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/canvas-resize-reset-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/canvas-text-alignment-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/canvas-text-baseline-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/canvas-transform-identity-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/canvas-transform-infinity-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/canvas-transform-multiply-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/canvas-transform-nan-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/canvas-transform-non-invertible-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/canvas-transform-skewed-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/canvas-transforms-during-path-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/canvasDrawingIntoSelf-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/drawImage-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/fill-stroke-clip-reset-path-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/fillrect-gradient-zero-stops-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/fillrect_gradient-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/gradient-add-second-start-end-stop-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/image-object-in-canvas-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/image-pattern-rotate-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/patternfill-repeat-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/quadraticCurveTo-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/setWidthResetAfterForcedRender-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/shadow-offset-1-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/shadow-offset-2-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/shadow-offset-3-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/shadow-offset-4-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/shadow-offset-5-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/shadow-offset-6-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/shadow-offset-7-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/toDataURL-alpha-expected.png: Removed. * platform/chromium-gpu-win/fast/canvas/zero-size-fill-rect-expected.png: Removed. * platform/chromium-gpu-win/media/controls-after-reload-expected.png: Removed. * platform/chromium-gpu-win/media/controls-strict-expected.png: Removed. * platform/chromium-gpu-win/media/controls-styling-expected.png: Removed. * platform/chromium-gpu-win/media/controls-without-preload-expected.png: Removed. * platform/chromium-gpu-win/media/video-aspect-ratio-expected.png: Removed. * platform/chromium-gpu-win/media/video-canvas-alpha-expected.png: Removed. * platform/chromium-gpu-win/media/video-colorspace-yuv420-expected.png: Removed. * platform/chromium-gpu-win/media/video-colorspace-yuv422-expected.png: Removed. * platform/chromium-gpu-win/media/video-controls-rendering-expected.png: Removed. * platform/chromium-gpu-win/media/video-display-toggle-expected.png: Removed. * platform/chromium-gpu-win/media/video-frame-accurate-seek-expected.png: Removed. * platform/chromium-gpu-win/media/video-layer-crash-expected.png: Removed. * platform/chromium-gpu-win/media/video-no-audio-expected.png: Removed. * platform/chromium-gpu-win/media/video-playing-and-pause-expected.png: Removed. * platform/chromium-gpu-win/media/video-transformed-expected.png: Removed. * platform/chromium-gpu-win/media/video-volume-slider-expected.png: Removed. * platform/chromium-gpu-win/media/video-zoom-controls-expected.png: Removed. * platform/chromium-gpu-win/media/video-zoom-expected.png: Removed. * platform/chromium-gpu/media/video-colorspace-yuv420-expected.png: Removed. * platform/chromium-gpu/media/video-colorspace-yuv422-expected.png: Removed. * platform/chromium-gpu/media/video-frame-accurate-seek-expected.png: Removed. 2012-03-12 Adam Barth This baseline also applies to chromium-mac-snowleopard, so we can move it up the fallback chain. * platform/chromium-mac-leopard/fast/events/scrollbar-double-click-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/events/scrollbar-double-click-expected.txt: Added. 2012-03-12 Adam Barth Update expected results after http://trac.webkit.org/changeset/110480. These results are very similar to our previous results and seem slightly improved AFAICT. * platform/chromium-mac-leopard/fast/forms/input-appearance-bkcolor-expected.png: * platform/chromium-mac-leopard/fast/forms/input-disabled-color-expected.png: * platform/chromium-mac-leopard/fast/forms/text-style-color-expected.png: * platform/chromium-mac-leopard/tables/mozilla/bugs/bug99948-expected.png: * platform/chromium-mac-snowleopard/fast/block/float/032-expected.png: * platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.png: * platform/chromium-mac-snowleopard/fast/forms/input-disabled-color-expected.png: * platform/chromium-mac-snowleopard/fast/forms/text-style-color-expected.png: * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug99948-expected.png: 2012-03-12 Adam Barth Restore previous expecation for chromium-mac-leopard. rniwa says this is the right thing to do. * platform/chromium-mac-leopard/fast/events/scrollbar-double-click-expected.txt: Added. 2012-03-12 Ryosuke Niwa Yet another Mac rebaseline. * editing/pasteboard/dataTransfer-setData-getData-expected.txt: * platform/mac/editing/selection/select-from-textfield-outwards-expected.txt: 2012-03-12 Rebecca Hauck Convert some fast/regions pixel tests to reftests https://bugs.webkit.org/show_bug.cgi?id=79132 Reviewed by Dirk Schulze. * fast/regions/floats-basic-in-variable-width-regions-expected.html: Added. * fast/regions/floats-basic-in-variable-width-regions.html: * platform/chromium/test_expectations.txt: * platform/efl/fast/regions/floats-basic-in-variable-width-regions-expected.png: Removed. * platform/efl/fast/regions/floats-basic-in-variable-width-regions-expected.txt: Removed. * platform/mac/fast/regions/floats-basic-in-variable-width-regions-expected.png: Removed. * platform/mac/fast/regions/floats-basic-in-variable-width-regions-expected.txt: Removed. 2012-03-12 Abhishek Arya Crash in Text::splitText due to mutation events. https://bugs.webkit.org/show_bug.cgi?id=80828 Reviewed by Ryosuke Niwa. * fast/text/split-text-crash-expected.txt: Added. * fast/text/split-text-crash.xhtml: Added. 2012-03-12 Kenneth Russell Null argument to texSubImage2D crashes https://bugs.webkit.org/show_bug.cgi?id=80778 Reviewed by Dean Jackson. Updated tex-sub-image-2d-bad-args test to verify new behavior. * fast/canvas/webgl/tex-sub-image-2d-bad-args-expected.txt: * fast/canvas/webgl/tex-sub-image-2d-bad-args.html: 2012-03-12 Dimitri Glazkov 4 shadow DOM tests fail on Mac port https://bugs.webkit.org/show_bug.cgi?id=80869 Reviewed by Ryosuke Niwa. * fast/dom/shadow/content-element-move.html: Changed to use ensureShadowRoot. * fast/dom/shadow/iframe-shadow.html: Changed to use WebKitShadowRoot polyfil. * fast/dom/shadow/resources/polyfill.js: Added. * fast/dom/shadow/shadow-on-image.html: Changed to use WebKitShadowRoot polyfil. * platform/wk2/Skipped: Added a test that should have been skipped when landed. 2012-03-12 Alexis Menard Update include path of the test scripts after r110470. Reviewed by Philippe Normand. * fast/dom/HTMLSelectElement/select-selectedIndex-multiple.html: * fast/dom/HTMLSelectElement/select-selectedIndex.html: * fast/dom/HTMLSelectElement/select-selectedOptions.html: 2012-03-12 Adam Klein Add test expectations accidentally left out of r110465. * fast/mutation/delivery-order-expected.txt: Added. 2012-03-12 Ryosuke Niwa Mac rebaseline. Offset is always 700px now. * platform/mac/fast/events/scrollbar-double-click-expected.txt: Removed. * platform/win/fast/events/scrollbar-double-click-expected.txt: Removed. 2012-03-12 Alexis Menard Move . https://bugs.webkit.org/show_bug.cgi?id=80631 Reviewed by Benjamin Poulain. New tests to cover the feature. * fast/dom/select-selectedOptions-expected.txt: Added. * fast/dom/select-selectedOptions.html: Added. 2012-03-09 Ken Buchanan Crash due to inserting letter into div with first-letter https://bugs.webkit.org/show_bug.cgi?id=78534 Reviewed by David Hyatt. Test case to exercise the crashing condition in bug 78534. It inserts a character in a first-letter div to induce an invalid RenderTextFragment state. * editing/inserting/insert-character-in-first-letter-crash-expected.txt: Added * editing/inserting/insert-character-in-first-letter-crash.html: Added 2012-03-09 Gavin Barraclough REGRESSION: Date.parse("Tue Nov 23 20:40:05 2010 GMT") returns NaN https://bugs.webkit.org/show_bug.cgi?id=49989 Reviewed by Oliver Hunt. Patch originally by chris reiss , allow the year to appear before the timezone in date strings. * fast/js/date-parse-test-expected.txt: * fast/js/script-tests/date-parse-test.js: 2012-03-09 Ojan Vafai Move some results from mac-future to mac. mac-future should not exist. See https://bugs.webkit.org/show_bug.cgi?id=80717 for how these got there in the first place. * platform/mac-future/svg/W3C-I18N/g-dirLTR-ubNone-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/g-dirRTL-ubNone-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/text-anchor-no-markup-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png: Removed. * platform/mac-future/svg/W3C-I18N/tspan-direction-rtl-expected.png: Removed. * platform/mac-future/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png: Removed. * platform/mac-future/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png: Removed. * platform/mac-future/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Removed. * platform/mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.png: * platform/mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png: * platform/mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.png: * platform/mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png: * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: * platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.png: * platform/mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: * platform/mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: * platform/mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png: * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png: * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png: * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png: * platform/mac/svg/W3C-I18N/tspan-direction-rtl-expected.png: * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png: * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt: Renamed from LayoutTests/platform/mac-future/svg/W3C-SVG-1.1-SE/text-intro-05-t-expected.txt. * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png: * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: 2012-03-09 Tom Sepez Hold cached images with a CachedResourceHandle rather than a raw pointer for CSSCrossfadeValue https://bugs.webkit.org/show_bug.cgi?id=80186 Reviewed by Simon Fraser. * http/tests/css/cross-fade-reload-expected.txt: Added. * http/tests/css/cross-fade-reload.html: Added. * http/tests/css/resources/abe.png: Added. 2012-03-09 Abhishek Arya Crash when splitting an anonymous block in multi-column layout. https://bugs.webkit.org/show_bug.cgi?id=80432 Reviewed by David Hyatt. * fast/multicol/anonymous-block-split-crash-expected.txt: Added. * fast/multicol/anonymous-block-split-crash.html: Added. 2012-03-09 Abhishek Arya Crash due to accessing removed parent lineboxes when clearing selection. https://bugs.webkit.org/show_bug.cgi?id=79264 Reviewed by Dave Hyatt. * editing/selection/first-letter-selection-crash-expected.txt: Added. * editing/selection/first-letter-selection-crash.html: Added. 2012-03-08 Erik Arvidsson [V8] Fix object scope for inline event attribute handlers https://bugs.webkit.org/show_bug.cgi?id=80329 Reviewed by Ojan Vafai. * fast/dom/inline-event-attributes-lookup-expected.txt: Added. * fast/dom/inline-event-attributes-lookup-removed-expected.txt: Added. * fast/dom/inline-event-attributes-lookup-removed-form-expected.txt: Added. * fast/dom/inline-event-attributes-lookup-removed-form.html: Added. * fast/dom/inline-event-attributes-lookup-removed.html: Added. * fast/dom/inline-event-attributes-lookup.html: Added. * fast/forms/lazy-event-listener-scope-chain-expected.txt: * fast/forms/lazy-event-listener-scope-chain.html: 2012-03-09 Ojan Vafai Add image/png svn:mime-type to all png images that currently lack an svn:mime-type. Correctly this time. 2012-03-09 Ojan Vafai Add image/png svn:mime-type to all png images that currently lack and svn:mime-type. 2012-03-09 Kaustubh Atrawalkar ShadowRoot should implement activeElement. https://bugs.webkit.org/show_bug.cgi?id=79886 Reviewed by Ryosuke Niwa. Added test case for activeElement attribute of ShadowRoot. * fast/dom/shadow/shadow-root-activeElement-expected.txt: Added. * fast/dom/shadow/shadow-root-activeElement.html: Added. * platform/mac/Skipped: Added test case in Skipped as ShadowRoot is supported by Chromium only. * platform/qt/Skipped: ditto. * platform/win/Skipped: ditto. * platform/wincairo/Skipped: ditto. * platform/wk2/Skipped: ditto. 2012-03-09 Victor Carbune Added relevant layout tests to verify that the fragment can be appended multiple times to the DOM and modified correctly. https://bugs.webkit.org/show_bug.cgi?id=80701 Reviewed by Eric Carlson. * media/track/captions-webvtt/captions-html.vtt: Added. This file could be used later for more complex html / css rendering tests. * media/track/track-cue-mutable-fragment-expected.txt: Added. * media/track/track-cue-mutable-fragment.html: Added. 2012-03-09 Tim Horton Crash in SVGTextLayoutAttributesBuilder::fillCharacterDataMap https://bugs.webkit.org/show_bug.cgi?id=78949 Reviewed by Nikolas Zimmermann. Add a test ensuring that we don't crash when removing a child of inside a block. * svg/text/text-positioning-remove-child-crash-expected.txt: Added. * svg/text/text-positioning-remove-child-crash.svg: Added. 2012-03-09 Ashod Nakashian Bash scripts should support LF endings only https://bugs.webkit.org/show_bug.cgi?id=79509 Reviewed by David Kilzer. * platform/mac/fast/loader/resources/mimeTypeExamples/example-sh.sh: Added property svn:executable. 2012-03-09 Adam Barth Note that fast/events/input-image-scrolled-x-y.html is flaky. * platform/chromium/test_expectations.txt: 2012-03-09 Nate Chapin Test for https://bugs.webkit.org/show_bug.cgi?id=80551 Reviewed by Alexey Proskuryakov. * http/tests/cache/resources/empty.txt: Added. * http/tests/cache/zero-length-xhr-expected.txt: Added. * http/tests/cache/zero-length-xhr.html: Added. 2012-03-09 Stephen White [chromium] Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-03-09 Csaba Osztrogonác [Qt] Unreviewed gardening. * platform/qt/Skipped: Skip flaky svg tests. 2012-03-09 Csaba Osztrogonác [Qt] Unreviewed gardening. * platform/qt/Skipped: * platform/qt/editing/selection/3690703-2-expected.png: * platform/qt/editing/selection/3690703-2-expected.txt: * platform/qt/editing/selection/3690703-expected.png: * platform/qt/editing/selection/3690703-expected.txt: * platform/qt/editing/selection/3690719-expected.png: * platform/qt/editing/selection/3690719-expected.txt: * platform/qt/fast/css/text-overflow-input-expected.txt: Added. * platform/qt/fast/forms/basic-inputs-expected.png: Added. * platform/qt/fast/forms/basic-inputs-expected.txt: * platform/qt/fast/replaced/replaced-breaking-expected.png: * platform/qt/fast/replaced/replaced-breaking-expected.txt: * platform/qt/fast/text/textIteratorNilRenderer-expected.png: * platform/qt/fast/text/textIteratorNilRenderer-expected.txt: * platform/qt/svg/custom/inline-svg-in-xhtml-expected.png: * platform/qt/svg/custom/inline-svg-in-xhtml-expected.txt: * platform/qt/tables/mozilla/bugs/bug1188-expected.png: * platform/qt/tables/mozilla/bugs/bug1188-expected.txt: * platform/qt/tables/mozilla/bugs/bug18359-expected.png: * platform/qt/tables/mozilla/bugs/bug18359-expected.txt: * platform/qt/tables/mozilla/bugs/bug2479-2-expected.png: * platform/qt/tables/mozilla/bugs/bug2479-2-expected.txt: * platform/qt/tables/mozilla/bugs/bug2479-3-expected.png: * platform/qt/tables/mozilla/bugs/bug2479-3-expected.txt: * platform/qt/tables/mozilla/bugs/bug2479-4-expected.png: * platform/qt/tables/mozilla/bugs/bug2479-4-expected.txt: * platform/qt/tables/mozilla/bugs/bug28928-expected.png: * platform/qt/tables/mozilla/bugs/bug28928-expected.txt: * platform/qt/tables/mozilla/bugs/bug4382-expected.png: * platform/qt/tables/mozilla/bugs/bug4382-expected.txt: * platform/qt/tables/mozilla/bugs/bug44505-expected.png: * platform/qt/tables/mozilla/bugs/bug44505-expected.txt: * platform/qt/tables/mozilla/bugs/bug4527-expected.png: * platform/qt/tables/mozilla/bugs/bug4527-expected.txt: * platform/qt/tables/mozilla/bugs/bug46368-1-expected.png: * platform/qt/tables/mozilla/bugs/bug46368-1-expected.txt: * platform/qt/tables/mozilla/bugs/bug46368-2-expected.png: * platform/qt/tables/mozilla/bugs/bug46368-2-expected.txt: * platform/qt/tables/mozilla/bugs/bug51037-expected.png: * platform/qt/tables/mozilla/bugs/bug51037-expected.txt: * platform/qt/tables/mozilla/bugs/bug7342-expected.png: * platform/qt/tables/mozilla/bugs/bug7342-expected.txt: * platform/qt/tables/mozilla/dom/tableDom-expected.png: * platform/qt/tables/mozilla/dom/tableDom-expected.txt: * platform/qt/tables/mozilla/other/move_row-expected.png: * platform/qt/tables/mozilla/other/move_row-expected.txt: * platform/qt/test_expectations.txt: 2012-03-09 Konrad Piascik Layout test for window.devicePixelRatio https://bugs.webkit.org/show_bug.cgi?id=80292 Reviewed by Philippe Normand. Update the skipped list for ports where fast/viewport/viewport-133.html is failing. * platform/efl/Skipped: * platform/gtk/Skipped: 2012-03-09 Ádám Kallai [Qt] Rebaseline some tests on qt platfrom Reviewed by Csaba Osztrogonác. * platform/qt/ [...]: Update expected files. * platform/qt/test_expectations.txt: Unskip now passing tests. 2012-03-09 Nikolas Zimmermann Not reviewed. Rebaseline some Mac results that needed rebaselining - using Lion, and a Generic RGB Color profile. Had to manually switch to this, until this is done automatically, see bug 80571. Re-add several results that got deleted or moved to mac-future. I guess this is garden-o-matic misusage? Not sure, anyhow, there are clearly a dozen of missing SVG pixel tests before this patch. * platform/mac/svg/W3C-I18N/g-dirLTR-ubNone-expected.png: Added. * platform/mac/svg/W3C-I18N/g-dirLTR-ubOverride-expected.png: Added. * platform/mac/svg/W3C-I18N/g-dirRTL-ubNone-expected.png: Added. * platform/mac/svg/W3C-I18N/g-dirRTL-ubOverride-expected.png: Added. * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorEnd-expected.png: Added. * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorMiddle-expected.png: Added. * platform/mac/svg/W3C-I18N/text-anchor-dirLTR-anchorStart-expected.png: Added. * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorEnd-expected.png: Added. * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorMiddle-expected.png: Added. * platform/mac/svg/W3C-I18N/text-anchor-dirNone-anchorStart-expected.png: Added. * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorEnd-expected.png: Added. * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorMiddle-expected.png: Added. * platform/mac/svg/W3C-I18N/text-anchor-dirRTL-anchorStart-expected.png: Added. * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorEnd-expected.png: Added. * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorMiddle-expected.png: Added. * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirLTR-anchorStart-expected.png: Added. * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorEnd-expected.png: Added. * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorMiddle-expected.png: Added. * platform/mac/svg/W3C-I18N/text-anchor-inherited-dirRTL-anchorStart-expected.png: Added. * platform/mac/svg/W3C-I18N/text-anchor-no-markup-expected.png: Added. * platform/mac/svg/W3C-I18N/text-dirLTR-ubNone-expected.png: Added. * platform/mac/svg/W3C-I18N/text-dirRTL-ubNone-expected.png: Added. * platform/mac/svg/W3C-I18N/text-dirRTL-ubOverride-expected.png: Added. * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubEmbed-in-rtl-context-expected.png: Added. * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubNone-in-rtl-context-expected.png: Added. * platform/mac/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-rtl-context-expected.png: Added. * platform/mac/svg/W3C-I18N/tspan-dirRTL-ubOverride-in-rtl-context-expected.png: Added. * platform/mac/svg/W3C-I18N/tspan-direction-rtl-expected.png: Added. * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: * platform/mac/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-02-b-expected.png: Added. * platform/mac/svg/W3C-SVG-1.1-SE/text-intro-09-b-expected.png: Added. * platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Added. * platform/mac/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: * platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: * platform/mac/svg/batik/filters/feTile-expected.png: * platform/mac/svg/batik/filters/filterRegions-expected.png: * platform/mac/svg/batik/masking/maskRegions-expected.png: Added. * platform/mac/svg/batik/text/textEffect-expected.png: * platform/mac/svg/batik/text/textEffect3-expected.png: * platform/mac/svg/batik/text/textGlyphOrientationHorizontal-expected.png: Added. * platform/mac/svg/carto.net/scrollbar-expected.png: Added. * platform/mac/svg/css/composite-shadow-with-opacity-expected.png: * platform/mac/svg/css/path-gradient-stroke-shadow-expected.png: * platform/mac/svg/css/rect-gradient-stroke-shadow-expected.png: * platform/mac/svg/custom/convolution-crash-expected.png: * platform/mac/svg/custom/empty-merge-expected.png: * platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png: * platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png: * platform/mac/svg/custom/feComponentTransfer-Linear-expected.png: * platform/mac/svg/custom/feComponentTransfer-Table-expected.png: * platform/mac/svg/custom/feDisplacementMap-01-expected.png: * platform/mac/svg/custom/grayscale-gradient-mask-2-expected.png: * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png: * platform/mac/svg/custom/inline-svg-in-xhtml-expected.png: * platform/mac/svg/custom/inline-svg-in-xhtml-expected.txt: * platform/mac/svg/custom/non-opaque-filters-expected.png: * platform/mac/svg/custom/recursive-filter-expected.png: * platform/mac/svg/custom/resource-invalidate-on-target-update-expected.png: * platform/mac/svg/custom/root-container-opacity-clip-viewBox-expected.png: * platform/mac/svg/custom/text-filter-expected.png: * platform/mac/svg/custom/use-disappears-after-style-update-expected.png: * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png: Added. * platform/mac/svg/custom/visibility-override-filter-expected.png: * platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: * platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: * platform/mac/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png: * platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png: * platform/mac/svg/filters/big-sized-filter-2-expected.png: * platform/mac/svg/filters/big-sized-filter-expected.png: * platform/mac/svg/filters/feColorMatrix-default-type-expected.png: * platform/mac/svg/filters/feColorMatrix-offset-expected.png: * platform/mac/svg/filters/feColorMatrix-values-expected.png: * platform/mac/svg/filters/feComposite-expected.png: * platform/mac/svg/filters/feConvolveFilter-y-bounds-expected.png: * platform/mac/svg/filters/feDisplacementMap-expected.png: * platform/mac/svg/filters/feDropShadow-expected.png: * platform/mac/svg/filters/feGaussianBlur-expected.png: * platform/mac/svg/filters/feImage-animated-transform-on-target-rect-expected.png: * platform/mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png: * platform/mac/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png: * platform/mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png: * platform/mac/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png: * platform/mac/svg/filters/feImage-late-indirect-update-expected.png: * platform/mac/svg/filters/feImage-multiple-targets-id-change-expected.png: * platform/mac/svg/filters/feImage-position-expected.png: * platform/mac/svg/filters/feImage-preserveAspectratio-expected.png: * platform/mac/svg/filters/feImage-subregions-expected.png: * platform/mac/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: * platform/mac/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: * platform/mac/svg/filters/feImage-target-add-to-document-expected.png: * platform/mac/svg/filters/feImage-target-attribute-change-expected.png: * platform/mac/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png: * platform/mac/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png: * platform/mac/svg/filters/feImage-target-changes-id-expected.png: * platform/mac/svg/filters/feImage-target-id-change-expected.png: * platform/mac/svg/filters/feImage-target-inline-style-change-expected.png: * platform/mac/svg/filters/feImage-target-property-change-expected.png: * platform/mac/svg/filters/feImage-target-reappend-to-document-expected.png: * platform/mac/svg/filters/feImage-target-remove-from-document-expected.png: * platform/mac/svg/filters/feImage-target-style-change-expected.png: * platform/mac/svg/filters/feLighting-crash-expected.png: * platform/mac/svg/filters/feMerge-expected.png: * platform/mac/svg/filters/feOffset-expected.png: * platform/mac/svg/filters/feTile-expected.png: * platform/mac/svg/filters/filter-clip-expected.png: * platform/mac/svg/filters/filter-on-tspan-expected.png: * platform/mac/svg/filters/filter-placement-issue-expected.png: * platform/mac/svg/filters/filter-refresh-expected.png: * platform/mac/svg/filters/filter-rounding-issues-expected.png: * platform/mac/svg/filters/filter-source-position-expected.png: * platform/mac/svg/filters/filter-width-update-expected.png: * platform/mac/svg/filters/filterRes-expected.png: * platform/mac/svg/filters/filterRes1-expected.png: * platform/mac/svg/filters/filterRes2-expected.png: * platform/mac/svg/filters/filterRes3-expected.png: * platform/mac/svg/filters/filteredImage-expected.png: * platform/mac/svg/filters/parent-children-with-same-filter-expected.png: * platform/mac/svg/filters/shadow-on-filter-expected.png: * platform/mac/svg/filters/shadow-on-rect-with-filter-expected.png: * platform/mac/svg/filters/subRegion-in-userSpace-expected.png: * platform/mac/svg/filters/subRegion-one-effect-expected.png: * platform/mac/svg/filters/subRegion-two-effects-expected.png: * platform/mac/svg/hixie/mixed/003-expected.png: * platform/mac/svg/hixie/mixed/003-expected.txt: * platform/mac/svg/repaint/filter-child-repaint-expected.png: * platform/mac/svg/repaint/filter-repaint-expected.png: * platform/mac/svg/webarchive/svg-feimage-subresources-expected.png: * platform/mac/test_expectations.txt: * svg/filters/animate-fill-expected.png: * svg/filters/feColorMatrix-saturate-expected.png: * svg/filters/feImage-reference-invalidation-expected.png: * svg/filters/feImage-reference-svg-primitive-expected.png: * svg/foreignObject/filter-expected.png: 2012-03-09 Csaba Osztrogonác [Qt] Unreviewed gardening. * platform/qt/Skipped: Skip new tests without expected files, need investigation. * platform/qt/http/tests/navigation/javascriptlink-frames-expected.png: Updated. * platform/qt/http/tests/navigation/javascriptlink-frames-expected.txt: Updated. 2012-03-09 Nándor Huszka [Qt] Gardening, skip 3 failing tests. Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: 2012-03-09 Sheriff Bot Unreviewed, rolling out r110191, r110202, and r110279. http://trac.webkit.org/changeset/110191 http://trac.webkit.org/changeset/110202 http://trac.webkit.org/changeset/110279 https://bugs.webkit.org/show_bug.cgi?id=80694 They broke !ENABLE(INSPECTOR) builds (Requested by Ossy on #webkit). * inspector/elements/highlight-node-expected.txt: Removed. * inspector/elements/highlight-node.html: Removed. 2012-03-09 Hans Wennborg Speech JavaScript API: add SpeechGrammar and SpeechGrammarList https://bugs.webkit.org/show_bug.cgi?id=80417 Reviewed by Adam Barth. Add a test for SpeechGrammar and SpeechGrammarList. * fast/speech/scripted/speechgrammar-basics-expected.txt: Added. * fast/speech/scripted/speechgrammar-basics.html: Added. 2012-03-09 Nándor Huszka [Qt] Gardening, skip two failing tests and a timeouting one. Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: 2012-03-09 Marja Hölttä FileInputType doesn't support (save|restore)FormControlState https://bugs.webkit.org/show_bug.cgi?id=80145 Reviewed by Kent Tamura. Tests for saving and restoring the state of file upload elements in unsubmitted forms. * fast/forms/file/recover-file-input-in-unposted-form-expected.txt: Added. * fast/forms/file/recover-file-input-in-unposted-form.html: Added. * platform/wk2/Skipped: The added test needs eventSender.beginDragWithFiles. 2012-03-09 Takashi Toyoshima [WebSocket] Add a layout test where server force to disable all extensions https://bugs.webkit.org/show_bug.cgi?id=80650 Reviewed by Kent Tamura. * http/tests/websocket/tests/hybi/echo-with-no-extension-expected.txt: Added. * http/tests/websocket/tests/hybi/echo-with-no-extension.html: Check if extension property is always empty string. * http/tests/websocket/tests/hybi/echo-with-no-extension_wsh.py: Added a handler which disable all extensions. (web_socket_do_extra_handshake): (web_socket_transfer_data): * http/tests/websocket/tests/hybi/extensions-expected.txt: Updated. * http/tests/websocket/tests/hybi/extensions.html: Added the case after connection is established. 2012-03-08 Tony Chang margins on flex-align: baseline are double counted https://bugs.webkit.org/show_bug.cgi?id=80645 Reviewed by Ojan Vafai. * css3/flexbox/multiline-reverse-wrap-baseline-expected.html: Added. * css3/flexbox/multiline-reverse-wrap-baseline.html: Added. 2012-03-08 Tony Chang rename flexbox tests to describe what is actually being tested https://bugs.webkit.org/show_bug.cgi?id=80636 Reviewed by Ojan Vafai. * css3/flexbox/flex-algorithm-expected.txt: Renamed from LayoutTests/css3/flexbox/001-expected.txt. * css3/flexbox/flex-algorithm-min-max-expected.txt: Renamed from LayoutTests/css3/flexbox/003-expected.txt. * css3/flexbox/flex-algorithm-min-max.html: Renamed from LayoutTests/css3/flexbox/003.html. * css3/flexbox/flex-algorithm-with-margins-expected.txt: Renamed from LayoutTests/css3/flexbox/002-expected.txt. * css3/flexbox/flex-algorithm-with-margins.html: Renamed from LayoutTests/css3/flexbox/002.html. * css3/flexbox/flex-algorithm.html: Renamed from LayoutTests/css3/flexbox/001.html. * css3/flexbox/flex-pack-expected.txt: Renamed from LayoutTests/css3/flexbox/004-expected.txt. * css3/flexbox/flex-pack.html: Renamed from LayoutTests/css3/flexbox/004.html. 2012-03-08 Fumitoshi Ukai Unreviewed, update chromium test expectations. * platform/chromium/test_expectations.txt: 2012-03-08 Ojan Vafai Fix some Leopard tests that broke with r110229. * platform/chromium-mac-leopard/fast/table/cell-coalescing-expected.png: Added. * platform/chromium-mac-leopard/fast/table/floating-th-expected.png: Added. * platform/chromium-mac-leopard/fast/text/complex-text-opacity-expected.txt: Added. * platform/chromium-mac-leopard/fast/text/international/bidi-AN-after-L-expected.txt: Added. * platform/chromium-mac-leopard/fast/text/international/bidi-CS-after-AN-expected.txt: Added. * platform/chromium-mac-leopard/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.txt: Added. * platform/chromium-mac-leopard/fast/text/international/thai-baht-space-expected.txt: Removed. * platform/chromium-mac-leopard/fast/text/wbr-pre-expected.png: Added. * platform/chromium-mac-leopard/fast/text/whitespace/001-expected.png: Added. * platform/chromium-mac-leopard/fast/text/whitespace/019-expected.png: Added. * platform/chromium-mac-leopard/fast/text/whitespace/023-expected.png: Added. * platform/chromium-mac-leopard/fast/text/whitespace/028-expected.png: Added. * platform/chromium-mac-leopard/fast/text/whitespace/029-expected.png: Added. * platform/chromium-mac-leopard/fast/text/whitespace/pre-newline-box-test-expected.png: Added. * platform/chromium-mac-leopard/fast/writing-mode/border-vertical-lr-expected.txt: Removed. * platform/chromium-mac-leopard/fast/xsl/xslt-enc-cyr-expected.png: Added. * platform/chromium-mac-leopard/fast/xsl/xslt-enc-expected.png: Added. * platform/chromium-mac-leopard/fast/xsl/xslt-enc16-expected.png: Added. * platform/chromium-mac-leopard/fast/xsl/xslt-enc16to16-expected.png: Added. * platform/chromium-mac-leopard/fast/xsl/xslt-extra-content-at-end-expected.png: Added. * platform/chromium-mac-leopard/fast/xsl/xslt_unicode-expected.png: Added. 2012-03-08 Andy Estes REGRESSION (r105396): Dragging an iWork document into icloud.com opens it in the Mac app instead of uploading it to icloud.com https://bugs.webkit.org/show_bug.cgi?id=79443 Reviewed by Ryosuke Niwa. * fast/events/file-input-hidden-in-ondrop-expected.txt: Added. * fast/events/file-input-hidden-in-ondrop.html: Added. * platform/wk2/Skipped: WebKitTestRunner doesn't support EventSender.beginDragWithFiles(). 2012-03-07 Ojan Vafai Moar Chromium Lion rebaselines. 2012-03-08 Robert Kroeger [chromium] more comprehensive tests for gesture scrolling https://bugs.webkit.org/show_bug.cgi?id=80201 Prior to landing some changes to EventHandler::handleGestureEvent, add some tests to ensure that the behaviour of handleGestureEvent and handleWheelEvent don't regress. Reviewed by Dimitri Glazkov. * fast/events/touch/gesture/resources/gesture-helpers.js: Added: utility functions. (recordWheel): (recordScroll): (exitIfNecessary): (checkTestDependencies): (checkScrollOffset): * fast/events/touch/gesture/resources/scroll-inside-iframe.html: Added. * fast/events/touch/gesture/touch-gesture-scroll-div-expected.txt: Added. * fast/events/touch/gesture/touch-gesture-scroll-div.html: Added. * fast/events/touch/gesture/touch-gesture-scroll-iframe-expected.txt: Added. * fast/events/touch/gesture/touch-gesture-scroll-iframe.html: Added. * fast/events/touch/gesture/touch-gesture-scroll-page-expected.txt: Added. * fast/events/touch/gesture/touch-gesture-scroll-page.html: Added. * fast/events/touch/gesture/touch-gesture-scroll-shy-target-expected.txt: Added. * fast/events/touch/gesture/touch-gesture-scroll-shy-target.html: Added. * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-div-expected.txt: Added. * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-iframe-expected.txt: Added. * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-page-expected.txt: Added. * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-shy-target-expected.txt: Added. 2012-03-08 Stephen White [chromium] Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-03-08 Stephen White [chromium] Unreviewed gardening. * platform/chromium-mac-leopard/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.png: * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Removed. 2012-03-08 Stephen White [chromium] Unreviewed gardening. Mark a bunch of tests as failing on Leopard. * platform/chromium/test_expectations.txt: 2012-03-08 Gavin Barraclough String.prototype.match and replace do not clear global regexp lastIndex per ES5.1 15.5.4.10 https://bugs.webkit.org/show_bug.cgi?id=26890 Reviewed by Oliver Hunt. Per 15.10.6.2 step 9.a.1 called via the action of the last iteration of 15.5.4.10 8.f.i. * fast/js/script-tests/string-match.js: Added. * fast/js/string-match-expected.txt: Added. * fast/js/string-match.html: Added. - Added test case for match. * fast/js/script-tests/string-replace-2.js: * fast/js/string-replace-2-expected.txt: - Added tests for update correct lastIndex handling. 2012-03-08 Andy Estes NULL renderer possible in WebCore::HTMLInputElement::setCanReceiveDroppedFiles() https://bugs.webkit.org/show_bug.cgi?id=80648 Reviewed by Simon Fraser. * fast/events/input-element-display-none-in-dragleave-crash-expected.txt: Added. * fast/events/input-element-display-none-in-dragleave-crash.html: Added. * platform/wk2/Skipped: WebKitTestRunner doesn't support EventSender.beginDragWithFiles(). 2012-03-07 Ojan Vafai Moar Chromium Lion rebaselines. 2012-03-07 Ojan Vafai Moar Chromium Lion rebaselines. 2012-03-08 Tony Chang implement flexbox wrap-reverse https://bugs.webkit.org/show_bug.cgi?id=80552 Reviewed by Ojan Vafai. * css3/flexbox/multiline-align-expected.txt: * css3/flexbox/multiline-align.html: * css3/flexbox/multiline-expected.txt: * css3/flexbox/multiline-pack-expected.txt: * css3/flexbox/multiline-pack.html: * css3/flexbox/multiline.html: 2012-03-07 Ojan Vafai More Chromium Lion rebaselines as well as some fixes for Chromium Leopard/SnowLeopard from previous Lion rebaselines. 2012-03-08 Konrad Piascik Layout test for window.devicePixelRatio https://bugs.webkit.org/show_bug.cgi?id=80292 Reviewed by Rob Buis. * fast/viewport/viewport-133-expected.txt: Added. * fast/viewport/viewport-133.html: Added. 2012-03-08 Max Vujovic Add a method to window.internals to enable testing of inspector highlight rects https://bugs.webkit.org/show_bug.cgi?id=80338 Reviewed by Pavel Feldman. * inspector/elements/highlight-node-expected.txt: Added. * inspector/elements/highlight-node.html: Added. 2012-03-07 Ojan Vafai More Chromium Lion rebaselines. 2012-03-08 Stephen White [chromium] Unreviewed gardening. Fallout from r110179. * platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.txt: Removed. 2012-03-08 Dan Bernstein REGRESSION (r109964): Assertion failure (!isUndefined()) in Length::getIntValue() when a Dashboard region is specified without offsets https://bugs.webkit.org/show_bug.cgi?id=80614 Reviewed by Beth Dakin. * fast/css/dashboard-regions-undefined-length-assertion-expected.txt: Added. * fast/css/dashboard-regions-undefined-length-assertion.html: Added. 2012-03-08 Stephen White [chromium] Unreviewed gardening. Rebaseline all TEXT results affected by r110072. * fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Removed. * fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Added. * fast/block/float/in-margin-expected.txt: Added. * fast/clip/017-expected.txt: Added. * fast/dynamic/subtree-boundary-percent-height-expected.txt: Added. * fast/dynamic/subtree-no-common-root-static-y-expected.txt: Added. * fast/dynamic/subtree-table-cell-height-expected.txt: Added. * platform/chromium-linux-x86/compositing/overflow: Removed. * platform/chromium-linux-x86/fast/layers: Added. * platform/chromium-linux-x86/fast/layers/add-layer-with-nested-stacking-expected.txt: Added. * platform/chromium-linux-x86/fast/layers/self-painting-outline-expected.txt: Added. * platform/chromium-linux-x86/fast/overflow: Removed. * platform/chromium-linux-x86/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added. * platform/chromium-linux-x86/fast/repaint/subtree-root-clip-2-expected.txt: Added. * platform/chromium-linux-x86/fast/repaint/subtree-root-clip-3-expected.txt: Added. * platform/chromium-linux-x86/fast/repaint/subtree-root-clip-expected.txt: Added. * platform/chromium-linux-x86/fast/replaced: Removed. * platform/chromium-linux-x86/fast/text: Added. * platform/chromium-linux-x86/fast/text/selection-painted-separately-expected.txt: Added. * platform/chromium-linux-x86/tables/mozilla/bugs: Removed. * platform/chromium-linux/editing/selection/3690703-2-expected.txt: * platform/chromium-linux/editing/selection/3690703-expected.txt: * platform/chromium-linux/editing/selection/3690719-expected.txt: * platform/chromium-linux/fast/block/margin-collapse/103-expected.txt: * platform/chromium-linux/fast/css/input-search-padding-expected.txt: * platform/chromium-linux/fast/forms/box-shadow-override-expected.txt: * platform/chromium-linux/fast/forms/form-element-geometry-expected.txt: * platform/chromium-linux/fast/forms/input-appearance-height-expected.txt: * platform/chromium-linux/fast/forms/input-baseline-expected.txt: * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt: * platform/chromium-linux/fast/forms/input-value-expected.txt: * platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: * platform/chromium-linux/fast/forms/search-styled-expected.txt: * platform/chromium-linux/fast/forms/searchfield-heights-expected.txt: * platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt: * platform/chromium-linux/fast/invalid/residual-style-expected.txt: * platform/chromium-linux/fast/layers/add-layer-with-nested-stacking-expected.txt: Added. * platform/chromium-linux/fast/layers/self-painting-outline-expected.txt: Added. * platform/chromium-linux/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added. * platform/chromium-linux/fast/repaint/subtree-root-clip-2-expected.txt: Added. * platform/chromium-linux/fast/repaint/subtree-root-clip-3-expected.txt: Added. * platform/chromium-linux/fast/repaint/subtree-root-clip-expected.txt: Added. * platform/chromium-linux/fast/replaced/replaced-breaking-expected.txt: * platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.txt: * platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt: * platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.txt: * platform/chromium-linux/fast/text/selection-painted-separately-expected.txt: Added. * platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.txt: * platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.txt: * platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.txt: * platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.txt: * platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.txt: * platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.txt: * platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.txt: * platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.txt: * platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.txt: * platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.txt: * platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.txt: * platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.txt: * platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.txt: * platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.txt: * platform/chromium-linux/tables/mozilla/dom/tableDom-expected.txt: * platform/chromium-linux/tables/mozilla/other/move_row-expected.txt: * platform/chromium-mac-leopard/fast/layers/add-layer-with-nested-stacking-expected.txt: Added. * platform/chromium-mac-leopard/fast/layers/self-painting-outline-expected.txt: Added. * platform/chromium-mac-leopard/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added. * platform/chromium-mac-leopard/fast/repaint/subtree-root-clip-2-expected.txt: Added. * platform/chromium-mac-leopard/fast/repaint/subtree-root-clip-3-expected.txt: Added. * platform/chromium-mac-leopard/fast/repaint/subtree-root-clip-expected.txt: Added. * platform/chromium-mac-leopard/fast/text/selection-painted-separately-expected.txt: Added. * platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.txt: Removed. * platform/chromium-mac-snowleopard/editing/pasteboard/4806874-expected.txt: Removed. * platform/chromium-mac-snowleopard/editing/pasteboard/input-field-1-expected.txt: Removed. * platform/chromium-mac-snowleopard/editing/selection/3690703-2-expected.txt: Removed. * platform/chromium-mac-snowleopard/editing/selection/3690703-expected.txt: Removed. * platform/chromium-mac-snowleopard/editing/selection/3690719-expected.txt: Removed. * platform/chromium-mac-snowleopard/editing/selection/4895428-3-expected.txt: Removed. * platform/chromium-mac-snowleopard/editing/selection/4975120-expected.txt: Removed. * platform/chromium-mac-snowleopard/editing/selection/drag-select-1-expected.txt: Removed. * platform/chromium-mac-snowleopard/editing/selection/expanding-selections-expected.txt: Removed. * platform/chromium-mac-snowleopard/editing/selection/leave-requested-block-expected.txt: Removed. * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-1-expected.txt: Removed. * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-2-expected.txt: Removed. * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-3-expected.txt: Removed. * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-4-expected.txt: Removed. * platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-5-expected.txt: Removed. * platform/chromium-mac-snowleopard/editing/spelling/inline_spelling_markers-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/block/float/032-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/block/float/033-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/block/float/shrink-to-avoid-float-complexity-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/block/lineboxcontain/block-font-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/block/lineboxcontain/block-glyphs-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/block/lineboxcontain/font-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/block/lineboxcontain/glyphs-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/block/lineboxcontain/parsing-invalid-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/block/margin-collapse/103-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/css/text-input-with-webkit-border-radius-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/css/text-overflow-input-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/basic-inputs-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/forms/encoding-test-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/fieldset-align-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/floating-textfield-relayout-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/input-align-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/input-appearance-default-bkcolor-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/input-appearance-disabled-expected.txt: * platform/chromium-mac-snowleopard/fast/forms/input-appearance-focus-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.txt: * platform/chromium-mac-snowleopard/fast/forms/input-appearance-readonly-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/input-appearance-visibility-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/input-appearance-width-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/input-baseline-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/input-field-text-truncated-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/input-readonly-empty-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/input-spaces-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/input-table-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/input-text-click-inside-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/input-text-click-outside-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/input-text-option-delete-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/input-text-self-emptying-click-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/input-width-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/forms/placeholder-position-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/placeholder-pseudo-style-expected.txt: * platform/chromium-mac-snowleopard/fast/forms/plaintext-mode-2-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/search-cancel-button-style-sharing-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/search-display-none-cancel-button-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/search-styled-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/searchfield-heights-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/text-style-color-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/textfield-focus-ring-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.txt: * platform/chromium-mac-snowleopard/fast/forms/visual-hebrew-text-field-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/frames/take-focus-from-iframe-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/html/details-open2-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/html/details-open4-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/invalid: Added. * platform/chromium-mac-snowleopard/fast/invalid/residual-style-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/layers/add-layer-with-nested-stacking-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/layers/remove-layer-with-nested-stacking-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/layers/self-painting-outline-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/lists/dynamic-marker-crash-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/multicol/layers-split-across-columns-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/overflow/004-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/overflow/clip-rects-fixed-ancestor-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/overflow/line-clamp-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/overflow/overflow-focus-ring-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/inline-relative-positioned-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/layer-outline-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/layer-outline-horizontal-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/lines-with-layout-delta-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/opacity-change-on-overflow-float-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/overflow-delete-line-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/repaint-resized-overflow-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/subtree-layoutstate-transform-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-3-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-skipped-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-mixture-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/replaced/width100percent-searchfield-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/replaced/width100percent-textfield-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.txt: * platform/chromium-mac-snowleopard/fast/speech/speech-bidi-rendering-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/table/003-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/table/029-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-vertical-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/table/overflowHidden-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/table/spanOverlapRepaint-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/table/text-field-baseline-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/text/selection-painted-separately-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/text/selection-rect-rounding-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/transforms/transformed-focused-text-input-expected.txt: Added. * platform/chromium-mac-snowleopard/plugins/mouse-click-plugin-clears-selection-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/hixie/mixed/003-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/45621-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug12384-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug154780-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug24200-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-4-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4382-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug44505-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug55545-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug99948-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug106966-expected.txt: * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: Added. * platform/chromium-mac/compositing/overflow/ancestor-overflow-expected.txt: Added. * platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.txt: Added. * platform/chromium-mac/fast/block/float/033-expected.txt: Removed. * platform/chromium-mac/fast/clip/008-expected.txt: Added. * platform/chromium-mac/fast/clip/011-expected.txt: Added. * platform/chromium-mac/fast/clip/012-expected.txt: Added. * platform/chromium-mac/fast/css/input-search-padding-expected.txt: Added. * platform/chromium-mac/fast/css/invalidation-errors-2-expected.txt: Added. * platform/chromium-mac/fast/css/invalidation-errors-expected.txt: Added. * platform/chromium-mac/fast/css/line-height-expected.txt: Added. * platform/chromium-mac/fast/css/nested-layers-with-hover-expected.txt: Added. * platform/chromium-mac/fast/dom/isindex-001-expected.txt: Added. * platform/chromium-mac/fast/dom/isindex-002-expected.txt: Added. * platform/chromium-mac/fast/events/context-no-deselect-expected.txt: Added. * platform/chromium-mac/fast/forms/basic-inputs-expected.txt: Added. * platform/chromium-mac/fast/forms/box-shadow-override-expected.txt: * platform/chromium-mac/fast/forms/number/input-appearance-number-rtl-expected.txt: Added. * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Added. * platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Added. * platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.txt: Added. * platform/chromium-win-vista/compositing/overflow: Removed. * platform/chromium-win-vista/fast/layers: Added. * platform/chromium-win-vista/fast/layers/add-layer-with-nested-stacking-expected.txt: Added. * platform/chromium-win-vista/fast/layers/self-painting-outline-expected.txt: Added. * platform/chromium-win-vista/fast/multicol: Removed. * platform/chromium-win-vista/fast/repaint: Added. * platform/chromium-win-vista/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added. * platform/chromium-win-vista/fast/repaint/subtree-root-clip-2-expected.txt: Added. * platform/chromium-win-vista/fast/repaint/subtree-root-clip-3-expected.txt: Added. * platform/chromium-win-vista/fast/repaint/subtree-root-clip-expected.txt: Added. * platform/chromium-win-vista/fast/text/selection-painted-separately-expected.txt: Added. * platform/chromium-win-vista/http/tests/navigation: Removed. * platform/chromium-win-vista/tables/mozilla/bugs: Added. * platform/chromium-win-xp/compositing/overflow: Removed. * platform/chromium-win-xp/fast/forms/search-styled-expected.txt: * platform/chromium-win-xp/fast/layers: Added. * platform/chromium-win-xp/fast/layers/add-layer-with-nested-stacking-expected.txt: Added. * platform/chromium-win-xp/fast/layers/self-painting-outline-expected.txt: Added. * platform/chromium-win-xp/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added. * platform/chromium-win-xp/fast/repaint/subtree-root-clip-2-expected.txt: Added. * platform/chromium-win-xp/fast/repaint/subtree-root-clip-3-expected.txt: Added. * platform/chromium-win-xp/fast/repaint/subtree-root-clip-expected.txt: Added. * platform/chromium-win-xp/fast/replaced: Removed. * platform/chromium-win-xp/fast/text/selection-painted-separately-expected.txt: Added. * platform/chromium-win/compositing/overflow/ancestor-overflow-expected.txt: * platform/chromium-win/editing/inserting/before-after-input-element-expected.txt: * platform/chromium-win/editing/pasteboard/4806874-expected.txt: * platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt: * platform/chromium-win/editing/pasteboard/input-field-1-expected.txt: * platform/chromium-win/editing/selection/3690703-2-expected.txt: * platform/chromium-win/editing/selection/3690703-expected.txt: * platform/chromium-win/editing/selection/3690719-expected.txt: * platform/chromium-win/editing/selection/4895428-3-expected.txt: * platform/chromium-win/editing/selection/4975120-expected.txt: * platform/chromium-win/editing/selection/drag-select-1-expected.txt: * platform/chromium-win/editing/selection/expanding-selections-expected.txt: * platform/chromium-win/editing/selection/leave-requested-block-expected.txt: * platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt: * platform/chromium-win/editing/selection/select-across-readonly-input-2-expected.txt: * platform/chromium-win/editing/selection/select-across-readonly-input-3-expected.txt: * platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt: * platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt: * platform/chromium-win/editing/spelling/inline_spelling_markers-expected.txt: * platform/chromium-win/fast/block/float/032-expected.txt: * platform/chromium-win/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt: * platform/chromium-win/fast/block/float/shrink-to-avoid-float-complexity-expected.txt: * platform/chromium-win/fast/block/lineboxcontain/block-font-expected.txt: * platform/chromium-win/fast/block/lineboxcontain/block-glyphs-expected.txt: * platform/chromium-win/fast/block/lineboxcontain/font-expected.txt: * platform/chromium-win/fast/block/lineboxcontain/parsing-invalid-expected.txt: * platform/chromium-win/fast/block/margin-collapse/103-expected.txt: * platform/chromium-win/fast/css/input-search-padding-expected.txt: * platform/chromium-win/fast/css/invalidation-errors-2-expected.txt: * platform/chromium-win/fast/css/invalidation-errors-expected.txt: * platform/chromium-win/fast/css/line-height-expected.txt: * platform/chromium-win/fast/css/nested-layers-with-hover-expected.txt: * platform/chromium-win/fast/css/text-input-with-webkit-border-radius-expected.txt: * platform/chromium-win/fast/css/text-overflow-input-expected.txt: * platform/chromium-win/fast/dom/isindex-001-expected.txt: * platform/chromium-win/fast/dom/isindex-002-expected.txt: * platform/chromium-win/fast/events/autoscroll-expected.txt: * platform/chromium-win/fast/events/context-no-deselect-expected.txt: * platform/chromium-win/fast/forms/basic-inputs-expected.txt: * platform/chromium-win/fast/forms/box-shadow-override-expected.txt: * platform/chromium-win/fast/forms/encoding-test-expected.txt: * platform/chromium-win/fast/forms/fieldset-align-expected.txt: * platform/chromium-win/fast/forms/floating-textfield-relayout-expected.txt: * platform/chromium-win/fast/forms/form-element-geometry-expected.txt: * platform/chromium-win/fast/forms/input-align-expected.txt: * platform/chromium-win/fast/forms/input-appearance-bkcolor-expected.txt: * platform/chromium-win/fast/forms/input-appearance-default-bkcolor-expected.txt: * platform/chromium-win/fast/forms/input-appearance-disabled-expected.txt: * platform/chromium-win/fast/forms/input-appearance-focus-expected.txt: * platform/chromium-win/fast/forms/input-appearance-height-expected.txt: * platform/chromium-win/fast/forms/input-appearance-preventDefault-expected.txt: * platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt: * platform/chromium-win/fast/forms/input-appearance-selection-expected.txt: * platform/chromium-win/fast/forms/input-appearance-visibility-expected.txt: * platform/chromium-win/fast/forms/input-appearance-width-expected.txt: * platform/chromium-win/fast/forms/input-baseline-expected.txt: * platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt: * platform/chromium-win/fast/forms/input-field-text-truncated-expected.txt: * platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt: * platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt: * platform/chromium-win/fast/forms/input-readonly-empty-expected.txt: * platform/chromium-win/fast/forms/input-spaces-expected.txt: * platform/chromium-win/fast/forms/input-table-expected.txt: * platform/chromium-win/fast/forms/input-text-click-inside-expected.txt: * platform/chromium-win/fast/forms/input-text-click-outside-expected.txt: * platform/chromium-win/fast/forms/input-text-option-delete-expected.txt: * platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt: * platform/chromium-win/fast/forms/input-value-expected.txt: * platform/chromium-win/fast/forms/input-width-expected.txt: * platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.txt: * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: * platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: * platform/chromium-win/fast/forms/placeholder-position-expected.txt: * platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.txt: * platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt: * platform/chromium-win/fast/forms/search-cancel-button-style-sharing-expected.txt: * platform/chromium-win/fast/forms/search-display-none-cancel-button-expected.txt: * platform/chromium-win/fast/forms/search-rtl-expected.txt: * platform/chromium-win/fast/forms/search-styled-expected.txt: * platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt: * platform/chromium-win/fast/forms/searchfield-heights-expected.txt: * platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt: * platform/chromium-win/fast/forms/text-style-color-expected.txt: * platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt: * platform/chromium-win/fast/forms/validation-message-appearance-expected.txt: * platform/chromium-win/fast/forms/visual-hebrew-text-field-expected.txt: * platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt: * platform/chromium-win/fast/html/details-no-summary4-expected.txt: * platform/chromium-win/fast/html/details-open-javascript-expected.txt: * platform/chromium-win/fast/html/details-open2-expected.txt: * platform/chromium-win/fast/html/details-open4-expected.txt: * platform/chromium-win/fast/invalid/residual-style-expected.txt: * platform/chromium-win/fast/layers/add-layer-with-nested-stacking-expected.txt: Added. * platform/chromium-win/fast/layers/remove-layer-with-nested-stacking-expected.txt: * platform/chromium-win/fast/layers/self-painting-outline-expected.txt: Added. * platform/chromium-win/fast/lists/dynamic-marker-crash-expected.txt: * platform/chromium-win/fast/multicol/layers-split-across-columns-expected.txt: * platform/chromium-win/fast/overflow/004-expected.txt: * platform/chromium-win/fast/overflow/clip-rects-fixed-ancestor-expected.txt: * platform/chromium-win/fast/overflow/line-clamp-expected.txt: * platform/chromium-win/fast/overflow/overflow-focus-ring-expected.txt: * platform/chromium-win/fast/repaint/inline-relative-positioned-expected.txt: * platform/chromium-win/fast/repaint/layer-outline-expected.txt: * platform/chromium-win/fast/repaint/layer-outline-horizontal-expected.txt: * platform/chromium-win/fast/repaint/lines-with-layout-delta-expected.txt: * platform/chromium-win/fast/repaint/opacity-change-on-overflow-float-expected.txt: * platform/chromium-win/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added. * platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: * platform/chromium-win/fast/repaint/repaint-resized-overflow-expected.txt: * platform/chromium-win/fast/repaint/subtree-layoutstate-transform-expected.txt: * platform/chromium-win/fast/repaint/subtree-root-clip-2-expected.txt: Added. * platform/chromium-win/fast/repaint/subtree-root-clip-3-expected.txt: Added. * platform/chromium-win/fast/repaint/subtree-root-clip-expected.txt: Added. * platform/chromium-win/fast/repaint/subtree-root-skipped-expected.txt: * platform/chromium-win/fast/replaced/replaced-breaking-expected.txt: * platform/chromium-win/fast/replaced/replaced-breaking-mixture-expected.txt: * platform/chromium-win/fast/replaced/width100percent-searchfield-expected.txt: * platform/chromium-win/fast/replaced/width100percent-textfield-expected.txt: * platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt: * platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.txt: * platform/chromium-win/fast/speech/speech-bidi-rendering-expected.txt: * platform/chromium-win/fast/table/003-expected.txt: * platform/chromium-win/fast/table/029-expected.txt: * platform/chromium-win/fast/table/colspanMinWidth-expected.txt: * platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.txt: * platform/chromium-win/fast/table/overflowHidden-expected.txt: * platform/chromium-win/fast/table/spanOverlapRepaint-expected.txt: * platform/chromium-win/fast/table/text-field-baseline-expected.txt: * platform/chromium-win/fast/text/selection-painted-separately-expected.txt: Added. * platform/chromium-win/fast/text/selection-rect-rounding-expected.txt: * platform/chromium-win/fast/text/textIteratorNilRenderer-expected.txt: * platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt: * platform/chromium-win/plugins/mouse-click-plugin-clears-selection-expected.txt: * platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.txt: * platform/chromium-win/svg/hixie/mixed/003-expected.txt: * platform/chromium-win/tables/mozilla/bugs/45621-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug1188-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug12384-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug154780-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug18359-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug24200-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug2479-3-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug2479-4-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug28928-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug4382-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug44505-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug4527-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug46368-1-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug46368-2-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug51037-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug55545-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug7342-expected.txt: * platform/chromium-win/tables/mozilla/bugs/bug99948-expected.txt: * platform/chromium-win/tables/mozilla/dom/tableDom-expected.txt: * platform/chromium-win/tables/mozilla/other/move_row-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug106966-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: * platform/chromium/fast/block/float/033-expected.txt: Added. * platform/chromium/fast/block/float/avoidance-rtl-expected.txt: Added. * platform/chromium/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Added. * platform/chromium/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Added. * platform/chromium/fast/block/float/in-margin-expected.txt: Added. * platform/chromium/fast/clip: Added. * platform/chromium/fast/clip/017-expected.txt: Added. * platform/chromium/fast/dynamic: Added. * platform/chromium/fast/dynamic/subtree-boundary-percent-height-expected.txt: Added. * platform/chromium/fast/dynamic/subtree-no-common-root-static-y-expected.txt: Added. * platform/chromium/fast/dynamic/subtree-table-cell-height-expected.txt: Added. * platform/chromium/fast/invalid/residual-style-expected.txt: Removed. * platform/chromium/fast/speech: Removed. * platform/chromium/fast/speech/input-appearance-searchandspeech-expected.txt: Removed. * platform/chromium/test_expectations.txt: 2012-03-08 Victor Carbune Fix flaky test by decreasing granularity of cues (cues cover longer time intervals). The flakiness seems to appear because the video is paused synchronously, while missed events events are dispatched asynchronously. It can happen that multiple cues are actually missed cues, hence more exit events are dispatched together, but the video was paused before the actual dispatch. https://bugs.webkit.org/show_bug.cgi?id=80067 Reviewed by Eric Carlson. * media/track/captions-webvtt/simple-captions.vtt: * media/track/track-cues-pause-on-exit-expected.txt: * media/track/track-cues-pause-on-exit.html: 2012-03-08 Ádám Kallai [Qt] Rebaseline after r110072. Reviewed by Csaba Osztrogonác. * platform/qt/css3/selectors3/html/css3-modsel-23-expected.png: * platform/qt/css3/selectors3/html/css3-modsel-23-expected.txt: * platform/qt/css3/selectors3/html/css3-modsel-24-expected.png: * platform/qt/css3/selectors3/html/css3-modsel-24-expected.txt: * platform/qt/css3/selectors3/html/css3-modsel-68-expected.png: * platform/qt/css3/selectors3/html/css3-modsel-68-expected.txt: * platform/qt/css3/selectors3/html/css3-modsel-69-expected.png: * platform/qt/css3/selectors3/html/css3-modsel-69-expected.txt: * platform/qt/css3/selectors3/xhtml/css3-modsel-23-expected.png: * platform/qt/css3/selectors3/xhtml/css3-modsel-23-expected.txt: * platform/qt/css3/selectors3/xhtml/css3-modsel-24-expected.png: * platform/qt/css3/selectors3/xhtml/css3-modsel-24-expected.txt: * platform/qt/css3/selectors3/xhtml/css3-modsel-68-expected.png: * platform/qt/css3/selectors3/xhtml/css3-modsel-68-expected.txt: * platform/qt/css3/selectors3/xhtml/css3-modsel-69-expected.png: * platform/qt/css3/selectors3/xhtml/css3-modsel-69-expected.txt: * platform/qt/css3/selectors3/xml/css3-modsel-23-expected.png: * platform/qt/css3/selectors3/xml/css3-modsel-23-expected.txt: * platform/qt/css3/selectors3/xml/css3-modsel-24-expected.png: * platform/qt/css3/selectors3/xml/css3-modsel-24-expected.txt: * platform/qt/css3/selectors3/xml/css3-modsel-68-expected.png: * platform/qt/css3/selectors3/xml/css3-modsel-68-expected.txt: * platform/qt/css3/selectors3/xml/css3-modsel-69-expected.png: * platform/qt/css3/selectors3/xml/css3-modsel-69-expected.txt: * platform/qt/fast/clip/008-expected.png: * platform/qt/fast/clip/008-expected.txt: * platform/qt/fast/clip/011-expected.png: * platform/qt/fast/clip/011-expected.txt: * platform/qt/fast/clip/012-expected.png: * platform/qt/fast/clip/012-expected.txt: * platform/qt/fast/forms/input-text-double-click-expected.txt: * platform/qt/fast/forms/textfield-overflow-expected.txt: * platform/qt/http/tests/navigation/javascriptlink-frames-expected.png: * platform/qt/http/tests/navigation/javascriptlink-frames-expected.txt: * platform/qt/test_expectations.txt: 2012-03-08 Stephen White [chromium] Unreviewed gardening. Mark compositing/reflections/nested-reflection-opacity.html as flaky. * platform/chromium/test_expectations.txt: 2012-03-08 Stephen White [chromium] Unreviewed gardening. Mark some tests failing on Leopard after the Lion rebaselines. * platform/chromium/test_expectations.txt: 2012-03-08 Shinya Kawanaka should be rendered correctly. https://bugs.webkit.org/show_bug.cgi?id=78596 Reviewed by Hajime Morita. Contains tests both in case appears in the oldest shadow root and non-olderst shadow tree. * fast/dom/shadow/shadow-element-rendering-multiple-expected.txt: Added. * fast/dom/shadow/shadow-element-rendering-multiple.html: Added. * fast/dom/shadow/shadow-element-rendering-single-expected.txt: Added. * fast/dom/shadow/shadow-element-rendering-single.html: Added. * platform/efl/Skipped: * platform/mac/Skipped: * platform/qt/Skipped: * platform/win/Skipped: * platform/wincairo/Skipped: * platform/wk2/Skipped: 2012-03-08 Yoshifumi Inoue [Forms] Re-organize test files of label element https://bugs.webkit.org/show_bug.cgi?id=80575 There are 988 files under LayoutTests/fast/forms. It is hard to find a file from UI. To improve discoverability of file, it is better to organize files based on element as some test files did. This patch moves test files of "label" element to fast/forms/label and adjusts path of JavaScript files. Reviewed by Kentaro Hara. * fast/forms/label/labels-add-htmlFor-label-expected.txt: Renamed from LayoutTests/fast/forms/labels-add-htmlFor-label-expected.txt. * fast/forms/label/labels-add-htmlFor-label.html: Renamed from LayoutTests/fast/forms/labels-add-htmlFor-label.html. * fast/forms/label/labels-add-parent-label-expected.txt: Renamed from LayoutTests/fast/forms/labels-add-parent-label-expected.txt. * fast/forms/label/labels-add-parent-label.html: Renamed from LayoutTests/fast/forms/labels-add-parent-label.html. * fast/forms/label/labels-change-htmlFor-attribute-expected.txt: Renamed from LayoutTests/fast/forms/labels-change-htmlFor-attribute-expected.txt. * fast/forms/label/labels-change-htmlFor-attribute.html: Renamed from LayoutTests/fast/forms/labels-change-htmlFor-attribute.html. * fast/forms/label/labels-custom-property-expected.txt: Renamed from LayoutTests/fast/forms/labels-custom-property-expected.txt. * fast/forms/label/labels-custom-property.html: Renamed from LayoutTests/fast/forms/labels-custom-property.html. * fast/forms/label/labels-item-index-expected.txt: Renamed from LayoutTests/fast/forms/labels-item-index-expected.txt. * fast/forms/label/labels-item-index.html: Renamed from LayoutTests/fast/forms/labels-item-index.html. * fast/forms/label/labels-remove-htmlFor-attribute-expected.txt: Renamed from LayoutTests/fast/forms/labels-remove-htmlFor-attribute-expected.txt. * fast/forms/label/labels-remove-htmlFor-attribute.html: Renamed from LayoutTests/fast/forms/labels-remove-htmlFor-attribute.html. * fast/forms/label/labels-remove-htmlFor-label-expected.txt: Renamed from LayoutTests/fast/forms/labels-remove-htmlFor-label-expected.txt. * fast/forms/label/labels-remove-htmlFor-label.html: Renamed from LayoutTests/fast/forms/labels-remove-htmlFor-label.html. * fast/forms/label/labels-remove-parent-label-expected.txt: Renamed from LayoutTests/fast/forms/labels-remove-parent-label-expected.txt. * fast/forms/label/labels-remove-parent-label.html: Renamed from LayoutTests/fast/forms/labels-remove-parent-label.html. * fast/forms/label/labels-set-htmlFor-attribute-expected.txt: Renamed from LayoutTests/fast/forms/labels-set-htmlFor-attribute-expected.txt. * fast/forms/label/labels-set-htmlFor-attribute.html: Renamed from LayoutTests/fast/forms/labels-set-htmlFor-attribute.html. 2012-03-07 Mike Lawther CSS3 calc: mixed absolute/percentages work for width, height, margin and padding https://bugs.webkit.org/show_bug.cgi?id=79621 Reviewed by Andreas Kling. * css3/calc/margin-expected.txt: * css3/calc/padding-expected.txt: * css3/calc/simple-calcs-expected.txt: 2012-03-07 Fumitoshi Ukai Unreviewed. update chromium test expectations. * platform/chromium/test_expectations.txt: 2012-03-07 Fumitoshi Ukai Unreviewed. update chromium test expecation. * platform/chromium/test_expectations.txt: 2012-03-07 Kent Tamura Remove meaningless code in RenderTextControlSingleLine::preferredContentWidth() https://bugs.webkit.org/show_bug.cgi?id=80493 Reviewed by Hajime Morita. Add tests to confirm that borders and paddings for decoration elements don't affect intrinsic width of elements. * fast/forms/search/intrinsic-search-width-with-decoration-border-padding-expected.txt: Added. * fast/forms/search/intrinsic-search-width-with-decoration-border-padding.html: Added. * fast/speech/intrinsic-input-width-with-speech-border-padding-expected.txt: Added. * fast/speech/intrinsic-input-width-with-speech-border-padding.html: Added. 2012-03-07 Sheriff Bot Unreviewed, rolling out r110126. http://trac.webkit.org/changeset/110126 https://bugs.webkit.org/show_bug.cgi?id=80558 compile failed on AppleMac (Requested by ukai on #webkit). * css3/calc/margin-expected.txt: * css3/calc/padding-expected.txt: * css3/calc/simple-calcs-expected.txt: 2012-03-07 Mike Lawther CSS3 calc: mixed absolute/percentages work for width, height, margin and padding https://bugs.webkit.org/show_bug.cgi?id=79621 Reviewed by Andreas Kling. * css3/calc/margin-expected.txt: * css3/calc/padding-expected.txt: * css3/calc/simple-calcs-expected.txt: 2012-03-07 Stephen White [chromium] Unreviewed gardening. (Leopard, you will be the death of me.) * platform/chromium/test_expectations.txt: 2012-03-07 Ojan Vafai Yet another around of straightforward Chromium Lion rebaselines. 2012-03-07 Ojan Vafai Another round of straightforward Chromium Lion rebaselines. 2012-03-07 Stephen White [Chromium] Unreviewed gardening. Another attempt to green up the Mac canaries. * platform/chromium/test_expectations.txt: 2012-03-07 Ojan Vafai Another round of straightforward Chromium Lion rebaselines. 2012-03-07 Stephen White [chromium] Unreviewed gardening. More post-r110072 mopup (mac remix). * platform/chromium/test_expectations.txt: 2012-03-07 Stephen Chenney [Chromium] Unexpected changes in SVG animated results https://bugs.webkit.org/show_bug.cgi?id=80517 Unreviewed chromium test expectations. Linux debug is failing too. Very odd. * platform/chromium/test_expectations.txt: 2012-03-07 Stephen Chenney [Chromium] Unexpected changes in SVG animated filter results https://bugs.webkit.org/show_bug.cgi?id=80517 Unreviewed Chromium test_expectations update. A test is failing in Debug builds on mac and Win. No idea why. * platform/chromium/test_expectations.txt: 2012-03-07 Ojan Vafai Initial rebaselines for the Chromium Lion port. All the rebaselines are one of the following: -anti-aliasing differences -scrollbar differences -1 checkbox difference (checked box is blue instead of grey) -1 png rendering difference (blue is slightly darker, better matches Chromium Linux/Win and Apple Mac) -Clearly correct new results (e.g. SnowLeopard result says "FAIL", Lion result says "PASS") 2012-03-07 Eric Carlson Html5 video element Useragent string is Quicktime https://bugs.webkit.org/show_bug.cgi?id=46241 Reviewed by Daniel Bates. * http/tests/media/resources/serve-video.php: Added. * http/tests/media/resources/video-check-useragent.php: Added. * http/tests/media/resources/video-referer-check-referer.php: Split media loading logic out into serve-video.php. * http/tests/media/video-useragent-expected.txt: Added. * http/tests/media/video-useragent.html: Added. 2012-03-07 Stephen White [chromium] Unreviewed gardening. More post-r110072 mopup. * platform/chromium/test_expectations.txt: 2012-03-07 Philippe Normand Unreviewed, skip a test failing on GTK after r110072. * platform/gtk/Skipped: fast/events/autoscroll-in-textfield.html now fails. 2012-03-07 Julien Chaffraix Unreviewed rebaseline after r110072. * platform/chromium-linux/fast/repaint/search-field-cancel-expected.png: * platform/chromium-linux/http/tests/navigation/javascriptlink-frames-expected.txt: * platform/chromium-linux/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: * platform/chromium-mac-leopard/fast/repaint/search-field-cancel-expected.png: * platform/chromium-mac-snowleopard/fast/forms/input-text-double-click-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/search-field-cancel-expected.png: * platform/chromium-mac-snowleopard/fast/repaint/search-field-cancel-expected.txt: Added. * platform/chromium-mac-snowleopard/http/tests/navigation/javascriptlink-frames-expected.txt: Added. * platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Added. * platform/chromium-win/fast/forms/input-text-double-click-expected.txt: * platform/chromium-win/fast/repaint/search-field-cancel-expected.png: * platform/chromium-win/fast/repaint/search-field-cancel-expected.txt: * platform/chromium-win/http/tests/navigation/javascriptlink-frames-expected.txt: * platform/chromium-win/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: Rebaselined those entries on Chromium. search-field-cancel.html is showing a small harmless difference. * platform/chromium/test_expectations.txt: Removed the entries for some of the rebaselined test. * platform/chromium/test_expectations.txt: * platform/efl/test_expectations.txt: * platform/gtk/test_expectations.txt: * platform/mac/test_expectations.txt: * platform/qt/test_expectations.txt: * platform/win/Skipped: Added an image regression filed as bug 80531. 2012-03-07 Stephen White [Chromium] Unreviewed gardening. Adding some more test suppressions post r110072. * platform/chromium/test_expectations.txt: 2012-03-07 Philippe Normand Unreviewed, GTK rebaseline after r110072. * platform/gtk/css3/selectors3/html/css3-modsel-23-expected.txt: * platform/gtk/css3/selectors3/html/css3-modsel-24-expected.txt: * platform/gtk/css3/selectors3/html/css3-modsel-68-expected.txt: * platform/gtk/css3/selectors3/html/css3-modsel-69-expected.txt: * platform/gtk/css3/selectors3/xhtml/css3-modsel-23-expected.txt: * platform/gtk/css3/selectors3/xhtml/css3-modsel-24-expected.txt: * platform/gtk/css3/selectors3/xhtml/css3-modsel-68-expected.txt: * platform/gtk/css3/selectors3/xhtml/css3-modsel-69-expected.txt: * platform/gtk/css3/selectors3/xml/css3-modsel-23-expected.txt: * platform/gtk/css3/selectors3/xml/css3-modsel-24-expected.txt: * platform/gtk/css3/selectors3/xml/css3-modsel-68-expected.txt: * platform/gtk/css3/selectors3/xml/css3-modsel-69-expected.txt: * platform/gtk/editing/selection/select-from-textfield-outwards-expected.txt: * platform/gtk/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: * platform/gtk/fast/clip/008-expected.txt: * platform/gtk/fast/clip/011-expected.txt: * platform/gtk/fast/clip/012-expected.txt: * platform/gtk/fast/forms/input-readonly-autoscroll-expected.txt: * platform/gtk/fast/forms/input-text-double-click-expected.txt: * platform/gtk/fast/forms/input-text-drag-down-expected.txt: * platform/gtk/fast/forms/input-text-scroll-left-on-blur-expected.txt: * platform/gtk/fast/forms/textfield-outline-expected.txt: * platform/gtk/fast/forms/textfield-overflow-expected.txt: * platform/gtk/fast/repaint/overflow-delete-line-expected.txt: * platform/gtk/http/tests/navigation/javascriptlink-frames-expected.txt: * platform/gtk/tables/mozilla_expected_failures/bugs/bug2479-5-expected.txt: 2012-03-07 Adrienne Walker [chromium] Unreviewed, rebaseline tests after r109851. * platform/chromium-linux/compositing/reflections/reflection-on-composited-expected.png: * platform/chromium-linux/compositing/shadows/shadow-drawing-expected.png: * platform/chromium-linux/fast/repaint/block-selection-gap-in-composited-layer-expected.png: * platform/chromium-mac-leopard/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: * platform/chromium-mac-leopard/compositing/reflections/reflection-on-composited-expected.png: Added. * platform/chromium-mac-leopard/compositing/shadows/shadow-drawing-expected.png: * platform/chromium-mac-snowleopard/compositing/reflections/reflection-on-composited-expected.png: Added. * platform/chromium-mac-snowleopard/compositing/shadows/shadow-drawing-expected.png: * platform/chromium-mac-snowleopard/fast/repaint/block-selection-gap-in-composited-layer-expected.png: Added. * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png: Copied from LayoutTests/platform/chromium-mac-leopard/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.png. * platform/chromium-mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png: Renamed from LayoutTests/platform/chromium-mac-snowleopard/compositing/geometry/fixed-position-transform-composited-page-scale-expected.png. * platform/chromium-mac/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Removed. * platform/chromium-mac/compositing/reflections/reflection-on-composited-expected.png: * platform/chromium-mac/compositing/shadows/shadow-drawing-expected.png: Added. * platform/chromium-mac/fast/repaint/block-selection-gap-in-composited-layer-expected.png: Renamed from LayoutTests/platform/chromium/fast/repaint/block-selection-gap-in-composited-layer-expected.png. * platform/chromium-win-vista/compositing/shadows/shadow-drawing-expected.png: * platform/chromium-win-xp/compositing/shadows/shadow-drawing-expected.png: Removed. * platform/chromium-win/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: Removed. * platform/chromium-win/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: * platform/chromium-win/compositing/geometry/limit-layer-bounds-positioned-expected.txt: Removed. * platform/chromium-win/compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: Removed. * platform/chromium-win/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Removed. * platform/chromium-win/compositing/reflections/reflection-on-composited-expected.png: * platform/chromium-win/compositing/shadows/shadow-drawing-expected.png: * platform/chromium-win/fast/repaint/block-selection-gap-in-composited-layer-expected.png: * platform/chromium/compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: Renamed from LayoutTests/platform/chromium-win/compositing/geometry/limit-layer-bounds-transformed-expected.txt. * platform/chromium/test_expectations.txt: * platform/mac/compositing/geometry/fixed-position-transform-composited-page-scale-down-expected.txt: Removed. * platform/mac/compositing/geometry/fixed-position-transform-composited-page-scale-expected.txt: Removed. 2012-03-07 Hironori Bono [Chromium] Mirror the resizer image of an RTL element when WTF_USE_RTL_SCROLLBAR is 1 https://bugs.webkit.org/show_bug.cgi?id=9223 Reviewed by Tony Chang. This change mirrors a resizer image of an RTL element horizontall as Firefox does. This change also mirrors its dragging behavior, i.e. draging the resizer of an RTL element to the left side increases its width. (This feature is enabled only when WTF_USE_RTL_SCROLLBAR is 1.) * platform/chromium/scrollbars: Added. * platform/chromium/scrollbars/drag-rtl-resizer-expected.txt: Added. * platform/chromium/scrollbars/drag-rtl-resizer.html: Added. 2012-03-07 Julien Chaffraix Lazily allocate overflow: hidden layers if we have overflowing content https://bugs.webkit.org/show_bug.cgi?id=75568 Reviewed by David Hyatt. * platform/chromium/test_expectations.txt: * platform/efl/test_expectations.txt: * platform/gtk/test_expectations.txt: * platform/mac/test_expectations.txt: * platform/qt/test_expectations.txt: * platform/win/Skipped: Disable gazillions tests that need a small rebaseline after losing some layers. The expectations are updated to match each platform as best as I could but expect some breakage... 2012-03-07 Stephen Chenney Switch svg/dynamic-updates tests to repaint harness https://bugs.webkit.org/show_bug.cgi?id=78219 Unreviewed Chromium test rebaselining. * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png: Added. * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png: * platform/chromium-linux/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added. * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png: * platform/chromium-mac-leopard/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-textLength-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-textLength-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png: Added. * platform/chromium-mac-snowleopard/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png: Added. * platform/chromium-win-xp/svg/dynamic-updates: Removed. * platform/chromium-win-xp/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png: Removed. * platform/chromium-win-xp/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png: Removed. * platform/chromium-win/svg/dynamic-updates/SVGCircleElement-dom-cx-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGCircleElement-dom-cy-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGCircleElement-dom-r-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGCircleElement-svgdom-cx-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGCircleElement-svgdom-cy-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGCircleElement-svgdom-r-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGClipPathElement-dom-clipPathUnits-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGClipPathElement-svgdom-clipPathUnits-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-dom-cx-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-dom-cy-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-dom-rx-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-dom-ry-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-svgdom-cx-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-svgdom-cy-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-svgdom-rx-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGEllipseElement-svgdom-ry-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-operator-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-dom-radius-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-operator-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-radius-call-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-dom-height-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-dom-width-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-dom-x-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-dom-y-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-svgdom-height-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-svgdom-width-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-svgdom-x-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGForeignObjectElement-svgdom-y-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientTransform-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-gradientUnits-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-x1-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-x2-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y1-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-dom-y2-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientTransform-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-gradientUnits-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x1-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-x2-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y1-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGLinearGradientElement-svgdom-y2-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-lengthAdjust-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-lengthAdjust-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png: Added. * platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png: * platform/chromium-win/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png: * platform/chromium/test_expectations.txt: 2012-03-07 Stephen White [chromium] Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-03-07 Qi Zhang [Qt] Unskip http/tests/websocket/tests/hixie76/long-invalid-header.html https://bugs.webkit.org/show_bug.cgi?id=80516 Reviewed by Csaba Osztrogonác. * platform/qt-5.0-wk2/Skipped: 2012-03-07 Dan Bernstein REGRESSION (r100847): Entries are clipped out in Day One https://bugs.webkit.org/show_bug.cgi?id=80494 Reviewed by Sam Weinig. * fast/dom/HTMLDocument/width-and-height-expected.txt: Added. * fast/dom/HTMLDocument/width-and-height.html: Added. 2012-03-07 Philippe Normand [GTK] media/audio-garbage-collect.html is flaky https://bugs.webkit.org/show_bug.cgi?id=72698 Reviewed by Xan Lopez. * platform/gtk/test_expectations.txt: test is no longer flaky. 2012-03-07 Stephen White [chromium] Marking file-writer-events.html as flaky-crashing on Win. Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-03-07 Arun Patole HTMLTrackElement.idl doesn't have default attribute. https://bugs.webkit.org/show_bug.cgi?id=80116 Reviewed by Kentaro Hara. Make sure 'default' IDL attribute reflects the content attribute of the same name. * media/track/track-default-attribute-expected.txt: * media/track/track-default-attribute.html: 2012-03-07 Stephen White [chromium] Mark rtl-scrollbar.html as flaky. Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-03-07 Jochen Eisinger Unreviewd, more editing/execCommand baselines for chromium-mac-lion * platform/chromium-mac-snowleopard/editing/execCommand/5080333-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/5080333-1-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/5080333-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/5080333-2-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/5136770-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/5136770-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/5138441-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/5138441-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/5142012-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/5142012-1-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/5142012-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/5142012-2-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/5190926-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/5190926-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/5142012-2-expected.png: * platform/chromium-mac/editing/execCommand/5190926-expected.png: 2012-03-06 Pavel Podivilov Web Inspector: extract source mapping logic from DebuggerPresentationModel to ScriptMappingImpl. https://bugs.webkit.org/show_bug.cgi?id=80412 Reviewed by Vsevolod Vlasov. * inspector/debugger/breakpoint-manager.html: * inspector/debugger/callstack-placards-discarded.html: * inspector/debugger/linkifier.html: 2012-03-07 Jochen Eisinger Unreviewed, add editing/execCommand baselines for chromium-mac-lion * platform/chromium-mac-snowleopard/editing/execCommand/4580583-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/4580583-1-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/4580583-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/4580583-2-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/4641880-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/4641880-1-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/4641880-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/4641880-2-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/4747450-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/4747450-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/4916402-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/4916402-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/4916541-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/4916541-expected.png. * platform/chromium-mac-snowleopard/editing/execCommand/4924441-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/4924441-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: 2012-03-07 Kenichi Ishibashi [WebSocket] Should raise SYNTAX_ERR when message contains unpaired surrogates https://bugs.webkit.org/show_bug.cgi?id=80103 Reviewed by Kent Tamura. Added tests for unpaired surrogates check for WebSocket message and close reason. Updated two expectations for close() tests because further error message is added. * http/tests/websocket/tests/hybi/close-expected.txt: Updated. * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason-expected.txt: Added. * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason.html: Added. * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message-expected.txt: Added. * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message.html: Added. * http/tests/websocket/tests/hybi/workers/close-expected.txt: Updated. 2012-03-07 Fumitoshi Ukai Unreviewed, update chromium test expectations * platform/chromium/test_expectations.txt: 2012-03-07 Kangil Han [DRT] Remove PlainTextController implementations. https://bugs.webkit.org/show_bug.cgi?id=79959 Reviewed by Hajime Morita. PlainTextController usages in existing tests have been replaced by internals API by bug 78570. So this patch will remove PlainTextController implementations to avoid further usage in new tests. * fast/dom/Window/script-tests/window-property-descriptors.js: * fast/dom/Window/window-properties.html: * fast/dom/script-tests/prototype-inheritance-2.js: * fast/dom/script-tests/prototype-inheritance.js: 2012-03-07 Fumitoshi Ukai Unreviewed, update chromium test expectations * platform/chromium/test_expectations.txt: 2012-03-06 Grzegorz Czajkowski [EFL][DRT] Implements LayoutTestController's setPopupBlockingEnabled. https://bugs.webkit.org/show_bug.cgi?id=80137 Reviewed by Eric Seidel. Enables tests connected with setPopupBlockingEnabled. * platform/efl/Skipped: 2012-03-06 Philippe Normand Unreviewed, GTK test_expectations update after r109934. * platform/gtk/test_expectations.txt: 2012-03-06 Gavin Barraclough Array.prototype functions should throw if delete fails https://bugs.webkit.org/show_bug.cgi?id=80467 Reviewed by Oliver Hunt. * fast/js/mozilla/strict/15.4.4.12-expected.txt: * fast/js/mozilla/strict/15.4.4.13-expected.txt: * fast/js/mozilla/strict/15.4.4.6-expected.txt: * fast/js/mozilla/strict/15.4.4.8-expected.txt: * fast/js/mozilla/strict/15.4.4.9-expected.txt: - check in passing test results. 2012-03-06 Philippe Normand fullscreen/video-controls is too specific to the mac port https://bugs.webkit.org/show_bug.cgi?id=73583 Reviewed by Eric Carlson. Relax the test on the document's view height to not depend on the mac port fullscreen controls stylesheet. * fullscreen/video-controls-override-expected.txt: * fullscreen/video-controls-override.html: * platform/gtk/Skipped: 2012-03-06 Hayato Ito [Shadow DOM] Extend a 'path' notation in utility function so that we can specify arbitrary ShadowRoot. https://bugs.webkit.org/show_bug.cgi?id=80405 Reviewed by Dimitri Glazkov. Extract common utility function, getElementByIdInShadow(path), into a shadow-dom.js (renamed from create-dom.js) and support 'c