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

Unified Diff: LayoutTests/platform/mac/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/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt
diff --git a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt b/LayoutTests/platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt
index fb49d37cc4530170b67d45a66d6c6b8eb5b77063..edd0d303e6c0331c7e0b921f5ccb9173ecb621e9 100644
--- a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/text-fonts-02-t-expected.txt
+++ b/LayoutTests/platform/mac/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 363x315
+ LayoutSVGContainer {g} at (60,22) size 363x315
LayoutSVGText {text} at (360,22) size 50x35 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 50x35
chunk 1 text run 1 at (360.00,50.00) startOffset 0 endOffset 3 width 49.72: "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 190.31: "This is normal"
- RenderSVGContainer {g} at (60,152) size 214x35
+ LayoutSVGContainer {g} at (60,152) size 214x35
LayoutSVGText {text} at (60,152) size 214x35 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 214x35
chunk 1 text run 1 at (60.00,180.00) startOffset 0 endOffset 14 width 213.13: "Blue is bolder"
- RenderSVGContainer {g} at (60,202) size 184x35
+ LayoutSVGContainer {g} at (60,202) size 184x35
LayoutSVGText {text} at (60,202) size 184x35 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 184x35
chunk 1 text run 1 at (60.00,230.00) startOffset 0 endOffset 15 width 183.44: "Blue is lighter"

Powered by Google App Engine
This is Rietveld 408576698