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

Unified Diff: LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-24-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-24-t-expected.txt
diff --git a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt b/LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt
index 7f60225ee12ca02c41aef83d4a9d17271eef174e..34ce8a9e0bad8f179d195ccfc3ca63088669590f 100644
--- a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt
+++ b/LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt
@@ -3,8 +3,8 @@ layer at (0,0) size 480x360
layer at (0,0) size 480x360
RenderSVGRoot {svg} at (0,0) size 480x360
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
- RenderSVGContainer {g} at (41,37) size 282x248
- RenderSVGContainer {g} at (70,92) size 147x133
+ LayoutSVGContainer {g} at (41,37) size 282x248
+ LayoutSVGContainer {g} at (70,92) size 147x133
LayoutSVGText {text} at (70,92) size 147x23 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 147x23
chunk 1 text run 1 at (70.00,110.00) startOffset 0 endOffset 18 width 146.65: "Text from 0s to 3s"
@@ -14,7 +14,7 @@ layer at (0,0) size 480x360
LayoutSVGText {text} at (100,202) size 79x23 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 79x23
chunk 1 text run 1 at (100.00,220.00) startOffset 0 endOffset 10 width 78.87: "Text at 9s"
- RenderSVGContainer {g} at (41,37) size 282x248
+ LayoutSVGContainer {g} at (41,37) size 282x248
LayoutSVGText {text} at (0,-18) size 75x23 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 75x23
chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 11 width 74.13: "It's alive!"
@@ -24,7 +24,7 @@ layer at (0,0) size 480x360
LayoutSVGText {text} at (100,216) size 223x69 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 223x69
chunk 1 text run 1 at (100.00,270.00) startOffset 0 endOffset 11 width 222.39: "It's alive!"
- RenderSVGContainer {g} at (41,37) size 76x58 [transform={m=((1.00,0.00)(0.00,1.00)) t=(50.00,90.00)}]
+ LayoutSVGContainer {g} at (41,37) size 76x58 [transform={m=((1.00,0.00)(0.00,1.00)) t=(50.00,90.00)}]
LayoutSVGText {text} at (0,-18) size 75x23 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 75x23
chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 11 width 74.13: "It's alive!"

Powered by Google App Engine
This is Rietveld 408576698