| 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 "repaintRects": [ |
| 9 [8, 50, 320, 120], | 9 [8, 50, 320, 120], |
| 10 [8, 50, 120, 120] | 10 [8, 50, 120, 120] |
| 11 ], | 11 ], |
| 12 "paintInvalidationClients": [ | 12 "paintInvalidationClients": [ |
| 13 "HorizontalScrollbar", | 13 "LayoutBlockFlow (positioned) DIV id='scrollable'", |
| 14 "VerticalScrollbar", | 14 "VerticalScrollbar", |
| 15 "VerticalScrollbar", | 15 "HorizontalScrollbar" |
| 16 "HorizontalScrollbar", | |
| 17 "HorizontalScrollbar", | |
| 18 "LayoutBlockFlow (positioned) DIV id='scrollable'" | |
| 19 ] | 16 ] |
| 20 } | 17 } |
| 21 ] | 18 ] |
| 22 } | 19 } |
| 23 | 20 |
| OLD | NEW |