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

Side by Side Diff: LayoutTests/platform/linux/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 text run at (287,63) width 72: "dominant-" 53 text run at (287,63) width 72: "dominant-"
54 text run at (0,83) width 64: "baseline" 54 text run at (0,83) width 64: "baseline"
55 RenderText {#text} at (64,80) size 57x19 55 RenderText {#text} at (64,80) size 57x19
56 text run at (64,80) width 57: " attribute." 56 text run at (64,80) width 57: " attribute."
57 RenderBlock {p} at (0,116) size 364x20 57 RenderBlock {p} at (0,116) size 364x20
58 RenderInline {a} at (0,0) size 84x19 [color=#800000] 58 RenderInline {a} at (0,0) size 84x19 [color=#800000]
59 RenderText {#text} at (0,0) size 84x19 59 RenderText {#text} at (0,0) size 84x19
60 text run at (0,0) width 84: "Antoine Quint" 60 text run at (0,0) width 84: "Antoine Quint"
61 RenderText {#text} at (84,0) size 85x19 61 RenderText {#text} at (84,0) size 85x19
62 text run at (84,0) width 85: ", January 27th" 62 text run at (84,0) width 85: ", January 27th"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698