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/mac/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/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt
diff --git a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt b/LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt
index 79217caea34dcfdebbcd532d5743d1b600ad7170..ee262087ae4f67f8e32a57c97382a9d9371edd36 100644
--- a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-tile-01-b-expected.txt
+++ b/LayoutTests/platform/mac/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 (141,11) size 198x17 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 197x17
chunk 1 (middle anchor) text run 1 at (141.62,25.00) startOffset 0 endOffset 35 width 196.76: "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