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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
{
"bounds": [800, 600],
"children": [
{
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"children": [
{
"position": [10, 60],
"bounds": [300, 400],
"shouldFlattenTransform": false,
"drawsContent": true,
"repaintRects": [
[50, 160, 200, 50],
[50, 50, 200, 50]
],
"paintInvalidationClients": [
"LayoutBlockFlow (positioned) DIV id='block'"
],
"children": [
{
"bounds": [285, 385],
"shouldFlattenTransform": false,
"children": [
{
"bounds": [285, 900],
"drawsContent": true,
"repaintRects": [
[50, 310, 200, 50],
[50, 200, 200, 50]
],
"paintInvalidationClients": [
"LayoutBlockFlow (positioned) DIV id='block'"
]
}
]
},
{
"bounds": [300, 400],
"children": [
{
"position": [0, 385],
"bounds": [285, 15]
},
{
"position": [285, 0],
"bounds": [15, 385],
"repaintRects": [
[0, 0, 15, 385]
]
},
{
"position": [285, 385],
"bounds": [15, 15],
"drawsContent": true
}
]
}
]
}
]
}
]
}
|