Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: LayoutTests/platform/win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt

Issue 913143006: Move RenderSVGRect to layout/svg (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt
diff --git a/LayoutTests/platform/win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt b/LayoutTests/platform/win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt
index a6dcf0abaa147e21207eea9b8734d0f6447b513a..02263f47e38fe21f79fb6564442392474f38abff 100644
--- a/LayoutTests/platform/win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt
+++ b/LayoutTests/platform/win/svg/W3C-SVG-1.1/pservers-grad-12-b-expected.txt
@@ -9,7 +9,7 @@ layer at (0,0) size 480x360
LayoutSVGResourceRadialGradient {radialGradient} [id="Grad1"] [gradientUnits=objectBoundingBox] [center=(0.50,0.50)] [focal=(0.50,0.50)] [radius=0.50] [focalRadius=0.00]
RenderSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
RenderSVGGradientStop {stop} [offset=1.00] [color=#FF0000]
- RenderSVGRect {rect} at (10,35) size 460x50 [fill={[type=RADIAL-GRADIENT] [id="Grad1"]}] [x=10.00] [y=35.00] [width=460.00] [height=50.00]
+ LayoutSVGRect {rect} at (10,35) size 460x50 [fill={[type=RADIAL-GRADIENT] [id="Grad1"]}] [x=10.00] [y=35.00] [width=460.00] [height=50.00]
LayoutSVGText {text} at (10,88) size 300x15 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 300x15
chunk 1 text run 1 at (10.00,100.00) startOffset 0 endOffset 58 width 300.00: "Radial gradient with default attributes (from blue to red)"
@@ -19,7 +19,7 @@ layer at (0,0) size 480x360
LayoutSVGResourceRadialGradient {radialGradient} [id="Grad2"] [gradientUnits=objectBoundingBox] [center=(0.20,0.20)] [focal=(0.20,0.20)] [radius=0.50] [focalRadius=0.00]
RenderSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
RenderSVGGradientStop {stop} [offset=1.00] [color=#FF0000]
- RenderSVGRect {rect} at (10,125) size 460x50 [fill={[type=RADIAL-GRADIENT] [id="Grad2"]}] [x=10.00] [y=125.00] [width=460.00] [height=50.00]
+ LayoutSVGRect {rect} at (10,125) size 460x50 [fill={[type=RADIAL-GRADIENT] [id="Grad2"]}] [x=10.00] [y=125.00] [width=460.00] [height=50.00]
LayoutSVGText {text} at (10,178) size 187x15 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 187x15
chunk 1 text run 1 at (10.00,190.00) startOffset 0 endOffset 31 width 187.00: "gradientUnits=objectBoundingBox"
@@ -29,7 +29,7 @@ layer at (0,0) size 480x360
LayoutSVGResourceRadialGradient {radialGradient} [id="Grad3"] [gradientUnits=userSpaceOnUse] [center=(25,215)] [focal=(25,215)] [radius=25.00] [focalRadius=0.00]
RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
RenderSVGGradientStop {stop} [offset=1.00] [color=#0000FF]
- RenderSVGRect {rect} at (10,210) size 460x50 [transform={m=((0.00,-1.00)(1.00,0.00)) t=(10.00,260.00)}] [fill={[type=RADIAL-GRADIENT] [id="Grad3"]}] [x=0.00] [y=0.00] [width=50.00] [height=460.00]
+ LayoutSVGRect {rect} at (10,210) size 460x50 [transform={m=((0.00,-1.00)(1.00,0.00)) t=(10.00,260.00)}] [fill={[type=RADIAL-GRADIENT] [id="Grad3"]}] [x=0.00] [y=0.00] [width=50.00] [height=460.00]
LayoutSVGText {text} at (10,263) size 180x15 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 180x15
chunk 1 text run 1 at (10.00,275.00) startOffset 0 endOffset 28 width 180.00: "gradientUnits=userSpaceOnUse"
@@ -39,4 +39,4 @@ layer at (0,0) size 480x360
LayoutSVGText {text} at (10,304) size 264x45 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 264x45
chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 263.34: "$Revision: 1.7 $"
- RenderSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
+ LayoutSVGRect {rect} at (0,0) size 480x360 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]

Powered by Google App Engine
This is Rietveld 408576698