Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / layer-creation / overlap-clipping-expected.txt
blob625c07837afdf499ff53dc799cb08acf64de3741
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "position": [50, 50],
11           "bounds": [100, 100],
12           "shouldFlattenTransform": false,
13           "children": [
14             {
15               "bounds": [500, 100],
16               "contentsOpaque": true,
17               "drawsContent": true,
18               "backgroundColor": "#008000"
19             }
20           ]
21         },
22         {
23           "shouldFlattenTransform": false,
24           "children": [
25             {
26               "position": [50, 200],
27               "bounds": [500, 100],
28               "contentsOpaque": true,
29               "drawsContent": true,
30               "backgroundColor": "#008000"
31             },
32             {
33               "position": [450, 200],
34               "bounds": [100, 100],
35               "drawsContent": true
36             }
37           ]
38         }
39       ]
40     }
41   ]