| 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": [300, 400], | 11 "bounds": [300, 400], |
| 12 "drawsContent": true, | 12 "drawsContent": true, |
| 13 "repaintRects": [ | 13 "repaintRects": [ |
| 14 [50, 160, 200, 50], | 14 [50, 160, 200, 50], |
| 15 [50, 50, 200, 50] | 15 [50, 50, 200, 50] |
| 16 ], | 16 ], |
| 17 "paintInvalidationClients": [ | 17 "paintInvalidationClients": [ |
| 18 "LayoutBlockFlow (positioned) DIV id='block'" | 18 "LayoutBlockFlow (positioned) DIV id='block'" |
| 19 ], | 19 ], |
| 20 "children": [ | 20 "children": [ |
| 21 { | 21 { |
| 22 "bounds": [285, 385], | 22 "bounds": [285, 385], |
| 23 "children": [ | 23 "children": [ |
| 24 { | 24 { |
| 25 "bounds": [285, 900], | 25 "bounds": [285, 900], |
| 26 "shouldFlattenTransform": false, | |
| 27 "drawsContent": true, | 26 "drawsContent": true, |
| 28 "repaintRects": [ | 27 "repaintRects": [ |
| 29 [50, 310, 200, 50], | 28 [50, 310, 200, 50], |
| 30 [50, 200, 200, 50] | 29 [50, 200, 200, 50] |
| 31 ], | 30 ], |
| 32 "paintInvalidationClients": [ | 31 "paintInvalidationClients": [ |
| 33 "LayoutBlockFlow (positioned) DIV id='block'" | 32 "LayoutBlockFlow (positioned) DIV id='block'" |
| 34 ], | 33 ], |
| 35 "children": [ | 34 "children": [ |
| 36 { | 35 { |
| 37 "shouldFlattenTransform": false | 36 |
| 38 } | 37 } |
| 39 ] | 38 ] |
| 40 } | 39 } |
| 41 ] | 40 ] |
| 42 }, | 41 }, |
| 43 { | 42 { |
| 44 "children": [ | 43 "children": [ |
| 45 { | 44 { |
| 46 "position": [0, 385], | 45 "position": [0, 385], |
| 47 "bounds": [285, 15], | 46 "bounds": [285, 15], |
| (...skipping 21 matching lines...) Expand all Loading... |
| 69 } | 68 } |
| 70 ] | 69 ] |
| 71 } | 70 } |
| 72 ] | 71 ] |
| 73 } | 72 } |
| 74 ] | 73 ] |
| 75 } | 74 } |
| 76 ] | 75 ] |
| 77 } | 76 } |
| 78 | 77 |
| OLD | NEW |