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

Unified Diff: LayoutTests/platform/mac/svg/text/text-text-04-t-expected.txt

Issue 921633007: Move the SVG container code from rendering/svg to layout/svg. (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/text/text-text-04-t-expected.txt
diff --git a/LayoutTests/platform/mac/svg/text/text-text-04-t-expected.txt b/LayoutTests/platform/mac/svg/text/text-text-04-t-expected.txt
index d00175a71e89f61bda569c5c586e6c6dd05a1d8c..b45e8a61fcb89afa5b7b355e16bfc237ef0213d1 100644
--- a/LayoutTests/platform/mac/svg/text/text-text-04-t-expected.txt
+++ b/LayoutTests/platform/mac/svg/text/text-text-04-t-expected.txt
@@ -2,7 +2,7 @@ layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x600
RenderSVGRoot {svg} at (0,0) size 800x600
- RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+ LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGContainer {g} at (58,36) size 699x481
LayoutSVGContainer {g} at (58,36) size 241x39 [transform={m=((1.00,0.00)(0.00,1.00)) t=(130.00,40.00)}]
LayoutSVGText {text} at (-95,-15) size 65x20 contains 1 chunk(s)
@@ -20,7 +20,7 @@ layer at (0,0) size 800x600
LayoutSVGText {text} at (0,-18) size 40x23 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 40x23
chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 4 width 40.00: "1234"
- RenderSVGHiddenContainer {defs} at (0,0) size 0x0
+ LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
LayoutSVGRect {rect} at (0,0) size 7x7 [fill={[type=SOLID] [color=#000000]}] [x=-4.00] [y=-4.00] [width=8.00] [height=8.00]
LayoutSVGContainer {g} at (120,103) size 247x39 [transform={m=((1.00,0.00)(0.00,1.00)) t=(130.00,80.00)}]
LayoutSVGText {text} at (-58,-15) size 28x20 contains 1 chunk(s)

Powered by Google App Engine
This is Rietveld 408576698