Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / layer-creation / overlap-transforms-expected.txt
blobe062eda730f857d1541b6bf374d5f0de1d6c1dbe
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": [122, 242],
12           "drawsContent": true,
13           "children": [
14             {
15               "position": [1, 1],
16               "bounds": [120, 240],
17               "children": [
18                 {
19                   "position": [10, 10],
20                   "bounds": [100, 100],
21                   "contentsOpaque": true,
22                   "drawsContent": true,
23                   "backgroundColor": "#0000FF",
24                   "transform": [
25                     [1, 0, 0, 0],
26                     [0, 1, 0, 0],
27                     [0, 0, 1, 0],
28                     [0, 0, 1, 1]
29                   ]
30                 }
31               ]
32             }
33           ]
34         }
35       ]
36     }
37   ]