| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "repaintRects": [ | 8 "paintInvalidations": [ |
| 9 [300, 50, 20, 300], | 9 { |
| 10 [150, 50, 20, 300], | 10 "object": "LayoutBlockFlow (positioned) DIV", |
| 11 [96, 46, 308, 308] | 11 "rect": [96, 46, 308, 308], |
| 12 ], | 12 "reason": "outline" |
| 13 "paintInvalidationClients": [ | 13 }, |
| 14 "LayoutBlockFlow (positioned) DIV", | 14 { |
| 15 "LayoutBlockFlow (positioned) DIV id='child'" | 15 "object": "LayoutBlockFlow (positioned) DIV id='child'", |
| 16 "rect": [150, 50, 20, 300], |
| 17 "reason": "location change" |
| 18 }, |
| 19 { |
| 20 "object": "LayoutBlockFlow (positioned) DIV id='child'", |
| 21 "rect": [300, 50, 20, 300], |
| 22 "reason": "location change" |
| 23 } |
| 16 ] | 24 ] |
| 17 } | 25 } |
| 18 ] | 26 ] |
| 19 } | 27 } |
| 20 | 28 |
| OLD | NEW |