Title: [115119] trunk/LayoutTests
Revision
115119
Author
[email protected]
Date
2012-04-24 15:12:53 -0700 (Tue, 24 Apr 2012)

Log Message

REGRESSION (r115083-r115087): 6 tests failing on Lion Release (WebKit2 Tests)
https://bugs.webkit.org/show_bug.cgi?id=84783

Reviewed by Andreas Kling.

This regression was caused because the test results from an old patch were
blindly taken, rebaseline these against trunk.

* svg/custom/use-in-symbol-with-offset-expected.txt:
* svg/custom/use-transfer-width-height-properties-to-svg2-expected.txt:
* svg/custom/use-transfer-width-height-properties-to-symbol-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (115118 => 115119)


--- trunk/LayoutTests/ChangeLog	2012-04-24 22:06:43 UTC (rev 115118)
+++ trunk/LayoutTests/ChangeLog	2012-04-24 22:12:53 UTC (rev 115119)
@@ -1,3 +1,17 @@
+2012-04-24  Rob Buis  <[email protected]>
+
+        REGRESSION (r115083-r115087): 6 tests failing on Lion Release (WebKit2 Tests)
+        https://bugs.webkit.org/show_bug.cgi?id=84783
+
+        Reviewed by Andreas Kling.
+
+        This regression was caused because the test results from an old patch were
+        blindly taken, rebaseline these against trunk.
+
+        * svg/custom/use-in-symbol-with-offset-expected.txt:
+        * svg/custom/use-transfer-width-height-properties-to-svg2-expected.txt:
+        * svg/custom/use-transfer-width-height-properties-to-symbol-expected.txt:
+
 2012-04-24  Alpha Lam  <[email protected]>
 
         [chromium] Unreviewed test expectations update.

Modified: trunk/LayoutTests/svg/custom/use-in-symbol-with-offset-expected.txt (115118 => 115119)


--- trunk/LayoutTests/svg/custom/use-in-symbol-with-offset-expected.txt	2012-04-24 22:06:43 UTC (rev 115118)
+++ trunk/LayoutTests/svg/custom/use-in-symbol-with-offset-expected.txt	2012-04-24 22:12:53 UTC (rev 115119)
@@ -7,13 +7,11 @@
         RenderSVGRect {rect} at (0,0) size 1x2 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=1.00] [height=2.00]
       RenderSVGHiddenContainer {symbol} at (0,0) size 0x0
         RenderSVGContainer {use} at (0,0) size 1x2
-          RenderSVGContainer {g} at (0,0) size 1x2
-            RenderSVGViewportContainer {svg} at (0,0) size 1x2
-              RenderSVGRect {rect} at (0,0) size 1x2 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=1.00] [height=2.00]
-        RenderSVGContainer {use} at (1,0) size 1x2
-          RenderSVGContainer {g} at (1,0) size 1x2 [transform={m=((1.00,0.00)(0.00,1.00)) t=(1.00,0.00)}]
-            RenderSVGViewportContainer {svg} at (1,0) size 1x2
-              RenderSVGRect {rect} at (1,0) size 1x2 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=1.00] [height=2.00]
+          RenderSVGViewportContainer {svg} at (0,0) size 1x2
+            RenderSVGRect {rect} at (0,0) size 1x2 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=1.00] [height=2.00]
+        RenderSVGContainer {use} at (1,0) size 1x2 [transform={m=((1.00,0.00)(0.00,1.00)) t=(1.00,0.00)}]
+          RenderSVGViewportContainer {svg} at (1,0) size 1x2
+            RenderSVGRect {rect} at (1,0) size 1x2 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=1.00] [height=2.00]
     RenderSVGContainer {use} at (0,0) size 100x100
       RenderSVGViewportContainer {svg} at (0,0) size 100x100
         RenderSVGContainer {g} at (0,0) size 50x100

Modified: trunk/LayoutTests/svg/custom/use-transfer-width-height-properties-to-svg2-expected.txt (115118 => 115119)


--- trunk/LayoutTests/svg/custom/use-transfer-width-height-properties-to-svg2-expected.txt	2012-04-24 22:06:43 UTC (rev 115118)
+++ trunk/LayoutTests/svg/custom/use-transfer-width-height-properties-to-svg2-expected.txt	2012-04-24 22:12:53 UTC (rev 115119)
@@ -7,9 +7,8 @@
         RenderSVGRect {rect} at (0,0) size 200x200 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
       RenderSVGHiddenContainer {symbol} at (0,0) size 0x0
         RenderSVGContainer {use} at (0,0) size 1x1
-          RenderSVGContainer {g} at (0,0) size 1x1
-            RenderSVGViewportContainer {svg} at (0,0) size 1x1
-              RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
+          RenderSVGViewportContainer {svg} at (0,0) size 1x1
+            RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
     RenderSVGContainer {use} at (0,0) size 100x100
       RenderSVGViewportContainer {svg} at (0,0) size 100x100
         RenderSVGContainer {g} at (0,0) size 100x100

Modified: trunk/LayoutTests/svg/custom/use-transfer-width-height-properties-to-symbol-expected.txt (115118 => 115119)


--- trunk/LayoutTests/svg/custom/use-transfer-width-height-properties-to-symbol-expected.txt	2012-04-24 22:06:43 UTC (rev 115118)
+++ trunk/LayoutTests/svg/custom/use-transfer-width-height-properties-to-symbol-expected.txt	2012-04-24 22:12:53 UTC (rev 115119)
@@ -7,9 +7,8 @@
         RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
       RenderSVGHiddenContainer {symbol} at (0,0) size 0x0
         RenderSVGContainer {use} at (0,0) size 1x1
-          RenderSVGContainer {g} at (0,0) size 1x1
-            RenderSVGViewportContainer {svg} at (0,0) size 1x1
-              RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
+          RenderSVGViewportContainer {svg} at (0,0) size 1x1
+            RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
     RenderSVGContainer {use} at (0,0) size 100x100
       RenderSVGViewportContainer {svg} at (0,0) size 100x100
         RenderSVGContainer {g} at (0,0) size 100x100
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to