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

Unified Diff: LayoutTests/platform/mac/svg/W3C-SVG-1.1/script-handle-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/script-handle-03-b-expected.txt
diff --git a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt b/LayoutTests/platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt
index 1ffd26c36d5c586141cd1a4b304054f78c3d47fb..7cfb1bf6668712a9f4a5b1de5926382a7193babd 100644
--- a/LayoutTests/platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt
+++ b/LayoutTests/platform/mac/svg/W3C-SVG-1.1/script-handle-03-b-expected.txt
@@ -2,24 +2,24 @@ 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 (20,18) size 396x260
+ LayoutSVGContainer {g} at (20,18) size 396x260
LayoutSVGText {text} at (100,18) size 256x28 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 256x28
chunk 1 text run 1 at (100.00,40.00) startOffset 0 endOffset 26 width 255.94: "Mouse event handlers test."
- RenderSVGContainer {g} at (20,61) size 396x110 [transform={m=((1.00,0.00)(0.00,1.00)) t=(60.00,140.00)}]
+ LayoutSVGContainer {g} at (20,61) size 396x110 [transform={m=((1.00,0.00)(0.00,1.00)) t=(60.00,140.00)}]
LayoutSVGText {text} at (-40,-79) size 84x37 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 84x37
chunk 1 text run 1 at (-40.00,-50.00) startOffset 0 endOffset 6 width 83.50: "Target"
LayoutSVGText {text} at (60,-15) size 296x28 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 296x28
chunk 1 text run 1 at (60.00,7.00) startOffset 0 endOffset 32 width 295.23: "Use the target to trigger events"
- RenderSVGContainer {g} at (29,109) size 62x62
+ LayoutSVGContainer {g} at (29,109) size 62x62
RenderSVGEllipse {circle} at (29,109) size 62x62 [stroke={[type=SOLID] [color=#000000]}] [fill={[type=SOLID] [color=#CCCCCC]}] [cx=0.00] [cy=0.00] [r=30.00]
RenderSVGPath {line} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [x1=-30.00] [y1=0.00] [x2=30.00] [y2=0.00]
RenderSVGPath {line} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [x1=0.00] [y1=-30.00] [x2=0.00] [y2=30.00]
- RenderSVGContainer {g} at (50,181) size 212x97
- RenderSVGContainer {g} at (50,181) size 212x97 [transform={m=((1.00,0.00)(0.00,1.00)) t=(65.00,190.00)}]
- RenderSVGContainer {g} at (75,181) size 187x97
+ LayoutSVGContainer {g} at (50,181) size 212x97
+ LayoutSVGContainer {g} at (50,181) size 212x97 [transform={m=((1.00,0.00)(0.00,1.00)) t=(65.00,190.00)}]
+ LayoutSVGContainer {g} at (75,181) size 187x97
LayoutSVGText {text} at (10,-9) size 187x37 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 187x37
chunk 1 text run 1 at (10.00,20.00) startOffset 0 endOffset 11 width 186.66: "onmousedown"
@@ -29,7 +29,7 @@ layer at (0,0) size 480x360
LayoutSVGText {text} at (10,51) size 95x37 contains 1 chunk(s)
LayoutSVGInlineText {#text} at (0,0) size 95x37
chunk 1 text run 1 at (10.00,80.00) startOffset 0 endOffset 7 width 94.19: "onclick"
- RenderSVGContainer {g} at (50,192) size 20x80
+ LayoutSVGContainer {g} at (50,192) size 20x80
RenderSVGRect {rect} at (50,192) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=-15.00] [y=2.00] [width=20.00] [height=20.00]
RenderSVGRect {rect} at (50,192) size 20x20 [fill={[type=SOLID] [color=#FF0000]}] [x=-15.00] [y=2.00] [width=20.00] [height=20.00]
RenderSVGRect {rect} at (50,222) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=-15.00] [y=32.00] [width=20.00] [height=20.00]

Powered by Google App Engine
This is Rietveld 408576698