2012-03-12 Hans Wennborg Speech JavaScript API: SpeechRecognitionEvent https://bugs.webkit.org/show_bug.cgi?id=80513 Reviewed by Adam Barth. Add test for SpeechRecognitionEvent. Update Skipped files for all ports except Chromium. * fast/events/constructors/speech-recognition-event-constructor-expected.txt: Added. * fast/events/constructors/speech-recognition-event-constructor.html: Added. * platform/gtk/Skipped: * platform/mac/Skipped: * platform/qt/Skipped: * platform/win/Skipped: * platform/wincairo/Skipped: 2012-03-12 Andrey Kosyakov Unreviewed, remove flakiness flags for timeline-start-time.html following a fix in r100417. https://bugs.webkit.org/show_bug.cgi?id=80803 * platform/chromium/test_expectations.txt: 2012-03-12 Andrey Kosyakov Unreviewed flakiness fix. * inspector/timeline/timeline-start-time.html: 2012-03-12 Philippe Normand Unreviewed, GTK rebaseline after r110409. And skip a new GTK layout test failing after r110371. * platform/gtk/Skipped: * platform/gtk/fast/hidpi/video-controls-in-hidpi-expected.txt: * platform/gtk/fast/layers/video-layer-expected.txt: * platform/gtk/media/audio-controls-rendering-expected.txt: * platform/gtk/media/audio-repaint-expected.txt: * platform/gtk/media/controls-strict-expected.txt: * platform/gtk/media/controls-styling-expected.txt: * platform/gtk/media/controls-without-preload-expected.txt: * platform/gtk/media/media-controls-clone-expected.txt: * platform/gtk/media/media-document-audio-repaint-expected.txt: * platform/gtk/media/video-controls-rendering-expected.txt: * platform/gtk/media/video-empty-source-expected.txt: * platform/gtk/media/video-no-audio-expected.txt: * platform/gtk/media/video-zoom-controls-expected.txt: 2012-03-08 Roland Steiner Unreviewed: Fix typos in fast/css/style-scoped/style-scoped-basic.html layout test. * fast/css/style-scoped/style-scoped-basic.html: 2012-03-11 Pavel Podivilov Web Inspector: decouple LiveLocation from RawSourceCode. https://bugs.webkit.org/show_bug.cgi?id=80785 Reviewed by Vsevolod Vlasov. * inspector/debugger/callstack-placards-discarded-expected.txt: * inspector/debugger/callstack-placards-discarded.html: * inspector/debugger/linkifier.html: 2012-03-11 Fumitoshi Ukai Unreviewed, update chromium test expectations. * platform/chromium/test_expectations.txt: 2012-03-11 Fumitoshi Ukai Unreviewed, update chromium test expectations. * platform/chromium/test_expectations.txt: 2012-03-11 Victor Carbune Updated layout tests for basic rendering of cues. Some Chromium tests require rebaselining and have been marked accordingly. https://bugs.webkit.org/show_bug.cgi?id=79746 Reviewed by Eric Carlson. * media/media-controls.js: Adjusted helper function. (mediaControlsElement): (textTrackDisplayElement): If the method is called with only one parameter, it returns the text track container instead of a specific cue. * media/track/track-cue-mutable-text-expected.txt: Adjusted. * media/track/track-cue-nothing-to-render-expected.txt: Adjusted. * media/track/track-cue-rendering-expected.txt: Adjusted. * media/track/track-cue-rendering.html: Adjusted. * platform/chromium/test_expectations.txt: Marked tests that need to be rebaselined accordingly. 2012-03-11 Noel Gordon Unreviewed gardening. Rebaseline svg/text/foreignObject-repaint.xml to close out http://crbug.com/11483 * platform/chromium-linux/svg/text/foreignObject-repaint-expected.png: Added. * platform/chromium/test_expectations.txt: 2012-03-11 Fumitoshi Ukai Unreviewed, update chromium test expectations * platform/chromium/test_expectations.txt: 2012-03-11 Fumitoshi Ukai Unreviewed, update chromium test expectations. * platform/chromium/test_expectations.txt: 2012-03-11 Shawn Singh REGRESSION (r93614): scrolling div does not repaint https://bugs.webkit.org/show_bug.cgi?id=80641 Reviewed by Simon Fraser. * compositing/repaint/newly-composited-repaint-rect-expected.png: Added. * compositing/repaint/newly-composited-repaint-rect-expected.txt: Added. * compositing/repaint/newly-composited-repaint-rect.html: Added. 2012-03-11 Gavin Barraclough Inconsistent SyntaxError from new Function(...) https://bugs.webkit.org/show_bug.cgi?id=59795 Rubber stamped by Oliver Hunt. * fast/js/function-constructor-error-expected.txt: Added. * fast/js/function-constructor-error.html: Added. * fast/js/script-tests/function-constructor-error.js: Added. - Adding test cases. 2012-03-09 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: - Added test cases. 2012-03-11 Pavel Feldman Web Inspector: console.log attempts to substitute any "%" character in the message. https://bugs.webkit.org/show_bug.cgi?id=80504 Reviewed by Vsevolod Vlasov. * inspector/console/console-string-format-expected.txt: Added. * inspector/console/console-string-format.html: Added. 2012-03-11 Vsevolod Vlasov Web Inspector: Network panel does not show responses for application/json data https://bugs.webkit.org/show_bug.cgi?id=80684 Reviewed by Pavel Feldman. * http/tests/inspector/network/async-xhr-json-mime-type-expected.txt: Added. * http/tests/inspector/network/async-xhr-json-mime-type.html: Added. * http/tests/inspector/network/resources/json.php: Added. 2012-03-11 Vsevolod Vlasov Web Inspector: CSS content is not shown when stylesheet is loaded with invalid mime type in quirks mode. https://bugs.webkit.org/show_bug.cgi?id=80528 Reviewed by Pavel Feldman. * http/tests/inspector/resource-tree/resource-tree-invalid-mime-type-css-content-expected.txt: Added. * http/tests/inspector/resource-tree/resource-tree-invalid-mime-type-css-content.html: Added. * http/tests/inspector/resource-tree/resources/stylesheet-text-plain.php: Added. 2012-03-10 Julien Chaffraix RenderObject with 'resize' different from 'none' should have a RenderLayer https://bugs.webkit.org/show_bug.cgi?id=80738 Reviewed by James Robinson. * platform/chromium/test_expectations.txt: * platform/efl/test_expectations.txt: * platform/gtk/test_expectations.txt: * platform/mac/test_expectations.txt: * platform/win/Skipped: Unskip the test on most platform but Qt. Qt has a bug about the test timing out which may be related. 2012-03-10 Nikolas Zimmermann Not reviewed. Final chunk of SL rebaselines with Generic RGB profile for svg/. * platform/mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: * platform/mac-snowleopard/svg/filters/animate-fill-expected.png: * platform/mac-snowleopard/svg/filters/big-sized-filter-2-expected.png: * platform/mac-snowleopard/svg/filters/big-sized-filter-expected.png: * platform/mac-snowleopard/svg/filters/feColorMatrix-default-type-expected.png: * platform/mac-snowleopard/svg/filters/feColorMatrix-offset-expected.png: * platform/mac-snowleopard/svg/filters/feColorMatrix-saturate-expected.png: * platform/mac-snowleopard/svg/filters/feColorMatrix-values-expected.png: * platform/mac-snowleopard/svg/filters/feComposite-expected.png: * platform/mac-snowleopard/svg/filters/feConvolveFilter-y-bounds-expected.png: * platform/mac-snowleopard/svg/filters/feDisplacementMap-expected.png: * platform/mac-snowleopard/svg/filters/feDropShadow-expected.png: * platform/mac-snowleopard/svg/filters/feGaussianBlur-expected.png: * platform/mac-snowleopard/svg/filters/feImage-animated-transform-on-target-rect-expected.png: * platform/mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png: * platform/mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png: * platform/mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png: * platform/mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png: * platform/mac-snowleopard/svg/filters/feImage-late-indirect-update-expected.png: * platform/mac-snowleopard/svg/filters/feImage-multiple-targets-id-change-expected.png: * platform/mac-snowleopard/svg/filters/feImage-position-expected.png: * platform/mac-snowleopard/svg/filters/feImage-preserveAspectratio-expected.png: * platform/mac-snowleopard/svg/filters/feImage-reference-invalidation-expected.png: * platform/mac-snowleopard/svg/filters/feImage-reference-svg-primitive-expected.png: * platform/mac-snowleopard/svg/filters/feImage-subregions-expected.png: * platform/mac-snowleopard/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: * platform/mac-snowleopard/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: * platform/mac-snowleopard/svg/filters/feImage-target-add-to-document-expected.png: * platform/mac-snowleopard/svg/filters/feImage-target-attribute-change-expected.png: * platform/mac-snowleopard/svg/filters/feImage-target-attribute-change-with-use-indirection-2-expected.png: * platform/mac-snowleopard/svg/filters/feImage-target-attribute-change-with-use-indirection-expected.png: * platform/mac-snowleopard/svg/filters/feImage-target-changes-id-expected.png: * platform/mac-snowleopard/svg/filters/feImage-target-id-change-expected.png: * platform/mac-snowleopard/svg/filters/feImage-target-inline-style-change-expected.png: * platform/mac-snowleopard/svg/filters/feImage-target-property-change-expected.png: * platform/mac-snowleopard/svg/filters/feImage-target-reappend-to-document-expected.png: * platform/mac-snowleopard/svg/filters/feImage-target-remove-from-document-expected.png: * platform/mac-snowleopard/svg/filters/feImage-target-style-change-expected.png: * platform/mac-snowleopard/svg/filters/feLighting-crash-expected.png: * platform/mac-snowleopard/svg/filters/feMerge-expected.png: * platform/mac-snowleopard/svg/filters/feOffset-expected.png: * platform/mac-snowleopard/svg/filters/feTile-expected.png: * platform/mac-snowleopard/svg/filters/filter-clip-expected.png: * platform/mac-snowleopard/svg/filters/filter-on-tspan-expected.png: * platform/mac-snowleopard/svg/filters/filter-placement-issue-expected.png: * platform/mac-snowleopard/svg/filters/filter-refresh-expected.png: * platform/mac-snowleopard/svg/filters/filter-rounding-issues-expected.png: * platform/mac-snowleopard/svg/filters/filter-source-position-expected.png: * platform/mac-snowleopard/svg/filters/filter-width-update-expected.png: * platform/mac-snowleopard/svg/filters/filterRes-expected.png: * platform/mac-snowleopard/svg/filters/filterRes1-expected.png: * platform/mac-snowleopard/svg/filters/filterRes2-expected.png: * platform/mac-snowleopard/svg/filters/filterRes3-expected.png: * platform/mac-snowleopard/svg/filters/filteredImage-expected.png: * platform/mac-snowleopard/svg/filters/parent-children-with-same-filter-expected.png: * platform/mac-snowleopard/svg/filters/shadow-on-filter-expected.png: * platform/mac-snowleopard/svg/filters/shadow-on-rect-with-filter-expected.png: * platform/mac-snowleopard/svg/filters/subRegion-in-userSpace-expected.png: * platform/mac-snowleopard/svg/filters/subRegion-one-effect-expected.png: * platform/mac-snowleopard/svg/filters/subRegion-two-effects-expected.png: * platform/mac-snowleopard/svg/foreignObject/filter-expected.png: * platform/mac-snowleopard/svg/repaint/filter-child-repaint-expected.png: * platform/mac-snowleopard/svg/repaint/filter-repaint-expected.png: * platform/mac-snowleopard/svg/repaint/image-href-change-expected.png: * platform/mac-snowleopard/svg/transforms/animated-path-inside-transformed-html-expected.png: * platform/mac-snowleopard/svg/webarchive/svg-feimage-subresources-expected.png: * platform/mac-snowleopard/svg/wicd/test-rightsizing-b-expected.png: * platform/mac-snowleopard/svg/zoom/page/zoom-background-images-expected.png: * platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: * platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: * platform/mac-snowleopard/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: 2012-03-10 Nikolas Zimmermann Not reviewed. Next chunk of SL rebaselines with Generic RGB profile for svg/. * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-dom-mode-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-in2-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEBlendElement-svgdom-mode-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-in-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-type-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-dom-values-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-in-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-type-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEColorMatrixElement-svgdom-values-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-amplitude-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-exponent-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-intercept-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-offset-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-slope-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-tableValues-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-dom-type-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-amplitude-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-exponent-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-intercept-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-offset-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-slope-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-tableValues-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-in2-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k1-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k2-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k3-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-k4-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-dom-operator-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-in2-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k1-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k2-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k3-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-k4-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFECompositeElement-svgdom-operator-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-bias-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-divisor-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-edgeMode-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-in-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelMatrix-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-kernelUnitLength-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-order-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-preserveAlpha-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetX-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-dom-targetY-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-dom-azimuth-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-dom-elevation-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-azimuth-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDistantLightElement-svgdom-elevation-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-color-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-dom-flood-opacity-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-color-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEFloodElement-svgdom-flood-opacity-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-in-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-dom-stdDeviation-call-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEGaussianBlurElement-svgdom-in-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMergeNodeElement-dom-in-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMergeNodeElement-svgdom-in-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-dom-in-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEMorphologyElement-svgdom-in-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-x-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-y-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-dom-z-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-x-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-y-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFEPointLightElement-svgdom-z-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-baseFrequency-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-numOctaves-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-seed-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-stitchTiles-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-dom-type-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-numOctaves-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-seed-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-stitchTiles-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-type-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: * platform/mac-snowleopard/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: 2012-03-10 Nikolas Zimmermann Not reviewed. First chunk of SL rebaselines with Generic RGB profile for svg/. * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1-SE/filters-image-05-f-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-30-t-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-blend-01-b-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-color-01-b-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-comptran-01-b-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-displace-01-f-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-example-01-b-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-light-01-f-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-offset-01-b-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-tile-01-b-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-turb-01-f-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/render-groups-01-b-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/render-groups-03-t-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-image-04-t-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-image-06-t-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-image-07-t-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-image-08-t-expected.png: * platform/mac-snowleopard/svg/W3C-SVG-1.1/struct-use-01-t-expected.png: * platform/mac-snowleopard/svg/as-border-image/svg-as-border-image-2-expected.png: * platform/mac-snowleopard/svg/as-border-image/svg-as-border-image-expected.png: * platform/mac-snowleopard/svg/batik/filters/feTile-expected.png: * platform/mac-snowleopard/svg/batik/filters/filterRegions-expected.png: * platform/mac-snowleopard/svg/batik/text/textEffect-expected.png: * platform/mac-snowleopard/svg/batik/text/textEffect3-expected.png: * platform/mac-snowleopard/svg/carto.net/selectionlist-expected.png: * platform/mac-snowleopard/svg/css/path-gradient-stroke-shadow-expected.png: * platform/mac-snowleopard/svg/css/rect-gradient-stroke-shadow-expected.png: * platform/mac-snowleopard/svg/custom/convolution-crash-expected.png: * platform/mac-snowleopard/svg/custom/createImageElement-expected.png: * platform/mac-snowleopard/svg/custom/createImageElement2-expected.png: * platform/mac-snowleopard/svg/custom/empty-merge-expected.png: * platform/mac-snowleopard/svg/custom/feComponentTransfer-Discrete-expected.png: * platform/mac-snowleopard/svg/custom/feComponentTransfer-Gamma-expected.png: * platform/mac-snowleopard/svg/custom/feComponentTransfer-Linear-expected.png: * platform/mac-snowleopard/svg/custom/feComponentTransfer-Table-expected.png: * platform/mac-snowleopard/svg/custom/feDisplacementMap-01-expected.png: * platform/mac-snowleopard/svg/custom/focus-ring-expected.png: * platform/mac-snowleopard/svg/custom/grayscale-gradient-mask-2-expected.png: * platform/mac-snowleopard/svg/custom/group-opacity-expected.png: * platform/mac-snowleopard/svg/custom/image-parent-translation-expected.png: * platform/mac-snowleopard/svg/custom/image-small-width-height-expected.png: * platform/mac-snowleopard/svg/custom/image-with-prefix-in-webarchive-expected.png: * platform/mac-snowleopard/svg/custom/image-with-transform-clip-filter-expected.png: * platform/mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.png: * platform/mac-snowleopard/svg/custom/js-update-image-and-display-expected.png: * platform/mac-snowleopard/svg/custom/js-update-image-and-display2-expected.png: * platform/mac-snowleopard/svg/custom/js-update-image-and-display3-expected.png: * platform/mac-snowleopard/svg/custom/js-update-image-expected.png: * platform/mac-snowleopard/svg/custom/non-opaque-filters-expected.png: * platform/mac-snowleopard/svg/custom/pattern-userSpaceOnUse-userToBaseTransform-expected.png: * platform/mac-snowleopard/svg/custom/pointer-events-image-css-transform-expected.png: * platform/mac-snowleopard/svg/custom/pointer-events-image-expected.png: * platform/mac-snowleopard/svg/custom/recursive-filter-expected.png: * platform/mac-snowleopard/svg/custom/relative-sized-image-expected.png: * platform/mac-snowleopard/svg/custom/resource-invalidate-on-target-update-expected.png: * platform/mac-snowleopard/svg/custom/scrolling-embedded-svg-file-image-repaint-problem-expected.png: * platform/mac-snowleopard/svg/custom/text-filter-expected.png: * platform/mac-snowleopard/svg/custom/text-image-opacity-expected.png: * platform/mac-snowleopard/svg/custom/use-disappears-after-style-update-expected.png: * platform/mac-snowleopard/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png: * platform/mac-snowleopard/svg/custom/visibility-override-filter-expected.png: 2012-03-09 Robert Kroeger Handle more Gesture* events by performing scrolls on the correct target ScrollableArea https://bugs.webkit.org/show_bug.cgi?id=80311 Rebaselined to reflect corrected behaviour of gesture events targeting a div removed from the DOM during dispatch. Reviewed by James Robinson. * fast/events/touch/gesture/touch-gesture-scroll-shy-target.html: * platform/chromium/fast/events/touch/gesture/touch-gesture-scroll-shy-target-expected.txt: 2012-03-09 Ojan Vafai Chromium-Lion rebaselines. Getting close to done. :( 2012-03-09 Adam Barth Update baseline after http://trac.webkit.org/changeset/110352 to show the new passing subtest. * platform/chromium/fast/js/array-prototype-properties-expected.txt: 2012-03-09 Gavin Barraclough Array.prototype.toLocaleString visits elements in wrong order under certain conditions https://bugs.webkit.org/show_bug.cgi?id=80663 Reviewed by Michael Saboff. The bug here is actually that we're continuing to process the array after an exception has been thrown, and that the second value throw is overriding the first. * fast/js/array-prototype-properties-expected.txt: * fast/js/script-tests/array-prototype-properties.js: 2012-03-09 Ojan Vafai So many Chromium-Lion rebaselines. :( 2012-03-09 Erik Arvidsson Rebaseline inspector/debugger/debugger-scripts.html [chromium] Unreviewed gardening. * platform/chromium-win/inspector/debugger/debugger-scripts-expected.txt: Renamed from LayoutTests/platform/chromium/inspector/debugger/debugger-scripts-expected.txt. 2012-03-09 Ojan Vafai More Chromium-Lion rebaselines. 2012-03-09 Alexis Menard Implement selectedOptions attribute 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 'consecutive slashes' notation so that we can specify arbitrary ShadowRoot in shadow DOM tree. Until now, we can get an element only from the youngest ShadowRoot. * 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: Renamed from LayoutTests/fast/dom/shadow/resources/create-dom.js. (createShadowRoot): (createDOM): (isShadowRoot): (getElementInShadowTreeStack): * fast/dom/shadow/shadow-boundary-events.html: 2012-03-06 Fumitoshi Ukai Unreviewed, update chromium test expectations * platform/chromium/test_expectations.txt: 2012-03-06 Fumitoshi Ukai Unreviewed, fix lint error * platform/chromium/test_expectations.txt: 2012-03-06 Fumitoshi Ukai Unreviewed, update chromium test expectation. * platform/chromium/test_expectations.txt: update svg/W3C-SVG-1.1/animate-elem-77-t.svg 2012-03-06 Hajime Morrita https://bugs.webkit.org/show_bug.cgi?id=79935 REGRESSION: element is not HTMLUnknownElement when Shadow DOM API is disabled Reviewed by Adam Barth. * fast/dom/resources/shadow-test-driver.js: (createContentWithText): * fast/dom/shadow/content-element-move.html: Replaced accidentaly used using an Internals API. * fast/dom/shadow/content-shadow-unknown-expected.txt: Added. * fast/dom/shadow/content-shadow-unknown.html: Added. 2012-03-05 MORITA Hajime https://bugs.webkit.org/show_bug.cgi?id=79935 REGRESSION: element is not HTMLUnknownElement when Shadow DOM API is disabled Reviewed by Adam Barth. * fast/dom/shadow/content-shadow-unknown-expected.txt: Added. * fast/dom/shadow/content-shadow-unknown.html: Added. 2012-03-06 Fumitoshi Ukai Unreviewed, update chromium test expectation. * platform/chromium/test_expectations.txt: 2012-03-06 Adrienne Walker Unreviewed, update mac text baselines after r109851 * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: * compositing/geometry/limit-layer-bounds-overflow-root-expected.txt: * compositing/geometry/limit-layer-bounds-positioned-expected.txt: * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: * compositing/geometry/limit-layer-bounds-transformed-expected.txt: * compositing/geometry/limit-layer-bounds-transformed-overflow-expected.txt: 2012-03-06 Dirk Pranke Remove the no-longer-needed 'CPU' and 'GPU' modifiers. Unreviewed, expectations change. * platform/chromium/test_expectations.txt: 2012-03-06 Dirk Pranke Re-sort the platform/chromium/virtual/gpu expectations next to the original expectations. Unreviewed, expectations change. * platform/chromium/test_expectations.txt: 2012-03-06 Ryosuke Niwa Can't select a line of RTL text on Facebook https://bugs.webkit.org/show_bug.cgi?id=59435 Reviewed by Eric Seidel. Added a regression test case. * editing/selection/select-bidi-run-expected.txt: * editing/selection/select-bidi-run.html: 2012-03-06 Adrienne Walker Overlap map for compositing should ignore empty layers https://bugs.webkit.org/show_bug.cgi?id=63499 Reviewed by Simon Fraser. * compositing/layer-creation/overlap-empty-layer-expected.txt: Added. * compositing/layer-creation/overlap-empty-layer.html: Added. 2012-03-06 Kent Tamura [Chromium] Rebaseline of input-appearance-numberandspeech.html for r109876. https://bugs.webkit.org/show_bug.cgi?id=78326 * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.png: * platform/chromium-linux/fast/speech/input-appearance-numberandspeech-expected.txt: * platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.png: * platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.png: * platform/chromium-mac-snowleopard/fast/speech/input-appearance-numberandspeech-expected.txt: * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.png: * platform/chromium-win/fast/speech/input-appearance-numberandspeech-expected.txt: * platform/chromium/test_expectations.txt: 2012-03-06 Stephen White [chromium] More test_expectations updates after the svg change. Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-03-06 Stephen White [chromium] Unreviewed gardening. New text results for css3 filters tests. * platform/chromium-mac/css3/filters: Added. * platform/chromium-mac/css3/filters/composited-during-animation-layertree-expected.txt: Added. * platform/chromium-win/css3/filters/composited-during-animation-layertree-expected.txt: Added. 2012-03-06 Alexis Menard getComputedStyle returns incorrect values for the width and height of pseudo-elements https://bugs.webkit.org/show_bug.cgi?id=37835 Reviewed by Tony Chang. Extend existing test to cover the bug. * fast/css/getComputedStyle/getComputedStyle-with-pseudo-element-expected.txt: * fast/css/getComputedStyle/getComputedStyle-with-pseudo-element.html: 2012-03-06 Dimitri Glazkov REGRESSION(r109191): Shadow DOM tests stopped running on ports that do not have SHADOW_DOM flag enabled. https://bugs.webkit.org/show_bug.cgi?id=80449 Reviewed by Ryosuke Niwa. * fast/dom/shadow/resources/create-dom.js: (createDOM): Fixed a typo. 2012-03-06 Stephen White [chromium] Unreviewed gardening. * platform/chromium-mac-snowleopard/css3/filters/composited-during-transition-layertree-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/css/circle-in-mask-with-shadow-expected.png: Added. * platform/chromium-win/css3/filters/composited-during-transition-layertree-expected.txt: Added. 2012-03-06 Mihnea Ovidenie [CSSRegions][CSSOM]Restrict parsing of named flow name https://bugs.webkit.org/show_bug.cgi?id=80359 Reviewed by Andreas Kling. The function that does the parsing for flow thread name should restrict the number of parsed properties to 1, otherwise it would allow parsing of "-webkit-flow-into: flow; color: red;" constructions. * fast/regions/webkit-named-flow-invalid-name-expected.txt: * fast/regions/webkit-named-flow-invalid-name.html: 2012-03-06 Stephen Chenney Update Chromium/SVG expectations after the rewrite https://bugs.webkit.org/show_bug.cgi?id=79568 Unreviewed Chromium test_expectations update. As expected, some tests are failing due to missing or incorrect baselines. * platform/chromium/test_expectations.txt: 2012-03-05 Dean Jackson Enable compositing when a CSS filter is animating https://bugs.webkit.org/show_bug.cgi?id=79048 Reviewed by Simon Fraser. * platform/mac/css3/filters/composited-during-animation-expected.txt: Added. * platform/mac/css3/filters/composited-during-animation-layertree-expected.txt: Added. * css3/filters/composited-during-animation-layertree.html: Added. * css3/filters/composited-during-animation.html: Added. * platform/mac/css3/filters/composited-during-transition-layertree-expected.txt: Added. * css3/filters/composited-during-transition-layertree.html: Added. 2012-03-06 Stephen Chenney Update Chromium/SVG expectations after the rewrite https://bugs.webkit.org/show_bug.cgi?id=79568 Unreviewed Chromium expectation updates. This covers the remaining text failures after r109097. There are no image updates here (expect a missing one) because the flakiness board indicated that no images were failing that were not already failing. Of course, that may be incorrect but the best way to find out is to try it. * platform/chromium-linux-x86/svg/filters/filter-refresh-expected.txt: * platform/chromium-linux-x86/svg/stroke: Added. * platform/chromium-linux-x86/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Added. * platform/chromium-linux-x86/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-36-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-40-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-41-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-61-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-63-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-64-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-65-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-66-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-67-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-68-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-69-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-70-t-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: * platform/chromium-linux/svg/W3C-SVG-1.1/filters-morph-01-f-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/text-path-01-b-expected.txt: Added. * platform/chromium-linux/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added. * platform/chromium-linux/svg/batik/text/smallFonts-expected.png: Added. * platform/chromium-linux/svg/batik/text/textPosition-expected.txt: * platform/chromium-linux/svg/batik/text/textPosition2-expected.txt: * platform/chromium-linux/svg/carto.net/window-expected.txt: Removed. * platform/chromium-linux/svg/filters/filter-refresh-expected.txt: * platform/chromium-linux/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Added. * platform/chromium-linux/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Added. * platform/chromium-mac-leopard/svg/batik/text/smallFonts-expected.png: Added. * platform/chromium-mac-leopard/svg/filters/filter-refresh-expected.txt: * platform/chromium-mac-leopard/svg/stroke: Added. * platform/chromium-mac-leopard/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Added. * platform/chromium-mac-leopard/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.txt: * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt: * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/text-text-05-t-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/batik/text/longTextOnPath-expected.txt: * platform/chromium-mac-snowleopard/svg/batik/text/smallFonts-expected.png: Added. * platform/chromium-mac-snowleopard/svg/batik/text/textOnPath2-expected.txt: * platform/chromium-mac-snowleopard/svg/batik/text/textOnPath3-expected.txt: * platform/chromium-mac-snowleopard/svg/batik/text/textProperties-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/batik/text/textStyles-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/filters/filter-refresh-expected.txt: * platform/chromium-mac-snowleopard/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/text/text-text-05-t-expected.txt: Added. * platform/chromium-win-vista/svg/filters/filter-refresh-expected.txt: * platform/chromium-win-vista/svg/stroke: Added. * platform/chromium-win-vista/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Added. * platform/chromium-win-vista/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Added. * platform/chromium-win-xp/svg/filters/filter-refresh-expected.txt: * platform/chromium-win-xp/svg/stroke: Added. * platform/chromium-win-xp/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Added. * platform/chromium-win-xp/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Added. * platform/chromium-win-xp/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Removed. * platform/chromium-win/svg/W3C-SVG-1.1-SE/struct-use-11-f-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-30-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-77-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/animate-elem-78-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-13-b-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/struct-group-03-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/struct-image-02-b-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/struct-use-05-b-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/text-text-04-t-expected.txt: * platform/chromium-win/svg/W3C-SVG-1.1/text-text-06-t-expected.txt: * platform/chromium-win/svg/batik/filters/feTile-expected.txt: * platform/chromium-win/svg/batik/filters/filterRegions-expected.txt: * platform/chromium-win/svg/batik/masking/maskRegions-expected.txt: * platform/chromium-win/svg/batik/paints/gradientLimit-expected.txt: * platform/chromium-win/svg/batik/paints/patternPreserveAspectRatioA-expected.txt: * platform/chromium-win/svg/batik/paints/patternRegionA-expected.txt: * platform/chromium-win/svg/batik/paints/patternRegions-expected.txt: * platform/chromium-win/svg/batik/paints/patternRegions-positioned-objects-expected.txt: * platform/chromium-win/svg/batik/text/longTextOnPath-expected.txt: * platform/chromium-win/svg/batik/text/smallFonts-expected.png: Added. * platform/chromium-win/svg/batik/text/smallFonts-expected.txt: Added. * platform/chromium-win/svg/batik/text/textAnchor-expected.txt: * platform/chromium-win/svg/batik/text/textDecoration-expected.txt: * platform/chromium-win/svg/batik/text/textEffect-expected.txt: * platform/chromium-win/svg/batik/text/textEffect2-expected.txt: * platform/chromium-win/svg/batik/text/textEffect3-expected.txt: * platform/chromium-win/svg/batik/text/textFeatures-expected.txt: * platform/chromium-win/svg/batik/text/textGlyphOrientationHorizontal-expected.txt: * platform/chromium-win/svg/batik/text/textLayout-expected.txt: * platform/chromium-win/svg/batik/text/textLayout2-expected.txt: * platform/chromium-win/svg/batik/text/textLength-expected.txt: * platform/chromium-win/svg/batik/text/textOnPath-expected.txt: * platform/chromium-win/svg/batik/text/textOnPath2-expected.txt: * platform/chromium-win/svg/batik/text/textOnPath3-expected.txt: * platform/chromium-win/svg/batik/text/textOnPathSpaces-expected.txt: * platform/chromium-win/svg/batik/text/textPosition-expected.txt: * platform/chromium-win/svg/batik/text/textPosition2-expected.txt: * platform/chromium-win/svg/batik/text/textProperties-expected.txt: * platform/chromium-win/svg/batik/text/textProperties2-expected.txt: * platform/chromium-win/svg/batik/text/textStyles-expected.txt: * platform/chromium-win/svg/batik/text/verticalText-expected.txt: * platform/chromium-win/svg/batik/text/verticalTextOnPath-expected.txt: * platform/chromium-win/svg/carto.net/button-expected.txt: * platform/chromium-win/svg/carto.net/colourpicker-expected.txt: * platform/chromium-win/svg/carto.net/slider-expected.txt: * platform/chromium-win/svg/carto.net/window-expected.txt: * platform/chromium-win/svg/filters/filter-refresh-expected.txt: * platform/chromium-win/svg/hixie/error/017-expected.txt: * platform/chromium-win/svg/stroke/zero-length-path-linecap-rendering-expected.txt: Added. * platform/chromium-win/svg/stroke/zero-length-subpaths-linecap-rendering-expected.txt: Added. * platform/chromium-win/svg/text/text-gradient-positioning-expected.txt: * platform/chromium-win/svg/text/text-path-01-b-expected.txt: * platform/chromium-win/svg/text/text-text-04-t-expected.txt: * platform/chromium-win/svg/text/text-text-05-t-expected.txt: * platform/chromium-win/svg/text/text-text-06-t-expected.txt: * platform/chromium-win/svg/transforms/svg-css-transforms-clip-path-expected.txt: * platform/chromium-win/svg/zoom/page/zoom-mask-with-percentages-expected.txt: Added. * platform/chromium/svg/stroke/zero-length-arc-linecaps-rendering-expected.txt: Replaced. * platform/chromium/test_expectations.txt: 2012-03-06 Stephen White [chromium] Unreviewed gardening. * platform/chromium-mac-leopard/svg/custom/use-on-text-expected.png: 2012-03-06 Gavin Barraclough writable/configurable not respected for some properties of Function/String/Arguments https://bugs.webkit.org/show_bug.cgi?id=80436 Reviewed by Oliver Hunt. Special properties should behave like regular properties. * fast/js/mozilla/strict/10.6-expected.txt: * fast/js/mozilla/strict/15.3.5.1-expected.txt: * fast/js/mozilla/strict/15.3.5.2-expected.txt: * fast/js/mozilla/strict/15.5.5.1-expected.txt: - Check in passing test results. * fast/js/script-tests/arguments.js: - Fix test - this was asserting incorrect behaviour. 2012-03-06 Stephen White Unreviewed, rolling out r109840. http://trac.webkit.org/changeset/109840 https://bugs.webkit.org/show_bug.cgi?id=80103 Broke WebSocket tests on Chrome Mac and Linux * http/tests/websocket/tests/hybi/close-expected.txt: * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason-expected.txt: Removed. * http/tests/websocket/tests/hybi/unpaired-surrogates-in-close-reason.html: Removed. * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message-expected.txt: Removed. * http/tests/websocket/tests/hybi/unpaired-surrogates-in-message.html: Removed. * http/tests/websocket/tests/hybi/workers/close-expected.txt: 2012-03-06 Hans Wennborg Speech JavaScript API: add SpeechRecognitionError https://bugs.webkit.org/show_bug.cgi?id=80410 Add a test for SpeechRecognitionError. Reviewed by Adam Barth. * fast/speech/scripted/speechrecognitionerror-basics.html: Added. 2012-03-06 Ryosuke Niwa select-line-break-with-opposite-directionality.html is flaky https://bugs.webkit.org/show_bug.cgi?id=80227 Unreviewed test fix attempt. * editing/selection/select-line-break-with-opposite-directionality.html: 2012-03-06 Philippe Normand [GTK] fullscreen/full-screen-iframe-legacy.html is flaky https://bugs.webkit.org/show_bug.cgi?id=74279 Reviewed by Eric Carlson. * fullscreen/full-screen-iframe-legacy.html: Wait for canplaythrough event on the video and increase the timeout to 100ms to reduce flakiness. Also set the iframe video url from the main frame before installing the canplaythrough event listener. 2012-03-06 Pavel Feldman Web Inspector: add support for inspection of huge (1M elements) arrays. https://bugs.webkit.org/show_bug.cgi?id=80421 Reviewed by Vsevolod Vlasov. * http/tests/inspector/indexeddb/database-data.html: * inspector/console/console-big-array.html: 2012-03-06 Stephen White [chromium] Rebaseline some SVG tests now giving correct results. Unreviewed gardening. * platform/chromium-linux/svg/custom/use-on-text-expected.png: * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.png: Added. * platform/chromium-linux/svg/custom/use-setAttribute-crash-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/use-on-text-expected.png: * platform/chromium-mac-snowleopard/svg/custom/use-on-text-expected.txt: Removed. * platform/chromium-mac-snowleopard/svg/custom/use-referencing-nonexisting-symbol-expected.png: * platform/chromium-mac-snowleopard/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Removed. * platform/chromium-mac-snowleopard/svg/custom/use-setAttribute-crash-expected.png: * platform/chromium-win/svg/custom/use-on-text-expected.png: * platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.png: * platform/chromium-win/svg/custom/use-setAttribute-crash-expected.png: 2012-03-06 Philippe Normand [GStreamer] media/video-played-collapse.html https://bugs.webkit.org/show_bug.cgi?id=36165 Reviewed by Eric Carlson. Refactored the test to minimize flakiness risks. * media/video-played-collapse-expected.txt: * media/video-played-collapse.html: * platform/gtk/test_expectations.txt: 2012-03-06 Ulan Degenbaev TypedArray subarray call for subarray does not clamp the end index parameter properly https://bugs.webkit.org/show_bug.cgi?id=80285 Reviewed by Kenneth Russell. * fast/canvas/webgl/array-unit-tests-expected.txt: * fast/canvas/webgl/array-unit-tests.html: 2012-03-06 Stephen Chenney Update Chromium/SVG expectations after the rewrite https://bugs.webkit.org/show_bug.cgi?id=79568 Unreviewed Chromium expectations update. Stage 1 of expectations updating for SVG refactor. This covers the svg/custom directory. * platform/chromium-linux-x86/svg/custom/use-disappears-after-style-update-expected.txt: * platform/chromium-linux-x86/svg/custom/use-on-symbol-inside-pattern-expected.txt: * platform/chromium-linux-x86/svg/custom/use-setAttribute-crash-expected.txt: Added. * platform/chromium-linux/svg/custom/use-disappears-after-style-update-expected.txt: * platform/chromium-linux/svg/custom/use-on-symbol-inside-pattern-expected.txt: * platform/chromium-linux/svg/custom/use-on-text-expected.png: * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.png: Removed. * platform/chromium-linux/svg/custom/use-referencing-nonexisting-symbol-expected.txt: * platform/chromium-linux/svg/custom/use-setAttribute-crash-expected.png: Removed. * platform/chromium-linux/svg/custom/use-setAttribute-crash-expected.txt: * platform/chromium-mac-leopard/svg/custom/use-disappears-after-style-update-expected.txt: Added. * platform/chromium-mac-leopard/svg/custom/use-font-face-crash-expected.txt: * platform/chromium-mac-leopard/svg/custom/use-on-text-expected.png: * platform/chromium-mac-leopard/svg/custom/use-setAttribute-crash-expected.txt: * platform/chromium-mac-snowleopard/svg/custom/broken-internal-references-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/clip-path-referencing-use2-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/custom/recursive-clippath-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/recursive-mask-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/recursive-pattern-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/use-css-events-expected.txt: * platform/chromium-mac-snowleopard/svg/custom/use-disappears-after-style-update-expected.png: * platform/chromium-mac-snowleopard/svg/custom/use-disappears-after-style-update-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/custom/use-events-crash-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/use-on-disallowed-foreign-object-1-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/use-on-disallowed-foreign-object-2-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/use-on-disallowed-foreign-object-5-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/use-on-disallowed-foreign-object-6-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/use-on-non-svg-namespaced-element-expected.png: Added. * platform/chromium-mac-snowleopard/svg/custom/use-on-symbol-inside-pattern-expected.txt: * platform/chromium-mac-snowleopard/svg/custom/use-on-text-expected.png: * platform/chromium-mac-snowleopard/svg/custom/use-on-text-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/custom/use-referencing-nonexisting-symbol-expected.png: * platform/chromium-mac-snowleopard/svg/custom/use-referencing-nonexisting-symbol-expected.txt: Added. * platform/chromium-mac-snowleopard/svg/custom/use-setAttribute-crash-expected.png: * platform/chromium-mac-snowleopard/svg/custom/use-setAttribute-crash-expected.txt: * platform/chromium-mac/svg/custom/broken-internal-references-expected.png: Removed. * platform/chromium-mac/svg/custom/clip-path-referencing-use2-expected.txt: Removed. * platform/chromium-mac/svg/custom/recursive-clippath-expected.png: Removed. * platform/chromium-mac/svg/custom/recursive-mask-expected.png: Removed. * platform/chromium-mac/svg/custom/recursive-pattern-expected.png: Removed. * platform/chromium-mac/svg/custom/use-events-crash-expected.png: Removed. * platform/chromium-mac/svg/custom/use-on-disallowed-foreign-object-1-expected.png: Removed. * platform/chromium-mac/svg/custom/use-on-disallowed-foreign-object-2-expected.png: Removed. * platform/chromium-mac/svg/custom/use-on-disallowed-foreign-object-5-expected.png: Removed. * platform/chromium-mac/svg/custom/use-on-disallowed-foreign-object-6-expected.png: Removed. * platform/chromium-mac/svg/custom/use-on-non-svg-namespaced-element-expected.png: Removed. * platform/chromium-win-vista/svg/custom/use-disappears-after-style-update-expected.txt: * platform/chromium-win-vista/svg/custom/use-setAttribute-crash-expected.txt: * platform/chromium-win-xp/svg/custom/use-disappears-after-style-update-expected.txt: * platform/chromium-win-xp/svg/custom/use-setAttribute-crash-expected.txt: * platform/chromium-win/svg/custom/broken-internal-references-expected.txt: * platform/chromium-win/svg/custom/clip-path-referencing-use-expected.txt: * platform/chromium-win/svg/custom/clip-path-referencing-use2-expected.txt: * platform/chromium-win/svg/custom/embedding-external-svgs-expected.txt: * platform/chromium-win/svg/custom/path-textPath-simulation-expected.txt: * platform/chromium-win/svg/custom/pattern-rotate-expected.txt: * platform/chromium-win/svg/custom/recursive-clippath-expected.txt: * platform/chromium-win/svg/custom/recursive-mask-expected.txt: * platform/chromium-win/svg/custom/recursive-pattern-expected.txt: * platform/chromium-win/svg/custom/relative-sized-deep-shadow-tree-content-expected.txt: * platform/chromium-win/svg/custom/relative-sized-shadow-tree-content-expected.txt: * platform/chromium-win/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.txt: * platform/chromium-win/svg/custom/relative-sized-use-on-symbol-expected.txt: * platform/chromium-win/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.txt: * platform/chromium-win/svg/custom/struct-use-09-b-expected.txt: * platform/chromium-win/svg/custom/use-clipped-hit-expected.txt: * platform/chromium-win/svg/custom/use-css-events-expected.txt: * platform/chromium-win/svg/custom/use-disappears-after-style-update-expected.png: * platform/chromium-win/svg/custom/use-disappears-after-style-update-expected.txt: * platform/chromium-win/svg/custom/use-dynamic-append-expected.txt: * platform/chromium-win/svg/custom/use-elementInstance-event-target-expected.txt: * platform/chromium-win/svg/custom/use-elementInstance-methods-expected.txt: * platform/chromium-win/svg/custom/use-event-handler-on-referenced-element-expected.txt: * platform/chromium-win/svg/custom/use-event-handler-on-use-element-expected.txt: * platform/chromium-win/svg/custom/use-events-crash-expected.txt: * platform/chromium-win/svg/custom/use-font-face-crash-expected.txt: * platform/chromium-win/svg/custom/use-instanceRoot-modifications-expected.txt: * platform/chromium-win/svg/custom/use-modify-container-in-target-expected.txt: * platform/chromium-win/svg/custom/use-modify-target-container-expected.txt: * platform/chromium-win/svg/custom/use-modify-target-symbol-expected.txt: * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-1-expected.txt: * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-2-expected.txt: * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-3-expected.txt: * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-4-expected.txt: * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-5-expected.txt: * platform/chromium-win/svg/custom/use-on-disallowed-foreign-object-6-expected.txt: * platform/chromium-win/svg/custom/use-on-g-containing-symbol-expected.txt: * platform/chromium-win/svg/custom/use-on-g-containing-use-expected.txt: * platform/chromium-win/svg/custom/use-on-g-expected.txt: * platform/chromium-win/svg/custom/use-on-non-svg-namespaced-element-expected.txt: * platform/chromium-win/svg/custom/use-on-rect-expected.txt: * platform/chromium-win/svg/custom/use-on-symbol-expected.txt: * platform/chromium-win/svg/custom/use-on-symbol-inside-pattern-expected.txt: * platform/chromium-win/svg/custom/use-on-text-expected.png: * platform/chromium-win/svg/custom/use-on-text-expected.txt: * platform/chromium-win/svg/custom/use-on-use-expected.txt: * platform/chromium-win/svg/custom/use-property-changes-through-dom-expected.txt: * platform/chromium-win/svg/custom/use-property-changes-through-svg-dom-expected.txt: * platform/chromium-win/svg/custom/use-recursion-1-expected.txt: * platform/chromium-win/svg/custom/use-recursion-2-expected.txt: * platform/chromium-win/svg/custom/use-recursion-3-expected.txt: * platform/chromium-win/svg/custom/use-recursion-4-expected.txt: * platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.png: * platform/chromium-win/svg/custom/use-referencing-nonexisting-symbol-expected.txt: * platform/chromium-win/svg/custom/use-setAttribute-crash-expected.png: * platform/chromium-win/svg/custom/use-setAttribute-crash-expected.txt: * platform/chromium-win/svg/custom/use-transform-expected.txt: * platform/chromium/test_expectations.txt: * platform/mac-future/svg/custom: Added. * platform/mac-future/svg/custom/use-on-symbol-inside-pattern-expected.png: Added. * platform/mac/svg/custom/use-on-symbol-inside-pattern-expected.png: Removed. 2012-03-06 Hans Muller SVG transform-origin presentation attribute https://bugs.webkit.org/show_bug.cgi?id=79678 Reviewed by Nikolas Zimmermann. Test case just verifies that the transform-origin presentation attribute changes an SVG element's getComputedStyle() as expected. * svg/transforms/transform-origin-presentation-attribute-expected.txt: Added. * svg/transforms/transform-origin-presentation-attribute.xhtml: Added. 2012-03-06 Pavel Podivilov Web Inspector: prepare for extracting ScriptMapping implementation from DebuggerPresentationModel. https://bugs.webkit.org/show_bug.cgi?id=80396 Reviewed by Vsevolod Vlasov. * inspector/debugger/callstack-placards-discarded.html: * inspector/debugger/linkifier.html: 2012-03-06 Vsevolod Vlasov Web Inspector: [Regression] Execution line is not revealed when debugger is stopped if scripts panel was not yet shown. https://bugs.webkit.org/show_bug.cgi?id=80306 Reviewed by Pavel Feldman. * inspector/debugger/callstack-placards-discarded-expected.txt: * inspector/debugger/reveal-execution-line-expected.txt: Added. * inspector/debugger/reveal-execution-line.html: Added. 2012-03-06 Pavel Podivilov Web Inspector: remove reference to RawSourceCode from UISourceCode. https://bugs.webkit.org/show_bug.cgi?id=80395 Reviewed by Vsevolod Vlasov. * inspector/debugger/raw-source-code.html: * inspector/debugger/ui-source-code.html: 2012-03-06 Ádám Kallai [Qt] Gardening, skip some failing tests. Reviewed by Csaba Osztrogonác. * platform/qt/Skipped: 2012-03-06 Kentaro Hara Unreviewed, gardening. * platform/chromium/test_expectations.txt: 2012-03-06 Roland Steiner :scope should behave as :root outside scoped style sheet https://bugs.webkit.org/show_bug.cgi?id=80389 Update test with :scope in global style sheet Reviewed by Antti Koivisto. * fast/css/style-scoped/scope-pseudo-expected.txt: * fast/css/style-scoped/scope-pseudo.html: 2012-03-05 Vsevolod Vlasov Web Inspector: [Regression] Message bubbles are not removed from scripts panel source frames after console was cleared. https://bugs.webkit.org/show_bug.cgi?id=80275 Reviewed by Pavel Feldman. * inspector/debugger/source-frame-expected.txt: * inspector/debugger/source-frame.html: 2012-03-06 Kentaro Hara Unreviewed, gardening. * platform/chromium-mac-snowleopard/fast/repaint/transform-rotate-and-remove-expected.png: Added. * platform/chromium-win/fast/repaint/transform-rotate-and-remove-expected.png: Renamed from LayoutTests/platform/chromium-linux/fast/repaint/transform-rotate-and-remove-expected.png. * platform/chromium/fast/repaint/transform-rotate-and-remove-expected.txt: Renamed from LayoutTests/platform/chromium-linux/fast/repaint/transform-rotate-and-remove-expected.txt. 2012-03-05 Kent Tamura Do not reformat strings in on platforms using LocalizedNumberICU. https://bugs.webkit.org/show_bug.cgi?id=78326 Reviewed by Hajime Morita. * platform/chromium/test_expectations.txt: Need to do rebaseline for fast/speech/input-appearance-numberandspeech.html because the number rounding issue is fixed. 2012-03-06 Mike Lawther CSS3 calc: rewrite margin test to use getComputedStyle https://bugs.webkit.org/show_bug.cgi?id=80379 Note that parts of this test still fail, due to yet-to-be-landed CSS3 calc() functionality (see http://wkb.ug/16662) Reviewed by Kent Tamura. * css3/calc/margin-expected.txt: * css3/calc/margin.html: 2012-03-06 Philippe Normand REGRESSION (r109461): broke fast/js/function-dot-arguments-and-caller.html on GTK https://bugs.webkit.org/show_bug.cgi?id=80117 Unreviewed, unskip the fixed test. * platform/gtk/Skipped: 2012-03-05 Pavel Podivilov Web Inspector: stop using RawSourceCode in BreakpointManager. https://bugs.webkit.org/show_bug.cgi?id=80286 Reviewed by Vsevolod Vlasov. * inspector/debugger/breakpoint-manager.html: 2012-03-05 Csaba Osztrogonác [Qt] Unreviewed gardening. Skip new crashing tests, because crashes aren't bugs but features. :) * platform/qt-5.0-wk2/Skipped: 2012-03-05 Kishore Bolisetty Element not fully repainted after application and removal of transform https://bugs.webkit.org/show_bug.cgi?id=61338 Reviewed by Simon Fraser. Test to remove the transform property of an element upon onload event. * fast/repaint/transform-rotate-and-remove.html: Added. * platform/chromium-linux/fast/repaint/transform-rotate-and-remove-expected.png: Added. * platform/chromium-linux/fast/repaint/transform-rotate-and-remove-expected.txt: Added. 2012-03-05 Gavin Barraclough putByIndex should throw in strict mode https://bugs.webkit.org/show_bug.cgi?id=80335 Reviewed by Filip Pizlo. Make the MethodTable PutByIndex trap take a boolean 'shouldThrow' parameter. * fast/js/Object-defineProperty-expected.txt: * 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.8-expected.txt: * fast/js/mozilla/strict/15.4.4.9-expected.txt: * fast/js/mozilla/strict/15.5.5.2-expected.txt: * fast/js/mozilla/strict/8.12.5-expected.txt: * fast/js/preventExtensions-expected.txt: * fast/js/primitive-property-access-edge-cases-expected.txt: - Checking in passing test results. * fast/js/script-tests/Object-defineProperty.js: - Added test cases for putting to numeric properties where property is read-only, length is read-only, or property is accessor with missing set function. * fast/js/script-tests/preventExtensions.js: - Added test case, putting numeric property to non-extensible array. * fast/js/script-tests/primitive-property-access-edge-cases.js: - Enabled test cases for putting numeric properties to primitive strings. 2012-03-05 Adrienne Walker Compositing overlap testing can throw layers into compositing when they should not be. https://bugs.webkit.org/show_bug.cgi?id=50192 Reviewed by Simon Fraser. * compositing/layer-creation/stacking-context-overlap-expected.txt: Added. * compositing/layer-creation/stacking-context-overlap.html: Added. * compositing/layer-creation/stacking-context-overlap-nested-expected.txt: Added. * compositing/layer-creation/stacking-context-overlap-nested.html: Added. * platform/chromium/test_expectations.txt: 2012-03-05 Yoshifumi Inoue [Forms] HTMLFieldSetForms.idl doesn't have type attribute. https://bugs.webkit.org/show_bug.cgi?id=80109 Reviewed by Hajime Morita. * fast/forms/fieldset/fieldset-type-expected.txt: Added. * fast/forms/fieldset/fieldset-type.html: Added. 2012-03-05 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-05 Yoshifumi Inoue [Forms] HTMLFieldSetForms.idl doesn't have name attribute. https://bugs.webkit.org/show_bug.cgi?id=81008 Test read/write attribute "name" of fieldset element. Reviewed by Hajime Morita. * fast/forms/fieldset/fieldset-name-expected.txt: Added. * fast/forms/fieldset/fieldset-name.html: Added. 2012-03-05 Tony Chang add tests for multiline flexbox and flex-pack https://bugs.webkit.org/show_bug.cgi?id=80342 Reviewed by Ojan Vafai. * css3/flexbox/multiline-pack-expected.txt: Added. * css3/flexbox/multiline-pack.html: Added. 2012-03-05 David Grogan Basic IndexedDB shared worker test https://bugs.webkit.org/show_bug.cgi?id=80189 Reviewed by Tony Chang. * fast/js/resources/js-test-pre.js: (startWorker.worker.port.onmessage): * platform/chromium/test_expectations.txt: * storage/indexeddb/basics-shared-workers-expected.txt: Added. * storage/indexeddb/basics-shared-workers.html: Added. * storage/indexeddb/resources/shared.js: (.self.postMessage): (.self.onconnect.self.postMessage): (.self.onconnect): (done): (unexpectedErrorCallback): 2012-03-05 Gavin Barraclough putByIndex should throw in strict mode https://bugs.webkit.org/show_bug.cgi?id=80335 Reviewed by Filip Pizlo. * fast/js/primitive-property-access-edge-cases-expected.txt: * fast/js/script-tests/primitive-property-access-edge-cases.js: (checkNumericGet.Object.defineProperty): (checkNumericSet.Object.defineProperty): (checkNumericGetStrict.Object.defineProperty): (checkNumericSetStrict.Object.defineProperty): (checkNumericRead): (checkNumericWrite): (checkNumericReadStrict): (checkNumericWriteStrict): - Added test cases. 2012-03-05 Stephen Chenney [Chromium] SVG Composite of Offset crashes https://bugs.webkit.org/show_bug.cgi?id=77245 Reviewed by Stephen White. The feComposite arithmetic mode filter could readily be made to generate invalid pre-multiplied pixel values which would then go on to pollute other filters and cause invalid final output pixels. This patch checks for filters that require valid inputs, and checks that a result is valid, and corrects the result if necessary. This matches the behavior of FF and Opera while preventing crashes or other undesirable behavior. * svg/filters/feComposite-arithmetic-invalid-rgba-expected.svg: Added. * svg/filters/feComposite-arithmetic-invalid-rgba.svg: Added. 2012-03-05 Alexis Menard getComputedStyle gives incorrect information for 'height' property https://bugs.webkit.org/show_bug.cgi?id=33593 Reviewed by David Hyatt. Make sure that the contentBoxRect doesn't take into account the intrinsic padding. * fast/css/getComputedStyle/getComputedStyle-height-expected.txt: Added. * fast/css/getComputedStyle/getComputedStyle-height.html: Added. 2012-03-05 Robert Kroeger Correct a test to work the same on Gtk and non-Gtk chromium in the presence of correctly synthesized GestureScroll* events. https://bugs.webkit.org/show_bug.cgi?id=80075 Reviewed by Adam Barth. * fast/events/touch/gesture/gesture-scroll.html: 2012-03-05 Mihnea Ovidenie [CSSRegions][CSSOM]Prevent creation of NamedFlow object for invalid flow name https://bugs.webkit.org/show_bug.cgi?id=79685 Reviewed by David Hyatt. Asking for a named flow with an invalid flow name should return a null object. * fast/regions/webkit-named-flow-invalid-name-expected.txt: Added. * fast/regions/webkit-named-flow-invalid-name.html: Added. 2012-03-02 Ryosuke Niwa unicode-bidi should support isolate override and override isolate https://bugs.webkit.org/show_bug.cgi?id=73164 Reviewed by Eric Seidel. Added a test for retrieving computed value of unicode-bidi property and also added a test to render "unicode-bidi: -webkit-isolate bidi-override". * fast/css/unicode-bidi-computed-value-expected.txt: Added. * fast/css/unicode-bidi-computed-value.html: Added. * fast/text/bidi-override-isolate-expected.html: Added. * fast/text/bidi-override-isolate.html: Added. 2012-03-05 Tony Chang Implement flex-wrap: wrap https://bugs.webkit.org/show_bug.cgi?id=79930 Reviewed by David Hyatt. * css3/flexbox/multiline-align-expected.txt: Added. * css3/flexbox/multiline-align.html: Added. * css3/flexbox/multiline-expected.txt: Added. * css3/flexbox/multiline.html: Added. 2012-03-05 Stephen White [chromim] Mark http/tests/incremental/partial-jpeg.html as failing. Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-03-05 Tony Chang [chromium] Unreviewed, marking a test that is passing on linux as such. platform/chromium-linux/fast/text/international/complex-joining-using-gpos.html is passing on the flakiness dashboard. * platform/chromium/test_expectations.txt: 2012-03-05 Alexey Proskuryakov FileReader crashes when file is not readable https://bugs.webkit.org/show_bug.cgi?id=79715 Unreviewed follow-up - skip the test as uses unimplemented beginDragWithFiles. * platform/wk2/Skipped: 2012-03-05 Sheriff Bot Unreviewed, rolling out r109760. http://trac.webkit.org/changeset/109760 https://bugs.webkit.org/show_bug.cgi?id=80320 Caused many GTK+ tests to crash (Requested by mrobinson on #webkit). * http/tests/xmlhttprequest/xmlhttprequest-sync-no-timers-expected.txt: Removed. * http/tests/xmlhttprequest/xmlhttprequest-sync-no-timers.html: Removed. 2012-03-05 Adam Klein Never dispatch mutation events in shadow DOM https://bugs.webkit.org/show_bug.cgi?id=79278 Reviewed by Ryosuke Niwa. * fast/dom/shadow/suppress-mutation-events-in-shadow-expected.txt: Added. * fast/dom/shadow/suppress-mutation-events-in-shadow.html: Added. 2012-03-05 Sheriff Bot Unreviewed, rolling out r109656. http://trac.webkit.org/changeset/109656 https://bugs.webkit.org/show_bug.cgi?id=80316 This seems to have regressed Parser/html5-full-render by about 10% (Requested by anttik on #webkit). * css3/viewport-relative-lengths/css3-viewport-relative-lengths-getStyle-expected.txt: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-getStyle.html: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh-absolute-expected.html: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh-absolute.html: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh-expected.html: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vh.html: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin-absolute-expected.html: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin-absolute.html: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin-expected.html: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vmin.html: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw-absolute-expected.html: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw-absolute.html: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw-expected.html: Removed. * css3/viewport-relative-lengths/css3-viewport-relative-lengths-vw.html: Removed. * 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-05 Adam Klein Use a proper closing tag for shadow element layout test https://bugs.webkit.org/show_bug.cgi?id=80305 Reviewed by Adam Barth. * fast/dom/shadow/shadow-element.html: 2012-03-05 Sami Kyostila Partially loaded JPEGs should have alpha channel https://bugs.webkit.org/show_bug.cgi?id=78239 Reviewed by Kenneth Russell. While a JPEG image is being loaded, the parts which have not been decoded yet should show whatever is behind the image. This tests verifies this by displaying a JPEG which never fully completes loading. This is achieved by serving the JPEG from a PHP script that strips the end of image marker (ff d9) from the data. The test image is 32x32 pixels, so compresses to 4x4 JPEG MCU blocks. The expected result is that the final row of MCU blocks (32x4 pixels) never finishes loading due to the missing end of image marker and the indicator div is shown through this area. * http/tests/incremental/partial-jpeg-expected.png: Added. * http/tests/incremental/partial-jpeg-expected.txt: Added. * http/tests/incremental/partial-jpeg.html: Added. * http/tests/incremental/resources/checkerboard.jpg: Added. * http/tests/incremental/resources/partial-jpeg.php: Added. 2012-03-05 Adam Klein Unreviewed test expectations update: widen slowness of jquery/offset.html. * platform/chromium/test_expectations.txt: 2012-03-05 Alexander Pavlov Web Inspector: CSS inactive property check should account for vendor prefixes https://bugs.webkit.org/show_bug.cgi?id=80225 Reviewed by Pavel Feldman. * inspector/styles/vendor-prefixes-expected.txt: Added. * inspector/styles/vendor-prefixes.html: Added. 2012-03-05 Dan Bernstein fast/text/international/spaces-combined-in-vertical-text.html has incorrect expected results https://bugs.webkit.org/show_bug.cgi?id=80284 Reviewed by Alexey Proskuryakov. The test was added in r104322 with results from the Chromium port, which are incorrect. This is the subject of . * fast/text/international/spaces-combined-in-vertical-text-expected.txt: * platform/chromium/fast/text/international/spaces-combined-in-vertical-text-expected.txt: Copied from LayoutTests/fast/text/international/spaces-combined-in-vertical-text-expected.txt. 2012-03-05 Dan Bernstein fast/regions/select-in-region-crash.html has incorrect expected results https://bugs.webkit.org/show_bug.cgi?id=80289 Reviewed by Alexey Proskuryakov. * fast/regions/select-in-region-crash-expected.txt: Updated. * platform/chromium/fast/regions/select-in-region-crash-expected.txt: Removed. 2012-03-05 Martin Robinson [soup] Crash while loading http://www.jusco.cn https://bugs.webkit.org/show_bug.cgi?id=68238 Reviewed by Philippe Normand. * http/tests/xmlhttprequest/xmlhttprequest-sync-no-timers-expected.txt: Added. * http/tests/xmlhttprequest/xmlhttprequest-sync-no-timers.html: Added. 2012-03-05 Zan Dobersek [GTK] plugins/netscape-plugin-page-cache-works.html fails https://bugs.webkit.org/show_bug.cgi?id=74409 Reviewed by Martin Robinson. Unskip one new passing test and reclassify one failure. * platform/gtk/Skipped: 2012-03-05 Csaba Osztrogonác [Qt] Unreviewed gardening. * platform/qt/Skipped: Skip a new flakey test, unskip a passing test. * platform/qt/svg/custom/bug78807-expected.txt: Added. (https://bugs.webkit.org/show_bug.cgi?id=80156) 2012-03-05 Pavel Feldman Web Inspector: check for the number of parsed css properties. https://bugs.webkit.org/show_bug.cgi?id=80268 Reviewed by Vsevolod Vlasov. * inspector/styles/set-property-boundaries-expected.txt: Added. * inspector/styles/set-property-boundaries.html: Added. 2012-03-02 Alexander Pavlov Web Inspector: [Styles] [CRASH] Handle rule addition and inline style editing failure due to Content-Security-Policy in the page https://bugs.webkit.org/show_bug.cgi?id=80024 Reviewed by Pavel Feldman. * inspector/styles/add-new-rule-inline-style-csp-expected.txt: Added. * inspector/styles/add-new-rule-inline-style-csp.html: Added. 2012-03-05 Pavel Podivilov Web Inspector: fix extensions-resource.html test. https://bugs.webkit.org/show_bug.cgi?id=80183 Reviewed by Vsevolod Vlasov. * platform/chromium/test_expectations.txt: 2012-03-05 Kent Tamura [Chromium] Rebaseline search-field-cancel.html for r109503. Fix an error of the previous rebaseline. * platform/chromium-mac-snowleopard/fast/repaint/search-field-cancel-expected.txt: Removed. * platform/chromium-win/fast/repaint/search-field-cancel-expected.txt: 2012-03-05 Csaba Osztrogonác Unreviewed gardening, skip a new failing test. * platform/qt/Skipped: 2012-03-02 Andrey Kosyakov Add instrumentation for frame start/end on timeline. Web Inspector: add timeline instrumentation for frame events https://bugs.webkit.org/show_bug.cgi?id=80127 Reviewed by Pavel Feldman. * inspector/timeline/timeline-enum-stability-expected.txt: 2012-03-04 MORITA Hajime Internally used HTMLContentElement subclasses should have correct wrapper. https://bugs.webkit.org/show_bug.cgi?id=80237 Reviewed by Kent Tamura. * fast/dom/shadow/content-element-user-agent-shadow-expected.txt: Added. * fast/dom/shadow/content-element-user-agent-shadow.html: Added. * platform/chromium-win/fast/html/details-remove-summary-1-and-click-expected.txt: * platform/chromium-win/fast/html/details-remove-summary-4-and-click-expected.txt: * platform/gtk/fast/html/details-remove-summary-1-and-click-expected.txt: * platform/gtk/fast/html/details-remove-summary-4-and-click-expected.txt: * platform/mac/fast/html/details-remove-summary-1-and-click-expected.txt: * platform/mac/fast/html/details-remove-summary-4-and-click-expected.txt: * platform/qt/fast/html/details-remove-summary-1-and-click-expected.txt: * platform/qt/fast/html/details-remove-summary-4-and-click-expected.txt: 2012-03-04 Martin Robinson [GTK] REGRESSION: r108278 broke some tests that expect focus https://bugs.webkit.org/show_bug.cgi?id=79084 Reviewed by Philippe Normand. * platform/gtk/Skipped: Unskip passing tests. 2012-03-05 Kent Tamura [Chromium] Rebaseline search-field-cancel.html for r109503. * platform/chromium-linux/fast/repaint/search-field-cancel-expected.png: * platform/chromium-mac-leopard/fast/repaint/search-field-cancel-expected.png: Added. * platform/chromium-mac-snowleopard/fast/repaint/search-field-cancel-expected.png: Added. * platform/chromium-mac-snowleopard/fast/repaint/search-field-cancel-expected.txt: Added. * platform/chromium-win/fast/repaint/search-field-cancel-expected.png: * platform/chromium-win/fast/repaint/search-field-cancel-expected.txt: * platform/chromium/test_expectations.txt: 2012-03-04 Philippe Normand Unreviewed, mark two tests as flaky in GTK. * platform/gtk/test_expectations.txt: editing/selection/select-line-break-with-opposite-directionality.html and fast/css/hover-update.html are flaky. 2012-03-04 Shinya Kawanaka Refactoring: Methods like firstRendererOf of NodeRenderingContext should be extracted. https://bugs.webkit.org/show_bug.cgi?id=79902 Reviewed by Hajime Morita. Added a new test case. * fast/dom/shadow/content-element-move-expected.txt: * fast/dom/shadow/content-element-move.html: 2012-03-04 Kent Tamura [Chromium] We should reset mouse position before calling eventSender.mouseMove in LayoutTest https://bugs.webkit.org/show_bug.cgi?id=79748 * platform/chromium/test_expectations.txt: Removed flaky expectations. 2012-03-04 Kentaro Hara Unreviewed, gardening. * platform/chromium/fast/files/xhr-response-blob-expected.txt: 2012-03-01 MORITA Hajime REGRESSION(r108758): Assertion failure in WebCore::RenderMenuList::addChild https://bugs.webkit.org/show_bug.cgi?id=80096 Reviewed by Dimitri Glazkov. * fast/forms/select-generated-content-expected.txt: Added. * fast/forms/select-generated-content.html: Added. 2012-03-04 Kentaro Hara Unreviewed, gardening. * platform/chromium-mac-leopard/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png: Added. * platform/chromium-mac-snowleopard/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png: Added. * platform/chromium-mac-snowleopard/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: Added. 2012-03-04 Kentaro Hara Unreviewed, gardening. * platform/chromium/test_expectations.txt: 2012-03-04 Kentaro Hara Unreviewed, gardening. * platform/chromium/test_expectations.txt: 2012-03-04 Kentaro Hara Unreviewed, gardening. * platform/chromium/fast/js/function-dot-arguments-and-caller-expected.txt: Removed. 2012-03-04 Mike Lawther table tests for CSS3 calc https://bugs.webkit.org/show_bug.cgi?id=75898 Reviewed by Julien Chaffraix. Tests CSS3 calc() (see http://webkit.org/b/16662) on some simple examples with tables. * css3/calc/table-calcs-expected.txt: Added. * css3/calc/table-calcs.html: Added. * css3/calc/table-empty-cells-expected.html: Added. * css3/calc/table-empty-cells.html: Added. 2012-03-04 Nikolas Zimmermann Introduce SMIL overrideStyle, to make SVG stop mutating CSS styles directly https://bugs.webkit.org/show_bug.cgi?id=79790 Reviewed by Dirk Schulze. Extended attributesTypes.html test case to check that presentation attributes are always animated as CSS properties, regardless of their attributeTypes value. * platform/chromium/test_expectations.txt: Remove animate-elem-32-t.svg suppression. * svg/animations/attributeTypes-expected.txt: Updated expectations. * svg/animations/resources/attributeTypes.svg: Fix comment. * svg/animations/script-tests/attributeTypes.js: Extend test. (sample1): (sample2): (sample3): 2012-03-03 Raymond Toy DelayNode has a fixed one second max delay time https://bugs.webkit.org/show_bug.cgi?id=78758 Reviewed by Chris Rogers. * webaudio/resources/delay-testing.js: Added more informative messages. * webaudio/delaynode-expected.txt: Updated result for more informative messages * webaudio/delaynode-scheduling-expected.txt: Updated result for more informative messages. * webaudio/delaynode-maxdelay-expected.txt: Added * webaudio/delaynode-maxdelay.html: Added 2012-03-03 Raymond Toy Biquad getFrequencyResponse needs a layout test. https://bugs.webkit.org/show_bug.cgi?id=79503 Add simple test for getFrequencyResponse. Reviewed by Chris Rogers. * webaudio/biquad-getFrequencyResponse-expected.txt: Added. * webaudio/biquad-getFrequencyResponse.html: Added. 2012-03-03 Sheriff Bot Unreviewed, rolling out r109343. http://trac.webkit.org/changeset/109343 https://bugs.webkit.org/show_bug.cgi?id=80212 Int32array can't handle values for native nodes because they have int64 ids (Requested by loislo1 on #webkit). * inspector/profiler/heap-snapshot-loader.html: * inspector/profiler/heap-snapshot-test.js: (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMock): (initialize_HeapSnapshotTest.InspectorTest.createHeapSnapshotMockWithDOM): (initialize_HeapSnapshotTest): 2012-03-03 Philippe Normand Unreviewed, GTK tests_expectations update. * platform/gtk/Skipped: * platform/gtk/test_expectations.txt: 2012-03-03 Philippe Normand Unreviewed, rebaseline after r109623. * editing/selection/select-line-break-with-opposite-directionality-expected.txt: 2012-03-03 Joe Thomas Implement vw/vh/vmin (viewport sizes) from CSS 3 Values and Units https://bugs.webkit.org/show_bug.cgi?id=27160 The specification related to this implementation is located at http://dev.w3.org/csswg/css3-values/#viewport-relative-lengths. vw/vh/vmin are implemented as primitive length units. Added the parsing logic for these new units and creation of primitive values. Added new Length types such as ViewportRelativeWidth, ViewportRelativeHeight and ViewportRelativeMin for viewport-relative lengths and included the support for fetching the value of these relative length units based on the current viewport size. Reviewed by Antti Koivisto. * css3/viewport-relative-lengths: Added. * 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-02 Csaba Osztrogonác [Qt] Unreviewed gardening, skip a new crashing test. * platform/qt-5.0-wk2/Skipped: 2012-03-02 Csaba Osztrogonác [Qt] Unreviewed gardening, updated expected files. * platform/qt/editing/selection/select-line-break-with-opposite-directionality-expected.png: Added. * platform/qt/editing/selection/select-line-break-with-opposite-directionality-expected.txt: Added. * platform/qt/fast/dom/prototype-inheritance-2-expected.png: * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: 2012-03-02 Pablo Flouret Editor's default paragraph separator is not reset when a frame's document is changed https://bugs.webkit.org/show_bug.cgi?id=80065 Reviewed by Ryosuke Niwa. * editing/execCommand/default-paragraph-separator.html: Last line of the test did a manual reset of the value to work around this problem. Removed. * editing/execCommand/reset-values-after-navigation-expected.txt: Added. * editing/execCommand/reset-values-after-navigation.html: Added. * editing/execCommand/resources/reset-default-values-helper-1.html: Added. * editing/execCommand/resources/reset-default-values-helper-2.html: Added. 2012-03-02 Noel Gordon :empty should apply to elements made empty via page dynamics https://bugs.webkit.org/show_bug.cgi?id=79734 Reviewed by Antonio Gomes. * fast/css/pseudo-empty-dynamic-empty-expected.txt: Added. * fast/css/pseudo-empty-dynamic-empty.html: Added. 2012-03-02 Gavin Barraclough ES5.1-15.3.5.4. prohibits Function.caller from [[Get]]ting a strict caller https://bugs.webkit.org/show_bug.cgi?id=80011 We now support getting the caller from within an accessor. Reviewed by Sam Weinig. * fast/js/function-dot-arguments-and-caller.html: * platform/qt/Skipped: 2012-03-02 Eric Seidel Chrome 18 fails html5test.com XHR Blob response test https://bugs.webkit.org/show_bug.cgi?id=76760 Unreviewed rebaselining. Cr-Linux returns application/javascript for .js files instead of text/javascript. * platform/chromium-linux/fast/files/xhr-response-blob-expected.txt: Added. 2012-03-02 Michael Nordman Unreviewed, remove an erroneous expected result that showed up in r109303. * platform/chromium-linux/fast/workers/storage/use-same-database-in-page-and-workers-expected.txt: Removed. 2012-03-02 Adam Klein Mark a few tests as flaky on Leopard debug. Unreviewed gardening. * platform/chromium/test_expectations.txt: 2012-03-02 Ryosuke Niwa Another test fix after r109593. Remove the extra start body tag. * editing/selection/select-line-break-with-opposite-directionality.html: 2012-03-02 Adam Klein Unreviewed rebaseline for Leopard. * platform/chromium-mac-leopard/fast/dom/scroll-reveal-left-overflow-expected.png: Added. 2012-03-01 Eric Seidel Chrome 18 fails html5test.com XHR Blob response test https://bugs.webkit.org/show_bug.cgi?id=76760 Reviewed by Adam Barth. * fast/files/script-tests/xhr-response-blob.js: Added. (xhr.onreadystatechange): * fast/files/xhr-response-blob-expected.txt: Added. * fast/files/xhr-response-blob.html: Added. * platform/chromium/fast/files/xhr-response-blob-expected.txt: Added. 2012-03-02 Adam Klein Unreviewed test expectations cleanup. Marked a bunch of flakiness as happening only in DEBUG, and removed a whole set of tests that are no longer flaky. * platform/chromium/test_expectations.txt: 2012-03-02 Adam Klein Unreviewed rebaseline of SVG feImage tests after r105612 and r106113. * platform/chromium-linux/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png: Added. * platform/chromium-linux/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png: Added. * platform/chromium-linux/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png: Added. * platform/chromium-linux/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png: Added. * platform/chromium-mac-leopard/svg/filters/feImage-subregions-expected.png: Added. * platform/chromium-mac-leopard/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: Added. * platform/chromium-mac-leopard/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-position-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-subregions-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-target-add-to-document-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-target-changes-id-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-target-id-change-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-target-reappend-to-document-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-target-remove-from-document-expected.png: Added. * platform/chromium-win/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-objectBoundingBox-expected.png: Added. * platform/chromium-win/svg/filters/feImage-filterUnits-objectBoundingBox-primitiveUnits-userSpaceOnUse-expected.png: Added. * platform/chromium-win/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-objectBoundingBox-expected.png: Added. * platform/chromium-win/svg/filters/feImage-filterUnits-userSpaceOnUse-primitiveUnits-userSpaceOnUse-expected.png: Added. * platform/chromium-win/svg/filters/feImage-position-expected.png: Added. * platform/chromium-win/svg/filters/feImage-subregions-expected.png: Added. * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-expected.png: Added. * platform/chromium-win/svg/filters/feImage-subregions-preseveAspectRatio-none-with-viewBox-expected.png: Added. * platform/chromium-win/svg/filters/feImage-target-add-to-document-expected.png: Added. * platform/chromium-win/svg/filters/feImage-target-changes-id-expected.png: Added. * platform/chromium-win/svg/filters/feImage-target-id-change-expected.png: Added. * platform/chromium-win/svg/filters/feImage-target-reappend-to-document-expected.png: Added. * platform/chromium-win/svg/filters/feImage-target-remove-from-document-expected.png: Added. * platform/chromium/test_expectations.txt: 2012-03-02 Adam Klein Unreviewed, rebaseline some SVG tests after r105612. * platform/chromium-linux/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: * platform/chromium-linux/svg/filters/feImage-reference-svg-primitive-expected.png: * platform/chromium-mac-snowleopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Added. * platform/chromium-mac-snowleopard/svg/filters/feImage-reference-invalidation-expected.png: * platform/chromium-mac-snowleopard/svg/filters/feImage-reference-svg-primitive-expected.png: * platform/chromium-mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Removed. * platform/chromium-win/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: * platform/chromium-win/svg/filters/feImage-reference-invalidation-expected.png: * platform/chromium-win/svg/filters/feImage-reference-svg-primitive-expected.png: * platform/chromium/test_expectations.txt: 2012-03-02 Adam Klein Unreviewed gardening, widen flaky crash expectations for FileWriter test. * platform/chromium/test_expectations.txt: 2012-03-02 Adam Klein Unreviewed rebaselining, update a bunch of old results for Snow Leopard. * platform/chromium-linux/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added. * platform/chromium-mac-snowleopard/css1/text_properties/text_transform-expected.png: Added. * platform/chromium-mac-snowleopard/css1/text_properties/text_transform-expected.txt: Added. * platform/chromium-mac-snowleopard/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added. * platform/chromium-mac-snowleopard/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/canvas/arc360-expected.png: Added. * platform/chromium-mac-snowleopard/fast/css/transform-default-parameter-expected.png: Added. * platform/chromium-mac-snowleopard/fast/dom/scroll-reveal-left-overflow-expected.png: Added. * platform/chromium-mac-snowleopard/fast/dom/scroll-reveal-left-overflow-expected.txt: Renamed from LayoutTests/platform/chromium-mac/fast/dom/scroll-reveal-left-overflow-expected.txt. * platform/chromium-mac-snowleopard/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Added. * platform/chromium-mac-snowleopard/fonts/monospace-expected.png: Added. * platform/chromium-mac-snowleopard/transitions/move-after-transition-expected.png: Added. * platform/chromium-mac/fast/dom/scroll-reveal-left-overflow-expected.png: Removed. * platform/chromium/test_expectations.txt: 2012-03-02 Ryosuke Niwa Unreviewed test fix. Don't add an event listener for interactive debugging when the test is ran inside a DumpRenderTree / WebKitTestRunner. * editing/selection/select-line-break-with-opposite-directionality.html: 2012-03-02 Sheriff Bot Unreviewed, rolling out r109602. http://trac.webkit.org/changeset/109602 https://bugs.webkit.org/show_bug.cgi?id=80194 some TEXT baselines were wrong and some baselines were wrongly removed (Requested by jchaffraix on #webkit). * platform/chromium-linux-x86/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed. * platform/chromium-linux/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed. * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt: * platform/chromium-mac-leopard/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed. * platform/chromium-mac-leopard/fast/layers/remove-layer-with-nested-stacking-expected.png: Removed. * platform/chromium-mac-leopard/fast/repaint/overflow-delete-line-expected.png: Removed. * platform/chromium-mac-leopard/fast/repaint/repaint-resized-overflow-expected.png: Removed. * platform/chromium-mac-leopard/fast/repaint/subtree-layoutstate-transform-expected.png: Removed. * platform/chromium-mac-leopard/fast/repaint/subtree-root-skipped-expected.png: Removed. * platform/chromium-mac-leopard/fast/replaced/replaced-breaking-expected.png: Removed. * platform/chromium-mac-leopard/fast/text/textIteratorNilRenderer-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/box-shadow/shadow-buffer-partial-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/layers/add-layer-with-nested-stacking-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/layers/remove-layer-with-nested-stacking-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/layers/remove-layer-with-nested-stacking-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/repaint/inline-relative-positioned-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/repaint/inline-relative-positioned-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/repaint/overflow-delete-line-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/repaint/overflow-delete-line-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/repaint/repaint-resized-overflow-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/repaint/repaint-resized-overflow-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/repaint/subtree-layoutstate-transform-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/repaint/subtree-layoutstate-transform-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-skipped-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-skipped-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.txt: Removed. * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png: Removed. * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.txt: Removed. * platform/chromium-mac/fast/box-shadow/shadow-buffer-partial-expected.png: Added. * platform/chromium-mac/fast/clip/008-expected.png: Added. * platform/chromium-mac/fast/clip/011-expected.png: Added. * platform/chromium-mac/fast/clip/012-expected.png: Added. * platform/chromium-win-vista/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed. * platform/chromium-win-xp/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed. * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.png: * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.txt: Removed. * platform/chromium-win/fast/clip/008-expected.txt: * platform/chromium-win/fast/clip/011-expected.txt: * platform/chromium-win/fast/clip/012-expected.txt: * platform/chromium/test_expectations.txt: * platform/gtk/fast/layers/add-layer-with-nested-stacking-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/layers/add-layer-with-nested-stacking-expected.txt. * platform/gtk/fast/repaint/subtree-root-clip-2-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.txt. * platform/gtk/fast/repaint/subtree-root-clip-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.txt. * platform/mac/fast/layers/add-layer-with-nested-stacking-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/layers/add-layer-with-nested-stacking-expected.txt. * platform/mac/fast/repaint/subtree-root-clip-2-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.txt. * platform/mac/fast/repaint/subtree-root-clip-expected.txt: Copied from LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.txt. * platform/qt/fast/layers/add-layer-with-nested-stacking-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/fast/layers/add-layer-with-nested-stacking-expected.txt. * platform/qt/fast/repaint/subtree-root-clip-2-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.txt. * platform/qt/fast/repaint/subtree-root-clip-expected.txt: Renamed from LayoutTests/platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.txt. 2012-03-02 Adam Klein Unreviewed gardening. Widen/correct a few chromium expectations. * platform/chromium/test_expectations.txt: 2012-03-02 Adam Klein Rebaseline an inspector test after r109599. "evt" was changed to "event", lengthening it by two characters. Unreviewed gardening. * platform/chromium/inspector/debugger/debugger-scripts-expected.txt: 2012-03-02 SravanKumar Sandela Layout issue with fieldset legend element https://bugs.webkit.org/show_bug.cgi?id=78684 Reviewed by Dirk Pranke. * fast/forms/fieldset-legend-padding-unclipped-fieldset-border.html: Added. Test case to check un-clipped border logic * platform/chromium/test_expectations.txt: * platform/win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.png: Added. * platform/win/fast/forms/fieldset-legend-padding-unclipped-fieldset-border-expected.txt: Added. 2012-03-02 Igor Oliveira animation-timing-function falls back to ease when overriding animation-name https://bugs.webkit.org/show_bug.cgi?id=71623 Add a test to verify if the override the animation-name property works when the parent animation did not set the animation name. Reviewed by Dean Jackson. * animations/animation-shorthand-overriding-expected.txt: Added. * animations/animation-shorthand-overriding.html: Added. 2012-03-02 Mike Reed new baselines for Skia shadows Unreviewed rebaselining. * platform/chromium-win-vista/svg/css/group-with-shadow-expected.png: * platform/chromium-win-xp/svg/css: Added. * platform/chromium-win-xp/svg/css/group-with-shadow-expected.png: Added. * platform/chromium-win/fast/repaint/shadow-multiple-vertical-expected.png: * platform/chromium-win/fast/transforms/shadows-expected.png: * platform/chromium-win/svg/css/group-with-shadow-expected.png: * platform/chromium/test_expectations.txt: 2012-03-02 Adam Klein Unreviewed gardening. Suppress an inspector test timing out after r109561. * platform/chromium/test_expectations.txt: 2012-03-02 Julien Chaffraix Unreviewed Chromium rebaselining. Those tests have consistent results with other platforms and with the expected result so unmark and rebaseline them. * platform/chromium-linux-x86/fast/box-shadow: Added. * platform/chromium-linux-x86/fast/box-shadow/shadow-buffer-partial-expected.txt: Added. * platform/chromium-linux/fast/box-shadow/shadow-buffer-partial-expected.txt: Added. * platform/chromium-linux/fast/forms/input-text-double-click-expected.txt: * platform/chromium-mac-leopard/fast/box-shadow/shadow-buffer-partial-expected.txt: Added. * platform/chromium-mac-leopard/fast/layers/remove-layer-with-nested-stacking-expected.png: Added. * platform/chromium-mac-leopard/fast/repaint/overflow-delete-line-expected.png: Added. * platform/chromium-mac-leopard/fast/repaint/repaint-resized-overflow-expected.png: Added. * platform/chromium-mac-leopard/fast/repaint/subtree-layoutstate-transform-expected.png: Added. * platform/chromium-mac-leopard/fast/repaint/subtree-root-skipped-expected.png: Added. * platform/chromium-mac-leopard/fast/replaced/replaced-breaking-expected.png: Added. * platform/chromium-mac-leopard/fast/text/textIteratorNilRenderer-expected.png: Added. * platform/chromium-mac-snowleopard/fast/box-shadow/shadow-buffer-partial-expected.png: Added. * platform/chromium-mac-snowleopard/fast/box-shadow/shadow-buffer-partial-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/layers/add-layer-with-nested-stacking-expected.png: 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.png: Added. * platform/chromium-mac-snowleopard/fast/layers/remove-layer-with-nested-stacking-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/inline-relative-positioned-expected.png: Added. * platform/chromium-mac-snowleopard/fast/repaint/inline-relative-positioned-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/overflow-delete-line-expected.png: Added. * platform/chromium-mac-snowleopard/fast/repaint/overflow-delete-line-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/repaint-resized-overflow-expected.png: Added. * platform/chromium-mac-snowleopard/fast/repaint/repaint-resized-overflow-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/subtree-layoutstate-transform-expected.png: Added. * platform/chromium-mac-snowleopard/fast/repaint/subtree-layoutstate-transform-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.png: Added. * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.png: Added. * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-skipped-expected.png: Added. * platform/chromium-mac-snowleopard/fast/repaint/subtree-root-skipped-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.png: Added. * platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.png: Added. * platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.txt: Added. * platform/chromium-mac/fast/box-shadow/shadow-buffer-partial-expected.png: Removed. * platform/chromium-mac/fast/clip/008-expected.png: Removed. * platform/chromium-mac/fast/clip/011-expected.png: Removed. * platform/chromium-mac/fast/clip/012-expected.png: Removed. * platform/chromium-win-vista/fast/box-shadow: Added. * platform/chromium-win-vista/fast/box-shadow/shadow-buffer-partial-expected.txt: Added. * platform/chromium-win-xp/fast/box-shadow: Added. * platform/chromium-win-xp/fast/box-shadow/shadow-buffer-partial-expected.txt: Added. * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.png: * platform/chromium-win/fast/box-shadow/shadow-buffer-partial-expected.txt: Added. * platform/chromium-win/fast/clip/008-expected.txt: * platform/chromium-win/fast/clip/011-expected.txt: * platform/chromium-win/fast/clip/012-expected.txt: * platform/chromium/test_expectations.txt: * platform/gtk/fast/layers/add-layer-with-nested-stacking-expected.txt: Removed. * platform/gtk/fast/repaint/subtree-root-clip-2-expected.txt: Removed. * platform/gtk/fast/repaint/subtree-root-clip-expected.txt: Removed. * platform/mac/fast/layers/add-layer-with-nested-stacking-expected.txt: Removed. * platform/mac/fast/repaint/subtree-root-clip-2-expected.txt: Removed. * platform/mac/fast/repaint/subtree-root-clip-expected.txt: Removed. * platform/qt/fast/layers/add-layer-with-nested-stacking-expected.txt: Removed. * platform/qt/fast/repaint/subtree-root-clip-2-expected.txt: Removed. * platform/qt/fast/repaint/subtree-root-clip-expected.txt: Removed. 2012-03-02 Adam Klein Rebaselining SVG foreignObject tests after r108494. Unreviewed gardening. * platform/chromium-linux/svg/foreignObject/fO-parent-display-changes-expected.png: Added. * platform/chromium-mac-leopard/svg/foreignObject/fO-parent-display-changes-expected.png: Added. * platform/chromium-mac-snowleopard/svg/foreignObject/fO-parent-display-changes-expected.png: Added. * platform/chromium-win/svg/foreignObject/fO-parent-display-changes-expected.png: Added. * platform/chromium-win/svg/foreignObject/fO-parent-display-changes-expected.txt: Added. * platform/chromium-win/svg/foreignObject/fO-parent-display-none-expected.txt: Added. * platform/chromium-win/svg/foreignObject/fO-parent-display-none-with-relative-pos-content-expected.txt: Added. * platform/chromium-win/svg/foreignObject/fO-parent-of-parent-display-none-expected.txt: Added. * platform/chromium-win/svg/foreignObject/fO-parent-of-parent-display-none-with-relative-pos-content-expected.txt: Added. * platform/chromium/test_expectations.txt: 2012-03-02 Erik Arvidsson [V8] Make inline event attributes use evt for SVG and event otherwise https://bugs.webkit.org/show_bug.cgi?id=80167 Reviewed by Ojan Vafai. * fast/dom/inline-event-attributes-event-param-name-expected.txt: Added. * fast/dom/inline-event-attributes-event-param-name.html: Added. 2012-03-02 Dirk Pranke Fix expectation for svg/foreignObject/fO-parent-display-changes.svg. Unreviewed, expectations change. * platform/chromium/test_expectations.txt: 2012-03-02 Adam Klein Unreviewed gardening, suppress some failures in shadow tests due to the skia roll. * platform/chromium/test_expectations.txt: 2012-03-02 Julien Chaffraix [chromium] Layout test fast/events/overflow-events.html is flaky https://bugs.webkit.org/show_bug.cgi?id=52064 Reviewed by Simon Fraser. Try to make the test less flaky. * fast/events/overflow-events.html: Ensure that the 'overflow' events arrive one at a time in order (there is no guarantee that they *do* dispatch though). Also added a clearer message if we fail the test. That should help us if the test is still flaky. 2012-03-02 Maciej Stachowiak REGRESSION(r97353): Crash when accessing location or history properties inside a navigated window https://bugs.webkit.org/show_bug.cgi?id=80133 Reviewed by Antti Koivisto. * fast/dom/Window/navigated-window-properties-expected.txt: Added. * fast/dom/Window/navigated-window-properties.html: Added. * fast/dom/Window/resources/navigated-window-prop-subframe1.html: Added. * fast/dom/Window/resources/navigated-window-prop-subframe2.html: Added. 2012-03-02 Ryosuke Niwa REGRESSION(r74971): Can't select a line of RTL text on Facebook https://bugs.webkit.org/show_bug.cgi?id=59435 Reviewed by Eric Seidel. Add a regression test for selecting multiline bidirectional text. * editing/selection/select-line-break-with-opposite-directionality-expected.txt: Added. * editing/selection/select-line-break-with-opposite-directionality.html: Added. 2012-03-02 Adam Klein Chromium rebaselines after r109512. Unreviewed gardening. * platform/chromium-linux/fast/block/float/026-expected.png: * platform/chromium-linux/fast/block/float/028-expected.png: * platform/chromium-linux/fast/overflow/unreachable-overflow-rtl-bug-expected.png: * platform/chromium-mac-leopard/fast/block/float/026-expected.png: * platform/chromium-mac-leopard/fast/block/float/028-expected.png: * platform/chromium-mac-leopard/fast/overflow/unreachable-overflow-rtl-bug-expected.png: Added. * platform/chromium-mac-snowleopard/fast/block/float/026-expected.png: Added. * platform/chromium-mac-snowleopard/fast/block/float/026-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/block/float/028-expected.png: Added. * platform/chromium-mac-snowleopard/fast/block/float/028-expected.txt: Added. * platform/chromium-mac-snowleopard/fast/events/offsetX-offsetY-expected.txt: Renamed from LayoutTests/platform/chromium/fast/events/offsetX-offsetY-expected.txt. * platform/chromium-mac-snowleopard/fast/overflow/unreachable-overflow-rtl-bug-expected.png: Added. * platform/chromium-mac-snowleopard/fast/overflow/unreachable-overflow-rtl-bug-expected.txt: Added. * platform/chromium-mac/fast/block/float/026-expected.png: Removed. * platform/chromium-mac/fast/block/float/028-expected.png: Removed. * platform/chromium-win/fast/block/float/026-expected.png: * platform/chromium-win/fast/block/float/026-expected.txt: * platform/chromium-win/fast/block/float/028-expected.png: * platform/chromium-win/fast/block/float/028-expected.txt: * platform/chromium-win/fast/events/offsetX-offsetY-expected.txt: * platform/chromium-win/fast/overflow/unreachable-overflow-rtl-bug-expected.png: * platform/chromium-win/fast/overflow/unreachable-overflow-rtl-bug-expected.txt: * platform/chromium/test_expectations.txt: 2012-03-02 Cary Clark Unreviewed rebaselining of images affected by these changes: https://bugs.webkit.org/show_bug.cgi?id=76556 ('Match style of platform error underline for misspellings') https://bugs.webkit.org/show_bug.cgi?id=78117 ('[Skia Mac] Make misspelling underline dots unclipped') * platform/chromium-mac-leopard/editing/deleting/delete-3928305-fix-expected.png: [139 lines deleted] * platform/chromium-mac-snowleopard/fast/dom/blur-contenteditable-expected.png: Added. * platform/chromium/test_expectations.txt: 2012-03-02 Julien Chaffraix Move the 'overflow' event dispatching logic out of RenderLayer https://bugs.webkit.org/show_bug.cgi?id=80090 Reviewed by Simon Fraser. * fast/events/overflow-events-writing-mode.html: Added. * fast/events/overflow-events-writing-mode-expected.txt: Added. Added a test for overflow events in a vertical writing mode. 2012-03-02 Adam Klein Rebaseline a test on Leopard after expectation was removed in r109516. Unreviewed gardening. * platform/chromium-mac-leopard/fast/repaint/transform-absolute-in-positioned-container-expected.png: Added. 2012-03-02 Philippe Normand Unreviewed, GTK rebaseline after r109581. * platform/gtk/security/block-test-expected.txt: 2012-03-02 Philippe Normand [GTK] security/block-test.html baselines differ from mac https://bugs.webkit.org/show_bug.cgi?id=78343 Reviewed by Martin Robinson. GTK baselines updates for two security tests. They're closer to the mac baselines now. * platform/gtk/security/block-test-expected.txt: Added. * platform/gtk/security/block-test-no-port-expected.txt: 2012-03-02 Kaustubh Atrawalkar Rename DOMURL to URL in the bindings https://bugs.webkit.org/show_bug.cgi?id=78214 Reviewed by Kentaro Hara. * fast/files/domurl-script-execution-context-crash-expected.txt: * fast/files/domurl-script-execution-context-crash.html: * fast/js/constructor-length.html: * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt: * platform/gtk/fast/js/constructor-length-expected.txt: * platform/gtk/fast/js/global-constructors-expected.txt: * platform/mac/fast/dom/prototype-inheritance-2-expected.txt: * platform/mac/fast/js/constructor-length-expected.txt: * platform/mac/fast/js/global-constructors-expected.txt: * platform/qt/fast/dom/prototype-inheritance-2-expected.txt: * platform/qt/fast/js/global-constructors-expected.txt: 2012-03-02 Roland Steiner Add :scope pseudo-class https://bugs.webkit.org/show_bug.cgi?id=79077 Test new :scope pseudo-class Reviewed by Antti Koivisto. * fast/css/style-scoped/scope-pseudo-expected.txt: Added. * fast/css/style-scoped/scope-pseudo.html: Added. 2012-03-02 Csaba Osztrogonác [Qt] Unreviewed gardening, skip new failing tests. * platform/qt/Skipped: 2012-03-02 Roland Steiner Scoped stylesheets don't appear to work in Shadow DOM https://bugs.webkit.org/show_bug.cgi?id=79549 Test that