| 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 "children": [ | 8 "children": [ |
| 9 { | 9 { |
| 10 "position": [10, 60], | 10 "position": [10, 60], |
| 11 "bounds": [700, 400], | 11 "bounds": [700, 400], |
| 12 "shouldFlattenTransform": false, |
| 12 "drawsContent": true, | 13 "drawsContent": true, |
| 13 "repaintRects": [ | 14 "repaintRects": [ |
| 14 [300, 100, 120, 50], | 15 [300, 100, 120, 50], |
| 15 [50, 100, 120, 50] | 16 [50, 100, 120, 50] |
| 16 ], | 17 ], |
| 17 "children": [ | 18 "children": [ |
| 18 { | 19 { |
| 19 "bounds": [685, 385], | 20 "bounds": [685, 385], |
| 21 "shouldFlattenTransform": false, |
| 20 "children": [ | 22 "children": [ |
| 21 { | 23 { |
| 22 "bounds": [685, 600], | 24 "bounds": [685, 600], |
| 23 "shouldFlattenTransform": false, | |
| 24 "drawsContent": true, | 25 "drawsContent": true, |
| 25 "repaintRects": [ | 26 "repaintRects": [ |
| 26 [300, 200, 120, 50], | 27 [300, 200, 120, 50], |
| 27 [50, 200, 120, 50] | 28 [50, 200, 120, 50] |
| 28 ], | 29 ], |
| 29 "paintInvalidationClients": [ | 30 "paintInvalidationClients": [ |
| 30 "LayoutBlockFlow (positioned) DIV id='block'" | 31 "LayoutBlockFlow (positioned) DIV id='block'" |
| 31 ] | 32 ] |
| 32 } | 33 } |
| 33 ] | 34 ] |
| (...skipping 19 matching lines...) Expand all Loading... |
| 53 } | 54 } |
| 54 ] | 55 ] |
| 55 } | 56 } |
| 56 ] | 57 ] |
| 57 } | 58 } |
| 58 ] | 59 ] |
| 59 } | 60 } |
| 60 ] | 61 ] |
| 61 } | 62 } |
| 62 | 63 |
| OLD | NEW |