| OLD | NEW |
| 1 | 1 |
| 2 { | 2 { |
| 3 "name": "Content Root Layer", | 3 "layers": [ |
| 4 "bounds": [44990, 15063], | |
| 5 "children": [ | |
| 6 { | 4 { |
| 7 "name": "LayoutView #document", | 5 "name": "LayoutView #document", |
| 8 "bounds": [44990, 15063], | 6 "bounds": [44990, 15063], |
| 9 "contentsOpaque": true, | 7 "contentsOpaque": true, |
| 10 "drawsContent": true, | 8 "drawsContent": true |
| 11 "children": [ | 9 }, |
| 12 { | 10 { |
| 13 "name": "LayoutBlockFlow (positioned) DIV class='composited'", | 11 "name": "LayoutBlockFlow (positioned) DIV class='composited'", |
| 14 "position": [10, 10], | 12 "position": [10, 10], |
| 15 "transformOrigin": [-10, -10], | 13 "transformOrigin": [-10, -10], |
| 16 "bounds": [50, 50], | 14 "bounds": [50, 50], |
| 17 "contentsOpaque": true, | 15 "contentsOpaque": true, |
| 18 "drawsContent": true | 16 "drawsContent": true |
| 19 } | |
| 20 ] | |
| 21 } | 17 } |
| 22 ] | 18 ] |
| 23 } | 19 } |
| 24 | 20 |
| OLD | NEW |