| OLD | NEW |
| 1 { | 1 { |
| 2 "bounds": [800, 600], | 2 "bounds": [800, 600], |
| 3 "children": [ | 3 "children": [ |
| 4 { | 4 { |
| 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": "InlineTextBox 'A A A A A AA AA'", | 10 "object": "InlineTextBox 'A A A A A AA AA'", |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 "rect": [0, 0, 200, 300], | 141 "rect": [0, 0, 200, 300], |
| 142 "reason": "forced by layout" | 142 "reason": "forced by layout" |
| 143 }, | 143 }, |
| 144 { | 144 { |
| 145 "object": "LayoutBlockFlow (positioned) DIV id='div1' class='container
'", | 145 "object": "LayoutBlockFlow (positioned) DIV id='div1' class='container
'", |
| 146 "rect": [0, 0, 300, 200], | 146 "rect": [0, 0, 300, 200], |
| 147 "reason": "forced by layout" | 147 "reason": "forced by layout" |
| 148 }, | 148 }, |
| 149 { | 149 { |
| 150 "object": "LayoutBlockFlow (positioned) DIV id='div2' class='container
'", | 150 "object": "LayoutBlockFlow (positioned) DIV id='div2' class='container
'", |
| 151 "rect": [0, 300, 200, 20], | |
| 152 "reason": "forced by layout" | |
| 153 }, | |
| 154 { | |
| 155 "object": "LayoutBlockFlow (positioned) DIV id='div2' class='container
'", | |
| 156 "rect": [0, 300, 300, 20], | 151 "rect": [0, 300, 300, 20], |
| 157 "reason": "forced by layout" | 152 "reason": "forced by layout" |
| 158 }, | 153 }, |
| 159 { | 154 { |
| 160 "object": "LayoutText #text", | 155 "object": "LayoutText #text", |
| 161 "rect": [200, 0, 100, 200], | 156 "rect": [200, 0, 100, 200], |
| 162 "reason": "incremental" | 157 "reason": "incremental" |
| 163 }, | 158 }, |
| 164 { | 159 { |
| 165 "object": "LayoutText #text", | 160 "object": "LayoutText #text", |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 { | 249 { |
| 255 "object": "RootInlineBox", | 250 "object": "RootInlineBox", |
| 256 "rect": [0, 0, 0, 0], | 251 "rect": [0, 0, 0, 0], |
| 257 "reason": "full" | 252 "reason": "full" |
| 258 } | 253 } |
| 259 ] | 254 ] |
| 260 } | 255 } |
| 261 ] | 256 ] |
| 262 } | 257 } |
| 263 | 258 |
| OLD | NEW |