| 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 "paintInvalidationClients": [ | 8 "paintInvalidationClients": [ |
| 9 "LayoutBlockFlow (positioned) DIV id='target'" | 9 "LayoutBlockFlow (positioned) DIV id='target'" |
| 10 ], | 10 ], |
| 11 "children": [ | 11 "children": [ |
| 12 { | 12 { |
| 13 "position": [200, 200], | 13 "position": [200, 200], |
| 14 "bounds": [200, 200] | 14 "bounds": [200, 200], |
| 15 "paintInvalidationClients": [ |
| 16 "LayoutBlockFlow (positioned) DIV id='target'" |
| 17 ] |
| 15 } | 18 } |
| 16 ] | 19 ] |
| 17 } | 20 } |
| 18 ] | 21 ] |
| 19 } | 22 } |
| 20 | 23 |
| OLD | NEW |