| OLD | NEW |
| 1 Item 1 | 1 Item 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, |
| 8 "drawsContent": true |
| 9 }, |
| 10 { |
| 11 "name": "LayoutBlockFlow DIV id='composited-container'", |
| 12 "position": [8, 8], |
| 13 "bounds": [784, 0], |
| 10 "drawsContent": true, | 14 "drawsContent": true, |
| 11 "children": [ | 15 "backfaceVisibility": "hidden" |
| 12 { | |
| 13 "name": "LayoutBlockFlow DIV id='composited-container'", | |
| 14 "position": [8, 8], | |
| 15 "bounds": [784, 0], | |
| 16 "drawsContent": true, | |
| 17 "backfaceVisibility": "hidden" | |
| 18 } | |
| 19 ] | |
| 20 } | 16 } |
| 21 ] | 17 ] |
| 22 } | 18 } |
| 23 | 19 |
| OLD | NEW |