| 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, 500, 600], | |
| 12 "reason": "forced by layout" | |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutBlockFlow P", | 10 "object": "LayoutBlockFlow P", |
| 16 "rect": [8, 569, 418, 21], | 11 "rect": [8, 569, 418, 21], |
| 17 "reason": "incremental" | 12 "reason": "incremental" |
| 18 }, | 13 }, |
| 19 { | 14 { |
| 20 "object": "LayoutText #text", | 15 "object": "LayoutText #text", |
| 21 "rect": [14, 242, 406, 125], | 16 "rect": [14, 242, 406, 125], |
| 22 "reason": "forced by layout" | 17 "reason": "forced by layout" |
| 23 }, | 18 }, |
| 24 { | 19 { |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 116 }, | 111 }, |
| 117 { | 112 { |
| 118 "object": "VerticalScrollbar", | 113 "object": "VerticalScrollbar", |
| 119 "reason": "scroll" | 114 "reason": "scroll" |
| 120 }, | 115 }, |
| 121 { | 116 { |
| 122 "object": "LayoutView #document", | 117 "object": "LayoutView #document", |
| 123 "reason": "incremental" | 118 "reason": "incremental" |
| 124 }, | 119 }, |
| 125 { | 120 { |
| 126 "object": "LayoutBlockFlow HTML", | |
| 127 "reason": "forced by layout" | |
| 128 }, | |
| 129 { | |
| 130 "object": "LayoutBlockFlow P", | 121 "object": "LayoutBlockFlow P", |
| 131 "reason": "incremental" | 122 "reason": "incremental" |
| 132 }, | 123 }, |
| 133 { | 124 { |
| 134 "object": "RootInlineBox", | 125 "object": "RootInlineBox", |
| 135 "reason": "incremental" | 126 "reason": "incremental" |
| 136 }, | 127 }, |
| 137 { | 128 { |
| 138 "object": "LayoutText #text", | 129 "object": "LayoutText #text", |
| 139 "reason": "forced by layout" | 130 "reason": "forced by layout" |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 "object": "InlineTextBox 'here; the great\n'", | 309 "object": "InlineTextBox 'here; the great\n'", |
| 319 "reason": "forced by layout" | 310 "reason": "forced by layout" |
| 320 }, | 311 }, |
| 321 { | 312 { |
| 322 "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'", |
| 323 "reason": "forced by layout" | 314 "reason": "forced by layout" |
| 324 } | 315 } |
| 325 ] | 316 ] |
| 326 } | 317 } |
| 327 | 318 |
| OLD | NEW |