| OLD | NEW |
| 1 Text here | 1 Text here |
| 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": "Squashing Containment Layer", | 11 "name": "Squashing Containment Layer", |
| 14 "shouldFlattenTransform": false, | 12 "shouldFlattenTransform": false |
| 15 "children": [ | 13 }, |
| 16 { | 14 { |
| 17 "name": "LayoutBlockFlow (positioned) DIV class='compositing'", | 15 "name": "LayoutBlockFlow (positioned) DIV class='compositing'", |
| 18 "position": [129, 29], | 16 "position": [129, 29], |
| 19 "bounds": [100, 100] | 17 "bounds": [100, 100] |
| 20 }, | 18 }, |
| 21 { | 19 { |
| 22 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p
ositioned) DIV class='indicator')", | 20 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positione
d) DIV class='indicator')", |
| 23 "position": [-871, 8], | 21 "position": [-871, 8], |
| 24 "bounds": [1221, 142], | 22 "bounds": [1221, 142], |
| 25 "drawsContent": true | 23 "drawsContent": true |
| 26 } | |
| 27 ] | |
| 28 } | |
| 29 ] | |
| 30 } | 24 } |
| 31 ] | 25 ] |
| 32 } | 26 } |
| 33 | 27 |
| OLD | NEW |