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

Side by Side Diff: LayoutTests/svg/custom/gradient-userSpaceOnUse-with-percentage-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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 300x400 3 layer at (0,0) size 300x400
4 RenderSVGRoot {svg} at (0,0) size 300x400 4 RenderSVGRoot {svg} at (0,0) size 300x400
5 RenderSVGHiddenContainer {defs} at (0,0) size 0x0 5 RenderSVGHiddenContainer {defs} at (0,0) size 0x0
6 RenderSVGResourceLinearGradient {linearGradient} [id="gradient1"] [gradien tUnits=userSpaceOnUse] [start=(0,0)] [end=(150,0)] 6 LayoutSVGResourceLinearGradient {linearGradient} [id="gradient1"] [gradien tUnits=userSpaceOnUse] [start=(0,0)] [end=(150,0)]
7 RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000] 7 RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
8 RenderSVGGradientStop {stop} [offset=1.00] [color=#00FF00] 8 RenderSVGGradientStop {stop} [offset=1.00] [color=#00FF00]
9 RenderSVGResourceLinearGradient {linearGradient} [id="gradient2"] [gradien tUnits=userSpaceOnUse] [start=(0,0)] [end=(150,0)] 9 LayoutSVGResourceLinearGradient {linearGradient} [id="gradient2"] [gradien tUnits=userSpaceOnUse] [start=(0,0)] [end=(150,0)]
10 RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000] 10 RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
11 RenderSVGGradientStop {stop} [offset=1.00] [color=#00FF00] 11 RenderSVGGradientStop {stop} [offset=1.00] [color=#00FF00]
12 RenderSVGResourceRadialGradient {radialGradient} [id="gradient3"] [gradien tUnits=userSpaceOnUse] [center=(150,264)] [focal=(150,264)] [radius=282.84] [foc alRadius=0.00] 12 LayoutSVGResourceRadialGradient {radialGradient} [id="gradient3"] [gradien tUnits=userSpaceOnUse] [center=(150,264)] [focal=(150,264)] [radius=282.84] [foc alRadius=0.00]
13 RenderSVGGradientStop {stop} [offset=0.00] [color=#00FF00] 13 RenderSVGGradientStop {stop} [offset=0.00] [color=#00FF00]
14 RenderSVGGradientStop {stop} [offset=1.00] [color=#FF0000] 14 RenderSVGGradientStop {stop} [offset=1.00] [color=#FF0000]
15 RenderSVGRect {rect} at (0,0) size 300x50 [fill={[type=LINEAR-GRADIENT] [id= "gradient1"]}] [x=0.00] [y=0.00] [width=300.00] [height=50.00] 15 RenderSVGRect {rect} at (0,0) size 300x50 [fill={[type=LINEAR-GRADIENT] [id= "gradient1"]}] [x=0.00] [y=0.00] [width=300.00] [height=50.00]
16 RenderSVGRect {rect} at (0,50) size 300x50 [fill={[type=LINEAR-GRADIENT] [id ="gradient2"]}] [x=0.00] [y=50.00] [width=300.00] [height=50.00] 16 RenderSVGRect {rect} at (0,50) size 300x50 [fill={[type=LINEAR-GRADIENT] [id ="gradient2"]}] [x=0.00] [y=50.00] [width=300.00] [height=50.00]
17 RenderSVGRect {rect} at (0,100) size 300x300 [fill={[type=RADIAL-GRADIENT] [ id="gradient3"]}] [x=0.00] [y=100.00] [width=300.00] [height=300.00] 17 RenderSVGRect {rect} at (0,100) size 300x300 [fill={[type=RADIAL-GRADIENT] [ id="gradient3"]}] [x=0.00] [y=100.00] [width=300.00] [height=300.00]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698