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
|
{
"bounds": [800, 2016],
"children": [
{
"bounds": [800, 2016],
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
[200, 200, 100, 100],
[200, 200, 100, 100],
[50, 200, 100, 100],
[0, 0, 350, 350],
[0, 0, 350, 350]
],
"paintInvalidationClients": [
"LayoutTableCell TD id='moveMe' class='fixed'",
"LayoutTable (positioned) TABLE",
"LayoutTableCell TD",
"LayoutTableCell TD",
"LayoutTableCell TD class='red'",
"LayoutTableCell (anonymous)",
"LayoutTableSection TBODY",
"LayoutTableCell (anonymous)",
"LayoutBlockFlow (positioned) TD id='moveMe' class='fixed'"
]
}
]
}
|