Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / squashing / opacity-squashed-owner-expected.txt
blob507253625d812728a815f33b5c25d16a87023f0e
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": [100, 100],
15               "opacity": 0.5,
16               "contentsOpaque": true,
17               "drawsContent": true,
18               "backgroundColor": "#ADD8E6"
19             },
20             {
21               "position": [16, 4],
22               "bounds": [40, 90],
23               "drawsContent": true
24             }
25           ]
26         }
27       ]
28     }
29   ]