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
|
{
"bounds": [800, 600],
"children": [
{
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
[39, 79, 142, 99],
[38, 100, 152, 80],
[38, 99, 152, 81],
[38, 79, 152, 99],
[38, 78, 3, 21]
],
"paintInvalidationClients": [
"InlineTextBox 'hello world hello world'",
"InlineTextBox ' '",
"InlineTextBox 'hello world hello world'",
"InlineTextBox ' '",
"InlineTextBox 'hello world hello world'",
"InlineTextBox ' '",
"InlineTextBox 'hello world hello world'",
"InlineTextBox ' '",
"InlineTextBox 'hello'",
"LayoutText #text",
"RootInlineBox",
"RootInlineBox",
"RootInlineBox",
"RootInlineBox",
"InlineTextBox '\n'",
"RootInlineBox",
"LayoutBlockFlow DIV id='test'",
"LayoutBlockFlow DIV id='test'",
"RootInlineBox",
"LayoutBR BR",
"InlineTextBox '\n'",
"LayoutBlockFlow DIV id='test'"
]
}
]
}
|