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

Unified Diff: LayoutTests/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt

Issue 927583002: Moving RenderSVG* files from rendering/ 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/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt
diff --git a/LayoutTests/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt b/LayoutTests/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt
index 88508cd2d6f221f47663e9f6fc964cb7bd151450..f424b1b1e54ba5a9c580866ca86fb58ba6ff1786 100644
--- a/LayoutTests/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt
+++ b/LayoutTests/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt
@@ -7,7 +7,7 @@ layer at (0,0) size 480x360
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
RenderSVGGradientStop {stop} [offset=0.00] [color=#000000]
- RenderSVGImage {image} at (0,0) size 1x1
+ LayoutSVGImage {image} at (0,0) size 1x1
LayoutSVGResourceRadialGradient {radialGradient} [id="g"] [gradientUnits=objectBoundingBox] [center=(0.50,0.50)] [focal=(0.50,0.50)] [radius=0.50] [focalRadius=0.00]
LayoutSVGText {text}
LayoutSVGText {text} at (0,-15) size 73x19 contains 1 chunk(s)
@@ -19,7 +19,7 @@ layer at (0,0) size 480x360
LayoutSVGResourceMarker {marker} [id="m"] [markerUnits=strokeWidth] [ref at (0,0)] [angle=0.00]
RenderSVGViewportContainer {svg} at (0,0) size 0x0
LayoutSVGResourceFilter {filter} [id="f"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
- RenderSVGPath {polygon} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [points=""]
+ LayoutSVGPath {polygon} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [points=""]
LayoutSVGContainer {g} at (10,49) size 140x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,50.00)}]
LayoutSVGRect {rect} at (10,51) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]
LayoutSVGText {text} at (10,-1) size 130x10 contains 1 chunk(s)

Powered by Google App Engine
This is Rietveld 408576698