Upstream version 7.35.144.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / virtual / softwarecompositing / 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 3
10         (GraphicsLayer
11           (position 18.00 120.00)
12           (bounds 100.00 100.00)
13           (contentsOpaque 1)
14           (drawsContent 1)
15           (backgroundColor #0000FF)
16           (transform ...)
17         )
18         (GraphicsLayer
19           (position 47.00 230.00)
20           (bounds 144.00 452.00)
21           (drawsContent 1)
22           (backgroundColor #FFFFFF)
23           (children 1
24             (GraphicsLayer
25               (position 22.00 11.00)
26               (bounds 100.00 100.00)
27               (contentsOpaque 1)
28               (drawsContent 1)
29               (backgroundColor #808080)
30               (transform ...)
31             )
32           )
33         )
34         (GraphicsLayer
35           (position 18.00 692.00)
36           (bounds 100.00 100.00)
37           (contentsOpaque 1)
38           (drawsContent 1)
39           (backgroundColor #FFFF00)
40         )
41       )
42     )
43   )
44 )
45
46 After:
47 (GraphicsLayer
48   (bounds 785.00 802.00)
49   (children 1
50     (GraphicsLayer
51       (bounds 785.00 802.00)
52       (contentsOpaque 1)
53       (drawsContent 1)
54       (children 3
55         (GraphicsLayer
56           (position 18.00 120.00)
57           (bounds 100.00 100.00)
58           (contentsOpaque 1)
59           (drawsContent 1)
60           (backgroundColor #0000FF)
61           (transform ...)
62         )
63         (GraphicsLayer
64           (position 58.00 230.00)
65           (bounds 122.00 452.00)
66           (contentsOpaque 1)
67           (drawsContent 1)
68           (backgroundColor #FFFFFF)
69           (children 4
70             (GraphicsLayer
71               (position 11.00 11.00)
72               (bounds 100.00 100.00)
73               (contentsOpaque 1)
74               (drawsContent 1)
75               (backgroundColor #808080)
76               (transform ...)
77             )
78             (GraphicsLayer
79               (position 10.00 120.00)
80               (bounds 102.00 102.00)
81               (drawsContent 1)
82               (backgroundColor #008000)
83               (transform ...)
84             )
85             (GraphicsLayer
86               (position 10.00 230.00)
87               (bounds 102.00 102.00)
88               (drawsContent 1)
89               (backgroundColor #008000)
90               (transform ...)
91             )
92             (GraphicsLayer
93               (position 10.00 340.00)
94               (bounds 102.00 102.00)
95               (drawsContent 1)
96               (backgroundColor #008000)
97             )
98           )
99         )
100         (GraphicsLayer
101           (position 18.00 692.00)
102           (bounds 100.00 100.00)
103           (contentsOpaque 1)
104           (drawsContent 1)
105           (backgroundColor #FFFF00)
106         )
107       )
108     )
109   )
110 )
111