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

Unified Diff: LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/coords-units-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/win-xp/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt
diff --git a/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt b/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt
index 5fd3a5118e0cefac08c13550876705bd03c5d796..242e4bb93ffc609a050435a5cc290cd0225f436a 100644
--- a/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt
+++ b/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt
@@ -1,17 +1,17 @@
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 (0,0) size 480x360
LayoutSVGResourceLinearGradient {linearGradient} [id="linearBoundingBoxPercentage"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
- RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
- RenderSVGGradientStop {stop} [offset=1.00] [color=#0000FF]
+ LayoutSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
+ LayoutSVGGradientStop {stop} [offset=1.00] [color=#0000FF]
LayoutSVGResourceLinearGradient {linearGradient} [id="linearBoundingBoxFraction"] [gradientUnits=objectBoundingBox] [start=(0,0)] [end=(1,0)]
- RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
- RenderSVGGradientStop {stop} [offset=1.00] [color=#0000FF]
+ LayoutSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
+ LayoutSVGGradientStop {stop} [offset=1.00] [color=#0000FF]
LayoutSVGResourceLinearGradient {linearGradient} [id="linearUserSpace"] [gradientUnits=userSpaceOnUse] [start=(0,0)] [end=(50,0)]
- RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
- RenderSVGGradientStop {stop} [offset=1.00] [color=#0000FF]
+ LayoutSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
+ LayoutSVGGradientStop {stop} [offset=1.00] [color=#0000FF]
LayoutSVGText {text} at (30,15) size 360x19 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 360x19
chunk 1 text run 1 at (30.00,30.00) startOffset 0 endOffset 59 width 360.00: "Bounding box relative coordinates (percentage and fraction)"
@@ -31,14 +31,14 @@ layer at (0,0) size 480x360
LayoutSVGInlineText {#text} at (0,0) size 71x19
chunk 1 text run 1 at (60.00,55.00) startOffset 0 endOffset 10 width 71.00: "User Space"
LayoutSVGResourceRadialGradient {radialGradient} [id="radialBoundingBoxPercentage"] [gradientUnits=objectBoundingBox] [center=(0.25,0.25)] [focal=(0.25,0.25)] [radius=0.25] [focalRadius=0.00]
- RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
- RenderSVGGradientStop {stop} [offset=1.00] [color=#0000FF]
+ LayoutSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
+ LayoutSVGGradientStop {stop} [offset=1.00] [color=#0000FF]
LayoutSVGResourceRadialGradient {radialGradient} [id="radialBoundingBoxFraction"] [gradientUnits=objectBoundingBox] [center=(0.25,0.25)] [focal=(0.25,0.25)] [radius=0.25] [focalRadius=0.00]
- RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
- RenderSVGGradientStop {stop} [offset=1.00] [color=#0000FF]
+ LayoutSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
+ LayoutSVGGradientStop {stop} [offset=1.00] [color=#0000FF]
LayoutSVGResourceRadialGradient {radialGradient} [id="radialUserSpace"] [gradientUnits=userSpaceOnUse] [center=(15,15)] [focal=(15,15)] [radius=15.00] [focalRadius=0.00]
- RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
- RenderSVGGradientStop {stop} [offset=1.00] [color=#0000FF]
+ LayoutSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
+ LayoutSVGGradientStop {stop} [offset=1.00] [color=#0000FF]
LayoutSVGText {text} at (30,115) size 325x19 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 325x19
chunk 1 text run 1 at (30.00,130.00) startOffset 0 endOffset 54 width 325.00: "Bounding box relative length (percentage and fraction)"

Powered by Google App Engine
This is Rietveld 408576698