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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/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 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 800x310 3 layer at (0,0) size 800x310
4 LayoutBlockFlow {html} at (0,0) size 800x309.88 4 LayoutBlockFlow {html} at (0,0) size 800x309.88
5 LayoutBlockFlow {body} at (8,21.44) size 784x280.44 5 LayoutBlockFlow {body} at (8,21.44) size 784x280.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 784x60 9 LayoutBlockFlow {p} at (0,58.44) size 784x60
10 LayoutText {#text} at (0,0) size 27x19 10 LayoutText {#text} at (0,0) size 27x19
(...skipping 22 matching lines...) Expand all
33 text run at (0,40) width 480: "the top-left of the red CSS-rendered sq uare, which is 10 pixels wider and taller." 33 text run at (0,40) width 480: "the top-left of the red CSS-rendered sq uare, which is 10 pixels wider and taller."
34 LayoutBlockFlow {p} at (0,134.44) size 784x20 34 LayoutBlockFlow {p} at (0,134.44) size 784x20
35 LayoutText {#text} at (0,0) size 27x19 35 LayoutText {#text} at (0,0) size 27x19
36 text run at (0,0) width 27: "See " 36 text run at (0,0) width 27: "See "
37 LayoutInline {a} at (0,0) size 68x19 [color=#0000EE] 37 LayoutInline {a} at (0,0) size 68x19 [color=#0000EE]
38 LayoutText {#text} at (27,0) size 68x19 38 LayoutText {#text} at (27,0) size 68x19
39 text run at (27,0) width 68: "Bug 13828" 39 text run at (27,0) width 68: "Bug 13828"
40 LayoutText {#text} at (95,0) size 4x19 40 LayoutText {#text} at (95,0) size 4x19
41 text run at (95,0) width 4: "." 41 text run at (95,0) width 4: "."
42 LayoutBlockFlow {div} at (0,170.44) size 110x110 [bgcolor=#FF0000] 42 LayoutBlockFlow {div} at (0,170.44) size 110x110 [bgcolor=#FF0000]
43 LayoutSVGRoot {svg} at (8,191) size 100x101 43 LayoutSVGRoot {svg} at (0,0) size 100x100
44 LayoutSVGRect {rect} at (8,191) size 100x101 [fill={[type=SOLID] [colo r=#008000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00] 44 LayoutSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color= #008000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
45 LayoutText {#text} at (0,0) size 0x0 45 LayoutText {#text} at (0,0) size 0x0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698