| 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 [10, 8, 302, 300], | 10 [10, 8, 302, 300], |
| 11 [8, 8, 769, 300], | 11 [8, 8, 769, 300], |
| 12 [8, 8, 306, 300], | 12 [8, 8, 306, 300], |
| 13 [8, 8, 306, 300], | 13 [8, 8, 306, 300], |
| 14 [8, 8, 306, 300] | 14 [8, 8, 306, 300] |
| 15 ], | 15 ], |
| 16 "paintInvalidationClients": [ | 16 "paintInvalidationClients": [ |
| 17 "LayoutBlockFlow DIV id='innerDiv'", | |
| 18 "LayoutTable TABLE", | |
| 19 "LayoutTableSection TBODY", | |
| 20 "LayoutTableRow TR", | |
| 21 "LayoutTableCell TD", | |
| 22 "LayoutTableRow TR", | |
| 23 "LayoutTableCell TD", | |
| 24 "VerticalScrollbar", | 17 "VerticalScrollbar", |
| 25 "LayoutBlockFlow DIV id='innerDiv'", | 18 "LayoutBlockFlow DIV id='innerDiv'", |
| 26 "LayoutTable TABLE", | 19 "LayoutTable TABLE", |
| 27 "LayoutTableSection TBODY", | 20 "LayoutTableSection TBODY", |
| 28 "LayoutTableRow TR", | 21 "LayoutTableRow TR", |
| 29 "LayoutTableCell TD", | 22 "LayoutTableCell TD", |
| 30 "LayoutTableRow TR", | 23 "LayoutTableRow TR", |
| 31 "LayoutTableCell TD" | 24 "LayoutTableCell TD" |
| 32 ] | 25 ] |
| 33 } | 26 } |
| 34 ] | 27 ] |
| 35 } | 28 } |
| 36 | 29 |
| OLD | NEW |