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

Side by Side Diff: LayoutTests/platform/mac/svg/custom/js-late-gradient-and-object-creation-expected.txt

Issue 923533002: Move RenderSVGContainer to layout/svg/LayoutSVGContainer. (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,14) size 757x366 4 RenderSVGRoot {svg} at (0,14) size 757x366
5 RenderSVGContainer {g} at (0,14) size 757x366 5 LayoutSVGContainer {g} at (0,14) size 757x366
6 LayoutSVGResourceLinearGradient {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 LayoutSVGResourceLinearGradient {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 LayoutSVGText {text} at (-150,8) size 419x79 contains 1 chunk(s) 11 LayoutSVGText {text} at (-150,8) size 419x79 contains 1 chunk(s)
12 LayoutSVGInlineText {#text} at (0,0) size 419x79 12 LayoutSVGInlineText {#text} at (0,0) size 419x79
13 chunk 1 text run 1 at (-150.00,70.00) startOffset 0 endOffset 16 width 418.20: "Gradient on fill" 13 chunk 1 text run 1 at (-150.00,70.00) startOffset 0 endOffset 16 width 418.20: "Gradient on fill"
14 LayoutSVGText {text} at (-150,78) size 506x79 contains 1 chunk(s) 14 LayoutSVGText {text} at (-150,78) size 506x79 contains 1 chunk(s)
15 LayoutSVGInlineText {#text} at (0,0) size 506x79 15 LayoutSVGInlineText {#text} at (0,0) size 506x79
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 LayoutSVGText {text} at (-150,148) size 603x79 contains 1 chunk(s) 17 LayoutSVGText {text} at (-150,148) size 603x79 contains 1 chunk(s)
18 LayoutSVGInlineText {#text} at (0,0) size 603x79 18 LayoutSVGInlineText {#text} at (0,0) size 603x79
19 chunk 1 text run 1 at (-150.00,210.00) startOffset 0 endOffset 23 widt h 603.00: "Gradient on fill/stroke" 19 chunk 1 text run 1 at (-150.00,210.00) startOffset 0 endOffset 23 widt h 603.00: "Gradient on fill/stroke"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698