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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/styling-pres-02-f-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/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt b/third_party/WebKit/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt
index 40ecbb05db84d0bfbe46742355665d3c78bbb916..c6ed2c55edb1ef7fc122e08774bf378da0af70c5 100644
--- a/third_party/WebKit/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt
@@ -17,10 +17,10 @@ layer at (0,0) size 480x360
LayoutSVGText {text} at (0,-16) size 20x20 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,-16) size 10x20
chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 1 width 10.01: "a"
- LayoutSVGTSpan {tspan} at (0,0) size 10x20
+ LayoutSVGTSpan {tspan} at (0,-16) size 20x20
LayoutSVGInlineText {#text} at (10,-16) size 10x20
chunk 1 text run 1 at (10.01,0.00) startOffset 0 endOffset 1 width 10.01: "b"
- LayoutSVGTextPath {textPath} at (0,0) size 0x0
+ LayoutSVGTextPath {textPath} at (0,-16) size 20x20
LayoutSVGResourceLinearGradient {linearGradient} [id="linearGradient"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
LayoutSVGGradientStop {stop} [offset=0.00] [color=#000000]
LayoutSVGResourceRadialGradient {radialGradient} [id="radialGradient"] [gradientUnits=objectBoundingBox] [center=(0.50,0.50)] [focal=(0.50,0.50)] [radius=0.50] [focalRadius=0.00]

Powered by Google App Engine
This is Rietveld 408576698