| OLD | NEW |
| 1 | 1 |
| 2 { | 2 { |
| 3 "name": "Content Root Layer", | 3 "layers": [ |
| 4 "bounds": [800, 600], | |
| 5 "children": [ | |
| 6 { | 4 { |
| 7 "name": "LayoutView #document", | 5 "name": "LayoutView #document", |
| 8 "bounds": [800, 600], | 6 "bounds": [800, 600], |
| 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": [540, 240], | 14 "bounds": [540, 240], |
| 17 "drawsContent": true | 15 "drawsContent": true |
| 18 }, | 16 }, |
| 19 { | 17 { |
| 20 "name": "LayoutBlockFlow (positioned) DIV class='composited'", | 18 "name": "LayoutBlockFlow (positioned) DIV class='composited'", |
| 21 "position": [10, 260], | 19 "position": [10, 260], |
| 22 "transformOrigin": [-10, -10], | 20 "transformOrigin": [-10, -10], |
| 23 "bounds": [50, 50], | 21 "bounds": [50, 50], |
| 24 "contentsOpaque": true, | 22 "contentsOpaque": true, |
| 25 "drawsContent": true | 23 "drawsContent": true |
| 26 } | |
| 27 ] | |
| 28 } | 24 } |
| 29 ] | 25 ] |
| 30 } | 26 } |
| 31 | 27 |
| OLD | NEW |