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

Unified Diff: LayoutTests/platform/linux/svg/batik/paints/patternRegions-positioned-objects-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/linux/svg/batik/paints/patternRegions-positioned-objects-expected.txt
diff --git a/LayoutTests/platform/linux/svg/batik/paints/patternRegions-positioned-objects-expected.txt b/LayoutTests/platform/linux/svg/batik/paints/patternRegions-positioned-objects-expected.txt
index 6389c205eecdcc05a8c3ab1f7e076e25a259010b..90b9796a31170c665af1a6700875087a8372479a 100644
--- a/LayoutTests/platform/linux/svg/batik/paints/patternRegions-positioned-objects-expected.txt
+++ b/LayoutTests/platform/linux/svg/batik/paints/patternRegions-positioned-objects-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
LayoutSVGText {text} at (109,35) size 232x18 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 232x18
chunk 1 (middle anchor) text run 1 at (109.00,50.00) startOffset 0 endOffset 34 width 232.00: "patternUnits / patternContentUnits"
@@ -33,8 +33,8 @@ layer at (0,0) size 450x500
LayoutSVGResourcePattern {pattern} [id="pattern8"] [patternUnits=userSpaceOnUse] [patternContentUnits=objectBoundingBox]
LayoutSVGEllipse {circle} at (0,0) size 40x40 [fill={[type=SOLID] [color=#FF0000]}] [cx=20.00] [cy=20.00] [r=20.00]
LayoutSVGResourceRadialGradient {radialGradient} [id="redToYellow"] [gradientUnits=objectBoundingBox] [center=(0.50,0.50)] [focal=(0.50,0.50)] [radius=0.50] [focalRadius=0.00]
- RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
- RenderSVGGradientStop {stop} [offset=1.00] [color=#FFFF00]
+ LayoutSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
+ LayoutSVGGradientStop {stop} [offset=1.00] [color=#FFFF00]
LayoutSVGResourcePattern {pattern} [id="pattern9"] [patternUnits=userSpaceOnUse] [patternContentUnits=objectBoundingBox]
LayoutSVGEllipse {circle} at (0,0) size 60x60 [fill={[type=RADIAL-GRADIENT] [id="redToYellow"]}] [cx=20.00] [cy=20.00] [r=40.00]
LayoutSVGContainer {g} at (14,108) size 410x293 [transform={m=((1.00,0.00)(0.00,1.00)) t=(-5.00,100.00)}]

Powered by Google App Engine
This is Rietveld 408576698