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
|
{
"bounds": [800, 600],
"children": [
{
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
[282, 108, 101, 100],
[112, 193, 171, 19],
[112, 108, 171, 104],
[112, 108, 100, 100],
[8, 108, 784, 104]
],
"paintInvalidationClients": [
"InlineBox",
"InlineTextBox '\n'",
"InlineTextBox 'This span should disappear.\n'",
"InlineFlowBox",
"InlineBox",
"RootInlineBox",
"InlineTextBox 'This span should disappear.\n'",
"LayoutText #text",
"InlineFlowBox",
"LayoutInline SPAN id='target'",
"InlineBox",
"InlineTextBox '\n'",
"InlineBox",
"RootInlineBox",
"LayoutBlockFlow (anonymous)",
"LayoutBlockFlow DIV"
]
}
]
}
|