Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / layer-creation / overflow-scroll-overlap-expected.txt
blob5b666edb01890466caa54d076efabbca472d4475
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": [8, 8],
14               "bounds": [30, 30]
15             },
16             {
17               "position": [20, 20],
18               "bounds": [306, 206],
19               "drawsContent": true
20             }
21           ]
22         },
23         {
24           "position": [23, 23],
25           "bounds": [285, 200],
26           "shouldFlattenTransform": false,
27           "children": [
28             {
29               "position": [20, 45],
30               "bounds": [210, 100],
31               "contentsOpaque": true,
32               "drawsContent": true,
33               "backgroundColor": "#0000FF"
34             }
35           ]
36         }
37       ]
38     }
39   ]