Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / geometry / limit-layer-bounds-positioned-expected.txt
blob5a4a490a72712d52b9266b75428e904fd78a5ce5
1 Text here
3   "bounds": [800, 600],
4   "children": [
5     {
6       "bounds": [800, 600],
7       "contentsOpaque": true,
8       "drawsContent": true,
9       "children": [
10         {
11           "shouldFlattenTransform": false,
12           "children": [
13             {
14               "position": [29, 29],
15               "bounds": [100, 100]
16             },
17             {
18               "position": [-9971, 8],
19               "bounds": [10121, 142],
20               "drawsContent": true
21             }
22           ]
23         }
24       ]
25     }
26   ]