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

Unified Diff: LayoutTests/platform/win/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/win/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt
diff --git a/LayoutTests/platform/win/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt b/LayoutTests/platform/win/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt
index 4d08ef4a482fcd7782ae71821000936e092ef3b0..b32e6c48a7837cca06f1be07ea137b1acb268e79 100644
--- a/LayoutTests/platform/win/svg/W3C-SVG-1.1/struct-use-03-t-expected.txt
+++ b/LayoutTests/platform/win/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,46) size 410x209
+ LayoutSVGContainer {g} at (35,46) size 410x209
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 (87,46) size 66x17 contains 1 chunk(s)
@@ -11,10 +11,10 @@ layer at (0,0) size 480x360
LayoutSVGText {text} at (340,46) size 40x17 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 40x17
chunk 1 (middle anchor) text run 1 at (340.31,60.00) startOffset 0 endOffset 5 width 39.38: "<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 264x45 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 264x45

Powered by Google App Engine
This is Rietveld 408576698