Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / squashing / no-squashing-into-fixed-position-that-clips-expected.txt
1 {
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "position": [0, 50],
11           "bounds": [800, 550],
12           "contentsOpaque": true,
13           "drawsContent": true,
14           "backgroundColor": "#ADD8E6",
15           "children": [
16             {
17               "bounds": [800, 550],
18               "children": [
19                 {
20                   "position": [400, -10],
21                   "bounds": [24, 100],
22                   "contentsOpaque": true,
23                   "drawsContent": true,
24                   "backgroundColor": "#D3D3D3"
25                 }
26               ]
27             }
28           ]
29         },
30         {
31           "bounds": [800, 60],
32           "contentsOpaque": true,
33           "drawsContent": true,
34           "backgroundColor": "#008000"
35         }
36       ]
37     }
38   ]
39 }
40