| 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 P", | 10 "object": "LayoutBlockFlow P", |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 "rect": [372, 371, 48, 81], | 86 "rect": [372, 371, 48, 81], |
| 87 "reason": "bounds change" | 87 "reason": "bounds change" |
| 88 }, | 88 }, |
| 89 { | 89 { |
| 90 "object": "LayoutBlockFlow (floating) SPAN id='yellowFloat'", | 90 "object": "LayoutBlockFlow (floating) SPAN id='yellowFloat'", |
| 91 "rect": [372, 245, 48, 49], | 91 "rect": [372, 245, 48, 49], |
| 92 "reason": "layoutObject insertion" | 92 "reason": "layoutObject insertion" |
| 93 }, | 93 }, |
| 94 { | 94 { |
| 95 "object": "LayoutView #document", | 95 "object": "LayoutView #document", |
| 96 "rect": [485, 0, 15, 600], |
| 97 "reason": "incremental" |
| 98 }, |
| 99 { |
| 100 "object": "LayoutView #document", |
| 96 "rect": [485, 0, 15, 600], | 101 "rect": [485, 0, 15, 600], |
| 97 "reason": "scroll" | 102 "reason": "scroll" |
| 98 } | 103 } |
| 99 ] | 104 ] |
| 100 } | 105 } |
| 101 ], | 106 ], |
| 102 "objectPaintInvalidations": [ | 107 "objectPaintInvalidations": [ |
| 103 { | 108 { |
| 104 "object": "LayoutView #document", | 109 "object": "LayoutView #document", |
| 105 "reason": "scroll" | 110 "reason": "scroll" |
| 106 }, | 111 }, |
| 107 { | 112 { |
| 108 "object": "VerticalScrollbar", | 113 "object": "VerticalScrollbar", |
| 109 "reason": "scroll" | 114 "reason": "scroll" |
| 110 }, | 115 }, |
| 111 { | 116 { |
| 117 "object": "LayoutView #document", |
| 118 "reason": "incremental" |
| 119 }, |
| 120 { |
| 112 "object": "LayoutBlockFlow P", | 121 "object": "LayoutBlockFlow P", |
| 113 "reason": "incremental" | 122 "reason": "incremental" |
| 114 }, | 123 }, |
| 115 { | 124 { |
| 116 "object": "RootInlineBox", | 125 "object": "RootInlineBox", |
| 117 "reason": "incremental" | 126 "reason": "incremental" |
| 118 }, | 127 }, |
| 119 { | 128 { |
| 120 "object": "LayoutText #text", | 129 "object": "LayoutText #text", |
| 121 "reason": "forced by layout" | 130 "reason": "forced by layout" |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 "object": "InlineTextBox 'here; the great\n'", | 309 "object": "InlineTextBox 'here; the great\n'", |
| 301 "reason": "forced by layout" | 310 "reason": "forced by layout" |
| 302 }, | 311 }, |
| 303 { | 312 { |
| 304 "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'", |
| 305 "reason": "forced by layout" | 314 "reason": "forced by layout" |
| 306 } | 315 } |
| 307 ] | 316 ] |
| 308 } | 317 } |
| 309 | 318 |
| OLD | NEW |