Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / mac / paint / invalidation / invalidate-after-composited-scroll-expected.txt
blobac4db69504c779452dd5582cbdb9f5c6fda35591
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "position": [300, 300],
11           "bounds": [200, 200],
12           "drawsContent": true,
13           "repaintRects": [
14             [0, 50, 100, 100]
15           ],
16           "paintInvalidationClients": [
17             "LayoutBlockFlow DIV id='target'"
18           ],
19           "children": [
20             {
21               "bounds": [185, 200],
22               "children": [
23                 {
24                   "bounds": [185, 4900],
25                   "shouldFlattenTransform": false,
26                   "drawsContent": true,
27                   "repaintRects": [
28                     [0, 2400, 100, 100]
29                   ],
30                   "paintInvalidationClients": [
31                     "LayoutBlockFlow DIV id='target'"
32                   ],
33                   "children": [
34                     {
35                       "shouldFlattenTransform": false
36                     }
37                   ]
38                 }
39               ]
40             },
41             {
42               "children": [
43                 {
44                   "position": [185, 0],
45                   "bounds": [15, 200],
46                   "repaintRects": [
47                     [0, 0, 15, 200],
48                     [0, 0, 15, 200],
49                     [0, 0, 15, 200]
50                   ]
51                 }
52               ]
53             }
54           ]
55         }
56       ]
57     }
58   ]