| 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, 485, 600], | |
| 12 "reason": "forced by layout" | |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutBlockFlow P", | 10 "object": "LayoutBlockFlow P", |
| 16 "rect": [8, 74, 418, 526], | 11 "rect": [8, 74, 418, 526], |
| 17 "reason": "forced by layout" | 12 "reason": "forced by layout" |
| 18 }, | 13 }, |
| 19 { | 14 { |
| 20 "object": "LayoutText #text", | 15 "object": "LayoutText #text", |
| 21 "rect": [13, 240, 408, 139], | 16 "rect": [13, 240, 408, 139], |
| 22 "reason": "forced by layout" | 17 "reason": "forced by layout" |
| 23 }, | 18 }, |
| 24 { | 19 { |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 "objectPaintInvalidations": [ | 107 "objectPaintInvalidations": [ |
| 113 { | 108 { |
| 114 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", | 109 "object": "LayoutBlockFlow (floating) SPAN id='blueFloat'", |
| 115 "reason": "layoutObject removal" | 110 "reason": "layoutObject removal" |
| 116 }, | 111 }, |
| 117 { | 112 { |
| 118 "object": "VerticalScrollbar", | 113 "object": "VerticalScrollbar", |
| 119 "reason": "scroll" | 114 "reason": "scroll" |
| 120 }, | 115 }, |
| 121 { | 116 { |
| 122 "object": "LayoutBlockFlow HTML", | |
| 123 "reason": "forced by layout" | |
| 124 }, | |
| 125 { | |
| 126 "object": "LayoutBlockFlow P", | 117 "object": "LayoutBlockFlow P", |
| 127 "reason": "forced by layout" | 118 "reason": "forced by layout" |
| 128 }, | 119 }, |
| 129 { | 120 { |
| 130 "object": "RootInlineBox", | 121 "object": "RootInlineBox", |
| 131 "reason": "forced by layout" | 122 "reason": "forced by layout" |
| 132 }, | 123 }, |
| 133 { | 124 { |
| 134 "object": "LayoutText #text", | 125 "object": "LayoutText #text", |
| 135 "reason": "forced by layout" | 126 "reason": "forced by layout" |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people
here; the great'", | 345 "object": "InlineTextBox 'They\u2019re dreadfully fond of beheading people
here; the great'", |
| 355 "reason": "forced by layout" | 346 "reason": "forced by layout" |
| 356 }, | 347 }, |
| 357 { | 348 { |
| 358 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive!
\u2019'", | 349 "object": "InlineTextBox 'wonder is, that there\u2018s any one left alive!
\u2019'", |
| 359 "reason": "forced by layout" | 350 "reason": "forced by layout" |
| 360 } | 351 } |
| 361 ] | 352 ] |
| 362 } | 353 } |
| 363 | 354 |
| OLD | NEW |