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
|
{
"bounds": [800, 600],
"children": [
{
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
[324, 37, 278, 20],
[324, 37, 278, 19],
[162, 37, 279, 20],
[162, 37, 279, 19]
],
"paintInvalidationClients": [
"LayoutBlockFlow (floating) SPAN",
"RootInlineBox",
"LayoutText #text",
"InlineTextBox 'the quick brown fox jumped over the lazy dog'",
"LayoutBlockFlow (positioned) SPAN",
"RootInlineBox",
"LayoutText #text",
"InlineTextBox 'the quick brown fox jumped over the lazy dog'"
]
}
]
}
|