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

Unified Diff: LayoutTests/platform/win-xp/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-xp/svg/batik/text/textProperties-expected.txt
diff --git a/LayoutTests/platform/win-xp/svg/batik/text/textProperties-expected.txt b/LayoutTests/platform/win-xp/svg/batik/text/textProperties-expected.txt
index cdb79eb8c83cca774dea3780ca4e87289ffb8e79..2984832f70848f8eea4f0f025798d20d7f39283f 100644
--- a/LayoutTests/platform/win-xp/svg/batik/text/textProperties-expected.txt
+++ b/LayoutTests/platform/win-xp/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 82x34
chunk 1 (middle anchor) text run 1 at (-41.00,0.00) startOffset 0 endOffset 6 width 82.00: "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 (302,345) size 96x44 [transform={m=((1.00,0.00)(0.00,1.00)) t=(350.00,370.00)}]
LayoutSVGRect {rect} at (309,345) size 82x32 [fill={[type=LINEAR-GRADIENT] [id="gradient"]}] [x=-50.00] [y=-25.00] [width=100.00] [height=50.00]
[clipPath="textClip"] LayoutSVGResourceClipper {clipPath} at (-41,-27) size 82x34

Powered by Google App Engine
This is Rietveld 408576698