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

Unified Diff: third_party/WebKit/LayoutTests/svg/text/select-textLength-spacingAndGlyphs-stretch-4-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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt b/third_party/WebKit/LayoutTests/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt
index ba088f3a86cb900ea4d6128ca60edba4bbcc98dc..0eb9caf36e587372197dddf665f7883efe7c61a1 100644
--- a/third_party/WebKit/LayoutTests/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.txt
@@ -1,13 +1,13 @@
layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x600
- LayoutSVGRoot {svg} at (47,5) size 706x56
- LayoutSVGContainer {g} at (47,5) size 706x56
- LayoutSVGPath {svg:line} at (47,5) size 6x56 [stroke={[type=SOLID] [color=#008000]}] [fill={[type=SOLID] [color=#000000]}] [x1=10.00] [y1=1.00] [x2=10.00] [y2=12.20]
- LayoutSVGPath {svg:line} at (747,5) size 6x56 [stroke={[type=SOLID] [color=#008000]}] [fill={[type=SOLID] [color=#000000]}] [x1=150.00] [y1=1.00] [x2=150.00] [y2=12.20]
- LayoutSVGRect {svg:rect} at (50,5) size 700x56 [fill={[type=SOLID] [color=#FF0000] [opacity=0.40]}] [x=10.00] [y=1.00] [width=140.00] [height=11.20]
- LayoutSVGText {text} at (10,1) size 140x12 contains 1 chunk(s)
- LayoutSVGInlineText {#text} at (0,0) size 140x12
+ LayoutSVGRoot {svg} at (0,0) size 800x600
+ LayoutSVGContainer {g} at (10,1) size 140x11.20
+ LayoutSVGPath {svg:line} at (10,1) size 0x11.20 [stroke={[type=SOLID] [color=#008000]}] [fill={[type=SOLID] [color=#000000]}] [x1=10.00] [y1=1.00] [x2=10.00] [y2=12.20]
+ LayoutSVGPath {svg:line} at (150,1) size 0x11.20 [stroke={[type=SOLID] [color=#008000]}] [fill={[type=SOLID] [color=#000000]}] [x1=150.00] [y1=1.00] [x2=150.00] [y2=12.20]
+ LayoutSVGRect {svg:rect} at (10,1) size 140x11.20 [fill={[type=SOLID] [color=#FF0000] [opacity=0.40]}] [x=10.00] [y=1.00] [width=140.00] [height=11.20]
+ LayoutSVGText {text} at (10,1) size 140x11.19 contains 1 chunk(s)
+ LayoutSVGInlineText {#text} at (10,1) size 140x11.19
chunk 1 text run 1 at (10.00,10.00) startOffset 0 endOffset 15 width 63.92: "Text to Stretch"
selection start: position 0 of child 0 {#text} of child 5 {text} of child 0 {svg} of document
selection end: position 15 of child 0 {#text} of child 5 {text} of child 0 {svg} of document

Powered by Google App Engine
This is Rietveld 408576698