Title: [87813] trunk/LayoutTests
Revision
87813
Author
[email protected]
Date
2011-06-01 09:14:06 -0700 (Wed, 01 Jun 2011)

Log Message

2011-06-01  Mario Sanchez Prada  <[email protected]>

        Unreviewed, added new baselines for GTK after r87721.

        * platform/gtk/svg/custom/invalid-stroke-hex-expected.txt: Added.
        * platform/gtk/svg/custom/invalid-stroke-hex-expected.png: Added.
        * platform/gtk/svg/custom/invalid-uri-stroke-expected.txt: Added.
        * platform/gtk/svg/custom/invalid-uri-stroke-expected.png: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (87812 => 87813)


--- trunk/LayoutTests/ChangeLog	2011-06-01 16:13:16 UTC (rev 87812)
+++ trunk/LayoutTests/ChangeLog	2011-06-01 16:14:06 UTC (rev 87813)
@@ -1,5 +1,14 @@
 2011-06-01  Mario Sanchez Prada  <[email protected]>
 
+        Unreviewed, added new baselines for GTK after r87721.
+
+        * platform/gtk/svg/custom/invalid-stroke-hex-expected.txt: Added.
+        * platform/gtk/svg/custom/invalid-stroke-hex-expected.png: Added.
+        * platform/gtk/svg/custom/invalid-uri-stroke-expected.txt: Added.
+        * platform/gtk/svg/custom/invalid-uri-stroke-expected.png: Added.
+
+2011-06-01  Mario Sanchez Prada  <[email protected]>
+
         Unreviewed, added new baseline for GTK after r87680.
 
         * platform/gtk/svg/filters/feConvolveFilter-y-bounds-expected.txt: Added.

Added: trunk/LayoutTests/platform/gtk/svg/custom/invalid-stroke-hex-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/gtk/svg/custom/invalid-stroke-hex-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/gtk/svg/custom/invalid-stroke-hex-expected.txt (0 => 87813)


--- trunk/LayoutTests/platform/gtk/svg/custom/invalid-stroke-hex-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/svg/custom/invalid-stroke-hex-expected.txt	2011-06-01 16:14:06 UTC (rev 87813)
@@ -0,0 +1,23 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderSVGRoot {svg} at (0,0) size 717x214
+    RenderSVGContainer {g} at (0,0) size 101x101
+      RenderSVGPath {rect} at (0,0) size 101x101 [stroke={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
+      RenderSVGPath {rect} at (0,0) size 101x101 [stroke={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
+    RenderSVGContainer {g} at (10,115) size 707x99
+      RenderSVGText {text} at (10,115) size 269x19 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 269x19
+          chunk 1 text run 1 at (10.00,130.00) startOffset 0 endOffset 40 width 269.00: "The above stroke of rect should be BLUE."
+      RenderSVGText {text} at (10,135) size 667x19 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 667x19
+          chunk 1 text run 1 at (10.00,150.00) startOffset 0 endOffset 102 width 667.00: "SVG 1.1 FULL says there should be a \"highly perceivable error\" message when an invalid stroke is used."
+      RenderSVGText {text} at (10,155) size 468x19 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 468x19
+          chunk 1 text run 1 at (10.00,170.00) startOffset 0 endOffset 77 width 468.00: "Browsers don't display such an error, instead use some sort of fill-fallback."
+      RenderSVGText {text} at (10,175) size 707x19 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 707x19
+          chunk 1 text run 1 at (10.00,190.00) startOffset 0 endOffset 120 width 707.00: "If there's an invalid stroke color, but no fallback specified, the stroke of the object is inherited from parent object."
+      RenderSVGText {text} at (10,195) size 274x19 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 274x19
+          chunk 1 text run 1 at (10.00,210.00) startOffset 0 endOffset 41 width 274.00: "Our result matches Opera and Firefox now."

Added: trunk/LayoutTests/platform/gtk/svg/custom/invalid-uri-stroke-expected.png


(Binary files differ)
Property changes on: trunk/LayoutTests/platform/gtk/svg/custom/invalid-uri-stroke-expected.png ___________________________________________________________________

Added: svn:mime-type

Added: trunk/LayoutTests/platform/gtk/svg/custom/invalid-uri-stroke-expected.txt (0 => 87813)


--- trunk/LayoutTests/platform/gtk/svg/custom/invalid-uri-stroke-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/svg/custom/invalid-uri-stroke-expected.txt	2011-06-01 16:14:06 UTC (rev 87813)
@@ -0,0 +1,28 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderSVGRoot {svg} at (0,0) size 694x214
+    RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+      RenderSVGResourceLinearGradient {linearGradient} [id="myGradient"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(0,1)]
+        RenderSVGGradientStop {stop} [offset=0.00] [color=#00CC00]
+        RenderSVGGradientStop {stop} [offset=1.00] [color=#006600]
+    RenderSVGContainer {g} at (0,0) size 101x101
+      RenderSVGPath {rect} at (0,0) size 101x101 [stroke={[type=LINEAR-GRADIENT] [id="myGradient"]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
+      RenderSVGPath {rect} at (0,0) size 101x101 [stroke={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
+    RenderSVGContainer {g} at (10,115) size 684x99
+      RenderSVGText {text} at (10,115) size 269x19 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 269x19
+          chunk 1 text run 1 at (10.00,130.00) startOffset 0 endOffset 40 width 269.00: "The above stroke of rect should be BLUE."
+      RenderSVGText {text} at (10,135) size 657x19 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 657x19
+          chunk 1 text run 1 at (10.00,150.00) startOffset 0 endOffset 99 width 657.00: "SVG 1.1 FULL says there should be a \"highly perceivable error\" message when an invalid URI is used."
+      RenderSVGText {text} at (10,155) size 468x19 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 468x19
+          chunk 1 text run 1 at (10.00,170.00) startOffset 0 endOffset 77 width 468.00: "Browsers don't display such an error, instead use some sort of fill-fallback."
+      RenderSVGText {text} at (10,175) size 684x19 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 684x19
+          chunk 1 text run 1 at (10.00,190.00) startOffset 0 endOffset 59 width 345.00: "If there's an non-existent uri, but no fallback specified, "
+          chunk 1 text run 1 at (355.00,190.00) startOffset 0 endOffset 57 width 339.00: "the stroke of the object is inherited from parent object."
+      RenderSVGText {text} at (10,195) size 555x19 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 555x19
+          chunk 1 text run 1 at (10.00,210.00) startOffset 0 endOffset 84 width 555.00: "This has recently been changed in SVG 1.1 2nd edition. Our result matches Opera now."
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to