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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/svg/W3C-SVG-1.1/text-align-04-b-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/linux/svg/W3C-SVG-1.1/text-align-04-b-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/svg/W3C-SVG-1.1/text-align-04-b-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/svg/W3C-SVG-1.1/text-align-04-b-expected.txt
index 6091995f54f85250477ffdbf33c3784a1200227a..a76867d9088d42bc7ba59b3923f5b8b4ef20a018 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/svg/W3C-SVG-1.1/text-align-04-b-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/svg/W3C-SVG-1.1/text-align-04-b-expected.txt
@@ -19,18 +19,18 @@ layer at (0,0) size 480x360
LayoutSVGText {text} at (220,112) size 251x35 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (220,112) size 119x35
chunk 1 text run 1 at (220.00,140.00) startOffset 0 endOffset 11 width 119.00: "start text "
- LayoutSVGTSpan {tspan} at (0,0) size 132x35
+ LayoutSVGTSpan {tspan} at (220,112) size 251x35
LayoutSVGInlineText {#text} at (339,112) size 132x35
chunk 1 text run 1 at (339.00,140.00) startOffset 0 endOffset 10 width 132.00: " red tspan"
LayoutSVGText {text} at (65.50,152) size 309x35 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (65.50,152) size 151x35
chunk 1 (middle anchor) text run 1 at (65.50,180.00) startOffset 0 endOffset 12 width 151.00: "middle text "
- LayoutSVGTSpan {tspan} at (0,0) size 158x35
+ LayoutSVGTSpan {tspan} at (65.50,152) size 309x35
LayoutSVGInlineText {#text} at (216.50,152) size 158x35
chunk 1 (middle anchor) text run 1 at (216.50,180.00) startOffset 0 endOffset 11 width 158.00: " bold tspan"
LayoutSVGText {text} at (0,0) size 0x0
LayoutSVGText {text} at (-7,232) size 227x35 contains 1 chunk(s)
- LayoutSVGTextPath {textPath} at (0,0) size 227x35
+ LayoutSVGTextPath {textPath} at (-7,232) size 227x35
LayoutSVGInlineText {#text} at (-7,232) size 227x35
chunk 1 (end anchor) text run 1 at (-3.00,260.00) startOffset 11 endOffset 12 width 8.00: ":"
chunk 1 (end anchor) text run 2 at (5.00,260.00) startOffset 12 endOffset 13 width 8.00: " "

Powered by Google App Engine
This is Rietveld 408576698