Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / geometry / bounds-ignores-hidden-dynamic-negzindex-expected.txt
1
2
3 {
4   "bounds": [800, 600],
5   "children": [
6     {
7       "bounds": [800, 600],
8       "contentsOpaque": true,
9       "drawsContent": true,
10       "children": [
11         {
12           "transformOrigin": [50, 50],
13           "bounds": [500, 250],
14           "drawsContent": true
15         },
16         {
17           "shouldFlattenTransform": false,
18           "children": [
19             {
20               "position": [0, 250],
21               "transformOrigin": [50, 50],
22               "bounds": [150, 150],
23               "drawsContent": true
24             },
25             {
26               "bounds": [792, 100],
27               "drawsContent": true
28             }
29           ]
30         },
31         {
32           "position": [0, 250],
33           "bounds": [100, 100],
34           "contentsOpaque": true,
35           "drawsContent": true,
36           "backgroundColor": "#008000"
37         }
38       ]
39     }
40   ]
41 }
42