| 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", |
| 11 "rect": [0, 0, 485, 600], |
| 12 "reason": "forced by layout" |
| 13 }, |
| 14 { |
| 10 "object": "LayoutBlockFlow P", | 15 "object": "LayoutBlockFlow P", |
| 11 "rect": [8, 74, 418, 526], | 16 "rect": [8, 74, 418, 526], |
| 12 "reason": "border box change" | 17 "reason": "border box change" |
| 13 }, | 18 }, |
| 14 { | 19 { |
| 15 "object": "LayoutText #text", | 20 "object": "LayoutText #text", |
| 16 "rect": [13, 241, 408, 139], | 21 "rect": [13, 241, 408, 139], |
| 17 "reason": "forced by layout" | 22 "reason": "forced by layout" |
| 18 }, | 23 }, |
| 19 { | 24 { |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 } | 133 } |
| 129 ] | 134 ] |
| 130 } | 135 } |
| 131 ], | 136 ], |
| 132 "objectPaintInvalidations": [ | 137 "objectPaintInvalidations": [ |
| 133 { | 138 { |
| 134 "object": "VerticalScrollbar", | 139 "object": "VerticalScrollbar", |
| 135 "reason": "scroll" | 140 "reason": "scroll" |
| 136 }, | 141 }, |
| 137 { | 142 { |
| 143 "object": "LayoutBlockFlow HTML", |
| 144 "reason": "forced by layout" |
| 145 }, |
| 146 { |
| 138 "object": "LayoutBlockFlow P", | 147 "object": "LayoutBlockFlow P", |
| 139 "reason": "border box change" | 148 "reason": "border box change" |
| 140 }, | 149 }, |
| 141 { | 150 { |
| 142 "object": "RootInlineBox", | 151 "object": "RootInlineBox", |
| 143 "reason": "border box change" | 152 "reason": "border box change" |
| 144 }, | 153 }, |
| 145 { | 154 { |
| 146 "object": "LayoutText #text", | 155 "object": "LayoutText #text", |
| 147 "reason": "forced by layout" | 156 "reason": "forced by layout" |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 382 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people
here; the great'", | 391 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people
here; the great'", |
| 383 "reason": "forced by layout" | 392 "reason": "forced by layout" |
| 384 }, | 393 }, |
| 385 { | 394 { |
| 386 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive!
\u2019'", | 395 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive!
\u2019'", |
| 387 "reason": "forced by layout" | 396 "reason": "forced by layout" |
| 388 } | 397 } |
| 389 ] | 398 ] |
| 390 } | 399 } |
| 391 | 400 |
| OLD | NEW |