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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/svg/custom/rootmost-svg-xy-attrs-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 800x302 3 layer at (0,0) size 800x302
4 LayoutBlockFlow {html} at (0,0) size 800x301.88 4 LayoutBlockFlow {html} at (0,0) size 800x301.88
5 LayoutBlockFlow {body} at (8,21.44) size 784x272.44 5 LayoutBlockFlow {body} at (8,21.44) size 784x272.44
6 LayoutBlockFlow {h1} at (0,0) size 784x37 6 LayoutBlockFlow {h1} at (0,0) size 784x37
7 LayoutText {#text} at (0,0) size 746x36 7 LayoutText {#text} at (0,0) size 746x36
8 text run at (0,0) width 746: "Test case for x/y attributes on root-mos t <svg> element" 8 text run at (0,0) width 746: "Test case for x/y attributes on root-mos t <svg> element"
9 LayoutBlockFlow {p} at (0,58.44) size 784x54 9 LayoutBlockFlow {p} at (0,58.44) size 784x54
10 LayoutText {#text} at (0,0) size 29x17 10 LayoutText {#text} at (0,0) size 29x17
(...skipping 21 matching lines...) Expand all
32 text run at (0,36) width 635: "rendered aligned to the top-left of the red CSS-rendered square, which is 10 pixels wider and taller." 32 text run at (0,36) width 635: "rendered aligned to the top-left of the red CSS-rendered square, which is 10 pixels wider and taller."
33 LayoutBlockFlow {p} at (0,128.44) size 784x18 33 LayoutBlockFlow {p} at (0,128.44) size 784x18
34 LayoutText {#text} at (0,0) size 28x17 34 LayoutText {#text} at (0,0) size 28x17
35 text run at (0,0) width 28: "See " 35 text run at (0,0) width 28: "See "
36 LayoutInline {a} at (0,0) size 71x17 [color=#0000EE] 36 LayoutInline {a} at (0,0) size 71x17 [color=#0000EE]
37 LayoutText {#text} at (27,0) size 71x17 37 LayoutText {#text} at (27,0) size 71x17
38 text run at (27,0) width 71: "Bug 13828" 38 text run at (27,0) width 71: "Bug 13828"
39 LayoutText {#text} at (97,0) size 5x17 39 LayoutText {#text} at (97,0) size 5x17
40 text run at (97,0) width 5: "." 40 text run at (97,0) width 5: "."
41 LayoutBlockFlow {div} at (0,162.44) size 110x110 [bgcolor=#FF0000] 41 LayoutBlockFlow {div} at (0,162.44) size 110x110 [bgcolor=#FF0000]
42 LayoutSVGRoot {svg} at (8,183) size 100x101 42 LayoutSVGRoot {svg} at (0,0) size 100x100
43 LayoutSVGRect {rect} at (8,183) size 100x101 [fill={[type=SOLID] [colo r=#008000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00] 43 LayoutSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color= #008000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
44 LayoutText {#text} at (0,0) size 0x0 44 LayoutText {#text} at (0,0) size 0x0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698