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

Unified Diff: LayoutTests/platform/mac/svg/text/text-tselect-01-b-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/text/text-tselect-01-b-expected.txt
diff --git a/LayoutTests/platform/mac/svg/text/text-tselect-01-b-expected.txt b/LayoutTests/platform/mac/svg/text/text-tselect-01-b-expected.txt
index a2a608b043edf0c80dd5e233ee48fb4b18a0d329..911d2317de10de8642783f3600c2c4501471b980 100644
--- a/LayoutTests/platform/mac/svg/text/text-tselect-01-b-expected.txt
+++ b/LayoutTests/platform/mac/svg/text/text-tselect-01-b-expected.txt
@@ -2,11 +2,11 @@ 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
- RenderSVGContainer {g} at (0,0) size 800x600
+ LayoutSVGContainer {g} at (0,0) size 800x600
LayoutSVGText {text} at (10,5) size 304x19 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 304x18
chunk 1 text run 1 at (10.00,20.00) startOffset 0 endOffset 46 width 303.19: "Test single line and multiline text selection."
- RenderSVGContainer {g} at (41,84) size 603x364
+ LayoutSVGContainer {g} at (41,84) size 603x364
LayoutSVGText {text} at (25,50) size 255x19 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 255x18
chunk 1 text run 1 at (25.00,65.00) startOffset 0 endOffset 37 width 254.18: "Here is a stand-alone 'text' element."

Powered by Google App Engine
This is Rietveld 408576698