| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "name": "Content Root Layer", |
| 3 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 4 "children": [ | 4 "children": [ |
| 5 { | 5 { |
| 6 "name": "LayoutView #document", | 6 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 9 "drawsContent": true, | 9 "drawsContent": true, |
| 10 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 { | 76 { |
| 77 "object": "LayoutSVGRect rect id='targetRect'", | 77 "object": "LayoutSVGRect rect id='targetRect'", |
| 78 "rect": [34, 169, 50, 200], | 78 "rect": [34, 169, 50, 200], |
| 79 "reason": "bounds change" | 79 "reason": "bounds change" |
| 80 } | 80 } |
| 81 ] | 81 ] |
| 82 } | 82 } |
| 83 ], | 83 ], |
| 84 "objectPaintInvalidations": [ | 84 "objectPaintInvalidations": [ |
| 85 { | 85 { |
| 86 "object": "RootInlineBox", |
| 87 "reason": "full" |
| 88 }, |
| 89 { |
| 90 "object": "InlineBox", |
| 91 "reason": "full" |
| 92 }, |
| 93 { |
| 86 "object": "LayoutBlockFlow div id='contentBox'", | 94 "object": "LayoutBlockFlow div id='contentBox'", |
| 87 "reason": "forced by layout" | 95 "reason": "forced by layout" |
| 88 }, | 96 }, |
| 89 { | 97 { |
| 90 "object": "RootInlineBox", | 98 "object": "RootInlineBox", |
| 91 "reason": "forced by layout" | 99 "reason": "forced by layout" |
| 92 }, | 100 }, |
| 93 { | 101 { |
| 94 "object": "LayoutSVGRoot svg", | 102 "object": "LayoutSVGRoot svg", |
| 95 "reason": "bounds change" | 103 "reason": "bounds change" |
| (...skipping 18 matching lines...) Expand all Loading... |
| 114 "object": "LayoutSVGContainer g id='targetUse'", | 122 "object": "LayoutSVGContainer g id='targetUse'", |
| 115 "reason": "bounds change" | 123 "reason": "bounds change" |
| 116 }, | 124 }, |
| 117 { | 125 { |
| 118 "object": "LayoutSVGRect rect id='targetRect'", | 126 "object": "LayoutSVGRect rect id='targetRect'", |
| 119 "reason": "bounds change" | 127 "reason": "bounds change" |
| 120 } | 128 } |
| 121 ] | 129 ] |
| 122 } | 130 } |
| 123 | 131 |
| OLD | NEW |