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
|
{
"bounds": [800, 600],
"children": [
{
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
[10, 75, 150, 16],
[8, 72, 784, 22],
[8, 72, 154, 22],
[8, 56, 11, 11]
],
"paintInvalidationClients": [
"LayoutDetailsMarker DIV id='details-marker'",
"LayoutBlockFlow DIV id='details-content'",
"RootInlineBox",
"LayoutTextControl INPUT",
"LayoutBlockFlow DIV id='inner-editor'",
"LayoutBlockFlow DIV id='inner-editor'",
"HorizontalScrollbar",
"LayoutBlockFlow DIV id='inner-editor'",
"VerticalScrollbar",
"LayoutText #text",
"LayoutText #text"
]
}
]
}
|