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
46
47
48
49
50
51
52
53
54
55
56
|
{
"bounds": [800, 600],
"children": [
{
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
[8, 167, 784, 21],
[8, 167, 30, 20],
[8, 147, 784, 41],
[8, 147, 784, 21],
[8, 147, 23, 20],
[8, 127, 784, 21],
[8, 127, 30, 20],
[8, 127, 22, 20],
[7, 126, 786, 103],
[7, 126, 3, 22]
],
"paintInvalidationClients": [
"InlineTextBox 'one'",
"LayoutText #text",
"RootInlineBox",
"InlineTextBox 'two'",
"LayoutText #text",
"RootInlineBox",
"LayoutBlockFlow DIV",
"InlineTextBox 'three'",
"LayoutText #text",
"RootInlineBox",
"InlineTextBox '\n'",
"LayoutBR BR",
"RootInlineBox",
"LayoutBlockFlow DIV",
"LayoutBlockFlow DIV id='two'",
"InlineTextBox '\n'",
"RootInlineBox",
"InlineTextBox '\n'",
"LayoutBR BR",
"InlineTextBox 'three'",
"RootInlineBox",
"InlineTextBox 'three'",
"LayoutText #text",
"LayoutInline SPAN",
"RootInlineBox",
"LayoutBlockFlow DIV",
"LayoutBlockFlow DIV id='one'",
"RootInlineBox",
"LayoutText #text",
"InlineTextBox 'three'",
"LayoutBlockFlow DIV id='one'"
]
}
]
}
|