| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
| 3 "bounds": [600, 250], | 3 "bounds": [600, 250], |
| 4 "children": [ | 4 "children": [ |
| 5 { | 5 { |
| 6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
| 7 "bounds": [600, 250], | 7 "bounds": [600, 250], |
| 8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "drawsContent": true, | 9 "drawsContent": true, |
| 10 "backgroundColor": "#0000FF", | 10 "backgroundColor": "#0000FF", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 } | 58 } |
| 59 ], | 59 ], |
| 60 "objectPaintInvalidations": [ | 60 "objectPaintInvalidations": [ |
| 61 { | 61 { |
| 62 "object": "LayoutView #document", | 62 "object": "LayoutView #document", |
| 63 "reason": "incremental" | 63 "reason": "incremental" |
| 64 }, | 64 }, |
| 65 { | 65 { |
| 66 "object": "LayoutBlockFlow HTML", | 66 "object": "LayoutBlockFlow HTML", |
| 67 "reason": "forced by layout" | 67 "reason": "forced by layout" |
| 68 }, | |
| 69 { | |
| 70 "object": "LayoutBlockFlow BODY", | |
| 71 "reason": "became visible" | |
| 72 } | 68 } |
| 73 ] | 69 ] |
| 74 } | 70 } |
| 75 { | 71 { |
| 76 "name": "Content Root Layer", | 72 "name": "Content Root Layer", |
| 77 "bounds": [400, 600], | 73 "bounds": [400, 600], |
| 78 "children": [ | 74 "children": [ |
| 79 { | 75 { |
| 80 "name": "LayoutView #document", | 76 "name": "LayoutView #document", |
| 81 "bounds": [400, 600], | 77 "bounds": [400, 600], |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 } | 128 } |
| 133 ], | 129 ], |
| 134 "objectPaintInvalidations": [ | 130 "objectPaintInvalidations": [ |
| 135 { | 131 { |
| 136 "object": "LayoutView #document", | 132 "object": "LayoutView #document", |
| 137 "reason": "incremental" | 133 "reason": "incremental" |
| 138 }, | 134 }, |
| 139 { | 135 { |
| 140 "object": "LayoutBlockFlow HTML", | 136 "object": "LayoutBlockFlow HTML", |
| 141 "reason": "forced by layout" | 137 "reason": "forced by layout" |
| 142 }, | |
| 143 { | |
| 144 "object": "LayoutBlockFlow BODY", | |
| 145 "reason": "became visible" | |
| 146 } | 138 } |
| 147 ] | 139 ] |
| 148 } | 140 } |
| 149 | 141 |
| OLD | NEW |