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": [
[0, 36, 800, 19],
[0, 0, 800, 232],
[0, 0, 800, 56],
[0, 0, 800, 20],
[-1, -1, 802, 234],
[-1, -1, 801, 233],
[-1, -1, 801, 57],
[-1, -1, 801, 21]
],
"paintInvalidationClients": [
"InlineFlowBox",
"InlineTextBox 'Home'",
"InlineFlowBox",
"RootInlineBox",
"InlineTextBox 'crbug.com/424078: ensure inline elements get their outline painted'",
"RootInlineBox",
"LayoutBlockFlow HTML",
"LayoutBlockFlow BODY",
"LayoutBlockFlow (anonymous)",
"RootInlineBox",
"LayoutInline A id='link'",
"InlineFlowBox",
"LayoutBlockFlow P"
]
}
]
}
|