| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [5008, 5016], | 2 "bounds": [5008, 5016], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 5 "bounds": [5008, 5016], | 5 "bounds": [5008, 5016], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "repaintRects": [ | 8 "paintInvalidations": [ |
| 9 [8, 8, 5000, 5000] | 9 { |
| 10 ], | 10 "object": "LayoutBlockFlow DIV id='content'", |
| 11 "paintInvalidationClients": [ | 11 "rect": [8, 8, 5000, 5000], |
| 12 "LayoutBlockFlow DIV id='content'", | 12 "reason": "style change" |
| 13 "RootInlineBox" | 13 }, |
| 14 { |
| 15 "object": "RootInlineBox", |
| 16 "rect": [0, 0, 0, 0], |
| 17 "reason": "full" |
| 18 } |
| 14 ] | 19 ] |
| 15 } | 20 } |
| 16 ] | 21 ] |
| 17 } | 22 } |
| 18 | 23 |
| OLD | NEW |