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

Unified Diff: LayoutTests/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-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/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt
diff --git a/LayoutTests/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt b/LayoutTests/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt
index d21ce6e8fb6a21f0e0f1fb7cc4b3fa7128436e09..b710becbda78b3f562fd163fd63a8bdcbb81fc94 100644
--- a/LayoutTests/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt
+++ b/LayoutTests/svg/W3C-SVG-1.1-SE/svgdom-over-01-f-expected.txt
@@ -8,7 +8,7 @@ layer at (0,0) size 480x360
RenderSVGRect {rect} at (0,0) size 1x1 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=1.00] [height=1.00]
RenderSVGGradientStop {stop} [offset=0.00] [color=#000000]
RenderSVGImage {image} at (0,0) size 1x1
- RenderSVGResourceRadialGradient {radialGradient} [id="g"] [gradientUnits=objectBoundingBox] [center=(0.50,0.50)] [focal=(0.50,0.50)] [radius=0.50] [focalRadius=0.00]
+ LayoutSVGResourceRadialGradient {radialGradient} [id="g"] [gradientUnits=objectBoundingBox] [center=(0.50,0.50)] [focal=(0.50,0.50)] [radius=0.50] [focalRadius=0.00]
RenderSVGText {text}
RenderSVGText {text} at (0,-15) size 73x19 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 73x18
@@ -16,9 +16,9 @@ layer at (0,0) size 480x360
chunk 1 text run 2 at (43.83,0.00) startOffset 4 endOffset 5 width 5.00: "t"
chunk 1 text run 3 at (48.58,0.00) startOffset 5 endOffset 6 width 10.01: "e"
chunk 1 text run 4 at (58.10,0.00) startOffset 6 endOffset 8 width 14.00: "xt"
- RenderSVGResourceMarker {marker} [id="m"] [markerUnits=strokeWidth] [ref at (0,0)] [angle=0.00]
+ LayoutSVGResourceMarker {marker} [id="m"] [markerUnits=strokeWidth] [ref at (0,0)] [angle=0.00]
RenderSVGViewportContainer {svg} at (0,0) size 0x0
- RenderSVGResourceFilter {filter} [id="f"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+ LayoutSVGResourceFilter {filter} [id="f"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
RenderSVGPath {polygon} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [points=""]
RenderSVGContainer {g} at (10,49) size 140x10 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,50.00)}]
RenderSVGRect {rect} at (10,51) size 5x5 [fill={[type=SOLID] [color=#00FF00]}] [x=0.00] [y=1.00] [width=5.00] [height=5.00]

Powered by Google App Engine
This is Rietveld 408576698