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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/win/svg/text/textPathBoundsBug-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 LayoutSVGRoot {svg} at (100,88) size 100x15 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,88) size 28x15 contains 1 chunk(s) 6 LayoutSVGText {text} at (100,88) size 28x15 contains 1 chunk(s)
7 LayoutSVGTextPath {textPath} at (0,0) size 28x15 7 LayoutSVGTextPath {textPath} at (0,0) size 28x15
8 LayoutSVGInlineText {#text} at (0,0) size 28x15 8 LayoutSVGInlineText {#text} at (100,88) size 28x15
9 chunk 1 (middle anchor) text run 1 at (103.50,100.00) startOffset 4 en dOffset 5 width 7.00: "5" 9 chunk 1 (middle anchor) text run 1 at (103.50,100.00) startOffset 4 en dOffset 5 width 7.00: "5"
10 chunk 1 (middle anchor) text run 2 at (110.50,100.00) startOffset 5 en dOffset 6 width 7.00: "6" 10 chunk 1 (middle anchor) text run 2 at (110.50,100.00) startOffset 5 en dOffset 6 width 7.00: "6"
11 chunk 1 (middle anchor) text run 3 at (117.50,100.00) startOffset 6 en dOffset 7 width 7.00: "7" 11 chunk 1 (middle anchor) text run 3 at (117.50,100.00) startOffset 6 en dOffset 7 width 7.00: "7"
12 chunk 1 (middle anchor) text run 4 at (124.50,100.00) startOffset 7 en dOffset 8 width 7.00: "8" 12 chunk 1 (middle anchor) text run 4 at (124.50,100.00) startOffset 7 en dOffset 8 width 7.00: "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