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

Unified Diff: LayoutTests/platform/win/svg/batik/text/textProperties-expected.txt

Issue 933953003: Move the remaining rendering/svg/RenderSVG* files to layout. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months 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: LayoutTests/platform/win/svg/batik/text/textProperties-expected.txt
diff --git a/LayoutTests/platform/win/svg/batik/text/textProperties-expected.txt b/LayoutTests/platform/win/svg/batik/text/textProperties-expected.txt
index 62637ec0e3db918a1c52b3346adfbeaf55f8546a..2e69b6957851704ca98e5f8baa693e839eab4da7 100644
--- a/LayoutTests/platform/win/svg/batik/text/textProperties-expected.txt
+++ b/LayoutTests/platform/win/svg/batik/text/textProperties-expected.txt
@@ -1,7 +1,7 @@
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 450x500
- RenderSVGRoot {svg} at (0,0) size 448x498
+ LayoutSVGRoot {svg} at (0,0) size 448x498
LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceFilter {filter} [id="gaussianBlur"] [filterUnits=userSpaceOnUse] [primitiveUnits=userSpaceOnUse]
[feGaussianBlur stdDeviation="2.00, 2.00"]
@@ -129,8 +129,8 @@ layer at (0,0) size 450x500
LayoutSVGInlineText {#text} at (0,0) size 85x33
chunk 1 (middle anchor) text run 1 at (-42.49,0.00) startOffset 0 endOffset 6 width 84.98: "sample"
LayoutSVGResourceLinearGradient {linearGradient} [id="gradient"] [gradientUnits=userSpaceOnUse] [start=(-50,-25)] [end=(50,25)]
- RenderSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
- RenderSVGGradientStop {stop} [offset=1.00] [color=#008000]
+ LayoutSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
+ LayoutSVGGradientStop {stop} [offset=1.00] [color=#008000]
LayoutSVGContainer {g} at (298,345) size 104x43 [transform={m=((1.00,0.00)(0.00,1.00)) t=(350.00,370.00)}]
LayoutSVGRect {rect} at (307,345) size 86x31 [fill={[type=LINEAR-GRADIENT] [id="gradient"]}] [x=-50.00] [y=-25.00] [width=100.00] [height=50.00]
[clipPath="textClip"] LayoutSVGResourceClipper {clipPath} at (-42.50,-27) size 85x33

Powered by Google App Engine
This is Rietveld 408576698