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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/svg/batik/text/textLayout-expected.txt

Issue 2524803002: Output LayoutSVGInline in layout tree in SVG way (Closed)
Patch Set: Rebaseline-cl 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/platform/win/svg/batik/text/textLayout-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/svg/batik/text/textLayout-expected.txt b/third_party/WebKit/LayoutTests/platform/win/svg/batik/text/textLayout-expected.txt
index c165c2b89665eb9e41fc422a869f5cac98ea090a..b4129334fe74a1ef4901edbb9ee523f4fa9815f1 100644
--- a/third_party/WebKit/LayoutTests/platform/win/svg/batik/text/textLayout-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/svg/batik/text/textLayout-expected.txt
@@ -15,7 +15,7 @@ layer at (0,0) size 450x500
chunk 1 (middle anchor) text run 1 at (170.00,75.00) startOffset 0 endOffset 26 width 110.00: "Explicit Glyph Positioning"
LayoutSVGContainer {g} at (40,89) size 110.64x38
LayoutSVGText {text} at (40,89) size 110.64x26 contains 1 chunk(s)
- LayoutSVGTSpan {tspan} at (0,0) size 111x26
+ LayoutSVGTSpan {tspan} at (40,89) size 110.64x26
LayoutSVGInlineText {#text} at (40,89) size 110.64x26
chunk 1 text run 1 at (40.00,110.00) startOffset 0 endOffset 1 width 9.34: "s"
chunk 1 text run 1 at (60.00,110.00) startOffset 0 endOffset 1 width 10.65: "a"
@@ -35,7 +35,7 @@ layer at (0,0) size 450x500
chunk 1 text run 1 at (185.00,125.00) startOffset 0 endOffset 22 width 70.00: "Serif, default spacing"
LayoutSVGContainer {g} at (290,89) size 117.97x38
LayoutSVGText {text} at (290,89) size 117.97x26 contains 1 chunk(s)
- LayoutSVGTSpan {tspan} at (0,0) size 118x26
+ LayoutSVGTSpan {tspan} at (290,89) size 117.97x26
LayoutSVGInlineText {#text} at (290,89) size 117.97x26
chunk 1 text run 1 at (290.00,110.00) startOffset 0 endOffset 1 width 9.34: "s"
chunk 1 text run 2 at (309.34,110.00) startOffset 1 endOffset 2 width 10.65: "a"
@@ -80,7 +80,7 @@ layer at (0,0) size 450x500
LayoutSVGText {text} at (40,232) size 117x20 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (40,232) size 62x10
chunk 1 text run 1 at (40.00,240.00) startOffset 0 endOffset 18 width 62.00: "textLength=\"120\", "
- LayoutSVGTSpan {tspan} at (0,0) size 117x10
+ LayoutSVGTSpan {tspan} at (40,232) size 117x20
LayoutSVGInlineText {#text} at (40,242) size 117x10
chunk 1 text run 1 at (40.00,250.00) startOffset 0 endOffset 31 width 116.00: "lengthAdjust=\"spacingAndGlyphs\""
LayoutSVGContainer {g} at (185,204) size 117x48
@@ -90,7 +90,7 @@ layer at (0,0) size 450x500
LayoutSVGText {text} at (185,232) size 117x20 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (185,232) size 56x10
chunk 1 text run 1 at (185.00,240.00) startOffset 0 endOffset 16 width 56.00: "textLength=\"70\" "
- LayoutSVGTSpan {tspan} at (0,0) size 117x10
+ LayoutSVGTSpan {tspan} at (185,232) size 117x20
LayoutSVGInlineText {#text} at (185,242) size 117x10
chunk 1 text run 1 at (185.00,250.00) startOffset 0 endOffset 31 width 116.00: "lengthAdjust=\"spacingAndGlyphs\""
LayoutSVGContainer {g} at (40,254) size 103.97x38

Powered by Google App Engine
This is Rietveld 408576698