| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", |
| 2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
| 3 "children": [ | 4 "children": [ |
| 4 { | 5 { |
| 6 "name": "LayoutView #document", |
| 5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
| 6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
| 7 "drawsContent": true, | 9 "drawsContent": true, |
| 8 "paintInvalidations": [ | 10 "paintInvalidations": [ |
| 9 { | 11 { |
| 10 "object": "LayoutBlockFlow div id='contentBox'", | 12 "object": "LayoutBlockFlow div id='contentBox'", |
| 11 "rect": [8, 68, 402, 402], | 13 "rect": [8, 68, 402, 402], |
| 12 "reason": "forced by layout" | 14 "reason": "forced by layout" |
| 13 }, | 15 }, |
| 14 { | 16 { |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 }, | 70 }, |
| 69 { | 71 { |
| 70 "object": "LayoutSVGContainer use id='targetUse'", | 72 "object": "LayoutSVGContainer use id='targetUse'", |
| 71 "rect": [34, 169, 50, 200], | 73 "rect": [34, 169, 50, 200], |
| 72 "reason": "bounds change" | 74 "reason": "bounds change" |
| 73 }, | 75 }, |
| 74 { | 76 { |
| 75 "object": "LayoutSVGRect rect id='targetRect'", | 77 "object": "LayoutSVGRect rect id='targetRect'", |
| 76 "rect": [34, 169, 50, 200], | 78 "rect": [34, 169, 50, 200], |
| 77 "reason": "bounds change" | 79 "reason": "bounds change" |
| 78 }, | |
| 79 { | |
| 80 "object": "InlineBox", | |
| 81 "reason": "full" | |
| 82 }, | |
| 83 { | |
| 84 "object": "RootInlineBox", | |
| 85 "reason": "full" | |
| 86 }, | |
| 87 { | |
| 88 "object": "RootInlineBox", | |
| 89 "reason": "full" | |
| 90 } | 80 } |
| 91 ] | 81 ] |
| 92 } | 82 } |
| 83 ], |
| 84 "objectPaintInvalidations": [ |
| 85 { |
| 86 "object": "LayoutBlockFlow div id='contentBox'", |
| 87 "reason": "forced by layout" |
| 88 }, |
| 89 { |
| 90 "object": "RootInlineBox", |
| 91 "reason": "forced by layout" |
| 92 }, |
| 93 { |
| 94 "object": "LayoutSVGRoot svg", |
| 95 "reason": "bounds change" |
| 96 }, |
| 97 { |
| 98 "object": "LayoutSVGRect rect id='targetRect'", |
| 99 "reason": "full" |
| 100 }, |
| 101 { |
| 102 "object": "LayoutSVGContainer use id='targetUse'", |
| 103 "reason": "bounds change" |
| 104 }, |
| 105 { |
| 106 "object": "LayoutSVGRect rect id='targetRect'", |
| 107 "reason": "bounds change" |
| 108 }, |
| 109 { |
| 110 "object": "LayoutSVGContainer use", |
| 111 "reason": "bounds change" |
| 112 }, |
| 113 { |
| 114 "object": "LayoutSVGContainer g id='targetUse'", |
| 115 "reason": "bounds change" |
| 116 }, |
| 117 { |
| 118 "object": "LayoutSVGRect rect id='targetRect'", |
| 119 "reason": "bounds change" |
| 120 } |
| 93 ] | 121 ] |
| 94 } | 122 } |
| 95 | 123 |
| OLD | NEW |