| 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": [685, 600], | 25 "bounds": [685, 600], |
| 26 "shouldFlattenTransform": false, | 26 "shouldFlattenTransform": false, |
| 27 "drawsContent": true, | 27 "drawsContent": true, |
| 28 "repaintRects": [ | 28 "repaintRects": [ |
| 29 [300, 200, 120, 50], | 29 [300, 200, 120, 50], |
| 30 [50, 200, 120, 50] | 30 [50, 200, 120, 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": [685, 15], | 42 "bounds": [685, 15], |
| 48 "drawsContent": true | 43 "drawsContent": true |
| (...skipping 20 matching lines...) Expand all Loading... |
| 69 } | 64 } |
| 70 ] | 65 ] |
| 71 } | 66 } |
| 72 ] | 67 ] |
| 73 } | 68 } |
| 74 ] | 69 ] |
| 75 } | 70 } |
| 76 ] | 71 ] |
| 77 } | 72 } |
| 78 | 73 |
| OLD | NEW |