Title: [112712] trunk/LayoutTests
Revision
112712
Author
[email protected]
Date
2012-03-30 12:56:45 -0700 (Fri, 30 Mar 2012)

Log Message

Add new renderer for circles and ellipses
https://bugs.webkit.org/show_bug.cgi?id=80423

One more unreviewed gardening after r112667.

* platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
* platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (112711 => 112712)


--- trunk/LayoutTests/ChangeLog	2012-03-30 19:31:54 UTC (rev 112711)
+++ trunk/LayoutTests/ChangeLog	2012-03-30 19:56:45 UTC (rev 112712)
@@ -1,3 +1,13 @@
+2012-03-30  Csaba Osztrogonác  <[email protected]>
+
+        Add new renderer for circles and ellipses
+        https://bugs.webkit.org/show_bug.cgi?id=80423
+
+        One more unreviewed gardening after r112667.
+
+        * platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt:
+        * platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt:
+
 2012-03-30  Dirk Pranke  <[email protected]>
 
         Unreviewed, expectations updates for Lion, Linux for some SVG tests.

Modified: trunk/LayoutTests/platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt (112711 => 112712)


--- trunk/LayoutTests/platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt	2012-03-30 19:31:54 UTC (rev 112711)
+++ trunk/LayoutTests/platform/qt/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.txt	2012-03-30 19:56:45 UTC (rev 112712)
@@ -9,5 +9,5 @@
         layer at (0,0) size 768x768
           RenderSVGRoot {svg} at (0,0) size 768x768
             RenderSVGRect {rect} at (0,0) size 768x768 [fill={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=300.00] [height=300.00]
-            RenderSVGPath {circle} at (307,307) size 154x154 [fill={[type=SOLID] [color=#008000]}] [cx=150.00] [cy=150.00] [r=30.00]
+            RenderSVGEllipse {circle} at (307,307) size 154x154 [fill={[type=SOLID] [color=#008000]}] [cx=150.00] [cy=150.00] [r=30.00]
       RenderText {#text} at (0,0) size 0x0

Modified: trunk/LayoutTests/platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt (112711 => 112712)


--- trunk/LayoutTests/platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt	2012-03-30 19:31:54 UTC (rev 112711)
+++ trunk/LayoutTests/platform/qt-5.0/svg/zoom/page/zoom-img-preserveAspectRatio-support-1-expected.txt	2012-03-30 19:56:45 UTC (rev 112712)
@@ -33,7 +33,7 @@
                   RenderView at (0,0) size 132x28
                 layer at (0,0) size 132x28
                   RenderSVGRoot {svg} at (0,0) size 132x28
-                    RenderSVGPath {circle} at (0,0) size 132x28 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#D9BB7A] [fill rule=EVEN-ODD]}] [cx=110.00] [cy=110.00] [r=110.00]
+                    RenderSVGEllipse {circle} at (0,0) size 132x28 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#D9BB7A] [fill rule=EVEN-ODD]}] [cx=110.00] [cy=110.00] [r=110.00]
               RenderText {#text} at (0,0) size 0x0
           RenderTableRow {TR} at (0,75) size 462x40
             RenderTableCell {TH} at (67,86) size 112x17 [bgcolor=#DDDD99] [r=2 c=1 rs=1 cs=1]
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to