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

Unified Diff: LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/masking-intro-01-f-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/win-xp/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt
diff --git a/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt b/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt
index 97c26906bb91acd0d133df5b9add5c2d0a7829be..bdf5c9352c48bed71b8c6a0dc3cca43f42b7690b 100644
--- a/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt
+++ b/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/masking-intro-01-f-expected.txt
@@ -5,7 +5,7 @@ layer at (0,0) size 480x360
LayoutSVGText {text} at (63,19) size 354x20 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 353x20
chunk 1 (middle anchor) text run 1 at (63.50,35.00) startOffset 0 endOffset 51 width 353.00: "Testing stroke inclusion for 'clip-path' and 'mask'"
- RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+ LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceClipper {clipPath} [id="one"] [clipPathUnits=objectBoundingBox]
LayoutSVGEllipse {circle} at (0,0) size 2x2 [stroke={[type=SOLID] [color=#FF0000] [stroke width=0.15]}] [cx=0.30] [cy=0.50] [r=0.20]
LayoutSVGEllipse {circle} at (0,0) size 2x2 [cx=0.70] [cy=0.50] [r=0.20]
@@ -14,7 +14,7 @@ layer at (0,0) size 480x360
LayoutSVGText {text} at (50,95) size 106x19 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 106x19
chunk 1 text run 1 at (50.00,110.00) startOffset 0 endOffset 19 width 106.00: "With a 'clip-path':"
- RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+ LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceMasker {mask} [id="two"] [maskUnits=objectBoundingBox] [maskContentUnits=objectBoundingBox]
LayoutSVGEllipse {circle} at (0,0) size 2x2 [stroke={[type=SOLID] [color=#FF0000] [stroke width=0.15]}] [fill={[type=SOLID] [color=#0000FF]}] [cx=0.30] [cy=0.50] [r=0.20]
LayoutSVGEllipse {circle} at (0,0) size 2x2 [fill={[type=SOLID] [color=#0000FF]}] [cx=0.70] [cy=0.50] [r=0.20]

Powered by Google App Engine
This is Rietveld 408576698