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

Unified Diff: LayoutTests/platform/mac/svg/W3C-SVG-1.1/coords-units-03-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/W3C-SVG-1.1/coords-units-03-b-expected.txt
diff --git a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt b/LayoutTests/platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt
index 968586fe4e397efdd803a2582e2f70783c18d5ab..85c504dec7beda8479a576b4a3e0bcc4d3735219 100644
--- a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt
+++ b/LayoutTests/platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.txt
@@ -2,14 +2,14 @@ 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 (0,0) size 480x360
- RenderSVGContainer {g} at (0,0) size 480x360
+ LayoutSVGContainer {g} at (0,0) size 480x360
+ LayoutSVGContainer {g} at (0,0) size 480x360
RenderSVGRect {rect} at (0,0) size 480x360 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=2000.00] [height=2000.00]
RenderSVGRect {rect} at (0,0) size 480x360 [fill={[type=SOLID] [color=#FFFFFF]}] [x=0.00] [y=0.00] [width=480.00] [height=360.00]
LayoutSVGText {text} at (125,9) size 179x14 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 179x14
chunk 1 text run 1 at (125.00,20.00) startOffset 0 endOffset 35 width 178.75: "Initial viewport and CSS units test"
- RenderSVGContainer {g} at (20,66) size 373x197 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,60.00)}]
+ LayoutSVGContainer {g} at (20,66) size 373x197 [transform={m=((1.00,0.00)(0.00,1.00)) t=(0.00,60.00)}]
LayoutSVGText {text} at (20,6) size 20x15 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 20x15
chunk 1 text run 1 at (20.00,18.00) startOffset 0 endOffset 3 width 19.99: "200"
@@ -30,7 +30,7 @@ layer at (0,0) size 480x360
LayoutSVGText {text} at (230,48) size 136x15 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 136x15
chunk 1 text run 1 at (230.00,60.00) startOffset 0 endOffset 26 width 135.47: "Relative to font size (em)"
- RenderSVGContainer {g} at (20,120) size 200x1
+ LayoutSVGContainer {g} at (20,120) size 200x1
RenderSVGRect {rect} at (20,120) size 200x1 [fill={[type=SOLID] [color=#000000]}] [x=20.00] [y=60.00] [width=200.00] [height=1.00]
LayoutSVGText {text} at (20,66) size 30x15 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 30x15
@@ -38,7 +38,7 @@ layer at (0,0) size 480x360
LayoutSVGText {text} at (230,68) size 156x15 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 156x15
chunk 1 text run 1 at (230.00,80.00) startOffset 0 endOffset 30 width 155.47: "Relative to font x-height (ex)"
- RenderSVGContainer {g} at (20,140) size 200x1
+ LayoutSVGContainer {g} at (20,140) size 200x1
RenderSVGRect {rect} at (20,140) size 200x1 [fill={[type=SOLID] [color=#000000]}] [x=20.00] [y=80.00] [width=200.00] [height=1.00]
LayoutSVGText {text} at (20,86) size 92x15 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 92x15

Powered by Google App Engine
This is Rietveld 408576698