| OLD | NEW |
| (Empty) |
| 1 { | |
| 2 "bounds": [800, 600], | |
| 3 "children": [ | |
| 4 { | |
| 5 "bounds": [800, 600], | |
| 6 "contentsOpaque": true, | |
| 7 "drawsContent": true, | |
| 8 "repaintRects": [ | |
| 9 [0, 200, 200, 200], | |
| 10 [0, 0, 200, 200] | |
| 11 ], | |
| 12 "paintInvalidationClients": [ | |
| 13 "LayoutBlockFlow DIV id='overflow1'", | |
| 14 "LayoutBlockFlow DIV id='overflow2'" | |
| 15 ], | |
| 16 "children": [ | |
| 17 { | |
| 18 "bounds": [100, 100], | |
| 19 "contentsOpaque": true, | |
| 20 "drawsContent": true, | |
| 21 "backfaceVisibility": "hidden", | |
| 22 "backgroundColor": "#008000" | |
| 23 }, | |
| 24 { | |
| 25 "position": [0, 200], | |
| 26 "bounds": [200, 200], | |
| 27 "shouldFlattenTransform": false, | |
| 28 "children": [ | |
| 29 { | |
| 30 "bounds": [100, 100], | |
| 31 "contentsOpaque": true, | |
| 32 "drawsContent": true, | |
| 33 "backfaceVisibility": "hidden", | |
| 34 "backgroundColor": "#008000" | |
| 35 } | |
| 36 ] | |
| 37 }, | |
| 38 { | |
| 39 "position": [150, 150], | |
| 40 "bounds": [100, 100], | |
| 41 "contentsOpaque": true, | |
| 42 "drawsContent": true, | |
| 43 "backfaceVisibility": "hidden", | |
| 44 "backgroundColor": "#008000" | |
| 45 }, | |
| 46 { | |
| 47 "position": [0, 200], | |
| 48 "bounds": [200, 200], | |
| 49 "shouldFlattenTransform": false, | |
| 50 "children": [ | |
| 51 { | |
| 52 "position": [150, 150], | |
| 53 "bounds": [100, 100], | |
| 54 "contentsOpaque": true, | |
| 55 "drawsContent": true, | |
| 56 "backfaceVisibility": "hidden", | |
| 57 "backgroundColor": "#008000" | |
| 58 } | |
| 59 ] | |
| 60 } | |
| 61 ] | |
| 62 } | |
| 63 ] | |
| 64 } | |
| 65 | |
| OLD | NEW |