| 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 div id='contentBox'", | 10 "object": "LayoutBlockFlow div id='contentBox'", |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 }, | 81 }, |
| 82 { | 82 { |
| 83 "object": "RootInlineBox", | 83 "object": "RootInlineBox", |
| 84 "reason": "forced by layout" | 84 "reason": "forced by layout" |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 "object": "LayoutSVGRoot svg", | 87 "object": "LayoutSVGRoot svg", |
| 88 "reason": "forced by layout" | 88 "reason": "forced by layout" |
| 89 }, | 89 }, |
| 90 { | 90 { |
| 91 "object": "LayoutSVGHiddenContainer defs", | |
| 92 "reason": "location change" | |
| 93 }, | |
| 94 { | |
| 95 "object": "LayoutSVGRect rect id='targetRect'", | 91 "object": "LayoutSVGRect rect id='targetRect'", |
| 96 "reason": "forced by layout" | 92 "reason": "forced by layout" |
| 97 }, | 93 }, |
| 98 { | 94 { |
| 99 "object": "LayoutSVGRect rect id='targetRect1'", | 95 "object": "LayoutSVGRect rect id='targetRect1'", |
| 100 "reason": "forced by layout" | 96 "reason": "forced by layout" |
| 101 }, | 97 }, |
| 102 { | 98 { |
| 103 "object": "LayoutSVGContainer use id='targetUse'", | 99 "object": "LayoutSVGContainer use id='targetUse'", |
| 104 "reason": "bounds change" | 100 "reason": "bounds change" |
| (...skipping 18 matching lines...) Expand all Loading... |
| 123 "object": "LayoutSVGContainer g id='targetUse'", | 119 "object": "LayoutSVGContainer g id='targetUse'", |
| 124 "reason": "bounds change" | 120 "reason": "bounds change" |
| 125 }, | 121 }, |
| 126 { | 122 { |
| 127 "object": "LayoutSVGRect rect id='targetRect1'", | 123 "object": "LayoutSVGRect rect id='targetRect1'", |
| 128 "reason": "forced by layout" | 124 "reason": "forced by layout" |
| 129 } | 125 } |
| 130 ] | 126 ] |
| 131 } | 127 } |
| 132 | 128 |
| OLD | NEW |