| 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, 108, 100, 100], | 9 { |
| 10 [8, 8, 100, 100] | 10 "object": "LayoutBlockFlow (positioned) DIV id='overflowParent' class=
'absolute green'", |
| 11 ], | 11 "rect": [8, 8, 100, 100], |
| 12 "paintInvalidationClients": [ | 12 "reason": "style change" |
| 13 "LayoutBlockFlow (positioned) DIV id='overflowParent' class='absolute gr
een'", | 13 }, |
| 14 "LayoutBlockFlow (relative positioned) DIV class='relative red'" | 14 { |
| 15 "object": "LayoutBlockFlow (relative positioned) DIV class='relative r
ed'", |
| 16 "rect": [108, 108, 100, 100], |
| 17 "reason": "bounds change" |
| 18 } |
| 15 ] | 19 ] |
| 16 } | 20 } |
| 17 ] | 21 ] |
| 18 } | 22 } |
| 19 | 23 |
| OLD | NEW |