Title: [226719] trunk/LayoutTests
Revision
226719
Author
[email protected]
Date
2018-01-10 09:29:39 -0800 (Wed, 10 Jan 2018)

Log Message

[Win] Rebaseline tests after r225366.

Unreviewed test gardening.

* platform/win/svg/custom/feComponentTransfer-Discrete-expected.txt:
* platform/win/svg/custom/feComponentTransfer-Gamma-expected.txt:
* platform/win/svg/custom/feComponentTransfer-Linear-expected.txt:
* platform/win/svg/custom/feComponentTransfer-Table-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (226718 => 226719)


--- trunk/LayoutTests/ChangeLog	2018-01-10 17:01:23 UTC (rev 226718)
+++ trunk/LayoutTests/ChangeLog	2018-01-10 17:29:39 UTC (rev 226719)
@@ -1,3 +1,14 @@
+2018-01-10  Per Arne Vollan  <[email protected]>
+
+        [Win] Rebaseline tests after r225366.
+
+        Unreviewed test gardening.
+
+        * platform/win/svg/custom/feComponentTransfer-Discrete-expected.txt:
+        * platform/win/svg/custom/feComponentTransfer-Gamma-expected.txt:
+        * platform/win/svg/custom/feComponentTransfer-Linear-expected.txt:
+        * platform/win/svg/custom/feComponentTransfer-Table-expected.txt:
+
 2018-01-10  Philippe Normand  <[email protected]>
 
         Unreviewed GTK gardening

Modified: trunk/LayoutTests/platform/win/svg/custom/feComponentTransfer-Discrete-expected.txt (226718 => 226719)


--- trunk/LayoutTests/platform/win/svg/custom/feComponentTransfer-Discrete-expected.txt	2018-01-10 17:01:23 UTC (rev 226718)
+++ trunk/LayoutTests/platform/win/svg/custom/feComponentTransfer-Discrete-expected.txt	2018-01-10 17:29:39 UTC (rev 226719)
@@ -9,32 +9,32 @@
             RenderSVGGradientStop {stop} [offset=0.00] [color=#00FF00]
             RenderSVGGradientStop {stop} [offset=1.00] [color=#000000]
           RenderSVGResourceFilter {filter} [id="Identity"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
-            [feComponentTransfer 
-                {red: type="IDENTITY" slope="1.00" intercept="0.00" amplitude="1.00" exponent="1.00" offset="0.00"}
-                {green: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {blue: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {alpha: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}]
+            [feComponentTransfer
+                {red: type="IDENTITY}
+                {green: type="UNKNOWN}
+                {blue: type="UNKNOWN}
+                {alpha: type="UNKNOWN}]
               [SourceGraphic]
           RenderSVGResourceFilter {filter} [id="DiscreteBlank"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
-            [feComponentTransfer 
-                {red: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {green: type="DISCRETE" slope="1.00" intercept="0.00" amplitude="1.00" exponent="1.00" offset="0.00"}
-                {blue: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {alpha: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}]
+            [feComponentTransfer
+                {red: type="UNKNOWN}
+                {green: type="DISCRETE [0.00]}
+                {blue: type="UNKNOWN}
+                {alpha: type="UNKNOWN}]
               [SourceGraphic]
           RenderSVGResourceFilter {filter} [id="DiscreteFull"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
-            [feComponentTransfer 
-                {red: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {green: type="DISCRETE" slope="1.00" intercept="0.00" amplitude="1.00" exponent="1.00" offset="0.00"}
-                {blue: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {alpha: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}]
+            [feComponentTransfer
+                {red: type="UNKNOWN}
+                {green: type="DISCRETE [1.00]}
+                {blue: type="UNKNOWN}
+                {alpha: type="UNKNOWN}]
               [SourceGraphic]
           RenderSVGResourceFilter {filter} [id="DiscreteOrd"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
-            [feComponentTransfer 
-                {red: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {green: type="DISCRETE" slope="1.00" intercept="0.00" amplitude="1.00" exponent="1.00" offset="0.00"}
-                {blue: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {alpha: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}]
+            [feComponentTransfer
+                {red: type="UNKNOWN}
+                {green: type="DISCRETE [0.00, 0.25, 0.50, 0.75, 1.00, 1.00]}
+                {blue: type="UNKNOWN}
+                {alpha: type="UNKNOWN}]
               [SourceGraphic]
         RenderSVGRect {rect} at (25,16) size 750x485 [stroke={[type=SOLID] [color=#0000FF]}] [x=1.00] [y=1.00] [width=648.00] [height=418.00]
         RenderSVGContainer {g} at (25,16) size 750x485

Modified: trunk/LayoutTests/platform/win/svg/custom/feComponentTransfer-Gamma-expected.txt (226718 => 226719)


--- trunk/LayoutTests/platform/win/svg/custom/feComponentTransfer-Gamma-expected.txt	2018-01-10 17:01:23 UTC (rev 226718)
+++ trunk/LayoutTests/platform/win/svg/custom/feComponentTransfer-Gamma-expected.txt	2018-01-10 17:29:39 UTC (rev 226719)
@@ -9,32 +9,32 @@
             RenderSVGGradientStop {stop} [offset=0.00] [color=#00FF00]
             RenderSVGGradientStop {stop} [offset=1.00] [color=#000000]
           RenderSVGResourceFilter {filter} [id="Identity"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
-            [feComponentTransfer 
-                {red: type="IDENTITY" slope="1.00" intercept="0.00" amplitude="1.00" exponent="1.00" offset="0.00"}
-                {green: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {blue: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {alpha: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}]
+            [feComponentTransfer
+                {red: type="IDENTITY}
+                {green: type="UNKNOWN}
+                {blue: type="UNKNOWN}
+                {alpha: type="UNKNOWN}]
               [SourceGraphic]
           RenderSVGResourceFilter {filter} [id="GammaBlank"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
-            [feComponentTransfer 
-                {red: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {green: type="GAMMA" slope="1.00" intercept="0.00" amplitude="1.00" exponent="1.00" offset="0.00"}
-                {blue: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {alpha: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}]
+            [feComponentTransfer
+                {red: type="UNKNOWN}
+                {green: type="GAMMA" amplitude="1.00" exponent="1.00" offset="0.00"}
+                {blue: type="UNKNOWN}
+                {alpha: type="UNKNOWN}]
               [SourceGraphic]
           RenderSVGResourceFilter {filter} [id="GammaFull"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
-            [feComponentTransfer 
-                {red: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {green: type="GAMMA" slope="1.00" intercept="0.00" amplitude="1.00" exponent="0.50" offset="0.00"}
-                {blue: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {alpha: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}]
+            [feComponentTransfer
+                {red: type="UNKNOWN}
+                {green: type="GAMMA" amplitude="1.00" exponent="0.50" offset="0.00"}
+                {blue: type="UNKNOWN}
+                {alpha: type="UNKNOWN}]
               [SourceGraphic]
           RenderSVGResourceFilter {filter} [id="GammaOrd"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
-            [feComponentTransfer 
-                {red: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {green: type="GAMMA" slope="1.00" intercept="0.00" amplitude="1.00" exponent="2.00" offset="0.00"}
-                {blue: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {alpha: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}]
+            [feComponentTransfer
+                {red: type="UNKNOWN}
+                {green: type="GAMMA" amplitude="1.00" exponent="2.00" offset="0.00"}
+                {blue: type="UNKNOWN}
+                {alpha: type="UNKNOWN}]
               [SourceGraphic]
         RenderSVGRect {rect} at (25,16) size 750x485 [stroke={[type=SOLID] [color=#0000FF]}] [x=1.00] [y=1.00] [width=648.00] [height=418.00]
         RenderSVGContainer {g} at (25,16) size 750x485

Modified: trunk/LayoutTests/platform/win/svg/custom/feComponentTransfer-Linear-expected.txt (226718 => 226719)


--- trunk/LayoutTests/platform/win/svg/custom/feComponentTransfer-Linear-expected.txt	2018-01-10 17:01:23 UTC (rev 226718)
+++ trunk/LayoutTests/platform/win/svg/custom/feComponentTransfer-Linear-expected.txt	2018-01-10 17:29:39 UTC (rev 226719)
@@ -9,32 +9,32 @@
             RenderSVGGradientStop {stop} [offset=0.00] [color=#00FF00]
             RenderSVGGradientStop {stop} [offset=1.00] [color=#000000]
           RenderSVGResourceFilter {filter} [id="Identity"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
-            [feComponentTransfer 
-                {red: type="IDENTITY" slope="1.00" intercept="0.00" amplitude="1.00" exponent="1.00" offset="0.00"}
-                {green: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {blue: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {alpha: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}]
+            [feComponentTransfer
+                {red: type="IDENTITY}
+                {green: type="UNKNOWN}
+                {blue: type="UNKNOWN}
+                {alpha: type="UNKNOWN}]
               [SourceGraphic]
           RenderSVGResourceFilter {filter} [id="DiscreteBlank"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
-            [feComponentTransfer 
-                {red: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {green: type="LINEAR" slope="1.00" intercept="0.00" amplitude="1.00" exponent="1.00" offset="0.00"}
-                {blue: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {alpha: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}]
+            [feComponentTransfer
+                {red: type="UNKNOWN}
+                {green: type="LINEAR" slope="1.00" intercept="0.00"}
+                {blue: type="UNKNOWN}
+                {alpha: type="UNKNOWN}]
               [SourceGraphic]
           RenderSVGResourceFilter {filter} [id="DiscreteFull"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
-            [feComponentTransfer 
-                {red: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {green: type="LINEAR" slope="-1.00" intercept="1.00" amplitude="1.00" exponent="1.00" offset="0.00"}
-                {blue: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {alpha: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}]
+            [feComponentTransfer
+                {red: type="UNKNOWN}
+                {green: type="LINEAR" slope="-1.00" intercept="1.00"}
+                {blue: type="UNKNOWN}
+                {alpha: type="UNKNOWN}]
               [SourceGraphic]
           RenderSVGResourceFilter {filter} [id="DiscreteOrd"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
-            [feComponentTransfer 
-                {red: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {green: type="LINEAR" slope="0.50" intercept="0.25" amplitude="1.00" exponent="1.00" offset="0.00"}
-                {blue: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {alpha: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}]
+            [feComponentTransfer
+                {red: type="UNKNOWN}
+                {green: type="LINEAR" slope="0.50" intercept="0.25"}
+                {blue: type="UNKNOWN}
+                {alpha: type="UNKNOWN}]
               [SourceGraphic]
         RenderSVGRect {rect} at (25,16) size 750x485 [stroke={[type=SOLID] [color=#0000FF]}] [x=1.00] [y=1.00] [width=648.00] [height=418.00]
         RenderSVGContainer {g} at (25,16) size 750x485

Modified: trunk/LayoutTests/platform/win/svg/custom/feComponentTransfer-Table-expected.txt (226718 => 226719)


--- trunk/LayoutTests/platform/win/svg/custom/feComponentTransfer-Table-expected.txt	2018-01-10 17:01:23 UTC (rev 226718)
+++ trunk/LayoutTests/platform/win/svg/custom/feComponentTransfer-Table-expected.txt	2018-01-10 17:29:39 UTC (rev 226719)
@@ -9,32 +9,32 @@
             RenderSVGGradientStop {stop} [offset=0.00] [color=#00FF00]
             RenderSVGGradientStop {stop} [offset=1.00] [color=#000000]
           RenderSVGResourceFilter {filter} [id="Identity"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
-            [feComponentTransfer 
-                {red: type="IDENTITY" slope="1.00" intercept="0.00" amplitude="1.00" exponent="1.00" offset="0.00"}
-                {green: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {blue: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {alpha: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}]
+            [feComponentTransfer
+                {red: type="IDENTITY}
+                {green: type="UNKNOWN}
+                {blue: type="UNKNOWN}
+                {alpha: type="UNKNOWN}]
               [SourceGraphic]
           RenderSVGResourceFilter {filter} [id="TableBlank"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
-            [feComponentTransfer 
-                {red: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {green: type="TABLE" slope="1.00" intercept="0.00" amplitude="1.00" exponent="1.00" offset="0.00"}
-                {blue: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {alpha: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}]
+            [feComponentTransfer
+                {red: type="UNKNOWN}
+                {green: type="TABLE [0.00]}
+                {blue: type="UNKNOWN}
+                {alpha: type="UNKNOWN}]
               [SourceGraphic]
           RenderSVGResourceFilter {filter} [id="TableFull"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
-            [feComponentTransfer 
-                {red: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {green: type="TABLE" slope="1.00" intercept="0.00" amplitude="1.00" exponent="1.00" offset="0.00"}
-                {blue: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {alpha: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}]
+            [feComponentTransfer
+                {red: type="UNKNOWN}
+                {green: type="TABLE [1.00]}
+                {blue: type="UNKNOWN}
+                {alpha: type="UNKNOWN}]
               [SourceGraphic]
           RenderSVGResourceFilter {filter} [id="TableOrd"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
-            [feComponentTransfer 
-                {red: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {green: type="TABLE" slope="1.00" intercept="0.00" amplitude="1.00" exponent="1.00" offset="0.00"}
-                {blue: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}
-                {alpha: type="UNKNOWN" slope="0.00" intercept="0.00" amplitude="0.00" exponent="0.00" offset="0.00"}]
+            [feComponentTransfer
+                {red: type="UNKNOWN}
+                {green: type="TABLE [0.00, 0.00, 1.00, 1.00]}
+                {blue: type="UNKNOWN}
+                {alpha: type="UNKNOWN}]
               [SourceGraphic]
         RenderSVGRect {rect} at (25,16) size 750x485 [stroke={[type=SOLID] [color=#0000FF]}] [x=1.00] [y=1.00] [width=648.00] [height=418.00]
         RenderSVGContainer {g} at (25,16) size 750x485
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to