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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/svg/custom/getsvgdocument-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 LayoutBlockFlow {HTML} at (0,0) size 800x600 4 LayoutBlockFlow {HTML} at (0,0) size 800x600
5 LayoutBlockFlow {BODY} at (8,8) size 784x584 5 LayoutBlockFlow {BODY} at (8,8) size 784x584
6 LayoutBlockFlow {P} at (0,0) size 784x36 6 LayoutBlockFlow {P} at (0,0) size 784x36
7 LayoutText {#text} at (0,0) size 773x36 7 LayoutText {#text} at (0,0) size 773x36
8 text run at (0,0) width 773: "This tests to see if HTMLEmbedElement.ge tSVGDocument() and HTMLObjectElement.getSVGDocument() work. You" 8 text run at (0,0) width 773: "This tests to see if HTMLEmbedElement.ge tSVGDocument() and HTMLObjectElement.getSVGDocument() work. You"
9 text run at (0,18) width 304: "should see SUCCESS printed twice below this:" 9 text run at (0,18) width 304: "should see SUCCESS printed twice below this:"
10 LayoutBlockFlow (anonymous) at (0,52) size 784x58 10 LayoutBlockFlow (anonymous) at (0,52) size 784x58
11 LayoutBR {BR} at (85,20) size 0x0 11 LayoutBR {BR} at (85,20) size 0x0
12 LayoutBR {BR} at (0,20) size 0x18 12 LayoutBR {BR} at (0,20) size 0x18
13 LayoutText {#text} at (0,0) size 0x0 13 LayoutText {#text} at (0,0) size 0x0
14 layer at (8,60) size 85x20 14 layer at (8,60) size 85x20
15 LayoutEmbeddedObject {EMBED} at (0,0) size 85x20 15 LayoutEmbeddedObject {EMBED} at (0,0) size 85x20
16 layer at (0,0) size 85x20 16 layer at (0,0) size 85x20
17 LayoutView at (0,0) size 85x20 17 LayoutView at (0,0) size 85x20
18 layer at (0,0) size 85x20 18 layer at (0,0) size 85x20
19 LayoutSVGRoot {svg} at (0,0) size 85x20 19 LayoutSVGRoot {svg} at (0,0) size 85x20
20 LayoutSVGRect {rect} at (0,0) size 85x20 [fill={[type=SOLID] [color=#008 000]}] [x=0.00] [y=0.00] [width=85.00] [height=20.00] 20 LayoutSVGRect {rect} at (0,0) size 85x20 [fill={[type=SOLID] [color=#008 000]}] [x=0.00] [y=0.00] [width=85.00] [height=20.00]
21 LayoutSVGText {text} at (5,2) size 70x18 contains 1 chunk(s) 21 LayoutSVGText {text} at (5,2) size 69.36x18 contains 1 chunk(s)
22 LayoutSVGInlineText {#text} at (0,0) size 70x18 22 LayoutSVGInlineText {#text} at (5,2) size 69.36x18
23 chunk 1 text run 1 at (5.00,16.00) startOffset 0 endOffset 7 width 6 9.37: "SUCCESS" 23 chunk 1 text run 1 at (5.00,16.00) startOffset 0 endOffset 7 width 6 9.37: "SUCCESS"
24 layer at (8,98) size 85x20 24 layer at (8,98) size 85x20
25 LayoutEmbeddedObject {OBJECT} at (0,38) size 85x20 25 LayoutEmbeddedObject {OBJECT} at (0,38) size 85x20
26 layer at (0,0) size 85x20 26 layer at (0,0) size 85x20
27 LayoutView at (0,0) size 85x20 27 LayoutView at (0,0) size 85x20
28 layer at (0,0) size 85x20 28 layer at (0,0) size 85x20
29 LayoutSVGRoot {svg} at (0,0) size 85x20 29 LayoutSVGRoot {svg} at (0,0) size 85x20
30 LayoutSVGRect {rect} at (0,0) size 85x20 [fill={[type=SOLID] [color=#008 000]}] [x=0.00] [y=0.00] [width=85.00] [height=20.00] 30 LayoutSVGRect {rect} at (0,0) size 85x20 [fill={[type=SOLID] [color=#008 000]}] [x=0.00] [y=0.00] [width=85.00] [height=20.00]
31 LayoutSVGText {text} at (5,2) size 70x18 contains 1 chunk(s) 31 LayoutSVGText {text} at (5,2) size 69.36x18 contains 1 chunk(s)
32 LayoutSVGInlineText {#text} at (0,0) size 70x18 32 LayoutSVGInlineText {#text} at (5,2) size 69.36x18
33 chunk 1 text run 1 at (5.00,16.00) startOffset 0 endOffset 7 width 6 9.37: "SUCCESS" 33 chunk 1 text run 1 at (5.00,16.00) startOffset 0 endOffset 7 width 6 9.37: "SUCCESS"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698