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

Unified Diff: LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-tile-01-b-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/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt
diff --git a/LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt b/LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt
index ca95625efd33c8d05d3d6143d20653b051b676fa..704ad05a94ab3c893a9c4ddec0653558b9e8b5c2 100644
--- a/LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt
+++ b/LayoutTests/platform/win/svg/W3C-SVG-1.1/filters-tile-01-b-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 (114,11) size 252x280
+ LayoutSVGContainer {g} at (114,11) size 252x280
LayoutSVGText {text} at (145,11) size 190x17 contains 1 chunk(s)
LayoutSVGInlineText {#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"
@@ -11,7 +11,7 @@ layer at (0,0) size 480x360
[feTile]
[feOffset dx="6.00" dy="6.00"]
[feFlood flood-color="#FF0000" flood-opacity="1.00"]
- RenderSVGContainer {g} at (115,40) size 250x250
+ LayoutSVGContainer {g} 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]

Powered by Google App Engine
This is Rietveld 408576698