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
|
{
"bounds": [800, 600],
"children": [
{
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
[508, 208, 100, 100],
[508, 208, 100, 100],
[508, 88, 100, 300],
[508, 88, 100, 300],
[508, 88, 100, 300],
[508, 88, 100, 220],
[508, 88, 100, 100],
[408, 208, 100, 100],
[408, 208, 100, 100],
[408, 88, 200, 300],
[408, 88, 100, 300],
[408, 88, 100, 220]
],
"paintInvalidationClients": [
"LayoutBlockFlow (positioned) DIV id='remove_child'",
"LayoutBlockFlow (floating) DIV id='remove' class='outer'",
"LayoutBlockFlow (floating) DIV id='container'",
"LayoutBlockFlow (floating) DIV id='keep_outer' class='outer'",
"LayoutBlockFlow (relative positioned) DIV id='keep_inner'",
"LayoutBlockFlow (positioned) DIV id='abs_pos'",
"LayoutBlockFlow DIV id='keep_child'"
]
}
]
}
|