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

Unified Diff: LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-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/animate-elem-20-t-expected.txt
diff --git a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt b/LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt
index 49cb759cb0437cd4f39ef12abc3ce30fafa67e06..04fbfd2c38ff7e2d5fe70fa6f1c1966676fe72fc 100644
--- a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt
+++ b/LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-20-t-expected.txt
@@ -2,15 +2,15 @@ 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 (20,0) size 460x360
+ LayoutSVGContainer {g} at (20,0) size 460x360
RenderSVGRect {rect} at (20,20) size 200x200 [fill={[type=SOLID] [color=#FFFFFF]}] [x=20.00] [y=20.00] [width=200.00] [height=200.00]
- RenderSVGContainer {g} at (320,0) size 160x360
- RenderSVGContainer {a} at (320,0) size 160x180
+ LayoutSVGContainer {g} at (320,0) size 160x360
+ LayoutSVGContainer {a} at (320,0) size 160x180
RenderSVGRect {rect} at (320,0) size 160x180 [fill={[type=SOLID] [color=#008000]}] [x=320.00] [y=0.00] [width=160.00] [height=180.00]
LayoutSVGText {text} at (330,62) size 96x36 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 96x36
chunk 1 text run 1 at (330.00,90.00) startOffset 0 endOffset 7 width 95.84: "Fade in"
- RenderSVGContainer {a} at (320,180) size 160x180
+ LayoutSVGContainer {a} at (320,180) size 160x180
RenderSVGRect {rect} at (320,180) size 160x180 [fill={[type=SOLID] [color=#800000]}] [x=320.00] [y=180.00] [width=160.00] [height=180.00]
LayoutSVGText {text} at (330,252) size 113x36 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 113x36

Powered by Google App Engine
This is Rietveld 408576698