| OLD | NEW |
| 1 { | 1 { |
| 2 "layers": [ | 2 "layers": [ |
| 3 { | 3 { |
| 4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true, | 7 "drawsContent": true, |
| 8 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 9 { | 9 { |
| 10 "object": "LayoutBlockFlow (positioned) DIV id='div1' class='container
'", | 10 "object": "LayoutBlockFlow (positioned) DIV id='div1' class='container
'", |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 "object": "LayoutText #text", | 104 "object": "LayoutText #text", |
| 105 "reason": "forced by layout" | 105 "reason": "forced by layout" |
| 106 }, | 106 }, |
| 107 { | 107 { |
| 108 "object": "InlineTextBox 'A A A A A'", | 108 "object": "InlineTextBox 'A A A A A'", |
| 109 "reason": "forced by layout" | 109 "reason": "forced by layout" |
| 110 } | 110 } |
| 111 ] | 111 ] |
| 112 } | 112 } |
| 113 | 113 |
| OLD | NEW |