1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
{
"bounds": [785, 2016],
"children": [
{
"bounds": [785, 2016],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
"position": [0, 400],
"bounds": [785, 600],
"contentsOpaque": true,
"drawsContent": true,
"backfaceVisibility": "hidden",
"backgroundColor": "#008000",
"repaintRects": [
[100, 100, 200, 200]
],
"paintInvalidationClients": [
"LayoutBlockFlow (positioned) DIV id='fixed'"
]
}
]
}
]
}
|