Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / geometry / bounds-clipped-composited-child-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": [58, 8],
11           "transformOrigin": [50, 50],
12           "bounds": [200, 100],
13           "drawsContent": true,
14           "transform": [
15             [1, 0, 0, 0],
16             [0, 1, 0, 0],
17             [0, 0, 1, 0],
18             [-50, 0, 0, 1]
19           ]
20         }
21       ]
22     }
23   ]
24 }
25