Upstream version 9.37.197.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / android / svg / dom / SVGPathSegList-xml-dom-synchronization2-expected.txt
1 layer at (0,0) size 800x600
2   RenderView at (0,0) size 800x600
3 layer at (0,0) size 600x500
4   RenderSVGRoot {svg} at (10,5) size 479x220
5     RenderSVGPath {path} at (46,103) size 128x122 [stroke={[type=SOLID] [color=#000000] [stroke width=5.00]}] [fill={[type=SOLID] [color=#FF0000]}] [data="M 50 150 L 95 107 L 145 157 L 169 221 L 100 200 Z"]
6     RenderSVGText {text} at (10,5) size 339x19 contains 1 chunk(s)
7       RenderSVGInlineText {#text} at (0,0) size 339x19
8         chunk 1 text run 1 at (10.00,20.00) startOffset 0 endOffset 52 width 339.00: "Right after loading, a segment is added to the path."
9     RenderSVGText {text} at (10,25) size 479x19 contains 1 chunk(s)
10       RenderSVGInlineText {#text} at (0,0) size 479x19
11         chunk 1 text run 1 at (10.00,40.00) startOffset 0 endOffset 72 width 479.00: "The path and its attribute should be updated to include the new segment."
12     RenderSVGText {text} at (10,55) size 55x19 contains 1 chunk(s)
13       RenderSVGInlineText {#text} at (0,0) size 55x19
14         chunk 1 text run 1 at (10.00,70.00) startOffset 0 endOffset 12 width 55.00: "\"d\" initial:"
15     RenderSVGText {text} at (90,55) size 211x19 contains 1 chunk(s)
16       RenderSVGInlineText {#text} at (0,0) size 211x19
17         chunk 1 text run 1 at (90.00,70.00) startOffset 0 endOffset 32 width 211.00: "M50,150 l45,-43 l24,64 l-69,-21z"
18     RenderSVGText {text} at (10,75) size 52x19 contains 1 chunk(s)
19       RenderSVGInlineText {#text} at (0,0) size 52x19
20         chunk 1 text run 1 at (10.00,90.00) startOffset 0 endOffset 10 width 52.00: "\"d\" after:"
21     RenderSVGText {text} at (90,75) size 281x19 contains 1 chunk(s)
22       RenderSVGInlineText {#text} at (0,0) size 281x19
23         chunk 1 text run 1 at (90.00,90.00) startOffset 0 endOffset 45 width 281.00: "M 50 150 l 45 -43 l 50 50 l 24 64 l -69 -21 Z"