| 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": [8, 8], | 10 "position": [8, 8], |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 "children": [ | 22 "children": [ |
| 23 { | 23 { |
| 24 "bounds": [5000, 5000], | 24 "bounds": [5000, 5000], |
| 25 "shouldFlattenTransform": false, | 25 "shouldFlattenTransform": false, |
| 26 "drawsContent": true, | 26 "drawsContent": true, |
| 27 "repaintRects": [ | 27 "repaintRects": [ |
| 28 [0, 0, 5000, 5000] | 28 [0, 0, 5000, 5000] |
| 29 ], | 29 ], |
| 30 "paintInvalidationClients": [ | 30 "paintInvalidationClients": [ |
| 31 "LayoutBlockFlow DIV id='content'" | 31 "LayoutBlockFlow DIV id='content'" |
| 32 ], | |
| 33 "children": [ | |
| 34 { | |
| 35 "shouldFlattenTransform": false | |
| 36 } | |
| 37 ] | 32 ] |
| 38 } | 33 } |
| 39 ] | 34 ] |
| 40 }, | 35 }, |
| 41 { | 36 { |
| 42 "children": [ | 37 "children": [ |
| 43 { | 38 { |
| 44 "position": [0, 485], | 39 "position": [0, 485], |
| 45 "bounds": [485, 15], | 40 "bounds": [485, 15], |
| 46 "drawsContent": true, | 41 "drawsContent": true, |
| (...skipping 30 matching lines...) Expand all Loading... |
| 77 } | 72 } |
| 78 ] | 73 ] |
| 79 } | 74 } |
| 80 ] | 75 ] |
| 81 } | 76 } |
| 82 ] | 77 ] |
| 83 } | 78 } |
| 84 ] | 79 ] |
| 85 } | 80 } |
| 86 | 81 |
| OLD | NEW |