| 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 [185, 100, 15, 200] | 9 { |
| 10 ], | 10 "object": "LayoutBlockFlow (positioned) DIV", |
| 11 "paintInvalidationClients": [ | 11 "rect": [0, 0, 0, 0], |
| 12 "VerticalScrollbar", | 12 "reason": "scroll" |
| 13 "LayoutBlockFlow (positioned) DIV" | 13 }, |
| 14 { |
| 15 "object": "LayoutBlockFlow (positioned) DIV", |
| 16 "rect": [185, 100, 15, 200], |
| 17 "reason": "scroll" |
| 18 }, |
| 19 { |
| 20 "object": "VerticalScrollbar", |
| 21 "rect": [0, 0, 0, 0], |
| 22 "reason": "full" |
| 23 } |
| 14 ] | 24 ] |
| 15 } | 25 } |
| 16 ] | 26 ] |
| 17 } | 27 } |
| 18 | 28 |
| OLD | NEW |