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

Unified Diff: LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt

Issue 921633007: Move the SVG container code from rendering/svg 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/platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt
diff --git a/LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt b/LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt
index 6c1eec871c91633b8ff88a915f72a391724325bc..60a95ed36969dc25bf11adc75f10316a10531eb5 100644
--- a/LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt
+++ b/LayoutTests/platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt
@@ -2,7 +2,7 @@ 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
- RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+ LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGContainer {g} at (10,13) size 430x278
LayoutSVGText {text} at (10,13) size 302x21 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 302x21
@@ -56,7 +56,7 @@ layer at (0,0) size 480x360
LayoutSVGText {text} at (70,392) size 139x16 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 139x16
chunk 1 text run 1 at (70.00,405.00) startOffset 0 endOffset 17 width 138.50: "SVGAnimatedNumber"
- RenderSVGHiddenContainer {g} at (0,0) size 0x0
+ LayoutSVGHiddenContainer {g} at (0,0) size 0x0
LayoutSVGText {text} at (10,-17) size 35x25 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 35x25
chunk 1 text run 1 at (10.00,0.00) startOffset 0 endOffset 1 width 10.01: "a"
@@ -64,7 +64,7 @@ layer at (0,0) size 480x360
chunk 1 text run 3 at (30.02,0.00) startOffset 2 endOffset 3 width 9.00: "c"
LayoutSVGEllipse {circle} at (0,0) size 100x100 [fill={[type=SOLID] [color=#000000]}] [cx=0.00] [cy=0.00] [r=100.00]
LayoutSVGResourceMarker {marker} [id="marker"] [markerUnits=strokeWidth] [ref at (0,0)] [angle=60.00]
- RenderSVGViewportContainer {svg} at (0,0) size 0x0
+ LayoutSVGViewportContainer {svg} at (0,0) size 0x0
LayoutSVGResourceFilter {filter} [id=""] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
[feConvolveMatrix order="width=3 height=3" kernelMatrix="[1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00, 1.00]" divisor="9.00" bias="0.00" target="(1,1)" edgeMode="DUPLICATE" kernelUnitLength="(1,1)" preserveAlpha="1"]
[feTurbulence type="TURBULENCE" baseFrequency="4.00, 5.00" seed="0.00" numOctaves="1" stitchTiles="0"]

Powered by Google App Engine
This is Rietveld 408576698