Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / layer-creation / overlap-child-layer-expected.txt
blobd82d09705090776c78b3bb21decc146aa6c08fe2
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "shouldFlattenTransform": false,
11           "children": [
12             {
13               "transformOrigin": [400, 0],
14               "bounds": [256, 256],
15               "contentsOpaque": true,
16               "drawsContent": true
17             },
18             {
19               "bounds": [300, 300],
20               "drawsContent": true
21             }
22           ]
23         }
24       ]
25     }
26   ]