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 [68, 119, 52, 17], | 9 [68, 119, 52, 17], |
10 [26, 136, 39, 18], | 10 [26, 136, 40, 18], |
11 [26, 119, 43, 17] | 11 [26, 119, 43, 17] |
12 ], | 12 ], |
13 "paintInvalidationClients": [ | 13 "paintInvalidationClients": [ |
14 "LayoutBlockFlow DIV id='overflow'", | 14 "LayoutBlockFlow DIV id='overflow'", |
15 "LayoutText #text", | 15 "LayoutText #text", |
16 "InlineTextBox 'Lorem'", | 16 "InlineTextBox 'Lorem'", |
17 "LayoutBR BR", | 17 "LayoutBR BR", |
18 "InlineTextBox '\n'", | 18 "InlineTextBox '\n'", |
19 "LayoutText #text", | 19 "LayoutText #text", |
20 "InlineTextBox 'ipsum'" | 20 "InlineTextBox 'ipsum'" |
21 ] | 21 ] |
22 } | 22 } |
23 ] | 23 ] |
24 } | 24 } |
25 | 25 |
OLD | NEW |