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

Unified Diff: LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-use-03-t-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-use-03-t-expected.txt
diff --git a/LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt
index 4c686b22402222c76107bbd427f33c7a09b10d3f..3156aa52c254a7b62468746377680568dde50fcc 100644
--- a/LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt
+++ b/LayoutTests/platform/linux/svg/W3C-SVG-1.1/struct-use-03-t-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 (35,45) size 410x210
+ LayoutSVGContainer {g} at (35,45) size 410x210
RenderSVGHiddenContainer {defs} at (0,0) size 0x0
RenderSVGRect {rect} at (0,0) size 110x110 [stroke={[type=SOLID] [color=#C82828] [stroke width=20.00]}] [fill={[type=SOLID] [color=#FADC00]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
LayoutSVGText {text} at (89,45) size 62x19 contains 1 chunk(s)
@@ -11,10 +11,10 @@ layer at (0,0) size 480x360
LayoutSVGText {text} at (341,45) size 38x19 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 38x19
chunk 1 (middle anchor) text run 1 at (341.00,60.00) startOffset 0 endOffset 5 width 38.00: "<use>"
- RenderSVGContainer {g} at (35,85) size 170x170 [transform={m=((0.71,0.71)(-0.71,0.71)) t=(120.00,99.29)}]
+ LayoutSVGContainer {g} at (35,85) size 170x170 [transform={m=((0.71,0.71)(-0.71,0.71)) t=(120.00,99.29)}]
RenderSVGRect {rect} at (35,85) size 170x170 [stroke={[type=SOLID] [color=#C82828] [stroke width=20.00]}] [fill={[type=SOLID] [color=#FADC00]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
- RenderSVGContainer {g} at (275,85) size 170x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(240.00,0.00)}]
- RenderSVGContainer {use} at (275,85) size 170x170 [transform={m=((0.71,0.71)(-0.71,0.71)) t=(120.00,99.29)}]
+ LayoutSVGContainer {g} at (275,85) size 170x170 [transform={m=((1.00,0.00)(0.00,1.00)) t=(240.00,0.00)}]
+ LayoutSVGContainer {use} at (275,85) size 170x170 [transform={m=((0.71,0.71)(-0.71,0.71)) t=(120.00,99.29)}]
RenderSVGRect {rect} at (275,85) size 170x170 [stroke={[type=SOLID] [color=#C82828] [stroke width=20.00]}] [fill={[type=SOLID] [color=#FADC00]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
LayoutSVGText {text} at (10,304) size 261x46 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 261x46

Powered by Google App Engine
This is Rietveld 408576698