| 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": [ | |
| 9 [1, 1, 100, 100], | |
| 10 [1, 1, 100, 100] | |
| 11 ], | |
| 12 "paintInvalidationClients": [ | 8 "paintInvalidationClients": [ |
| 13 "LayoutBlockFlow DIV id='target'", | 9 "LayoutBlockFlow DIV id='target'", |
| 14 "LayoutBlockFlow DIV id='child'" | 10 "LayoutBlockFlow DIV id='child'" |
| 15 ], | 11 ], |
| 16 "children": [ | 12 "children": [ |
| 17 { | 13 { |
| 18 "position": [8, 8] | 14 "position": [8, 8] |
| 19 }, | 15 }, |
| 20 { | 16 { |
| 21 "shouldFlattenTransform": false, | 17 "shouldFlattenTransform": false, |
| (...skipping 26 matching lines...) Expand all Loading... |
| 48 "LayoutBlockFlow DIV id='child'" | 44 "LayoutBlockFlow DIV id='child'" |
| 49 ] | 45 ] |
| 50 } | 46 } |
| 51 ] | 47 ] |
| 52 } | 48 } |
| 53 ] | 49 ] |
| 54 } | 50 } |
| 55 ] | 51 ] |
| 56 } | 52 } |
| 57 | 53 |
| OLD | NEW |