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

Unified Diff: LayoutTests/platform/android/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/android/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt
diff --git a/LayoutTests/platform/android/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt b/LayoutTests/platform/android/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt
index 495fbce6dcc91c9115308fd54c1033b1b05e06cf..aed62fba4d182299cd4e0e4eb8476935f994c5dd 100644
--- a/LayoutTests/platform/android/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt
+++ b/LayoutTests/platform/android/svg/W3C-SVG-1.1-SE/styling-pres-02-f-expected.txt
@@ -24,11 +24,11 @@ layer at (0,0) size 480x360
RenderSVGTSpan {altGlyph} at (0,0) size 9x21
RenderSVGInlineText {#text} at (20,0) size 9x21
chunk 1 text run 1 at (20.00,0.00) startOffset 0 endOffset 1 width 9.00: "c"
- 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