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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/svg/W3C-SVG-1.2-Tiny/struct-use-recursion-02-t-expected.txt

Issue 2521473002: Change SVG layout tree output to be more meaningful and consistent (Closed)
Patch Set: - Created 4 years 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
OLDNEW
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 LayoutSVGRoot {svg} at (0,0) size 800x600 4 LayoutSVGRoot {svg} at (0,0) size 800x600
5 LayoutSVGHiddenContainer {defs} at (0,0) size 0x0 5 LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
6 LayoutSVGContainer {g} at (150,25) size 502x450 6 LayoutSVGContainer {g} at (90,15) size 300x269.80
7 LayoutSVGContainer {g} at (150,25) size 502x77 7 LayoutSVGContainer {g} at (90,15) size 300x45
8 LayoutSVGEllipse {circle} at (150,25) size 34x34 [fill={[type=SOLID] [co lor=#FF7F00]}] [cx=100.00] [cy=25.00] [r=10.00] 8 LayoutSVGEllipse {circle} at (90,15) size 20x20 [fill={[type=SOLID] [col or=#FF7F00]}] [cx=100.00] [cy=25.00] [r=10.00]
9 LayoutSVGContainer {use} at (614,65) size 38x37 [transform={m=((1.00,0.0 0)(0.00,1.00)) t=(0.00,25.00)}] 9 LayoutSVGContainer {use} at (370,15) size 20x20 [transform={m=((1.00,0.0 0)(0.00,1.00)) t=(0.00,25.00)}]
10 LayoutSVGContainer {g} at (614,65) size 38x37 10 LayoutSVGContainer {g} at (370,15) size 20x20
11 LayoutSVGContainer {g} at (0,0) size 0x0 [transform={m=((1.00,0.00)( 0.00,1.00)) t=(0.00,25.00)}] 11 LayoutSVGContainer {g} at (0,0) size 0x0 [transform={m=((1.00,0.00)( 0.00,1.00)) t=(0.00,25.00)}]
12 LayoutSVGEllipse {circle} at (614,65) size 38x37 [stroke={[type=SOLI D] [color=#808080] [stroke width=2.00] [line cap=ROUND] [dash array={4.00}]}] [f ill={[type=SOLID] [color=#FFFF00]}] [cx=380.00] [cy=25.00] [r=10.00] 12 LayoutSVGEllipse {circle} at (370,15) size 20x20 [stroke={[type=SOLI D] [color=#808080] [stroke width=2.00] [line cap=ROUND] [dash array={4.00}]}] [f ill={[type=SOLID] [color=#FFFF00]}] [cx=380.00] [cy=25.00] [r=10.00]
13 LayoutSVGText {text} at (99,258) size 282x27 contains 1 chunk(s) 13 LayoutSVGText {text} at (99.25,258.41) size 281.47x26.39 contains 1 chunk( s)
14 LayoutSVGInlineText {#text} at (0,0) size 282x27 14 LayoutSVGInlineText {#text} at (99.25,258.41) size 281.47x26.39
15 chunk 1 (middle anchor) text run 1 at (99.26,280.00) startOffset 0 end Offset 28 width 281.47: "This text should be visible." 15 chunk 1 (middle anchor) text run 1 at (99.26,280.00) startOffset 0 end Offset 28 width 281.47: "This text should be visible."
16 LayoutSVGContainer {g} at (16,518) size 384x60 16 LayoutSVGContainer {g} at (10,311.20) size 229.45x35.39
17 LayoutSVGText {text} at (10,311) size 230x36 contains 1 chunk(s) 17 LayoutSVGText {text} at (10,311.20) size 229.45x35.39 contains 1 chunk(s)
18 LayoutSVGInlineText {#text} at (0,0) size 230x36 18 LayoutSVGInlineText {#text} at (10,311.20) size 229.45x35.39
19 chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 229.45: "$Revision: 1.5 $" 19 chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 229.45: "$Revision: 1.5 $"
20 LayoutSVGRect {rect} at (0,0) size 800x600 [stroke={[type=SOLID] [color=#000 000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00] 20 LayoutSVGRect {rect} at (1,1) size 478x358 [stroke={[type=SOLID] [color=#000 000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698