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

Unified Diff: LayoutTests/platform/linux/svg/W3C-SVG-1.1/masking-mask-01-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/linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt
diff --git a/LayoutTests/platform/linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt
index 232a98027ce9c160b2c585660a6f28a4de39b454..ac18d3338c929d0898d2e3c7ed851a14f839c004 100644
--- a/LayoutTests/platform/linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt
+++ b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/masking-mask-01-b-expected.txt
@@ -3,13 +3,13 @@ layer at (0,0) size 480x360
layer at (0,0) size 480x360
RenderSVGRoot {svg} at (0,0) size 480x360
LayoutSVGContainer {g} at (10,7) size 392x293
- RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+ LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGText {text} at (10,7) size 138x16 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 138x16
chunk 1 text run 1 at (10.00,20.00) startOffset 0 endOffset 21 width 138.00: "Test for mask support"
LayoutSVGRect {rect} at (10,30) size 100x260 [fill={[type=SOLID] [color=#FF0000]}] [x=10.00] [y=30.00] [width=100.00] [height=260.00]
LayoutSVGResourceMasker {mask} [id="mask1"] [maskUnits=userSpaceOnUse] [maskContentUnits=userSpaceOnUse]
- RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+ LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceLinearGradient {linearGradient} [id="Grad1"] [gradientUnits=userSpaceOnUse] [start=(60,50)] [end=(60,120)]
RenderSVGGradientStop {stop} [offset=0.00] [color=#FFFFFF]
RenderSVGGradientStop {stop} [offset=1.00] [color=#FFFFFF80]

Powered by Google App Engine
This is Rietveld 408576698