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

Side by Side Diff: LayoutTests/platform/win/svg/custom/dominant-baseline-hanging-expected.txt

Issue 921633007: Move the SVG container code from rendering/svg 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 400x400 3 layer at (0,0) size 400x400
4 RenderSVGRoot {svg} at (0,0) size 400x400 4 RenderSVGRoot {svg} at (0,0) size 400x400
5 RenderSVGHiddenContainer {defs} at (0,0) size 0x0 5 LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
6 LayoutSVGResourceLinearGradient {linearGradient} [id="gradient"] [gradient Units=objectBoundingBox] [start=(0,0)] [end=(0,1)] 6 LayoutSVGResourceLinearGradient {linearGradient} [id="gradient"] [gradient Units=objectBoundingBox] [start=(0,0)] [end=(0,1)]
7 RenderSVGGradientStop {stop} [offset=0.00] [color=#FF72B480] 7 RenderSVGGradientStop {stop} [offset=0.00] [color=#FF72B480]
8 RenderSVGGradientStop {stop} [offset=1.00] [color=#FF007B] 8 RenderSVGGradientStop {stop} [offset=1.00] [color=#FF007B]
9 LayoutSVGResourceLinearGradient {linearGradient} [id="h_stroke_gradient"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)] 9 LayoutSVGResourceLinearGradient {linearGradient} [id="h_stroke_gradient"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
10 RenderSVGGradientStop {stop} [offset=0.00] [color=#000000] 10 RenderSVGGradientStop {stop} [offset=0.00] [color=#000000]
11 RenderSVGGradientStop {stop} [offset=1.00] [color=#00000000] 11 RenderSVGGradientStop {stop} [offset=1.00] [color=#00000000]
12 LayoutSVGResourceLinearGradient {linearGradient} [id="v_stroke_gradient"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(0,1)] 12 LayoutSVGResourceLinearGradient {linearGradient} [id="v_stroke_gradient"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(0,1)]
13 RenderSVGGradientStop {stop} [offset=0.00] [color=#000000] 13 RenderSVGGradientStop {stop} [offset=0.00] [color=#000000]
14 RenderSVGGradientStop {stop} [offset=1.00] [color=#00000000] 14 RenderSVGGradientStop {stop} [offset=1.00] [color=#00000000]
15 LayoutSVGRect {rect} at (0,0) size 400x400 [fill={[type=LINEAR-GRADIENT] [id ="gradient"]}] [x=0.00] [y=0.00] [width=400.00] [height=400.00] 15 LayoutSVGRect {rect} at (0,0) size 400x400 [fill={[type=LINEAR-GRADIENT] [id ="gradient"]}] [x=0.00] [y=0.00] [width=400.00] [height=400.00]
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 RenderText {#text} at (0,74) size 136x16 53 RenderText {#text} at (0,74) size 136x16
54 text run at (0,74) width 136: "dominant-baseline" 54 text run at (0,74) width 136: "dominant-baseline"
55 RenderText {#text} at (136,72) size 62x17 55 RenderText {#text} at (136,72) size 62x17
56 text run at (136,72) width 62: " attribute." 56 text run at (136,72) width 62: " attribute."
57 RenderBlock {p} at (0,106) size 364x18 57 RenderBlock {p} at (0,106) size 364x18
58 RenderInline {a} at (0,0) size 92x17 [color=#800000] 58 RenderInline {a} at (0,0) size 92x17 [color=#800000]
59 RenderText {#text} at (0,0) size 92x17 59 RenderText {#text} at (0,0) size 92x17
60 text run at (0,0) width 92: "Antoine Quint" 60 text run at (0,0) width 92: "Antoine Quint"
61 RenderText {#text} at (91,0) size 92x17 61 RenderText {#text} at (91,0) size 92x17
62 text run at (91,0) width 92: ", January 27th" 62 text run at (91,0) width 92: ", January 27th"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698