| 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 [88, 53, 15, 100], | 9 { |
| 10 [3, 103, 10, 50] | 10 "object": "LayoutBlockFlow (positioned) DIV", |
| 11 ], | 11 "rect": [0, 0, 0, 0], |
| 12 "paintInvalidationClients": [ | 12 "reason": "scroll" |
| 13 "LayoutBlockFlow (positioned) DIV", | 13 }, |
| 14 "VerticalScrollbar", | 14 { |
| 15 "LayoutBlockFlow (positioned) DIV id='q'" | 15 "object": "LayoutBlockFlow (positioned) DIV", |
| 16 "rect": [88, 53, 15, 100], |
| 17 "reason": "scroll" |
| 18 }, |
| 19 { |
| 20 "object": "LayoutBlockFlow (positioned) DIV id='q'", |
| 21 "rect": [3, 103, 10, 50], |
| 22 "reason": "incremental" |
| 23 }, |
| 24 { |
| 25 "object": "VerticalScrollbar", |
| 26 "rect": [0, 0, 0, 0], |
| 27 "reason": "scroll" |
| 28 } |
| 16 ] | 29 ] |
| 17 } | 30 } |
| 18 ] | 31 ] |
| 19 } | 32 } |
| 20 | 33 |
| OLD | NEW |