| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "layers": [ |
| 3 "bounds": [800, 600], | |
| 4 "children": [ | |
| 5 { | 3 { |
| 6 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 9 "drawsContent": true, | 7 "drawsContent": true, |
| 10 "paintInvalidations": [ | 8 "paintInvalidations": [ |
| 11 { | 9 { |
| 12 "object": "LayoutSVGInlineText #text", | 10 "object": "LayoutSVGInlineText #text", |
| 13 "rect": [10, 2, 46, 22], | 11 "rect": [10, 2, 46, 22], |
| 14 "reason": "layoutObject insertion" | 12 "reason": "layoutObject insertion" |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 "object": "LayoutSVGRect rect", | 82 "object": "LayoutSVGRect rect", |
| 85 "reason": "style change" | 83 "reason": "style change" |
| 86 }, | 84 }, |
| 87 { | 85 { |
| 88 "object": "LayoutSVGRect rect", | 86 "object": "LayoutSVGRect rect", |
| 89 "reason": "full" | 87 "reason": "full" |
| 90 } | 88 } |
| 91 ] | 89 ] |
| 92 } | 90 } |
| 93 | 91 |
| OLD | NEW |