| 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 [100, 200, 600, 100], | 9 [100, 200, 600, 100], |
| 10 [100, 60, 640, 240], | 10 [100, 60, 640, 240], |
| 11 [100, 60, 640, 140], | 11 [100, 60, 640, 140] |
| 12 [0, 300, 800, 100] | |
| 13 ], | 12 ], |
| 14 "paintInvalidationClients": [ | 13 "paintInvalidationClients": [ |
| 15 "LayoutBlockFlow HTML", | |
| 16 "LayoutBlockFlow DIV id='outer'", | 14 "LayoutBlockFlow DIV id='outer'", |
| 17 "LayoutBlockFlow DIV id='inner2'" | 15 "LayoutBlockFlow DIV id='inner2'" |
| 18 ] | 16 ] |
| 19 } | 17 } |
| 20 ] | 18 ] |
| 21 } | 19 } |
| 22 | 20 |
| OLD | NEW |