Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / geometry / limit-layer-bounds-overflow-root-expected.txt
blob1e6ecb0e073b08fe5699a648c919a6bc5076b4d4
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               "position": [21, 21],
14               "bounds": [100, 100]
15             },
16             {
17               "bounds": [216, 142],
18               "drawsContent": true
19             }
20           ]
21         }
22       ]
23     }
24   ]