| 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, 108], | 10 "position": [8, 108], |
| 11 "bounds": [210, 210], | 11 "bounds": [210, 210], |
| 12 "shouldFlattenTransform": false, |
| 12 "drawsContent": true, | 13 "drawsContent": true, |
| 13 "repaintRects": [ | 14 "repaintRects": [ |
| 14 [0, 0, 210, 210] | 15 [0, 0, 210, 210] |
| 15 ], | 16 ], |
| 16 "paintInvalidationClients": [ | 17 "paintInvalidationClients": [ |
| 17 "LayoutBlockFlow DIV id='container'" | 18 "LayoutBlockFlow DIV id='container'" |
| 18 ], | 19 ], |
| 19 "children": [ | 20 "children": [ |
| 20 { | 21 { |
| 21 "position": [5, 5], | 22 "position": [5, 5], |
| 22 "bounds": [185, 185], | 23 "bounds": [185, 185], |
| 24 "shouldFlattenTransform": false, |
| 23 "children": [ | 25 "children": [ |
| 24 { | 26 { |
| 25 "bounds": [400, 400], | 27 "bounds": [400, 400], |
| 26 "shouldFlattenTransform": false, | |
| 27 "drawsContent": true, | 28 "drawsContent": true, |
| 28 "repaintRects": [ | 29 "repaintRects": [ |
| 29 [-5, -5, 210, 210] | 30 [-5, -5, 210, 210] |
| 30 ], | 31 ], |
| 31 "paintInvalidationClients": [ | 32 "paintInvalidationClients": [ |
| 32 "LayoutBlockFlow DIV id='container'" | 33 "LayoutBlockFlow DIV id='container'" |
| 33 ] | 34 ] |
| 34 } | 35 } |
| 35 ] | 36 ] |
| 36 }, | 37 }, |
| (...skipping 15 matching lines...) Expand all Loading... |
| 52 } | 53 } |
| 53 ] | 54 ] |
| 54 } | 55 } |
| 55 ] | 56 ] |
| 56 } | 57 } |
| 57 ] | 58 ] |
| 58 } | 59 } |
| 59 ] | 60 ] |
| 60 } | 61 } |
| 61 | 62 |
| OLD | NEW |