| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [800, 2016], | 2 "bounds": [800, 2016], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [800, 2016], | 5 "bounds": [800, 2016], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "repaintRects": [ | 8 "paintInvalidations": [ |
| 9 [108, 5100, 100, 100], | 9 { |
| 10 [100, 100, 100, 100] | 10 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='ab
solute green'", |
| 11 ], | 11 "rect": [108, 5100, 100, 100], |
| 12 "paintInvalidationClients": [ | 12 "reason": "layoutObject removal" |
| 13 "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolute green
'", | 13 }, |
| 14 "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='absolute green
'" | 14 { |
| 15 "object": "LayoutBlockFlow (positioned) DIV id='absoluteDiv' class='ab
solute green'", |
| 16 "rect": [100, 100, 100, 100], |
| 17 "reason": "location change" |
| 18 } |
| 15 ] | 19 ] |
| 16 } | 20 } |
| 17 ] | 21 ] |
| 18 } | 22 } |
| 19 | 23 |
| OLD | NEW |