| 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 [762, 8, 15, 300], | 9 [762, 8, 15, 300], |
| 10 [8, 8, 769, 300], | 10 [8, 8, 769, 300], |
| 11 [8, 8, 300, 300] | 11 [8, 8, 300, 300] |
| 12 ], | 12 ], |
| 13 "paintInvalidationClients": [ | 13 "paintInvalidationClients": [ |
| 14 "LayoutBlockFlow DIV id='innerDiv'", | |
| 15 "LayoutBlockFlow DIV", | |
| 16 "LayoutBlockFlow DIV", | |
| 17 "VerticalScrollbar", | 14 "VerticalScrollbar", |
| 18 "LayoutBlockFlow DIV id='innerDiv'", | 15 "LayoutBlockFlow DIV id='innerDiv'", |
| 19 "LayoutBlockFlow DIV", | 16 "LayoutBlockFlow DIV", |
| 20 "LayoutBlockFlow DIV" | 17 "LayoutBlockFlow DIV" |
| 21 ] | 18 ] |
| 22 } | 19 } |
| 23 ] | 20 ] |
| 24 } | 21 } |
| 25 | 22 |
| OLD | NEW |