Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / android / compositing / layer-creation / overlap-animation-container-expected.txt
1 Before:
2 {
3   "bounds": [785, 802],
4   "children": [
5     {
6       "bounds": [785, 802],
7       "contentsOpaque": true,
8       "drawsContent": true,
9       "children": [
10         {
11           "children": [
12             {
13               "position": [18, 120],
14               "bounds": [100, 100],
15               "contentsOpaque": true,
16               "drawsContent": true,
17               "backgroundColor": "#0000FF",
18               "transform": [
19                 [...],
20                 [...],
21                 [...],
22                 [...]
23               ]
24             },
25             {
26               "position": [46, 230],
27               "bounds": [146, 452],
28               "drawsContent": true
29             }
30           ]
31         },
32         {
33           "children": [
34             {
35               "position": [69, 241],
36               "bounds": [100, 100],
37               "contentsOpaque": true,
38               "drawsContent": true,
39               "backgroundColor": "#808080",
40               "transform": [
41                 [...],
42                 [...],
43                 [...],
44                 [...]
45               ]
46             },
47             {
48               "position": [18, 692],
49               "bounds": [100, 100],
50               "drawsContent": true
51             }
52           ]
53         }
54       ]
55     }
56   ]
57 }
58
59 After:
60 {
61   "bounds": [785, 802],
62   "children": [
63     {
64       "bounds": [785, 802],
65       "contentsOpaque": true,
66       "drawsContent": true,
67       "children": [
68         {
69           "children": [
70             {
71               "position": [18, 120],
72               "bounds": [100, 100],
73               "contentsOpaque": true,
74               "drawsContent": true,
75               "backgroundColor": "#0000FF",
76               "transform": [
77                 [...],
78                 [...],
79                 [...],
80                 [...]
81               ]
82             },
83             {
84               "position": [58, 230],
85               "bounds": [122, 452],
86               "drawsContent": true
87             }
88           ]
89         },
90         {
91           "children": [
92             {
93               "position": [69, 241],
94               "bounds": [100, 100],
95               "contentsOpaque": true,
96               "drawsContent": true,
97               "backgroundColor": "#808080",
98               "transform": [
99                 [...],
100                 [...],
101                 [...],
102                 [...]
103               ]
104             },
105             {
106               "position": [18, 328],
107               "bounds": [174, 464],
108               "drawsContent": true
109             }
110           ]
111         }
112       ]
113     }
114   ]
115 }
116