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

Unified Diff: LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/text-fonts-02-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-xp/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt
diff --git a/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt b/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt
index 1f5e8a371ac346e0e31d464f49c99abb237cd59f..0aae6202860647e70e1e312291dcd2d76604dd9c 100644
--- a/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt
+++ b/LayoutTests/platform/win-xp/svg/W3C-SVG-1.1/text-fonts-02-t-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 (60,22) size 362x315
+ LayoutSVGContainer {g} at (60,22) size 362x315
LayoutSVGText {text} at (360,22) size 49x35 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 49x35
chunk 1 text run 1 at (360.00,50.00) startOffset 0 endOffset 3 width 49.00: "100"
@@ -36,11 +36,11 @@ layer at (0,0) size 480x360
LayoutSVGText {text} at (60,102) size 191x35 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 191x35
chunk 1 text run 1 at (60.00,130.00) startOffset 0 endOffset 14 width 191.00: "This is normal"
- RenderSVGContainer {g} at (60,152) size 213x35
+ LayoutSVGContainer {g} at (60,152) size 213x35
LayoutSVGText {text} at (60,152) size 213x35 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 213x35
chunk 1 text run 1 at (60.00,180.00) startOffset 0 endOffset 14 width 213.00: "Blue is bolder"
- RenderSVGContainer {g} at (60,202) size 186x35
+ LayoutSVGContainer {g} at (60,202) size 186x35
LayoutSVGText {text} at (60,202) size 186x35 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 186x35
chunk 1 text run 1 at (60.00,230.00) startOffset 0 endOffset 15 width 186.00: "Blue is lighter"

Powered by Google App Engine
This is Rietveld 408576698