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": [800, 600],
"children": [
{
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
[200, 146, 100, 100],
[200, 100, 100, 100],
[0, 204, 800, 42],
[0, 0, 800, 246]
],
"paintInvalidationClients": [
"InlineBox",
"InlineBox",
"InlineBox",
"RootInlineBox",
"LayoutBlockFlow BODY",
"LayoutBlockFlow BODY",
"RootInlineBox",
"LayoutBlockFlow DIV id='target'"
]
}
]
}
|