OLD | NEW |
1 { | 1 { |
2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
3 "children": [ | 3 "children": [ |
4 { | 4 { |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "repaintRects": [ | 8 "repaintRects": [ |
9 [18, 18, 284, 20], | 9 [18, 18, 284, 20], |
10 [18, 18, 284, 20], | 10 [18, 18, 284, 20], |
11 [18, 18, 22, 19], | 11 [18, 18, 22, 19], |
12 [10, 18, 300, 28], | 12 [10, 18, 300, 28], |
13 [8, 187, 784, 20], | 13 [8, 187, 784, 20], |
14 [8, 187, 22, 19], | 14 [8, 187, 22, 19], |
15 [0, 195, 800, 20] | 15 [0, 195, 800, 20] |
16 ], | 16 ], |
17 "paintInvalidationClients": [ | 17 "paintInvalidationClients": [ |
| 18 "InlineTextBox 'abc'", |
18 "LayoutText #text", | 19 "LayoutText #text", |
| 20 "RootInlineBox", |
19 "LayoutBlockFlow DIV id='inner-target'", | 21 "LayoutBlockFlow DIV id='inner-target'", |
20 "LayoutBlockFlow HTML", | 22 "LayoutBlockFlow HTML", |
21 "LayoutBlockFlow DIV id='inner-target'", | 23 "LayoutBlockFlow DIV id='inner-target'", |
22 "LayoutText #text", | 24 "LayoutText #text", |
| 25 "InlineTextBox 'abc'", |
23 "LayoutBlockFlow HTML", | 26 "LayoutBlockFlow HTML", |
24 "LayoutBlockFlow BODY" | 27 "LayoutBlockFlow BODY" |
25 ] | 28 ] |
26 } | 29 } |
27 ] | 30 ] |
28 } | 31 } |
29 | 32 |
OLD | NEW |