| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 { | 106 { |
| 107 "object": "LayoutView #document", | 107 "object": "LayoutView #document", |
| 108 "rect": [485, 0, 15, 600], | 108 "rect": [485, 0, 15, 600], |
| 109 "reason": "scroll" | 109 "reason": "scroll" |
| 110 } | 110 } |
| 111 ] | 111 ] |
| 112 } | 112 } |
| 113 ], | 113 ], |
| 114 "objectPaintInvalidations": [ | 114 "objectPaintInvalidations": [ |
| 115 { | 115 { |
| 116 "object": "LayoutView #document", |
| 117 "reason": "scroll" |
| 118 }, |
| 119 { |
| 120 "object": "VerticalScrollbar", |
| 121 "reason": "scroll" |
| 122 }, |
| 123 { |
| 116 "object": "LayoutBlockFlow HTML", | 124 "object": "LayoutBlockFlow HTML", |
| 117 "reason": "forced by layout" | 125 "reason": "forced by layout" |
| 118 }, | 126 }, |
| 119 { | 127 { |
| 120 "object": "LayoutBlockFlow P", | 128 "object": "LayoutBlockFlow P", |
| 121 "reason": "incremental" | 129 "reason": "incremental" |
| 122 }, | 130 }, |
| 123 { | 131 { |
| 124 "object": "RootInlineBox", | 132 "object": "RootInlineBox", |
| 125 "reason": "incremental" | 133 "reason": "incremental" |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 "object": "InlineTextBox 'me? They\u2019re dreadfully fond of beheading pe
ople'", | 312 "object": "InlineTextBox 'me? They\u2019re dreadfully fond of beheading pe
ople'", |
| 305 "reason": "forced by layout" | 313 "reason": "forced by layout" |
| 306 }, | 314 }, |
| 307 { | 315 { |
| 308 "object": "InlineTextBox 'here; the great\n'", | 316 "object": "InlineTextBox 'here; the great\n'", |
| 309 "reason": "forced by layout" | 317 "reason": "forced by layout" |
| 310 }, | 318 }, |
| 311 { | 319 { |
| 312 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive!
\u2019'", | 320 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive!
\u2019'", |
| 313 "reason": "forced by layout" | 321 "reason": "forced by layout" |
| 314 }, | |
| 315 { | |
| 316 "object": "LayoutView #document", | |
| 317 "reason": "scroll" | |
| 318 }, | |
| 319 { | |
| 320 "object": "VerticalScrollbar", | |
| 321 "reason": "scroll" | |
| 322 } | 322 } |
| 323 ] | 323 ] |
| 324 } | 324 } |
| 325 | 325 |
| OLD | NEW |