Title: [120319] trunk/LayoutTests
Revision
120319
Author
[email protected]
Date
2012-06-14 06:52:30 -0700 (Thu, 14 Jun 2012)

Log Message

[svg] SVGResources applied to Text with Incorrect Transformations in non-CG Implementations
https://bugs.webkit.org/show_bug.cgi?id=64966

Unreviewed Chromium test expectations update.

Bug fixed by Dominik Röttsches.

* platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
* platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png:
* platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png:
* platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.png:
* platform/chromium-linux/svg/custom/text-rotated-gradient-expected.png:
* platform/chromium-mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.png:
* platform/chromium-mac-leopard/svg/custom/js-late-gradient-creation-expected.png:
* platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.png: Removed.
* platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
* platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
* platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.png:
* platform/chromium-mac/svg/custom/js-late-pattern-creation-expected.png:
* platform/chromium-mac/svg/custom/text-rotated-gradient-expected.png:
* platform/chromium-win-vista/svg/custom/js-late-gradient-and-object-creation-expected.png:
* platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
* platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png:
* platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png:
* platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png:
* platform/chromium-win/svg/custom/text-rotated-gradient-expected.png:
* platform/chromium/TestExpectations:

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (120318 => 120319)


--- trunk/LayoutTests/ChangeLog	2012-06-14 13:26:51 UTC (rev 120318)
+++ trunk/LayoutTests/ChangeLog	2012-06-14 13:52:30 UTC (rev 120319)
@@ -1,3 +1,33 @@
+2012-06-14  Stephen Chenney  <[email protected]>
+
+        [svg] SVGResources applied to Text with Incorrect Transformations in non-CG Implementations
+        https://bugs.webkit.org/show_bug.cgi?id=64966
+
+        Unreviewed Chromium test expectations update.
+
+        Bug fixed by Dominik Röttsches.
+
+        * platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
+        * platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png:
+        * platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png:
+        * platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.png:
+        * platform/chromium-linux/svg/custom/text-rotated-gradient-expected.png:
+        * platform/chromium-mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.png:
+        * platform/chromium-mac-leopard/svg/custom/js-late-gradient-creation-expected.png:
+        * platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.png: Removed.
+        * platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
+        * platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png:
+        * platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.png:
+        * platform/chromium-mac/svg/custom/js-late-pattern-creation-expected.png:
+        * platform/chromium-mac/svg/custom/text-rotated-gradient-expected.png:
+        * platform/chromium-win-vista/svg/custom/js-late-gradient-and-object-creation-expected.png:
+        * platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png:
+        * platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png:
+        * platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png:
+        * platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png:
+        * platform/chromium-win/svg/custom/text-rotated-gradient-expected.png:
+        * platform/chromium/TestExpectations:
+
 2012-06-14  Alexander Pavlov  <[email protected]>
 
         Web Inspector: [Device Metrics] "Fit window" results in duplicate rescaling in WebDevToolsAgentImpl::autoZoomPageToFitWidth()

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (120318 => 120319)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2012-06-14 13:26:51 UTC (rev 120318)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2012-06-14 13:52:30 UTC (rev 120319)
@@ -3727,6 +3727,3 @@
 BUGWK88856 : fast/events/constructors/speech-recognition-event-constructor.html = TEXT
 
 // Need rebaselining because of text gradient fill rendering fix.
-BUGWK64966 : svg/W3C-SVG-1.1/pservers-grad-08-b.svg = IMAGE
-BUGWK64966 : svg/custom/js-late-gradient-and-object-creation.svg = IMAGE
-BUGWK64966 : svg/custom/text-rotated-gradient.svg = IMAGE
\ No newline at end of file

Modified: trunk/LayoutTests/platform/chromium-linux/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-linux/svg/custom/js-late-gradient-and-object-creation-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-linux/svg/custom/js-late-gradient-creation-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-linux/svg/custom/js-late-pattern-creation-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-linux/svg/custom/text-rotated-gradient-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-mac/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-mac/svg/custom/js-late-gradient-and-object-creation-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-mac/svg/custom/js-late-gradient-creation-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-mac/svg/custom/js-late-pattern-creation-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-mac/svg/custom/text-rotated-gradient-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-mac-leopard/svg/custom/js-late-gradient-and-object-creation-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-mac-leopard/svg/custom/js-late-gradient-creation-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/chromium-mac-snowleopard/svg/custom/js-late-gradient-creation-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-win/svg/W3C-SVG-1.1/pservers-grad-08-b-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-win/svg/custom/js-late-gradient-and-object-creation-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-win/svg/custom/js-late-gradient-creation-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-win/svg/custom/js-late-pattern-creation-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-win/svg/custom/text-rotated-gradient-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-win-vista/svg/custom/js-late-gradient-and-object-creation-expected.png


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

Reply via email to