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

Unified Diff: LayoutTests/platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-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-tselect-02-f-expected.txt
diff --git a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt b/LayoutTests/platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt
index 14ab5f4bfc657eebe5e3d2d2112f9b4b0dc238d7..f44d3cb5da48edd5a4fbb8252ef2c14b7bce3f72 100644
--- a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt
+++ b/LayoutTests/platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.txt
@@ -2,9 +2,9 @@ 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 (10,116) size 430x124
+ LayoutSVGContainer {g} at (10,116) size 430x124
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
- RenderSVGContainer {g} at (10,116) size 430x124 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,60.00)}]
+ LayoutSVGContainer {g} at (10,116) size 430x124 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,60.00)}]
LayoutSVGText {text} at (10,56) size 177x18 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 177x18
chunk 1 text run 1 at (10.00,70.00) startOffset 0 endOffset 26 width 176.87: "StartIndex: 0. NumChars: 9"
@@ -15,7 +15,7 @@ layer at (0,0) size 480x360
chunk 1 text run 1 at (174.18,128.00) startOffset 0 endOffset 3 width 72.00: "123"
chunk 1 text run 1 at (246.18,128.00) startOffset 0 endOffset 4 width 90.49 RTL: "\x{5D0}\x{5D1}\x{5D2} "
chunk 1 text run 1 at (336.67,128.00) startOffset 0 endOffset 4 width 73.29: " def"
- RenderSVGContainer {g} at (10,220) size 430x20
+ LayoutSVGContainer {g} at (10,220) size 430x20
RenderSVGRect {rect} at (10,220) size 100x20 [fill={[type=SOLID] [color=#0000FF]}] [x=10.00] [y=160.00] [width=100.00] [height=20.00]
LayoutSVGText {text} at (18,161) size 84x18 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 83x18

Powered by Google App Engine
This is Rietveld 408576698