Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / geometry / bounds-clipped-composited-child-expected.txt
blob526ee2e48cea7b9d0994af616bce9f10a9ce63e1
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   ]