Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / squashing / squashing-sparsity-heuristic-expected.txt
1 {
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "shouldFlattenTransform": false,
11           "children": [
12             {
13               "position": [60, 60],
14               "bounds": [400, 400],
15               "contentsOpaque": true,
16               "drawsContent": true,
17               "backgroundColor": "#808080"
18             },
19             {
20               "position": [140, 140],
21               "bounds": [10, 10],
22               "drawsContent": true
23             }
24           ]
25         },
26         {
27           "shouldFlattenTransform": false,
28           "children": [
29             {
30               "position": [220, 220],
31               "bounds": [10, 10],
32               "contentsOpaque": true,
33               "drawsContent": true,
34               "backgroundColor": "#00FF00"
35             },
36             {
37               "position": [220, 300],
38               "bounds": [25, 10],
39               "drawsContent": true
40             }
41           ]
42         }
43       ]
44     }
45   ]
46 }
47