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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/svg/custom/text-hit-test-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 800x600 3 layer at (0,0) size 800x600
4 LayoutSVGRoot {svg} at (20,111) size 248x157 4 LayoutSVGRoot {svg} at (0,0) size 800x600
5 LayoutSVGContainer {g} at (20,111) size 248x157 [transform={m=((2.00,0.00)(0 .00,2.00)) t=(0.00,0.00)}] 5 LayoutSVGContainer {g} at (10,55.50) size 123.55x78.50 [transform={m=((2.00, 0.00)(0.00,2.00)) t=(0.00,0.00)}]
6 LayoutSVGText {text} at (70,55) size 59x19 contains 1 chunk(s) 6 LayoutSVGText {text} at (70,55.50) size 58.20x18.50 contains 1 chunk(s)
7 LayoutSVGInlineText {#text} at (0,0) size 59x19 7 LayoutSVGInlineText {#text} at (70,55.50) size 58.20x18.50
8 chunk 1 text run 1 at (70.00,70.00) startOffset 0 endOffset 8 width 58 .21: "Click me" 8 chunk 1 text run 1 at (70.00,70.00) startOffset 0 endOffset 8 width 58 .21: "Click me"
9 LayoutSVGText {text} at (10,115) size 44x19 contains 1 chunk(s) 9 LayoutSVGText {text} at (10,115.50) size 43.56x18.50 contains 1 chunk(s)
10 LayoutSVGInlineText {#text} at (0,0) size 44x19 10 LayoutSVGInlineText {#text} at (10,115.50) size 43.56x18.50
11 chunk 1 text run 1 at (10.00,130.00) startOffset 0 endOffset 7 width 4 3.56: "Status:" 11 chunk 1 text run 1 at (10.00,130.00) startOffset 0 endOffset 7 width 4 3.56: "Status:"
12 LayoutSVGText {text} at (90,115) size 44x19 contains 1 chunk(s) 12 LayoutSVGText {text} at (90,115.50) size 43.55x18.50 contains 1 chunk(s)
13 LayoutSVGInlineText {#text} at (0,0) size 44x19 13 LayoutSVGInlineText {#text} at (90,115.50) size 43.55x18.50
14 chunk 1 text run 1 at (90.00,130.00) startOffset 0 endOffset 6 width 4 3.55: "Passed" 14 chunk 1 text run 1 at (90.00,130.00) startOffset 0 endOffset 6 width 4 3.55: "Passed"
15 caret: position 3 of child 0 {#text} of child 1 {text} of child 3 {g} of child 1 {svg} of document 15 caret: position 3 of child 0 {#text} of child 1 {text} of child 3 {g} of child 1 {svg} of document
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698