Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / squashing / invisible-layers-should-not-affect-geometry-expected.txt
1 {
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "children": [
11             {
12               "position": [10, 10],
13               "bounds": [100, 100],
14               "contentsOpaque": true,
15               "drawsContent": true,
16               "backgroundColor": "#008000"
17             },
18             {
19               "position": [10, 10],
20               "bounds": [100, 100],
21               "drawsContent": true
22             }
23           ]
24         }
25       ]
26     }
27   ]
28 }
29