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

Unified Diff: LayoutTests/platform/linux/svg/text/scaled-font-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/linux/svg/text/scaled-font-expected.txt
diff --git a/LayoutTests/platform/linux/svg/text/scaled-font-expected.txt b/LayoutTests/platform/linux/svg/text/scaled-font-expected.txt
index 7372bff68c09e527d38ea6053c2f23b5083e5da5..9f09054f3ddf40b86ca002c0fbd635cc603c2831 100644
--- a/LayoutTests/platform/linux/svg/text/scaled-font-expected.txt
+++ b/LayoutTests/platform/linux/svg/text/scaled-font-expected.txt
@@ -2,8 +2,8 @@ layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x600
RenderSVGRoot {svg} at (0,187) size 487x331
- RenderSVGContainer {g} at (0,187) size 487x331
- RenderSVGContainer {g} at (0,187) size 487x137 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,70.00)}]
+ LayoutSVGContainer {g} at (0,187) size 487x331
+ LayoutSVGContainer {g} at (0,187) size 487x137 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,70.00)}]
LayoutSVGText {text} at (0,-39) size 175x50 contains 1 chunk(s)
RenderSVGTSpan {tspan} at (0,0) size 9x16
LayoutSVGInlineText {#text} at (0,26) size 9x16
@@ -44,7 +44,7 @@ layer at (0,0) size 800x600
LayoutSVGInlineText {#text} at (144,0) size 31x49
chunk 1 text run 1 at (144.00,0.00) startOffset 0 endOffset 1 width 30.96: "A"
LayoutSVGInlineText {#text} at (0,0) size 0x0
- RenderSVGContainer {g} at (0,381) size 487x137 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,140.00)}]
+ LayoutSVGContainer {g} at (0,381) size 487x137 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,140.00)}]
LayoutSVGText {text} at (0,-4) size 18x6 contains 1 chunk(s)
RenderSVGTSpan {tspan} at (0,0) size 1x3
LayoutSVGInlineText {#text} at (0,2) size 1x2

Powered by Google App Engine
This is Rietveld 408576698