| 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], |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 { | 24 { |
| 25 "bounds": [285, 900], | 25 "bounds": [285, 900], |
| 26 "shouldFlattenTransform": false, | 26 "shouldFlattenTransform": false, |
| 27 "drawsContent": true, | 27 "drawsContent": true, |
| 28 "repaintRects": [ | 28 "repaintRects": [ |
| 29 [50, 310, 200, 50], | 29 [50, 310, 200, 50], |
| 30 [50, 200, 200, 50] | 30 [50, 200, 200, 50] |
| 31 ], | 31 ], |
| 32 "paintInvalidationClients": [ | 32 "paintInvalidationClients": [ |
| 33 "LayoutBlockFlow (positioned) DIV id='block'" | 33 "LayoutBlockFlow (positioned) DIV id='block'" |
| 34 ], | |
| 35 "children": [ | |
| 36 { | |
| 37 "shouldFlattenTransform": false | |
| 38 } | |
| 39 ] | 34 ] |
| 40 } | 35 } |
| 41 ] | 36 ] |
| 42 }, | 37 }, |
| 43 { | 38 { |
| 44 "children": [ | 39 "children": [ |
| 45 { | 40 { |
| 46 "position": [0, 385], | 41 "position": [0, 385], |
| 47 "bounds": [285, 15] | 42 "bounds": [285, 15] |
| 48 }, | 43 }, |
| (...skipping 13 matching lines...) Expand all Loading... |
| 62 } | 57 } |
| 63 ] | 58 ] |
| 64 } | 59 } |
| 65 ] | 60 ] |
| 66 } | 61 } |
| 67 ] | 62 ] |
| 68 } | 63 } |
| 69 ] | 64 ] |
| 70 } | 65 } |
| 71 | 66 |
| OLD | NEW |