| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true |
| 8 "paintInvalidations": [ | |
| 9 { | |
| 10 "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border
-box'", | |
| 11 "rect": [0, 200, 100, 100], | |
| 12 "reason": "content box change" | |
| 13 } | |
| 14 ] | |
| 15 } | |
| 16 ], | |
| 17 "objectPaintInvalidations": [ | |
| 18 { | |
| 19 "object": "LayoutBlockFlow (positioned) DIV id='target2' class='border-box
'", | |
| 20 "reason": "content box change" | |
| 21 } | 8 } |
| 22 ] | 9 ] |
| 23 } | 10 } |
| 24 | 11 |
| OLD | NEW |