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

Unified Diff: LayoutTests/platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-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/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt
diff --git a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt b/LayoutTests/platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt
index def3aff6ab26fbcf18ac20ece6415645af5855fc..05ed9982dd61eaf9bb9d076cdaf2aadd6e4e767c 100644
--- a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt
+++ b/LayoutTests/platform/mac/svg/W3C-SVG-1.1/color-prop-01-b-expected.txt
@@ -1,13 +1,13 @@
layer at (0,0) size 480x360
RenderView at (0,0) size 480x360
layer at (0,0) size 480x360
- RenderSVGRoot {svg} at (0,0) size 480x360
+ LayoutSVGRoot {svg} at (0,0) size 480x360
LayoutSVGContainer {g} at (60,18) size 360x277
LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceLinearGradient {linearGradient} [id="grad"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
- RenderSVGGradientStop {stop} [offset=0.05] [color=#6600FF]
- RenderSVGGradientStop {stop} [offset=0.50] [color=#FF0000]
- RenderSVGGradientStop {stop} [offset=0.95] [color=#FFFF66]
+ LayoutSVGGradientStop {stop} [offset=0.05] [color=#6600FF]
+ LayoutSVGGradientStop {stop} [offset=0.50] [color=#FF0000]
+ LayoutSVGGradientStop {stop} [offset=0.95] [color=#FFFF66]
LayoutSVGContainer {g} at (70,18) size 342x124
LayoutSVGContainer {g} at (70,18) size 342x124
LayoutSVGEllipse {circle} at (70,20) size 120x120 [fill={[type=SOLID] [color=#FF0000]}] [cx=130.00] [cy=80.00] [r=60.00]

Powered by Google App Engine
This is Rietveld 408576698