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

Unified Diff: LayoutTests/svg/custom/non-scaling-stroke-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/svg/custom/non-scaling-stroke-expected.txt
diff --git a/LayoutTests/svg/custom/non-scaling-stroke-expected.txt b/LayoutTests/svg/custom/non-scaling-stroke-expected.txt
index e98b7eb63defb38e693a296ea61e593051cf18ad..5bb48dbf3d48ad0ba427db256577a7b2cc3d4b7d 100644
--- a/LayoutTests/svg/custom/non-scaling-stroke-expected.txt
+++ b/LayoutTests/svg/custom/non-scaling-stroke-expected.txt
@@ -1,14 +1,14 @@
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x600
- RenderSVGRoot {svg} at (12,0) size 287x488
+ LayoutSVGRoot {svg} at (12,0) size 287x488
LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceLinearGradient {linearGradient} [id="grad1"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,1)]
- RenderSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
- RenderSVGGradientStop {stop} [offset=1.00] [color=#FFFF00]
+ LayoutSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
+ LayoutSVGGradientStop {stop} [offset=1.00] [color=#FFFF00]
LayoutSVGResourceLinearGradient {linearGradient} [id="grad2"] [gradientUnits=userSpaceOnUse] [start=(100,150)] [end=(200,200)]
- RenderSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
- RenderSVGGradientStop {stop} [offset=1.00] [color=#FFFF00]
+ LayoutSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
+ LayoutSVGGradientStop {stop} [offset=1.00] [color=#FFFF00]
LayoutSVGResourcePattern {pattern} [id="pattern"] [patternUnits=userSpaceOnUse] [patternContentUnits=userSpaceOnUse] [patternTransform={m=((4.00,0.00)(4.00,0.50)) t=(0.00,0.00)}]
LayoutSVGRect {rect} at (0,0) size 10x10 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=10.00] [height=10.00]
LayoutSVGRect {rect} at (10,0) size 10x10 [fill={[type=SOLID] [color=#008000]}] [x=10.00] [y=0.00] [width=10.00] [height=10.00]

Powered by Google App Engine
This is Rietveld 408576698