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

Unified Diff: LayoutTests/platform/linux/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt

Issue 908243002: Move rendering/svg/RenderSVGResource* to layout/svg. (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/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt
diff --git a/LayoutTests/platform/linux/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt b/LayoutTests/platform/linux/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt
index 5e1d4dd733f7354098ebc6ffa72b432a4aaede30..65f86807525fd8dc035cfaf2351a40aa95f920db 100644
--- a/LayoutTests/platform/linux/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt
+++ b/LayoutTests/platform/linux/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt
@@ -21,11 +21,11 @@ layer at (0,0) size 480x360
RenderSVGInlineText {#text} at (10,0) size 10x21
chunk 1 text run 1 at (10.00,0.00) startOffset 0 endOffset 1 width 10.00: "b"
RenderSVGTextPath {textPath} at (0,0) size 0x0
- RenderSVGResourceLinearGradient {linearGradient} [id="linearGradient"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
+ LayoutSVGResourceLinearGradient {linearGradient} [id="linearGradient"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
RenderSVGGradientStop {stop} [offset=0.00] [color=#000000]
- RenderSVGResourceRadialGradient {radialGradient} [id="radialGradient"] [gradientUnits=objectBoundingBox] [center=(0.50,0.50)] [focal=(0.50,0.50)] [radius=0.50] [focalRadius=0.00]
+ LayoutSVGResourceRadialGradient {radialGradient} [id="radialGradient"] [gradientUnits=objectBoundingBox] [center=(0.50,0.50)] [focal=(0.50,0.50)] [radius=0.50] [focalRadius=0.00]
RenderSVGGradientStop {stop} [offset=0.00] [color=#000000]
- RenderSVGResourceClipper {clipPath} [id="clipPath"] [clipPathUnits=userSpaceOnUse]
+ LayoutSVGResourceClipper {clipPath} [id="clipPath"] [clipPathUnits=userSpaceOnUse]
RenderSVGContainer {g} at (10,25) size 432x200
RenderSVGRect {rect} at (10,25) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=25.00] [width=20.00] [height=20.00]
RenderSVGText {text} at (40,27) size 75x16 contains 1 chunk(s)

Powered by Google App Engine
This is Rietveld 408576698