| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", |
| 2 "bounds": [2008, 2016], | 3 "bounds": [2008, 2016], |
| 3 "children": [ | 4 "children": [ |
| 4 { | 5 { |
| 6 "name": "LayoutView #document", |
| 5 "bounds": [2008, 2016], | 7 "bounds": [2008, 2016], |
| 6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 7 "drawsContent": true, | 9 "drawsContent": true, |
| 8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| 9 { | 11 { |
| 10 "object": "LayoutBlockFlow DIV id='targetImage'", | 12 "object": "LayoutBlockFlow DIV id='targetImage'", |
| 11 "rect": [8, 8, 50, 50], | 13 "rect": [8, 8, 50, 50], |
| 12 "reason": "full" | 14 "reason": "full" |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutImage IMG id='testTarget'", | |
| 16 "reason": "full" | |
| 17 } | 15 } |
| 18 ] | 16 ] |
| 19 } | 17 } |
| 18 ], |
| 19 "objectPaintInvalidations": [ |
| 20 { |
| 21 "object": "LayoutBlockFlow DIV id='targetImage'", |
| 22 "reason": "full" |
| 23 }, |
| 24 { |
| 25 "object": "LayoutImage IMG id='testTarget'", |
| 26 "reason": "full" |
| 27 } |
| 20 ] | 28 ] |
| 21 } | 29 } |
| 22 | 30 |
| OLD | NEW |