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

Unified Diff: LayoutTests/platform/win/svg/custom/image-small-width-height-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/win/svg/custom/image-small-width-height-expected.txt
diff --git a/LayoutTests/platform/win/svg/custom/image-small-width-height-expected.txt b/LayoutTests/platform/win/svg/custom/image-small-width-height-expected.txt
index a82916f095c046aee0ee54a27d283659594f6009..aab0f4f1d8c5edca21afd56dc3b790c8c5701a7c 100644
--- a/LayoutTests/platform/win/svg/custom/image-small-width-height-expected.txt
+++ b/LayoutTests/platform/win/svg/custom/image-small-width-height-expected.txt
@@ -2,13 +2,13 @@ layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x600
RenderSVGRoot {svg} at (78,0) size 722x600
- RenderSVGContainer {g} at (119,19) size 202x202 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,10.00)}]
+ LayoutSVGContainer {g} at (119,19) size 202x202 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,10.00)}]
RenderSVGRect {rect} at (119,19) size 202x202 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
RenderSVGImage {image} at (120,20) size 200x200
- RenderSVGContainer {g} at (78,0) size 722x600 [transform={m=((200.00,0.00)(0.00,200.00)) t=(190.00,10.00)}]
+ LayoutSVGContainer {g} at (78,0) size 722x600 [transform={m=((200.00,0.00)(0.00,200.00)) t=(190.00,10.00)}]
RenderSVGRect {rect} at (78,0) size 722x600 [stroke={[type=SOLID] [color=#000000] [stroke width=0.00]}] [fill={[type=SOLID] [color=#0000FF]}] [x=0.00] [y=0.00] [width=0.50] [height=0.50]
RenderSVGImage {image} at (480,20) size 200x200
- RenderSVGContainer {g} at (120,225) size 497x200 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,120.00)}]
+ LayoutSVGContainer {g} at (120,225) size 497x200 [transform={m=((1.00,0.00)(0.00,1.00)) t=(10.00,120.00)}]
LayoutSVGText {text} at (0,-8) size 249x101 contains 1 chunk(s)
RenderSVGTSpan {tspan} at (0,0) size 222x10
LayoutSVGInlineText {#text} at (0,0) size 222x10

Powered by Google App Engine
This is Rietveld 408576698