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

Unified Diff: LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt

Issue 923533002: Move RenderSVGContainer to layout/svg/LayoutSVGContainer. (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/filters-displace-01-f-expected.txt
diff --git a/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt b/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt
index ba6675a45152ff9ddf60492d495e907a5eac05b2..e2496b6571fd812a153041800ea617f41410f55f 100644
--- a/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt
+++ b/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/filters-displace-01-f-expected.txt
@@ -2,7 +2,7 @@ layer at (0,0) size 480x360
RenderView at (0,0) size 480x360
layer at (0,0) size 480x360
RenderSVGRoot {svg} at (0,0) size 480x360
- RenderSVGContainer {g} at (15,15) size 414x333
+ LayoutSVGContainer {g} at (15,15) size 414x333
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGResourceFilter {filter} [id="DispMapChecker"] [filterUnits=objectBoundingBox] [primitiveUnits=userSpaceOnUse]
[feImage image-size="256x256"]
@@ -18,7 +18,7 @@ layer at (0,0) size 480x360
[feDisplacementMap scale="64.00" xChannelSelector="RED" yChannelSelector="GREEN"]
[feImage image-size="256x256"]
[feImage image-size="128x128"]
- RenderSVGContainer {g} at (15,15) size 414x333
+ LayoutSVGContainer {g} at (15,15) size 414x333
RenderSVGRect {rect} at (15,15) size 128x128 [fill={[type=SOLID] [color=#000000]}] [x=15.00] [y=15.00] [width=128.00] [height=128.00]
[filter="DispMapChecker"] LayoutSVGResourceFilter {filter} at (15,15) size 128x128
RenderSVGRect {rect} at (20,115) size 118x20 [fill={[type=SOLID] [color=#DDDDDD]}] [x=20.00] [y=115.00] [width=118.00] [height=20.00]

Powered by Google App Engine
This is Rietveld 408576698