| 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": [ | |
| 9 [0, 118, 800, 100] | |
| 10 ], | |
| 11 "paintInvalidationClients": [ | 8 "paintInvalidationClients": [ |
| 12 "LayoutBlockFlow (positioned) DIV id='target2'", | 9 "LayoutBlockFlow (positioned) DIV id='target2'", |
| 13 "LayoutBlockFlow (positioned) DIV id='target3'", | 10 "LayoutBlockFlow (positioned) DIV id='target3'" |
| 14 "LayoutBlockFlow HTML" | |
| 15 ] | 11 ] |
| 16 } | 12 } |
| 17 ] | 13 ] |
| 18 } | 14 } |
| 19 | 15 |
| OLD | NEW |