| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [2008, 2016], | 2 "bounds": [2008, 2016], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [2008, 2016], | 5 "bounds": [2008, 2016], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "repaintRects": [ | 8 "paintInvalidations": [ |
| 9 [8, 58, 50, 50], | 9 { |
| 10 [8, 8, 50, 50] | 10 "object": "LayoutBlockFlow DIV id='targetImage'", |
| 11 ], | 11 "rect": [8, 8, 50, 50], |
| 12 "paintInvalidationClients": [ | 12 "reason": "full" |
| 13 "LayoutBlockFlow DIV id='targetImage'", | 13 }, |
| 14 "LayoutImage IMG id='testTarget'" | 14 { |
| 15 "object": "LayoutImage IMG id='testTarget'", |
| 16 "rect": [8, 58, 50, 50], |
| 17 "reason": "full" |
| 18 } |
| 15 ] | 19 ] |
| 16 } | 20 } |
| 17 ] | 21 ] |
| 18 } | 22 } |
| 19 | 23 |
| OLD | NEW |