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

Unified Diff: LayoutTests/svg/custom/gradient-rotated-bbox-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/svg/custom/gradient-rotated-bbox-expected.txt
diff --git a/LayoutTests/svg/custom/gradient-rotated-bbox-expected.txt b/LayoutTests/svg/custom/gradient-rotated-bbox-expected.txt
index 01d841d3a677466238a14d1dfc230a825c7c2e83..a259237517b08e1b18db3f6e2d8eb5d975bd760e 100644
--- a/LayoutTests/svg/custom/gradient-rotated-bbox-expected.txt
+++ b/LayoutTests/svg/custom/gradient-rotated-bbox-expected.txt
@@ -2,12 +2,12 @@ layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x600
RenderSVGRoot {svg} at (3,151) size 546x298
- RenderSVGResourceLinearGradient {linearGradient} [id="my_gradient"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(0,1)]
+ LayoutSVGResourceLinearGradient {linearGradient} [id="my_gradient"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(0,1)]
RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
RenderSVGGradientStop {stop} [offset=0.50] [color=#008000]
RenderSVGGradientStop {stop} [offset=1.00] [color=#0000FF]
RenderSVGRect {rect} at (251,151) size 298x298 [transform={m=((0.21,0.21)(-0.21,0.21)) t=(189.39,75.75)}] [fill={[type=LINEAR-GRADIENT] [id="my_gradient"]}] [x=0.00] [y=0.00] [width=400.00] [height=300.00]
- RenderSVGResourceRadialGradient {radialGradient} [id="my_gradient2"] [gradientUnits=objectBoundingBox] [center=(0.50,0.50)] [focal=(0.50,0.50)] [radius=1.00] [focalRadius=0.00]
+ LayoutSVGResourceRadialGradient {radialGradient} [id="my_gradient2"] [gradientUnits=objectBoundingBox] [center=(0.50,0.50)] [focal=(0.50,0.50)] [radius=1.00] [focalRadius=0.00]
RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
RenderSVGGradientStop {stop} [offset=0.50] [color=#008000]
RenderSVGGradientStop {stop} [offset=1.00] [color=#0000FF]

Powered by Google App Engine
This is Rietveld 408576698