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

Side by Side Diff: LayoutTests/platform/win-xp/svg/transforms/text-with-mask-with-svg-transform-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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 RenderSVGRoot {svg} at (0,83) size 430x460 4 RenderSVGRoot {svg} at (0,83) size 430x460
5 RenderSVGContainer {g} at (0,83) size 430x460 [transform={m=((0.43,0.25)(-0. 25,0.43)) t=(50.00,50.00)}] 5 LayoutSVGContainer {g} at (0,83) size 430x460 [transform={m=((0.43,0.25)(-0. 25,0.43)) t=(50.00,50.00)}]
6 RenderSVGHiddenContainer {defs} at (0,0) size 0x0 6 RenderSVGHiddenContainer {defs} at (0,0) size 0x0
7 LayoutSVGText {text} at (10,6) size 128x18 contains 1 chunk(s) 7 LayoutSVGText {text} at (10,6) size 128x18 contains 1 chunk(s)
8 LayoutSVGInlineText {#text} at (0,0) size 128x17 8 LayoutSVGInlineText {#text} at (0,0) size 128x17
9 chunk 1 text run 1 at (10.00,20.00) startOffset 0 endOffset 21 width 1 27.20: "Test for mask support" 9 chunk 1 text run 1 at (10.00,20.00) startOffset 0 endOffset 21 width 1 27.20: "Test for mask support"
10 RenderSVGRect {rect} at (0,109) size 151x230 [fill={[type=SOLID] [color=#F F0000]}] [x=10.00] [y=30.00] [width=100.00] [height=260.00] 10 RenderSVGRect {rect} at (0,109) size 151x230 [fill={[type=SOLID] [color=#F F0000]}] [x=10.00] [y=30.00] [width=100.00] [height=260.00]
11 LayoutSVGResourceMasker {mask} [id="mask1"] [maskUnits=userSpaceOnUse] [ma skContentUnits=userSpaceOnUse] 11 LayoutSVGResourceMasker {mask} [id="mask1"] [maskUnits=userSpaceOnUse] [ma skContentUnits=userSpaceOnUse]
12 RenderSVGHiddenContainer {defs} at (0,0) size 0x0 12 RenderSVGHiddenContainer {defs} at (0,0) size 0x0
13 LayoutSVGResourceLinearGradient {linearGradient} [id="Grad1"] [gradien tUnits=userSpaceOnUse] [start=(60,50)] [end=(60,120)] 13 LayoutSVGResourceLinearGradient {linearGradient} [id="Grad1"] [gradien tUnits=userSpaceOnUse] [start=(60,50)] [end=(60,120)]
14 RenderSVGGradientStop {stop} [offset=0.00] [color=#FFFFFF] 14 RenderSVGGradientStop {stop} [offset=0.00] [color=#FFFFFF]
15 RenderSVGGradientStop {stop} [offset=1.00] [color=#FFFFFF80] 15 RenderSVGGradientStop {stop} [offset=1.00] [color=#FFFFFF80]
(...skipping 30 matching lines...) Expand all
46 LayoutSVGText {text} at (200,213) size 208x16 contains 1 chunk(s) 46 LayoutSVGText {text} at (200,213) size 208x16 contains 1 chunk(s)
47 LayoutSVGInlineText {#text} at (0,0) size 208x16 47 LayoutSVGInlineText {#text} at (0,0) size 208x16
48 chunk 1 text run 1 at (200.00,225.00) startOffset 0 endOffset 36 width 207.60: "Text with mask containing rectangles" 48 chunk 1 text run 1 at (200.00,225.00) startOffset 0 endOffset 36 width 207.60: "Text with mask containing rectangles"
49 LayoutSVGText {text} at (200,228) size 108x16 contains 1 chunk(s) 49 LayoutSVGText {text} at (200,228) size 108x16 contains 1 chunk(s)
50 LayoutSVGInlineText {#text} at (0,0) size 108x16 50 LayoutSVGInlineText {#text} at (0,0) size 108x16
51 chunk 1 text run 1 at (200.00,240.00) startOffset 0 endOffset 20 width 108.00: "of various opacities" 51 chunk 1 text run 1 at (200.00,240.00) startOffset 0 endOffset 20 width 108.00: "of various opacities"
52 LayoutSVGText {text} at (10,305) size 259x45 contains 1 chunk(s) 52 LayoutSVGText {text} at (10,305) size 259x45 contains 1 chunk(s)
53 LayoutSVGInlineText {#text} at (0,0) size 259x45 53 LayoutSVGInlineText {#text} at (0,0) size 259x45
54 chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 258.00: "$Revision: 1.7 $" 54 chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 16 width 258.00: "$Revision: 1.7 $"
55 RenderSVGRect {rect} at (0,83) size 430x460 [stroke={[type=SOLID] [color=# 000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00] 55 RenderSVGRect {rect} at (0,83) size 430x460 [stroke={[type=SOLID] [color=# 000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698