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

Unified Diff: LayoutTests/platform/win-xp/svg/custom/inline-svg-in-xhtml-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/win-xp/svg/custom/inline-svg-in-xhtml-expected.txt
diff --git a/LayoutTests/platform/win-xp/svg/custom/inline-svg-in-xhtml-expected.txt b/LayoutTests/platform/win-xp/svg/custom/inline-svg-in-xhtml-expected.txt
index 473f1646a55c0e70b010e284a438efa404568e9b..2c3e4fb10cc00f40ff9ef9c440e5ef1c64f21466 100644
--- a/LayoutTests/platform/win-xp/svg/custom/inline-svg-in-xhtml-expected.txt
+++ b/LayoutTests/platform/win-xp/svg/custom/inline-svg-in-xhtml-expected.txt
@@ -5,7 +5,7 @@ layer at (0,0) size 800x0
layer at (48,38) size 722x542 layerType: background only
layer at (49,39) size 720x540
RenderSVGRoot {svg} at (49,39) size 720x540
- RenderSVGResourceLinearGradient {linearGradient} [id="gradient"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
+ LayoutSVGResourceLinearGradient {linearGradient} [id="gradient"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
RenderSVGGradientStop {stop} [offset=0.00] [color=#FFFF00]
RenderSVGGradientStop {stop} [offset=1.00] [color=#008000]
RenderSVGRect {rect} at (49,39) size 720x540 [fill={[type=LINEAR-GRADIENT] [id="gradient"]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]

Powered by Google App Engine
This is Rietveld 408576698