Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / layer-creation / overlap-transformed-layer-with-transform-body-expected.txt
blob099a7f1d673eb8823304f15946dbd8c4f050bbf1
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": [784, 584],
12           "drawsContent": true,
13           "children": [
14             {
15               "position": [15, 0],
16               "transformOrigin": [377, 0],
17               "bounds": [256, 256],
18               "contentsOpaque": true,
19               "drawsContent": true,
20               "transform": [
21                 [1, 0, 0, 0],
22                 [0, 1, 0, 0],
23                 [0, 0, 1, 0],
24                 [-10, 0, 0, 1]
25               ],
26               "children": [
27                 {
28                   "position": [385, 0]
29                 }
30               ]
31             },
32             {
33               "bounds": [300, 300],
34               "contentsOpaque": true,
35               "drawsContent": true,
36               "backgroundColor": "#008000"
37             }
38           ]
39         }
40       ]
41     }
42   ]