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
|
{
"bounds": [800, 600],
"children": [
{
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
[295, 102, 15, 400],
[18, 164, 269, 338],
[18, 146, 269, 356],
[18, 128, 269, 36],
[18, 128, 269, 18],
[18, 128, 257, 36],
[18, 128, 84, 18],
[10, 102, 285, 400]
],
"paintInvalidationClients": [
"InlineTextBox 'To be changed: findme (Manual testing:'",
"InlineTextBox 'Find-in-page 'findme', then click here)'",
"LayoutText #text",
"RootInlineBox",
"RootInlineBox",
"LayoutBlockFlow HTML",
"LayoutBlockFlow DIV id='to-be-changed'",
"RootInlineBox",
"LayoutText #text",
"InlineTextBox 'After change'",
"LayoutBlockFlow DIV",
"VerticalScrollbar"
]
}
]
}
|