Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / android / paint / invalidation / invalidate-after-composited-scroll-expected.txt
blobf8167017056f80b3624a93b5cafb7aa057d2fe57
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                   "drawsContent": true,
26                   "repaintRects": [
27                     [0, 2400, 100, 100]
28                   ],
29                   "paintInvalidationClients": [
30                     "LayoutBlockFlow DIV id='target'"
31                   ],
32                   "children": [
33                     {
35                     }
36                   ]
37                 }
38               ]
39             },
40             {
41               "children": [
42                 {
43                   "position": [185, 0],
44                   "bounds": [15, 200],
45                   "drawsContent": true,
46                   "repaintRects": [
47                     [0, 0, 15, 200]
48                   ],
49                   "paintInvalidationClients": [
50                     "##ALL##"
51                   ]
52                 }
53               ]
54             }
55           ]
56         }
57       ]
58     }
59   ]