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

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

Issue 933953003: Move the remaining rendering/svg/RenderSVG* files to layout. (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/linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt
diff --git a/LayoutTests/platform/linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt
index 4080fd2de39bffb5462454f0c9c28f331d7493c7..ae0c4a0ea6733ecfd9b9b38464b07acb78084e97 100644
--- a/LayoutTests/platform/linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt
+++ b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/pservers-grad-06-b-expected.txt
@@ -1,19 +1,19 @@
layer at (0,0) size 480x360
RenderView at (0,0) size 480x360
layer at (0,0) size 480x360
- RenderSVGRoot {svg} at (0,0) size 480x360
+ LayoutSVGRoot {svg} at (0,0) size 480x360
LayoutSVGContainer {g} at (20,20) size 440x277
LayoutSVGResourceLinearGradient {linearGradient} [id="Grad1"] [gradientUnits=userSpaceOnUse] [gradientTransform={m=((0.50,0.00)(0.00,0.50)) t=(25.00,35.00)}] [start=(0,0)] [end=(430,0)]
- RenderSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
- RenderSVGGradientStop {stop} [offset=0.50] [color=#FF0000]
- RenderSVGGradientStop {stop} [offset=1.00] [color=#00FF00]
+ LayoutSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
+ LayoutSVGGradientStop {stop} [offset=0.50] [color=#FF0000]
+ LayoutSVGGradientStop {stop} [offset=1.00] [color=#00FF00]
LayoutSVGRect {rect} at (20,20) size 440x50 [fill={[type=LINEAR-GRADIENT] [id="Grad1"]}] [x=20.00] [y=20.00] [width=440.00] [height=50.00]
LayoutSVGText {text} at (20,72) size 288x35 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 288x35
chunk 1 text run 1 at (20.00,100.00) startOffset 0 endOffset 22 width 288.00: "scale(0.5) on gradient"
LayoutSVGResourceRadialGradient {radialGradient} [id="Grad2"] [gradientUnits=userSpaceOnUse] [gradientTransform={m=((1.00,0.00)(1.00,1.00)) t=(240.00,155.00)}] [center=(0,0)] [focal=(0,0)] [radius=60.00] [focalRadius=0.00]
- RenderSVGGradientStop {stop} [offset=0.00] [color=#000000]
- RenderSVGGradientStop {stop} [offset=1.00] [color=#FFA500]
+ LayoutSVGGradientStop {stop} [offset=0.00] [color=#000000]
+ LayoutSVGGradientStop {stop} [offset=1.00] [color=#FFA500]
LayoutSVGRect {rect} at (20,110) size 440x50 [fill={[type=RADIAL-GRADIENT] [id="Grad2"]}] [x=20.00] [y=110.00] [width=440.00] [height=50.00]
LayoutSVGText {text} at (20,162) size 297x35 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 297x35

Powered by Google App Engine
This is Rietveld 408576698