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

Unified Diff: LayoutTests/platform/mac/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/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt
diff --git a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt b/LayoutTests/platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt
index 699f50369dc27fd3cb6813af74d41084ff910f74..598b91b6165421fe18d8e551588fd33d9e6b7bb1 100644
--- a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.txt
+++ b/LayoutTests/platform/mac/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,16) size 386x18 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 386x18
chunk 1 text run 1 at (30.00,30.00) startOffset 0 endOffset 59 width 385.63: "Bounding box relative coordinates (percentage and fraction)"
@@ -31,14 +31,14 @@ layer at (0,0) size 480x360
LayoutSVGInlineText {#text} at (0,0) size 73x18
chunk 1 text run 1 at (60.00,55.00) startOffset 0 endOffset 10 width 72.41: "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,116) size 352x18 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 352x18
chunk 1 text run 1 at (30.00,130.00) startOffset 0 endOffset 54 width 351.87: "Bounding box relative length (percentage and fraction)"

Powered by Google App Engine
This is Rietveld 408576698