Upstream version 11.39.266.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / svg / custom / empty-clip-path-expected.txt
1 layer at (0,0) size 800x600
2   RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600
4   RenderSVGRoot {svg} at (0,0) size 452x154
5     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
6       RenderSVGResourceClipper {clipPath} [id="nothing"] [clipPathUnits=userSpaceOnUse]
7       RenderSVGResourceClipper {clipPath} [id="emptyrect"] [clipPathUnits=userSpaceOnUse]
8         RenderSVGRect {rect} at (0,0) size 0x0 [fill={[type=SOLID] [color=#000000]}] [x=0.00] [y=0.00] [width=0.00] [height=0.00]
9     RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
10     RenderSVGContainer {g} at (0,0) size 0x0
11       [clipPath="nothing"] RenderSVGResourceClipper {clipPath} at (0,0) size 0x0
12       RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
13     RenderSVGContainer {g} at (0,0) size 0x0
14       [clipPath="emptyrect"] RenderSVGResourceClipper {clipPath} at (0,0) size 0x0
15       RenderSVGRect {rect} at (0,0) size 100x100 [fill={[type=SOLID] [color=#FF0000]}] [x=0.00] [y=0.00] [width=100.00] [height=100.00]
16     RenderSVGContainer {g} at (0,116) size 452x38
17       RenderSVGText {text} at (0,116) size 287x18 contains 1 chunk(s)
18         RenderSVGInlineText {#text} at (0,0) size 287x18
19           chunk 1 text run 1 at (0.00,130.00) startOffset 0 endOffset 44 width 287.00: "Above a green rectangle should be displayed."
20       RenderSVGText {text} at (0,136) size 452x18 contains 1 chunk(s)
21         RenderSVGInlineText {#text} at (0,0) size 452x18
22           chunk 1 text run 1 at (0.00,150.00) startOffset 0 endOffset 74 width 452.00: "It tests that an empty clip path clips the referencing graphic. Bug 15289."