Title: [115175] trunk/LayoutTests
Revision
115175
Author
zimmerm...@webkit.org
Date
2012-04-25 00:56:24 -0700 (Wed, 25 Apr 2012)

Log Message

2012-04-25  Nikolas Zimmermann  <nzimmerm...@rim.com>

        Not reviewed. Update pixel test baseline on Lion. All color space changes when painting images.
        I noticed that svg/custom/focus-ring.svg is flakey, the result may be off by two 1px changes.

        * platform/mac/svg/as-background-image/svg-as-background-4-expected.png:
        * platform/mac/svg/as-border-image/svg-as-border-image-2-expected.png:
        * platform/mac/svg/carto.net/window-expected.png:
        * platform/mac/svg/custom/createImageElement-expected.png:
        * platform/mac/svg/custom/createImageElement2-expected.png:
        * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
        * platform/mac/svg/custom/focus-ring-expected.png:
        * platform/mac/svg/custom/image-parent-translation-expected.png:
        * platform/mac/svg/custom/image-small-width-height-expected.png:
        * platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.png:
        * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
        * platform/mac/svg/custom/js-update-image-and-display-expected.png:
        * platform/mac/svg/custom/js-update-image-and-display2-expected.png:
        * platform/mac/svg/custom/js-update-image-and-display3-expected.png:
        * platform/mac/svg/custom/js-update-image-expected.png:
        * platform/mac/svg/custom/pointer-events-image-css-transform-expected.png:
        * platform/mac/svg/custom/pointer-events-image-expected.png:
        * platform/mac/svg/custom/text-image-opacity-expected.png:
        * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
        * platform/mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
        * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
        * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
        * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
        * platform/mac/svg/wicd/test-rightsizing-b-expected.png:
        * platform/mac/svg/zoom/page/zoom-background-images-expected.png:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (115174 => 115175)


--- trunk/LayoutTests/ChangeLog	2012-04-25 07:55:46 UTC (rev 115174)
+++ trunk/LayoutTests/ChangeLog	2012-04-25 07:56:24 UTC (rev 115175)
@@ -1,3 +1,41 @@
+2012-04-25  Nikolas Zimmermann  <nzimmerm...@rim.com>
+
+        Not reviewed. Update pixel test baseline on Lion. All color space changes when painting images.
+        I noticed that svg/custom/focus-ring.svg is flakey, the result may be off by two 1px changes.
+
+        * platform/mac/svg/as-background-image/svg-as-background-4-expected.png:
+        * platform/mac/svg/as-border-image/svg-as-border-image-2-expected.png:
+        * platform/mac/svg/carto.net/window-expected.png:
+        * platform/mac/svg/custom/createImageElement-expected.png:
+        * platform/mac/svg/custom/createImageElement2-expected.png:
+        * platform/mac/svg/custom/deep-dynamic-updates-expected.png:
+        * platform/mac/svg/custom/focus-ring-expected.png:
+        * platform/mac/svg/custom/image-parent-translation-expected.png:
+        * platform/mac/svg/custom/image-small-width-height-expected.png:
+        * platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.png:
+        * platform/mac/svg/custom/image-with-transform-clip-filter-expected.png:
+        * platform/mac/svg/custom/js-update-image-and-display-expected.png:
+        * platform/mac/svg/custom/js-update-image-and-display2-expected.png:
+        * platform/mac/svg/custom/js-update-image-and-display3-expected.png:
+        * platform/mac/svg/custom/js-update-image-expected.png:
+        * platform/mac/svg/custom/pointer-events-image-css-transform-expected.png:
+        * platform/mac/svg/custom/pointer-events-image-expected.png:
+        * platform/mac/svg/custom/text-image-opacity-expected.png:
+        * platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png:
+        * platform/mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png:
+        * platform/mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png:
+        * platform/mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png:
+        * platform/mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png:
+        * platform/mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png:
+        * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png:
+        * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png:
+        * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png:
+        * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png:
+        * platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png:
+        * platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png:
+        * platform/mac/svg/wicd/test-rightsizing-b-expected.png:
+        * platform/mac/svg/zoom/page/zoom-background-images-expected.png:
+
 2012-04-25  Xianzhu Wang  <wangxian...@chromium.org>
 
         Web Inspector: REGRESSION: Incorrect highlight position of inspected element in scrolled page

Modified: trunk/LayoutTests/platform/mac/svg/as-background-image/svg-as-background-4-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/as-border-image/svg-as-border-image-2-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/carto.net/window-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/custom/createImageElement-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/custom/createImageElement2-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/custom/deep-dynamic-updates-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/custom/focus-ring-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/custom/image-parent-translation-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/custom/image-small-width-height-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/custom/image-with-prefix-in-webarchive-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/custom/image-with-transform-clip-filter-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/custom/js-update-image-and-display-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/custom/js-update-image-and-display2-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/custom/js-update-image-and-display3-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/custom/js-update-image-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/custom/pointer-events-image-css-transform-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/custom/pointer-events-image-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/custom/text-image-opacity-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/custom/use-on-g-containing-foreignObject-and-image-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/transforms/animated-path-inside-transformed-html-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/wicd/test-rightsizing-b-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/mac/svg/zoom/page/zoom-background-images-expected.png


(Binary files differ)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to