| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 "reason": "bounds change" | 99 "reason": "bounds change" |
| 100 }, | 100 }, |
| 101 { | 101 { |
| 102 "object": "LayoutBlockFlow (floating) SPAN id='yellowFloat'", | 102 "object": "LayoutBlockFlow (floating) SPAN id='yellowFloat'", |
| 103 "rect": [372, 245, 48, 49], | 103 "rect": [372, 245, 48, 49], |
| 104 "reason": "layoutObject insertion" | 104 "reason": "layoutObject insertion" |
| 105 }, | 105 }, |
| 106 { | 106 { |
| 107 "object": "LayoutView #document", | 107 "object": "LayoutView #document", |
| 108 "rect": [485, 0, 15, 600], | 108 "rect": [485, 0, 15, 600], |
| 109 "reason": "incremental" | |
| 110 }, | |
| 111 { | |
| 112 "object": "LayoutView #document", | |
| 113 "rect": [485, 0, 15, 600], | |
| 114 "reason": "scroll" | 109 "reason": "scroll" |
| 115 } | 110 } |
| 116 ] | 111 ] |
| 117 } | 112 } |
| 118 ], | 113 ], |
| 119 "objectPaintInvalidations": [ | 114 "objectPaintInvalidations": [ |
| 120 { | 115 { |
| 121 "object": "LayoutView #document", | |
| 122 "reason": "incremental" | |
| 123 }, | |
| 124 { | |
| 125 "object": "LayoutBlockFlow HTML", | 116 "object": "LayoutBlockFlow HTML", |
| 126 "reason": "forced by layout" | 117 "reason": "forced by layout" |
| 127 }, | 118 }, |
| 128 { | 119 { |
| 129 "object": "LayoutBlockFlow P", | 120 "object": "LayoutBlockFlow P", |
| 130 "reason": "incremental" | 121 "reason": "incremental" |
| 131 }, | 122 }, |
| 132 { | 123 { |
| 133 "object": "RootInlineBox", | 124 "object": "RootInlineBox", |
| 134 "reason": "incremental" | 125 "reason": "incremental" |
| (...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 "object": "LayoutView #document", | 316 "object": "LayoutView #document", |
| 326 "reason": "scroll" | 317 "reason": "scroll" |
| 327 }, | 318 }, |
| 328 { | 319 { |
| 329 "object": "VerticalScrollbar", | 320 "object": "VerticalScrollbar", |
| 330 "reason": "scroll" | 321 "reason": "scroll" |
| 331 } | 322 } |
| 332 ] | 323 ] |
| 333 } | 324 } |
| 334 | 325 |
| OLD | NEW |