| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 "objectPaintInvalidations": [ | 102 "objectPaintInvalidations": [ |
| 108 { | 103 { |
| 109 "object": "LayoutView #document", | 104 "object": "LayoutView #document", |
| 110 "reason": "scroll" | 105 "reason": "scroll" |
| 111 }, | 106 }, |
| 112 { | 107 { |
| 113 "object": "VerticalScrollbar", | 108 "object": "VerticalScrollbar", |
| 114 "reason": "scroll" | 109 "reason": "scroll" |
| 115 }, | 110 }, |
| 116 { | 111 { |
| 117 "object": "LayoutBlockFlow HTML", | |
| 118 "reason": "forced by layout" | |
| 119 }, | |
| 120 { | |
| 121 "object": "LayoutBlockFlow P", | 112 "object": "LayoutBlockFlow P", |
| 122 "reason": "incremental" | 113 "reason": "incremental" |
| 123 }, | 114 }, |
| 124 { | 115 { |
| 125 "object": "RootInlineBox", | 116 "object": "RootInlineBox", |
| 126 "reason": "incremental" | 117 "reason": "incremental" |
| 127 }, | 118 }, |
| 128 { | 119 { |
| 129 "object": "LayoutText #text", | 120 "object": "LayoutText #text", |
| 130 "reason": "forced by layout" | 121 "reason": "forced by layout" |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 "object": "InlineTextBox 'here; the great\n'", | 300 "object": "InlineTextBox 'here; the great\n'", |
| 310 "reason": "forced by layout" | 301 "reason": "forced by layout" |
| 311 }, | 302 }, |
| 312 { | 303 { |
| 313 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive!
\u2019'", | 304 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive!
\u2019'", |
| 314 "reason": "forced by layout" | 305 "reason": "forced by layout" |
| 315 } | 306 } |
| 316 ] | 307 ] |
| 317 } | 308 } |
| 318 | 309 |
| OLD | NEW |