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
|
{
"bounds": [800, 600],
"children": [
{
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
[120, 80, 20, 20],
[120, 33, 20, 20],
[0, 100, 800, 5],
[0, 80, 20, 20],
[0, 33, 20, 20],
[0, 0, 800, 104]
],
"paintInvalidationClients": [
"InlineBox",
"InlineBox",
"InlineBox",
"RootInlineBox",
"LayoutBlockFlow BODY",
"LayoutBlockFlow BODY",
"RootInlineBox",
"LayoutBlockFlow DIV class='other'",
"LayoutBlockFlow DIV class='other'"
]
}
]
}
|