Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / layer-creation / fixed-position-and-transform-expected.txt
blobe12589e3c48e17be0ae6eaf4eb31d06de56dbdde
2   "bounds": [785, 5021],
3   "children": [
4     {
5       "bounds": [785, 5021],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "position": [100, 1100],
11           "bounds": [256, 256],
12           "contentsOpaque": true,
13           "drawsContent": true,
14           "backgroundColor": "#FF0000"
15         },
16         {
17           "position": [0, 1000],
18           "bounds": [500, 500],
19           "contentsOpaque": true,
20           "drawsContent": true,
21           "backgroundColor": "#008000"
22         }
23       ]
24     }
25   ]