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

Side by Side Diff: LayoutTests/platform/win/svg/custom/stroked-pattern-expected.txt

Issue 933953003: Move the remaining rendering/svg/RenderSVG* files to layout. (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 (130,0) size 540x600 4 LayoutSVGRoot {svg} at (130,0) size 540x600
5 LayoutSVGHiddenContainer {defs} at (0,0) size 0x0 5 LayoutSVGHiddenContainer {defs} at (0,0) size 0x0
6 LayoutSVGResourceRadialGradient {radialGradient} [id="redToYellow"] [gradi entUnits=objectBoundingBox] [center=(0.50,0.50)] [focal=(0.50,0.50)] [radius=0.5 0] [focalRadius=0.00] 6 LayoutSVGResourceRadialGradient {radialGradient} [id="redToYellow"] [gradi entUnits=objectBoundingBox] [center=(0.50,0.50)] [focal=(0.50,0.50)] [radius=0.5 0] [focalRadius=0.00]
7 RenderSVGGradientStop {stop} [offset=0.00] [color=#FF0000] 7 LayoutSVGGradientStop {stop} [offset=0.00] [color=#FF0000]
8 RenderSVGGradientStop {stop} [offset=1.00] [color=#FFFF00] 8 LayoutSVGGradientStop {stop} [offset=1.00] [color=#FFFF00]
9 LayoutSVGResourcePattern {pattern} [id="pattern"] [patternUnits=userSpaceO nUse] [patternContentUnits=objectBoundingBox] 9 LayoutSVGResourcePattern {pattern} [id="pattern"] [patternUnits=userSpaceO nUse] [patternContentUnits=objectBoundingBox]
10 LayoutSVGEllipse {circle} at (98,0) size 112x80 [stroke={[type=SOLID] [c olor=#640000] [stroke width=12.00]}] [fill={[type=RADIAL-GRADIENT] [id="redToYel low"]}] [cx=20.00] [cy=20.00] [r=40.00] 10 LayoutSVGEllipse {circle} at (98,0) size 112x80 [stroke={[type=SOLID] [c olor=#640000] [stroke width=12.00]}] [fill={[type=RADIAL-GRADIENT] [id="redToYel low"]}] [cx=20.00] [cy=20.00] [r=40.00]
11 LayoutSVGRect {rect} at (189,59) size 422x482 [stroke={[type=SOLID] [color=# 000000]}] [fill={[type=PATTERN] [id="pattern"]}] [x=50.00] [y=50.00] [width=350. 00] [height=400.00] 11 LayoutSVGRect {rect} at (189,59) size 422x482 [stroke={[type=SOLID] [color=# 000000]}] [fill={[type=PATTERN] [id="pattern"]}] [x=50.00] [y=50.00] [width=350. 00] [height=400.00]
12 LayoutSVGRect {rect} at (130,0) size 540x600 [stroke={[type=SOLID] [color=#0 00000]}] [x=1.00] [y=1.00] [width=448.00] [height=498.00] 12 LayoutSVGRect {rect} at (130,0) size 540x600 [stroke={[type=SOLID] [color=#0 00000]}] [x=1.00] [y=1.00] [width=448.00] [height=498.00]
13 LayoutSVGContainer {g} at (287,12) size 226x33 13 LayoutSVGContainer {g} at (287,12) size 226x33
14 LayoutSVGText {text} at (131,10) size 188x13 contains 1 chunk(s) 14 LayoutSVGText {text} at (131,10) size 188x13 contains 1 chunk(s)
15 LayoutSVGInlineText {#text} at (0,0) size 187x13 15 LayoutSVGInlineText {#text} at (0,0) size 187x13
16 chunk 1 (middle anchor) text run 1 at (131.67,20.00) startOffset 0 end Offset 47 width 186.67: "stroked circle shouldn't be clipped in any way." 16 chunk 1 (middle anchor) text run 1 at (131.67,20.00) startOffset 0 end Offset 47 width 186.67: "stroked circle shouldn't be clipped in any way."
17 LayoutSVGText {text} at (161,25) size 128x13 contains 1 chunk(s) 17 LayoutSVGText {text} at (161,25) size 128x13 contains 1 chunk(s)
18 LayoutSVGInlineText {#text} at (0,0) size 128x13 18 LayoutSVGInlineText {#text} at (0,0) size 128x13
19 chunk 1 (middle anchor) text run 1 at (161.25,35.00) startOffset 0 end Offset 32 width 127.50: "(stroke-width should be visible!" 19 chunk 1 (middle anchor) text run 1 at (161.25,35.00) startOffset 0 end Offset 32 width 127.50: "(stroke-width should be visible!"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698