Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / layer-creation / squashing-into-ancestor-clipping-layer-change-expected.txt
blob3777f1cc8a8ba137167ad1d14a4e5dfbaf389ebc
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "position": [8, 8],
11           "bounds": [100, 100],
12           "shouldFlattenTransform": false,
13           "children": [
14             {
15               "position": [0, 50],
16               "bounds": [100, 100],
17               "contentsOpaque": true,
18               "drawsContent": true,
19               "backgroundColor": "#FA8072"
20             },
21             {
22               "position": [0, 50],
23               "bounds": [100, 100],
24               "drawsContent": true
25             }
26           ]
27         }
28       ]
29     }
30   ]