OLD | NEW |
1 { | 1 { |
2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
4 "children": [ | 4 "children": [ |
5 { | 5 { |
6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
9 "drawsContent": true, | 9 "drawsContent": true, |
10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 { | 126 { |
127 "object": "LayoutView #document", | 127 "object": "LayoutView #document", |
128 "rect": [485, 0, 15, 600], | 128 "rect": [485, 0, 15, 600], |
129 "reason": "scroll" | 129 "reason": "scroll" |
130 } | 130 } |
131 ] | 131 ] |
132 } | 132 } |
133 ], | 133 ], |
134 "objectPaintInvalidations": [ | 134 "objectPaintInvalidations": [ |
135 { | 135 { |
| 136 "object": "VerticalScrollbar", |
| 137 "reason": "scroll" |
| 138 }, |
| 139 { |
136 "object": "LayoutBlockFlow HTML", | 140 "object": "LayoutBlockFlow HTML", |
137 "reason": "forced by layout" | 141 "reason": "forced by layout" |
138 }, | 142 }, |
139 { | 143 { |
140 "object": "LayoutBlockFlow P", | 144 "object": "LayoutBlockFlow P", |
141 "reason": "incremental" | 145 "reason": "incremental" |
142 }, | 146 }, |
143 { | 147 { |
144 "object": "RootInlineBox", | 148 "object": "RootInlineBox", |
145 "reason": "incremental" | 149 "reason": "incremental" |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
380 "object": "InlineTextBox 'me?'", | 384 "object": "InlineTextBox 'me?'", |
381 "reason": "forced by layout" | 385 "reason": "forced by layout" |
382 }, | 386 }, |
383 { | 387 { |
384 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people
here; the great'", | 388 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people
here; the great'", |
385 "reason": "forced by layout" | 389 "reason": "forced by layout" |
386 }, | 390 }, |
387 { | 391 { |
388 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive!
\u2019'", | 392 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive!
\u2019'", |
389 "reason": "forced by layout" | 393 "reason": "forced by layout" |
390 }, | |
391 { | |
392 "object": "VerticalScrollbar", | |
393 "reason": "scroll" | |
394 } | 394 } |
395 ] | 395 ] |
396 } | 396 } |
397 | 397 |
OLD | NEW |