Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / win / paint / invalidation / invalidate-after-composited-scroll-expected.txt
bloba13afdafceb5484120101ec3699fa61000f4d1af
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                   "drawsContent": true,
47                   "repaintRects": [
48                     [0, 0, 15, 200]
49                   ],
50                   "paintInvalidationClients": [
51                     "##ALL##"
52                   ]
53                 }
54               ]
55             }
56           ]
57         }
58       ]
59     }
60   ]