1c7d17e3dd109e58cdac2bad710f072f38e1108e
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / layer-creation / overlap-animation-container-expected.txt
1 Before:
2 (GraphicsLayer
3   (bounds 785.00 802.00)
4   (children 1
5     (GraphicsLayer
6       (bounds 785.00 802.00)
7       (contentsOpaque 1)
8       (drawsContent 1)
9       (children 2
10         (GraphicsLayer
11           (children 2
12             (GraphicsLayer
13               (position 18.00 120.00)
14               (bounds 100.00 100.00)
15               (contentsOpaque 1)
16               (drawsContent 1)
17               (backgroundColor #0000FF)
18               (transform ...)
19             )
20             (GraphicsLayer
21               (position 46.00 230.00)
22               (bounds 146.00 452.00)
23               (drawsContent 1)
24             )
25           )
26         )
27         (GraphicsLayer
28           (children 2
29             (GraphicsLayer
30               (position 69.00 241.00)
31               (bounds 100.00 100.00)
32               (contentsOpaque 1)
33               (drawsContent 1)
34               (backgroundColor #808080)
35               (transform ...)
36             )
37             (GraphicsLayer
38               (position 18.00 692.00)
39               (bounds 100.00 100.00)
40               (drawsContent 1)
41             )
42           )
43         )
44       )
45     )
46   )
47 )
48
49 After:
50 (GraphicsLayer
51   (bounds 785.00 802.00)
52   (children 1
53     (GraphicsLayer
54       (bounds 785.00 802.00)
55       (contentsOpaque 1)
56       (drawsContent 1)
57       (children 2
58         (GraphicsLayer
59           (children 2
60             (GraphicsLayer
61               (position 18.00 120.00)
62               (bounds 100.00 100.00)
63               (contentsOpaque 1)
64               (drawsContent 1)
65               (backgroundColor #0000FF)
66               (transform ...)
67             )
68             (GraphicsLayer
69               (position 58.00 230.00)
70               (bounds 122.00 452.00)
71               (drawsContent 1)
72             )
73           )
74         )
75         (GraphicsLayer
76           (children 2
77             (GraphicsLayer
78               (position 69.00 241.00)
79               (bounds 100.00 100.00)
80               (contentsOpaque 1)
81               (drawsContent 1)
82               (backgroundColor #808080)
83               (transform ...)
84             )
85             (GraphicsLayer
86               (position 18.00 328.00)
87               (bounds 174.00 464.00)
88               (drawsContent 1)
89             )
90           )
91         )
92       )
93     )
94   )
95 )
96