| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [800, 1000], | 2 "bounds": [800, 1000], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [800, 1000], | 5 "bounds": [800, 1000], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutBlockFlow (positioned) DIV class='container'", | 10 "object": "LayoutBlockFlow (positioned) DIV class='container'", |
| 11 "rect": [400, 0, 200, 1000], | 11 "rect": [400, 0, 200, 1000], |
| 12 "reason": "incremental" | 12 "reason": "incremental" |
| 13 }, |
| 14 { |
| 15 "object": "LayoutBlockFlow DIV id='child'", |
| 16 "rect": [400, 0, 200, 50], |
| 17 "reason": "incremental" |
| 13 } | 18 } |
| 14 ] | 19 ] |
| 15 } | 20 } |
| 16 ] | 21 ] |
| 17 } | 22 } |
| 18 | 23 |
| OLD | NEW |