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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/mac/svg/batik/text/textLayout-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/svg/batik/text/textLayout-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/svg/batik/text/textLayout-expected.txt
index 0701da11375c82077bf65304b73d600389532a1b..9adc28dcb506ce39a2aa4b7a7de8c7cbe55469e4 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/svg/batik/text/textLayout-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/svg/batik/text/textLayout-expected.txt
@@ -15,7 +15,7 @@ layer at (0,0) size 450x500
chunk 1 (middle anchor) text run 1 at (171.39,75.00) startOffset 0 endOffset 26 width 107.23: "Explicit Glyph Positioning"
LayoutSVGContainer {g} at (40,88) size 110.64x39
LayoutSVGText {text} at (40,88) size 110.64x28 contains 1 chunk(s)
- LayoutSVGTSpan {tspan} at (0,0) size 111x28
+ LayoutSVGTSpan {tspan} at (40,88) size 110.64x28
LayoutSVGInlineText {#text} at (40,88) size 110.64x28
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 68.20: "Serif, default spacing"
LayoutSVGContainer {g} at (290,88) size 117.97x39
LayoutSVGText {text} at (290,88) size 117.97x28 contains 1 chunk(s)
- LayoutSVGTSpan {tspan} at (0,0) size 118x28
+ LayoutSVGTSpan {tspan} at (290,88) size 117.97x28
LayoutSVGInlineText {#text} at (290,88) size 117.97x28
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,233) size 113.70x19 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (40,233) size 61.69x9
chunk 1 text run 1 at (40.00,240.00) startOffset 0 endOffset 18 width 61.70: "textLength=\"120\", "
- LayoutSVGTSpan {tspan} at (0,0) size 114x9
+ LayoutSVGTSpan {tspan} at (40,233) size 113.70x19
LayoutSVGInlineText {#text} at (40,243) size 113.70x9
chunk 1 text run 1 at (40.00,250.00) startOffset 0 endOffset 31 width 113.70: "lengthAdjust=\"spacingAndGlyphs\""
LayoutSVGContainer {g} at (185,203) size 113.70x49
@@ -90,7 +90,7 @@ layer at (0,0) size 450x500
LayoutSVGText {text} at (185,233) size 113.70x19 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (185,233) size 55.69x9
chunk 1 text run 1 at (185.00,240.00) startOffset 0 endOffset 16 width 55.70: "textLength=\"70\" "
- LayoutSVGTSpan {tspan} at (0,0) size 114x9
+ LayoutSVGTSpan {tspan} at (185,233) size 113.70x19
LayoutSVGInlineText {#text} at (185,243) size 113.70x9
chunk 1 text run 1 at (185.00,250.00) startOffset 0 endOffset 31 width 113.70: "lengthAdjust=\"spacingAndGlyphs\""
LayoutSVGContainer {g} at (40,253) size 103.97x39

Powered by Google App Engine
This is Rietveld 408576698