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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/mac/svg/text/textPathBoundsBug-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 (100,89) size 100x14 4 LayoutSVGRoot {svg} at (0,0) size 800x600
5 LayoutSVGPath {path} at (100,99) size 100x2 [stroke={[type=SOLID] [color=#80 0080]}] [fill={[type=SOLID] [color=#000000]}] [data="M 100 100 L 200 100"] 5 LayoutSVGPath {path} at (100,100) size 100x0 [stroke={[type=SOLID] [color=#8 00080]}] [fill={[type=SOLID] [color=#000000]}] [data="M 100 100 L 200 100"]
6 LayoutSVGText {text} at (100,89) size 27x14 contains 1 chunk(s) 6 LayoutSVGText {text} at (100,89) size 26.69x14 contains 1 chunk(s)
7 LayoutSVGTextPath {textPath} at (0,0) size 27x14 7 LayoutSVGTextPath {textPath} at (0,0) size 27x14
8 LayoutSVGInlineText {#text} at (0,0) size 27x14 8 LayoutSVGInlineText {#text} at (100,89) size 26.69x14
9 chunk 1 (middle anchor) text run 1 at (103.34,100.00) startOffset 4 en dOffset 5 width 6.67: "5" 9 chunk 1 (middle anchor) text run 1 at (103.34,100.00) startOffset 4 en dOffset 5 width 6.67: "5"
10 chunk 1 (middle anchor) text run 2 at (110.01,100.00) startOffset 5 en dOffset 6 width 6.67: "6" 10 chunk 1 (middle anchor) text run 2 at (110.01,100.00) startOffset 5 en dOffset 6 width 6.67: "6"
11 chunk 1 (middle anchor) text run 3 at (116.68,100.00) startOffset 6 en dOffset 7 width 6.67: "7" 11 chunk 1 (middle anchor) text run 3 at (116.68,100.00) startOffset 6 en dOffset 7 width 6.67: "7"
12 chunk 1 (middle anchor) text run 4 at (123.36,100.00) startOffset 7 en dOffset 8 width 6.67: "8" 12 chunk 1 (middle anchor) text run 4 at (123.36,100.00) startOffset 7 en dOffset 8 width 6.67: "8"
13 LayoutSVGInlineText {#text} at (0,0) size 0x0 13 LayoutSVGInlineText {#text} at (0,0) size 0x0
14 selection start: position 0 of child 0 {#text} of child 1 {textPath} of child 3 {text} of child 0 {svg} of document 14 selection start: position 0 of child 0 {#text} of child 1 {textPath} of child 3 {text} of child 0 {svg} of document
15 selection end: position 8 of child 0 {#text} of child 1 {textPath} of child 3 {text} of child 0 {svg} of document 15 selection end: position 8 of child 0 {#text} of child 1 {textPath} of child 3 {text} of child 0 {svg} of document
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698