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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/svg/custom/object-sizing-expected.txt

Issue 2521473002: Change SVG layout tree output to be more meaningful and consistent (Closed)
Patch Set: - Created 4 years, 1 month 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 800x392 3 layer at (0,0) size 800x392
4 LayoutBlockFlow {html} at (0,0) size 800x391.81 4 LayoutBlockFlow {html} at (0,0) size 800x391.81
5 LayoutBlockFlow {body} at (8,8) size 784x367.81 5 LayoutBlockFlow {body} at (8,8) size 784x367.81
6 LayoutBlockFlow {div} at (0,0) size 784x212 [bgcolor=#008000] 6 LayoutBlockFlow {div} at (0,0) size 784x212 [bgcolor=#008000]
7 LayoutText {#text} at (0,0) size 0x0 7 LayoutText {#text} at (0,0) size 0x0
8 LayoutBlockFlow {p} at (0,228) size 208x18 [bgcolor=#0000FF] 8 LayoutBlockFlow {p} at (0,228) size 208x18 [bgcolor=#0000FF]
9 LayoutText {#text} at (0,0) size 13x18 9 LayoutText {#text} at (0,0) size 13x18
10 text run at (0,0) width 13: "hi" 10 text run at (0,0) width 13: "hi"
(...skipping 21 matching lines...) Expand all
32 text run at (75,0) width 278: " appears in orange. Its height is set at 13em" 32 text run at (75,0) width 278: " appears in orange. Its height is set at 13em"
33 LayoutListItem {li} at (40,36) size 744x18 33 LayoutListItem {li} at (40,36) size 744x18
34 LayoutListMarker (anonymous) at (-17,0) size 7x18: bullet 34 LayoutListMarker (anonymous) at (-17,0) size 7x18: bullet
35 LayoutText {#text} at (0,0) size 174x18 35 LayoutText {#text} at (0,0) size 174x18
36 text run at (0,0) width 174: "The blue line is 13em wide" 36 text run at (0,0) width 174: "The blue line is 13em wide"
37 layer at (8,8) size 208x208 37 layer at (8,8) size 208x208
38 LayoutEmbeddedObject {object} at (0,0) size 208x208 [bgcolor=#FFA500] 38 LayoutEmbeddedObject {object} at (0,0) size 208x208 [bgcolor=#FFA500]
39 layer at (0,0) size 208x208 39 layer at (0,0) size 208x208
40 LayoutView at (0,0) size 208x208 40 LayoutView at (0,0) size 208x208
41 layer at (0,0) size 208x208 41 layer at (0,0) size 208x208
42 LayoutSVGRoot {svg} at (20,20) size 168x168 42 LayoutSVGRoot {svg} at (0,0) size 208x208
43 LayoutSVGEllipse {circle} at (20,20) size 168x168 [fill={[type=SOLID] [c olor=#FF0000]}] [cx=25.00] [cy=25.00] [r=20.00] 43 LayoutSVGEllipse {circle} at (5,5) size 40x40 [fill={[type=SOLID] [color =#FF0000]}] [cx=25.00] [cy=25.00] [r=20.00]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698