Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / layer-creation / spanOverlapsCanvas-expected.txt
blobc8e267741a57c174affad32c2e68e7b803687664
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, 50],
15               "drawsContent": true
16             },
17             {
18               "position": [8, 8],
19               "bounds": [100, 50],
20               "drawsContent": true
21             }
22           ]
23         }
24       ]
25     }
26   ]