Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / layer-creation / should-invoke-deferred-compositing-expected.txt
blob4a81d2d88da60bef9358b1c0e5eadb345c9d84a2
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "bounds": [300, 300],
11           "paintInvalidationClients": [
12             "LayoutHTMLCanvas (positioned) CANVAS"
13           ],
14           "children": [
15             {
16               "bounds": [200, 200],
17               "drawsContent": true,
18               "repaintRects": [
19                 [0, 0, 200, 200]
20               ],
21               "paintInvalidationClients": [
22                 "LayoutHTMLCanvas (positioned) CANVAS"
23               ]
24             }
25           ]
26         }
27       ]
28     }
29   ]