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

Unified Diff: LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-offset-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-offset-01-b-expected.txt
diff --git a/LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt b/LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt
index e1ecbb2e4fd9de510012a1c68a8a07b5f57946c8..77b5a16fb33f755b30813bf891981682b54c01f3 100644
--- a/LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt
+++ b/LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-offset-01-b-expected.txt
@@ -4,7 +4,7 @@ layer at (0,0) size 480x360
RenderSVGRoot {svg} at (0,0) size 480x360
RenderSVGContainer {g} at (109,10) size 211x320
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
- RenderSVGResourceFilter {filter} [id="FOMTest"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
+ LayoutSVGResourceFilter {filter} [id="FOMTest"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
[feMerge mergeNodes="4"]
[feComposite operation="IN"]
[feFlood flood-color="#408000" flood-opacity="0.40"]
@@ -20,7 +20,7 @@ layer at (0,0) size 480x360
[SourceGraphic]
[SourceGraphic]
RenderSVGEllipse {circle} at (120,10) size 200x320 [fill={[type=SOLID] [color=#000000]}] [cx=160.00] [cy=50.00] [r=40.00]
- [filter="FOMTest"] RenderSVGResourceFilter {filter} at (120,10) size 200x320
+ [filter="FOMTest"] LayoutSVGResourceFilter {filter} at (120,10) size 200x320
RenderSVGPath {path} at (109,79) size 22x22 [transform={m=((1.00,0.00)(0.00,1.00)) t=(120.00,90.00)}] [fill={[type=SOLID] [color=#000000]}] [data="M -1 -11 L 1 -11 L 1 -1 L 11 -1 L 11 1 L 1 1 L 1 11 L -1 11 L -1 1 L -11 1 L -11 -1 L -1 -1 L -1 -11"]
RenderSVGPath {path} at (149,109) size 22x22 [transform={m=((1.00,0.00)(0.00,1.00)) t=(160.00,120.00)}] [fill={[type=SOLID] [color=#408000] [opacity=0.80]}] [data="M -1 -11 L 1 -11 L 1 -1 L 11 -1 L 11 1 L 1 1 L 1 11 L -1 11 L -1 1 L -11 1 L -11 -1 L -1 -1 L -1 -11"]
RenderSVGPath {path} at (189,139) size 22x22 [transform={m=((1.00,0.00)(0.00,1.00)) t=(200.00,150.00)}] [fill={[type=SOLID] [color=#408000] [opacity=0.60]}] [data="M -1 -11 L 1 -11 L 1 -1 L 11 -1 L 11 1 L 1 1 L 1 11 L -1 11 L -1 1 L -11 1 L -11 -1 L -1 -1 L -1 -11"]

Powered by Google App Engine
This is Rietveld 408576698