| OLD | NEW |
| 1 Hi! | 1 Hi! |
| 2 { | 2 { |
| 3 "name": "Content Root Layer", | 3 "layers": [ |
| 4 "bounds": [785, 4021], | |
| 5 "children": [ | |
| 6 { | 4 { |
| 7 "name": "LayoutView #document", | 5 "name": "LayoutView #document", |
| 8 "bounds": [785, 4021], | 6 "bounds": [785, 4021], |
| 9 "contentsOpaque": true, | 7 "contentsOpaque": true, |
| 10 "drawsContent": true, | 8 "drawsContent": true, |
| 11 "paintInvalidations": [ | 9 "paintInvalidations": [ |
| 12 { | 10 { |
| 13 "object": "LayoutBlockFlow (positioned) DIV id='abs'", | 11 "object": "LayoutBlockFlow (positioned) DIV id='abs'", |
| 14 "rect": [425, 980, 360, 90], | 12 "rect": [425, 980, 360, 90], |
| 15 "reason": "subtree" | 13 "reason": "subtree" |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 "object": "LayoutText #text", | 87 "object": "LayoutText #text", |
| 90 "reason": "subtree" | 88 "reason": "subtree" |
| 91 }, | 89 }, |
| 92 { | 90 { |
| 93 "object": "InlineTextBox 'Hi!'", | 91 "object": "InlineTextBox 'Hi!'", |
| 94 "reason": "subtree" | 92 "reason": "subtree" |
| 95 } | 93 } |
| 96 ] | 94 ] |
| 97 } | 95 } |
| 98 | 96 |
| OLD | NEW |