Title: [101346] trunk/LayoutTests
Revision
101346
Author
o...@webkit.org
Date
2011-11-29 02:30:41 -0800 (Tue, 29 Nov 2011)

Log Message

SVG <path> DRT dumps have rounding problems across platforms
https://bugs.webkit.org/show_bug.cgi?id=47467

One more update after r101342.

* platform/qt/svg/transforms/svg-css-transforms-expected.txt: Updated.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (101345 => 101346)


--- trunk/LayoutTests/ChangeLog	2011-11-29 10:02:05 UTC (rev 101345)
+++ trunk/LayoutTests/ChangeLog	2011-11-29 10:30:41 UTC (rev 101346)
@@ -3,8 +3,17 @@
         SVG <path> DRT dumps have rounding problems across platforms
         https://bugs.webkit.org/show_bug.cgi?id=47467
 
-        Update Qt specific expected results aftert r101342.
+        One more update after r101342.
 
+        * platform/qt/svg/transforms/svg-css-transforms-expected.txt: Updated.
+
+2011-11-29  Csaba Osztrogonác  <o...@webkit.org>
+
+        SVG <path> DRT dumps have rounding problems across platforms
+        https://bugs.webkit.org/show_bug.cgi?id=47467
+
+        Update Qt specific expected results after r101342.
+
         * platform/qt/ [...]: Updated.
 
 2011-11-29  Nikolas Zimmermann  <nzimmerm...@rim.com>

Modified: trunk/LayoutTests/platform/qt/svg/transforms/svg-css-transforms-expected.txt (101345 => 101346)


--- trunk/LayoutTests/platform/qt/svg/transforms/svg-css-transforms-expected.txt	2011-11-29 10:02:05 UTC (rev 101345)
+++ trunk/LayoutTests/platform/qt/svg/transforms/svg-css-transforms-expected.txt	2011-11-29 10:30:41 UTC (rev 101346)
@@ -25,9 +25,9 @@
     RenderSVGRoot {svg} at (29,112) size 196x174
       RenderSVGContainer {g} at (29,112) size 196x174 [transform={m=((1.00,0.00)(0.00,1.00)) t=(75.00,25.00)}]
         RenderSVGPath {rect} at (103,113) size 62x62 [stroke={[type=SOLID] [color=#000000] [dash array={1.00, 1.00}]}] [x=0.00] [y=0.00] [width=60.00] [height=60.00]
-        RenderSVGContainer {g} at (29,112) size 197x174 [transform={m=((2.00,0.00)(0.00,2.00)) t=(0.00,0.00)}]
-          RenderSVGPath {rect} at (102,112) size 124x124 [stroke={[type=SOLID] [color=#000000] [dash array={1.00, 1.00}]}] [x=0.00] [y=0.00] [width=60.00] [height=60.00]
-          RenderSVGPath {rect} at (29,110) size 163x178 [transform={m=((0.71,0.71)(-0.71,0.71)) t=(0.00,0.00)}] [stroke={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=60.00] [height=60.00]
+        RenderSVGContainer {g} at (29,112) size 196x174 [transform={m=((2.00,0.00)(0.00,2.00)) t=(0.00,0.00)}]
+          RenderSVGPath {rect} at (103,113) size 122x122 [stroke={[type=SOLID] [color=#000000] [dash array={1.00, 1.00}]}] [x=0.00] [y=0.00] [width=60.00] [height=60.00]
+          RenderSVGPath {rect} at (29,112) size 162x174 [transform={m=((0.71,0.71)(-0.71,0.71)) t=(0.00,0.00)}] [stroke={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=60.00] [height=60.00]
     RenderText {#text} at (0,0) size 0x0
 layer at (28,358) size 200x200
   RenderBlock (relative positioned) {div} at (10,340) size 200x200 [bgcolor=#C0C0C0] [border: (1px solid #000000)]
@@ -40,7 +40,7 @@
 layer at (272,88) size 200x200
   RenderBlock (relative positioned) {div} at (10,70) size 200x200 [bgcolor=#C0C0C0] [border: (1px solid #000000)]
     RenderSVGRoot {svg} at (273,112) size 162x174
-      RenderSVGPath {rect} at (273,111) size 163x176 [transform={m=((1.41,1.41)(-1.41,1.41)) t=(75.00,25.00)}] [stroke={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=60.00] [height=60.00]
+      RenderSVGPath {rect} at (273,112) size 162x174 [transform={m=((1.41,1.41)(-1.41,1.41)) t=(75.00,25.00)}] [stroke={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=60.00] [height=60.00]
     RenderText {#text} at (0,0) size 0x0
 layer at (272,358) size 200x200
   RenderBlock (relative positioned) {div} at (10,340) size 200x200 [bgcolor=#C0C0C0] [border: (1px solid #000000)]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to