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

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

Issue 908243002: Move rendering/svg/RenderSVGResource* 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-11-b-expected.txt
diff --git a/LayoutTests/platform/win/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt b/LayoutTests/platform/win/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt
index 38fb5df29876d1e9302aa1defa8244096589f5ee..d964dd2260a014865e511f1f9ab6347eb4fd897d 100644
--- a/LayoutTests/platform/win/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt
+++ b/LayoutTests/platform/win/svg/W3C-SVG-1.1/pservers-grad-11-b-expected.txt
@@ -3,21 +3,21 @@ layer at (0,0) size 480x360
layer at (0,0) size 480x360
RenderSVGRoot {svg} at (0,0) size 480x360
RenderSVGContainer {g} at (8,10) size 460x278
- RenderSVGResourceRadialGradient {radialGradient} [id="Grad1"] [gradientUnits=userSpaceOnUse] [center=(75,100)] [focal=(75,100)] [radius=130.00] [focalRadius=0.00]
+ LayoutSVGResourceRadialGradient {radialGradient} [id="Grad1"] [gradientUnits=userSpaceOnUse] [center=(75,100)] [focal=(75,100)] [radius=130.00] [focalRadius=0.00]
RenderSVGGradientStop {stop} [offset=0.00] [color=#000000]
RenderSVGGradientStop {stop} [offset=1.00] [color=#FF0000]
RenderSVGRect {rect} at (10,10) size 210x140 [fill={[type=RADIAL-GRADIENT] [id="Grad1"]}] [x=10.00] [y=10.00] [width=210.00] [height=140.00]
RenderSVGText {text} at (10,153) size 183x15 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 183x15
chunk 1 text run 1 at (10.00,165.00) startOffset 0 endOffset 36 width 183.00: "Radial gradient on fill of rectangle"
- RenderSVGResourceRadialGradient {radialGradient} [id="Grad2"] [gradientUnits=userSpaceOnUse] [center=(295,100)] [focal=(295,100)] [radius=150.00] [focalRadius=0.00]
+ LayoutSVGResourceRadialGradient {radialGradient} [id="Grad2"] [gradientUnits=userSpaceOnUse] [center=(295,100)] [focal=(295,100)] [radius=150.00] [focalRadius=0.00]
RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
RenderSVGGradientStop {stop} [offset=1.00] [color=#FFFF00]
RenderSVGRect {rect} at (230,10) size 210x140 [stroke={[type=RADIAL-GRADIENT] [id="Grad2"] [stroke width=40.00]}] [x=250.00] [y=30.00] [width=170.00] [height=100.00]
RenderSVGText {text} at (230,153) size 205x15 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 205x15
chunk 1 text run 1 at (230.00,165.00) startOffset 0 endOffset 38 width 205.00: "Radial gradient on stroke of rectangle"
- RenderSVGResourceRadialGradient {radialGradient} [id="Grad3"] [gradientUnits=userSpaceOnUse] [center=(225,180)] [focal=(225,180)] [radius=90.00] [focalRadius=0.00]
+ LayoutSVGResourceRadialGradient {radialGradient} [id="Grad3"] [gradientUnits=userSpaceOnUse] [center=(225,180)] [focal=(225,180)] [radius=90.00] [focalRadius=0.00]
RenderSVGGradientStop {stop} [offset=0.00] [color=#000000]
RenderSVGGradientStop {stop} [offset=1.00] [color=#FFFF00]
RenderSVGText {text} at (10,165) size 417x56 contains 1 chunk(s)
@@ -26,7 +26,7 @@ layer at (0,0) size 480x360
RenderSVGText {text} at (10,213) size 207x15 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 207x15
chunk 1 text run 1 at (10.00,225.00) startOffset 0 endOffset 40 width 207.00: "Radial gradient on text, black to yellow"
- RenderSVGResourceRadialGradient {radialGradient} [id="Grad4"] [gradientUnits=userSpaceOnUse] [center=(225,245)] [focal=(225,245)] [radius=90.00] [focalRadius=0.00]
+ LayoutSVGResourceRadialGradient {radialGradient} [id="Grad4"] [gradientUnits=userSpaceOnUse] [center=(225,245)] [focal=(225,245)] [radius=90.00] [focalRadius=0.00]
RenderSVGGradientStop {stop} [offset=0.00] [color=#000000]
RenderSVGGradientStop {stop} [offset=1.00] [color=#FF0000]
RenderSVGText {text} at (10,229) size 456x51 contains 1 chunk(s)

Powered by Google App Engine
This is Rietveld 408576698