Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / contents-opaque / layer-opacity-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": [8, 8],
11           "bounds": [100, 100],
12           "opacity": 0.5,
13           "contentsOpaque": true,
14           "drawsContent": true,
15           "backgroundColor": "#008000"
16         }
17       ]
18     }
19   ]
20 }
21