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

Unified Diff: LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/filters-tile-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-xp/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt
diff --git a/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt b/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt
index 084284d1e8164fda0187c4e9f71f2f0c5c2d1a23..5153772f8464816f9871513b7c070e2f03fa419e 100644
--- a/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt
+++ b/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt
@@ -7,12 +7,12 @@ layer at (0,0) size 480x360
RenderSVGInlineText {#text} at (0,0) size 189x17
chunk 1 (middle anchor) text run 1 at (145.50,25.00) startOffset 0 endOffset 35 width 189.00: "feTile filter test: a tiled pattern"
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
- RenderSVGResourceFilter {filter} [id="feTileFilter"] [filterUnits=userSpaceOnUse] [primitiveUnits=userSpaceOnUse]
+ LayoutSVGResourceFilter {filter} [id="feTileFilter"] [filterUnits=userSpaceOnUse] [primitiveUnits=userSpaceOnUse]
[feTile]
[feOffset dx="6.00" dy="6.00"]
[feFlood flood-color="#FF0000" flood-opacity="1.00"]
RenderSVGContainer {g} at (115,40) size 250x250
- [filter="feTileFilter"] RenderSVGResourceFilter {filter} at (115,40) size 250x250
+ [filter="feTileFilter"] LayoutSVGResourceFilter {filter} at (115,40) size 250x250
RenderSVGRect {rect} at (114,39) size 252x252 [stroke={[type=SOLID] [color=#0000FF] [stroke width=2.00]}] [x=115.00] [y=40.00] [width=250.00] [height=250.00]
RenderSVGRect {rect} at (214,114) size 52x27 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#0000FF] [opacity=0.50]}] [x=215.00] [y=115.00] [width=50.00] [height=25.00]
RenderSVGText {text} at (10,304) size 261x46 contains 1 chunk(s)

Powered by Google App Engine
This is Rietveld 408576698