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

Unified Diff: LayoutTests/platform/win/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/win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt
diff --git a/LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt b/LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt
index 56ef0ccd458aa8d242cb7545ecabfa4a46f5a15d..539c4eb6cd9594e07d84684099849cc487e570eb 100644
--- a/LayoutTests/platform/win/svg/W3C-SVG-1.1/animate-elem-24-t-expected.txt
+++ b/LayoutTests/platform/win/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 282x246
- RenderSVGContainer {g} at (70,92) size 147x132
+ LayoutSVGContainer {g} at (41,37) size 282x246
+ LayoutSVGContainer {g} at (70,92) size 147x132
LayoutSVGText {text} at (70,92) size 147x22 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 147x22
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 79x22 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 79x22
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 282x246
+ LayoutSVGContainer {g} at (41,37) size 282x246
LayoutSVGText {text} at (0,-18) size 75x22 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 75x22
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,217) size 223x66 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 223x66
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 76x57 [transform={m=((1.00,0.00)(0.00,1.00)) t=(50.00,90.00)}]
+ LayoutSVGContainer {g} at (41,37) size 76x57 [transform={m=((1.00,0.00)(0.00,1.00)) t=(50.00,90.00)}]
LayoutSVGText {text} at (0,-18) size 75x22 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 75x22
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