| 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 HTML", | 10 "object": "LayoutBlockFlow HTML", |
| 11 "rect": [0, 0, 500, 600], | 11 "rect": [0, 0, 500, 600], |
| 12 "reason": "forced by layout" | 12 "reason": "forced by layout" |
| 13 }, | 13 }, |
| 14 { | 14 { |
| 15 "object": "LayoutBlockFlow P", | 15 "object": "LayoutBlockFlow P", |
| 16 "rect": [8, 569, 418, 21], | 16 "rect": [8, 569, 418, 21], |
| 17 "reason": "incremental" | 17 "reason": "incremental" |
| 18 }, | 18 }, |
| 19 { | 19 { |
| 20 "object": "LayoutBlockFlow P", | |
| 21 "rect": [8, 572, 418, 18], | |
| 22 "reason": "incremental" | |
| 23 }, | |
| 24 { | |
| 25 "object": "LayoutText #text", | 20 "object": "LayoutText #text", |
| 26 "rect": [14, 242, 406, 126], | 21 "rect": [14, 242, 406, 126], |
| 27 "reason": "forced by layout" | 22 "reason": "forced by layout" |
| 28 }, | 23 }, |
| 29 { | 24 { |
| 30 "object": "LayoutText #text", | 25 "object": "LayoutText #text", |
| 31 "rect": [14, 494, 406, 90], | 26 "rect": [14, 494, 406, 90], |
| 32 "reason": "forced by layout" | 27 "reason": "forced by layout" |
| 33 }, | 28 }, |
| 34 { | 29 { |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 "object": "InlineTextBox 'here; the great\n'", | 309 "object": "InlineTextBox 'here; the great\n'", |
| 315 "reason": "forced by layout" | 310 "reason": "forced by layout" |
| 316 }, | 311 }, |
| 317 { | 312 { |
| 318 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive!
\u2019'", | 313 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive!
\u2019'", |
| 319 "reason": "forced by layout" | 314 "reason": "forced by layout" |
| 320 } | 315 } |
| 321 ] | 316 ] |
| 322 } | 317 } |
| 323 | 318 |
| OLD | NEW |