Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / layer-creation / scroll-partial-update-expected.txt
blob143f329b0520619a996d6b541c226a1a4e17260b
1 scroll me
3   "bounds": [800, 600],
4   "children": [
5     {
6       "bounds": [800, 600],
7       "contentsOpaque": true,
8       "drawsContent": true,
9       "children": [
10         {
11           "shouldFlattenTransform": false,
12           "children": [
13             {
14               "position": [8, 8],
15               "bounds": [20, 20]
16             },
17             {
18               "position": [10, 8],
19               "bounds": [400, 204],
20               "drawsContent": true
21             }
22           ]
23         }
24       ]
25     }
26   ]