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 [37, 11, 9, 16], | 9 [37, 11, 9, 16], |
10 [10, 11, 150, 16], | 10 [10, 11, 150, 16], |
11 [8, 298, 10, 10], | 11 [8, 298, 10, 10], |
12 [8, 288, 10, 20] | 12 [8, 288, 10, 20] |
13 ], | 13 ], |
14 "paintInvalidationClients": [ | 14 "paintInvalidationClients": [ |
| 15 "InlineTextBox ''", |
| 16 "RootInlineBox", |
15 "LayoutBlockFlow DIV id='inner-editor'", | 17 "LayoutBlockFlow DIV id='inner-editor'", |
16 "LayoutText #text", | 18 "LayoutText #text", |
| 19 "InlineTextBox 'PASS'", |
17 "LayoutBlockFlow (positioned) DIV id='div'" | 20 "LayoutBlockFlow (positioned) DIV id='div'" |
18 ] | 21 ] |
19 } | 22 } |
20 ] | 23 ] |
21 } | 24 } |
22 | 25 |
OLD | NEW |