| 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": "LayoutTable TABLE", | 10 "object": "LayoutTable TABLE", |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "object": "LayoutText #text", | 100 "object": "LayoutText #text", |
| 101 "rect": [23, 225, 32, 19], | 101 "rect": [23, 225, 32, 19], |
| 102 "reason": "layoutObject removal" | 102 "reason": "layoutObject removal" |
| 103 }, | 103 }, |
| 104 { | 104 { |
| 105 "object": "LayoutTable TABLE", | 105 "object": "LayoutTable TABLE", |
| 106 "rect": [74, 286, 29, 82], | 106 "rect": [74, 286, 29, 82], |
| 107 "reason": "incremental" | 107 "reason": "incremental" |
| 108 }, | 108 }, |
| 109 { | 109 { |
| 110 "object": "LayoutTable TABLE", | |
| 111 "rect": [78, 286, 25, 82], | |
| 112 "reason": "incremental" | |
| 113 }, | |
| 114 { | |
| 115 "object": "LayoutTableCell TD", | 110 "object": "LayoutTableCell TD", |
| 116 "rect": [8, 224, 14, 22], | 111 "rect": [8, 224, 14, 22], |
| 117 "reason": "forced by layout" | 112 "reason": "forced by layout" |
| 118 }, | 113 }, |
| 119 { | 114 { |
| 120 "object": "LayoutTableCell TD", | 115 "object": "LayoutTableCell TD", |
| 121 "rect": [8, 132, 14, 22], | 116 "rect": [8, 132, 14, 22], |
| 122 "reason": "forced by layout" | 117 "reason": "forced by layout" |
| 123 }, | 118 }, |
| 124 { | 119 { |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 "object": "LayoutText #text", | 302 "object": "LayoutText #text", |
| 308 "reason": "forced by layout" | 303 "reason": "forced by layout" |
| 309 }, | 304 }, |
| 310 { | 305 { |
| 311 "object": "InlineTextBox 'sit amet'", | 306 "object": "InlineTextBox 'sit amet'", |
| 312 "reason": "forced by layout" | 307 "reason": "forced by layout" |
| 313 } | 308 } |
| 314 ] | 309 ] |
| 315 } | 310 } |
| 316 | 311 |
| OLD | NEW |