Upstream version 10.39.225.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           "backgroundColor": "#ADD8E6",
14           "children": [
15             {
16               "bounds": [800, 550],
17               "children": [
18                 {
19                   "position": [400, -10],
20                   "bounds": [24, 100],
21                   "contentsOpaque": true,
22                   "drawsContent": true,
23                   "backgroundColor": "#D3D3D3"
24                 }
25               ]
26             }
27           ]
28         },
29         {
30           "bounds": [800, 60],
31           "contentsOpaque": true,
32           "drawsContent": true,
33           "backgroundColor": "#008000"
34         }
35       ]
36     }
37   ]
38 }
39