| 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 body", | 10 "object": "LayoutBlockFlow body", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 }, | 64 }, |
| 65 { | 65 { |
| 66 "object": "RootInlineBox", | 66 "object": "RootInlineBox", |
| 67 "reason": "forced by layout" | 67 "reason": "forced by layout" |
| 68 }, | 68 }, |
| 69 { | 69 { |
| 70 "object": "LayoutSVGRoot svg:svg id='svg'", | 70 "object": "LayoutSVGRoot svg:svg id='svg'", |
| 71 "reason": "full" | 71 "reason": "full" |
| 72 }, | 72 }, |
| 73 { | 73 { |
| 74 "object": "LayoutSVGHiddenContainer svg:defs", | |
| 75 "reason": "location change" | |
| 76 }, | |
| 77 { | |
| 78 "object": "LayoutSVGHiddenContainer svg:symbol id='symbol'", | |
| 79 "reason": "location change" | |
| 80 }, | |
| 81 { | |
| 82 "object": "LayoutSVGEllipse svg:circle id='circle'", | 74 "object": "LayoutSVGEllipse svg:circle id='circle'", |
| 83 "reason": "full" | 75 "reason": "full" |
| 84 }, | 76 }, |
| 85 { | 77 { |
| 86 "object": "LayoutSVGContainer svg:use id='use'", | 78 "object": "LayoutSVGContainer svg:use id='use'", |
| 87 "reason": "full" | 79 "reason": "full" |
| 88 }, | 80 }, |
| 89 { | 81 { |
| 90 "object": "LayoutSVGViewportContainer svg id='symbol'", | 82 "object": "LayoutSVGViewportContainer svg id='symbol'", |
| 91 "reason": "layoutObject insertion" | 83 "reason": "layoutObject insertion" |
| 92 }, | 84 }, |
| 93 { | 85 { |
| 94 "object": "LayoutSVGEllipse svg:circle id='circle'", | 86 "object": "LayoutSVGEllipse svg:circle id='circle'", |
| 95 "reason": "layoutObject insertion" | 87 "reason": "layoutObject insertion" |
| 96 } | 88 } |
| 97 ] | 89 ] |
| 98 } | 90 } |
| 99 | 91 |
| OLD | NEW |