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
|
{
"bounds": [800, 600],
"children": [
{
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
[300, 302, 80, 176],
[300, 300, 80, 179],
[151, 87, 1, 1],
[135, 361, 159, 194],
[135, 360, 160, 196],
[100, 100, 100, 180],
[61, 87, 178, 206]
],
"paintInvalidationClients": [
"LayoutBlockFlow (positioned) DIV id='box'",
"RootInlineBox",
"LayoutInline (relative positioned) SPAN id='child'",
"InlineFlowBox",
"InlineFlowBox",
"InlineFlowBox",
"InlineFlowBox",
"InlineFlowBox",
"InlineFlowBox",
"InlineFlowBox",
"InlineFlowBox",
"InlineFlowBox",
"LayoutText #text",
"InlineTextBox 'A B C'",
"InlineTextBox 'D E F'",
"InlineTextBox 'G H I'",
"InlineTextBox 'J K L'",
"InlineTextBox 'M N O'",
"InlineTextBox 'P Q R'",
"InlineTextBox 'S T U'",
"InlineTextBox 'V W X'",
"InlineTextBox 'Y Z'",
"LayoutText #text"
]
}
]
}
|