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

Unified Diff: LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-example-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/win/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt
diff --git a/LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt b/LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt
index d52ad3af83b093d724b235d082379ff872611fec..cf7d1856cc7a5103b83ac5f53494b8dc048e05a6 100644
--- a/LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt
+++ b/LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-example-01-b-expected.txt
@@ -5,7 +5,7 @@ layer at (0,0) size 480x360
RenderSVGContainer {g} at (80,110) size 300x180
RenderSVGViewportContainer {svg} at (80,110) size 300x180
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
- RenderSVGResourceFilter {filter} [id="MyFilter"] [filterUnits=userSpaceOnUse] [primitiveUnits=userSpaceOnUse]
+ LayoutSVGResourceFilter {filter} [id="MyFilter"] [filterUnits=userSpaceOnUse] [primitiveUnits=userSpaceOnUse]
[feComposite operation="OVER"]
[SourceGraphic]
[feOffset dx="4.00" dy="4.00"]
@@ -13,7 +13,7 @@ layer at (0,0) size 480x360
[SourceAlpha]
RenderSVGRect {rect} at (80,110) size 300x180 [stroke={[type=SOLID] [color=#0000FF]}] [fill={[type=SOLID] [color=#888888]}] [x=1.00] [y=1.00] [width=198.00] [height=118.00]
RenderSVGContainer {g} at (80,110) size 300x180
- [filter="MyFilter"] RenderSVGResourceFilter {filter} at (0,0) size 200x120
+ [filter="MyFilter"] LayoutSVGResourceFilter {filter} at (0,0) size 200x120
RenderSVGContainer {g} at (80,147) size 300x106
RenderSVGPath {path} at (80,147) size 300x106 [stroke={[type=SOLID] [color=#D90000] [stroke width=10.00]}] [data="M 50 90 C 0 90 0 30 50 30 L 150 30 C 200 30 200 90 150 90 Z"]
RenderSVGPath {path} at (125,170) size 210x60 [fill={[type=SOLID] [color=#D90000]}] [data="M 60 80 C 30 80 30 40 60 40 L 140 40 C 170 40 170 80 140 80 Z"]

Powered by Google App Engine
This is Rietveld 408576698