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

Unified Diff: LayoutTests/platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-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/platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt
diff --git a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt b/LayoutTests/platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt
index 1bc485c0886d8096804f625285dcf7e067341413..b103b23434e7f0a456ba1dc4ea500e806f9e7391 100644
--- a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt
+++ b/LayoutTests/platform/mac/svg/W3C-SVG-1.1/masking-path-01-b-expected.txt
@@ -4,18 +4,18 @@ layer at (0,0) size 480x360
RenderSVGRoot {svg} at (0,0) size 480x360
RenderSVGContainer {g} at (20,17) size 321x269
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
- RenderSVGResourceClipper {clipPath} [id="clip1"] [clipPathUnits=userSpaceOnUse]
+ LayoutSVGResourceClipper {clipPath} [id="clip1"] [clipPathUnits=userSpaceOnUse]
RenderSVGRect {rect} at (200,10) size 60x100 [fill={[type=SOLID] [color=#000000]}] [x=200.00] [y=10.00] [width=60.00] [height=100.00]
- RenderSVGResourceClipper {clipPath} [id="clip2"] [clipPathUnits=userSpaceOnUse]
+ LayoutSVGResourceClipper {clipPath} [id="clip2"] [clipPathUnits=userSpaceOnUse]
RenderSVGRect {rect} at (90,150) size 175x100 [fill={[type=SOLID] [color=#000000]}] [x=90.00] [y=150.00] [width=175.00] [height=100.00]
RenderSVGRect {rect} at (225,160) size 95x75 [fill={[type=SOLID] [color=#000000]}] [x=225.00] [y=160.00] [width=95.00] [height=75.00]
RenderSVGRect {rect} at (200,17) size 60x66 [stroke={[type=SOLID] [color=#000000] [stroke width=5.00]}] [fill={[type=SOLID] [color=#FF0000]}] [x=20.00] [y=20.00] [width=440.00] [height=60.00]
- [clipPath="clip1"] RenderSVGResourceClipper {clipPath} at (200,10) size 60x100
+ [clipPath="clip1"] LayoutSVGResourceClipper {clipPath} at (200,10) size 60x100
RenderSVGText {text} at (20,103) size 321x33 contains 1 chunk(s)
RenderSVGInlineText {#text} at (0,0) size 321x33
chunk 1 text run 1 at (20.00,130.00) startOffset 0 endOffset 23 width 320.23: "Rectangle being clipped"
RenderSVGContainer {g} at (112,153) size 208x97
- [clipPath="clip2"] RenderSVGResourceClipper {clipPath} at (90,150) size 230x100
+ [clipPath="clip2"] LayoutSVGResourceClipper {clipPath} at (90,150) size 230x100
RenderSVGRect {rect} at (112,187) size 231x46 [stroke={[type=SOLID] [color=#0000FF] [stroke width=5.00]}] [fill={[type=SOLID] [color=#00FFFF]}] [x=115.00] [y=190.00] [width=225.00] [height=40.00]
RenderSVGRect {rect} at (112,237) size 231x46 [stroke={[type=SOLID] [color=#008000] [stroke width=5.00]}] [fill={[type=SOLID] [color=#00FF00]}] [x=115.00] [y=240.00] [width=225.00] [height=40.00]
RenderSVGText {text} at (115,153) size 326x33 contains 1 chunk(s)

Powered by Google App Engine
This is Rietveld 408576698