Upstream version 9.37.197.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / android / compositing / layer-creation / overlap-clipping-expected.txt
1 (GraphicsLayer
2   (bounds 800.00 600.00)
3   (children 1
4     (GraphicsLayer
5       (bounds 800.00 600.00)
6       (contentsOpaque 1)
7       (drawsContent 1)
8       (children 3
9         (GraphicsLayer
10           (position 50.00 50.00)
11           (bounds 100.00 100.00)
12           (children 1
13             (GraphicsLayer
14               (bounds 500.00 100.00)
15               (contentsOpaque 1)
16               (drawsContent 1)
17               (backgroundColor #008000)
18             )
19           )
20         )
21         (GraphicsLayer
22           (position 50.00 200.00)
23           (bounds 500.00 100.00)
24           (contentsOpaque 1)
25           (drawsContent 1)
26           (backgroundColor #008000)
27         )
28         (GraphicsLayer
29           (position 450.00 200.00)
30           (bounds 100.00 100.00)
31           (contentsOpaque 1)
32           (drawsContent 1)
33           (backgroundColor #0000FF)
34         )
35       )
36     )
37   )
38 )
39