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

Unified Diff: LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-symbol-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/linux/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt
diff --git a/LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt
index efc8c9936e9b2a1d2522b5d051968e0f34c35c91..a0e37a15dd33ffa5bbdb28750cb3783f57ac2edf 100644
--- a/LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt
+++ b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-symbol-01-b-expected.txt
@@ -2,7 +2,7 @@ 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 480x300
+ LayoutSVGContainer {g} at (0,0) size 480x300
RenderSVGHiddenContainer {symbol} at (0,0) size 0x0
RenderSVGImage {image} at (0,0) size 480x360
RenderSVGHiddenContainer {symbol} at (0,0) size 0x0
@@ -12,11 +12,11 @@ layer at (0,0) size 480x360
RenderSVGRect {rect} at (0,0) size 0x0 [fill={[type=SOLID] [color=#FF0000]}] [x=500.00] [y=0.00] [width=500.00] [height=500.00]
RenderSVGRect {rect} at (0,0) size 0x0 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=500.00] [width=500.00] [height=500.00]
RenderSVGRect {rect} at (0,0) size 0x0 [fill={[type=SOLID] [color=#FFFF00]}] [x=500.00] [y=500.00] [width=500.00] [height=500.00]
- RenderSVGContainer {g} at (0,0) size 480x300
- RenderSVGContainer {use} at (0,0) size 240x150
+ LayoutSVGContainer {g} at (0,0) size 480x300
+ LayoutSVGContainer {use} at (0,0) size 240x150
RenderSVGViewportContainer {svg} at (0,0) size 240x150
RenderSVGImage {image} at (0,0) size 240x150
- RenderSVGContainer {use} at (240,150) size 240x150 [transform={m=((1.00,0.00)(0.00,1.00)) t=(240.00,150.00)}]
+ LayoutSVGContainer {use} at (240,150) size 240x150 [transform={m=((1.00,0.00)(0.00,1.00)) t=(240.00,150.00)}]
RenderSVGViewportContainer {svg} at (240,150) size 240x150
RenderSVGRect {rect} at (240,150) size 120x75 [fill={[type=SOLID] [color=#FFFF00]}] [x=0.00] [y=0.00] [width=500.00] [height=500.00]
RenderSVGRect {rect} at (360,150) size 120x75 [fill={[type=SOLID] [color=#FF0000]}] [x=500.00] [y=0.00] [width=500.00] [height=500.00]

Powered by Google App Engine
This is Rietveld 408576698