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

Side by Side Diff: LayoutTests/platform/win/svg/custom/js-late-gradient-and-object-creation-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 800x600 3 layer at (0,0) size 800x600
4 RenderSVGRoot {svg} at (0,15) size 756x364 4 RenderSVGRoot {svg} at (0,15) size 756x364
5 RenderSVGContainer {g} at (0,15) size 756x364 5 RenderSVGContainer {g} at (0,15) size 756x364
6 RenderSVGResourceLinearGradient {linearGradient} [id="fillLinearGradient"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)] 6 LayoutSVGResourceLinearGradient {linearGradient} [id="fillLinearGradient"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
7 RenderSVGGradientStop {stop} [offset=0.00] [color=#0000FF] 7 RenderSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
8 RenderSVGGradientStop {stop} [offset=1.00] [color=#FF0000] 8 RenderSVGGradientStop {stop} [offset=1.00] [color=#FF0000]
9 RenderSVGResourceLinearGradient {linearGradient} [id="strokeLinearGradient "] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)] 9 LayoutSVGResourceLinearGradient {linearGradient} [id="strokeLinearGradient "] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
10 RenderSVGGradientStop {stop} [offset=1.00] [color=#008000] 10 RenderSVGGradientStop {stop} [offset=1.00] [color=#008000]
11 RenderSVGText {text} at (-150,9) size 418x78 contains 1 chunk(s) 11 RenderSVGText {text} at (-150,9) size 418x78 contains 1 chunk(s)
12 RenderSVGInlineText {#text} at (0,0) size 418x77 12 RenderSVGInlineText {#text} at (0,0) size 418x77
13 chunk 1 text run 1 at (-150.00,70.00) startOffset 0 endOffset 16 width 417.60: "Gradient on fill" 13 chunk 1 text run 1 at (-150.00,70.00) startOffset 0 endOffset 16 width 417.60: "Gradient on fill"
14 RenderSVGText {text} at (-150,79) size 506x78 contains 1 chunk(s) 14 RenderSVGText {text} at (-150,79) size 506x78 contains 1 chunk(s)
15 RenderSVGInlineText {#text} at (0,0) size 506x77 15 RenderSVGInlineText {#text} at (0,0) size 506x77
16 chunk 1 text run 1 at (-150.00,140.00) startOffset 0 endOffset 18 widt h 505.80: "Gradient on stroke" 16 chunk 1 text run 1 at (-150.00,140.00) startOffset 0 endOffset 18 widt h 505.80: "Gradient on stroke"
17 RenderSVGText {text} at (-150,149) size 603x78 contains 1 chunk(s) 17 RenderSVGText {text} at (-150,149) size 603x78 contains 1 chunk(s)
18 RenderSVGInlineText {#text} at (0,0) size 603x77 18 RenderSVGInlineText {#text} at (0,0) size 603x77
19 chunk 1 text run 1 at (-150.00,210.00) startOffset 0 endOffset 23 widt h 602.40: "Gradient on fill/stroke" 19 chunk 1 text run 1 at (-150.00,210.00) startOffset 0 endOffset 23 widt h 602.40: "Gradient on fill/stroke"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698