| 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 BODY", | 12 "object": "LayoutBlockFlow BODY", |
| 11 "rect": [0, 0, 800, 202], | 13 "rect": [0, 0, 800, 202], |
| 12 "reason": "invalidate paint rectangle" | 14 "reason": "invalidate paint rectangle" |
| 13 }, | 15 }, |
| 14 { | 16 { |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 }, | 110 }, |
| 109 { | 111 { |
| 110 "object": "LayoutView #document", | 112 "object": "LayoutView #document", |
| 111 "rect": [285, 0, 15, 135], | 113 "rect": [285, 0, 15, 135], |
| 112 "reason": "scroll" | 114 "reason": "scroll" |
| 113 }, | 115 }, |
| 114 { | 116 { |
| 115 "object": "LayoutView #document", | 117 "object": "LayoutView #document", |
| 116 "rect": [285, 135, 15, 15], | 118 "rect": [285, 135, 15, 15], |
| 117 "reason": "scroll" | 119 "reason": "scroll" |
| 118 }, | |
| 119 { | |
| 120 "object": "HorizontalScrollbar", | |
| 121 "reason": "full" | |
| 122 }, | |
| 123 { | |
| 124 "object": "InlineBox", | |
| 125 "reason": "full" | |
| 126 }, | |
| 127 { | |
| 128 "object": "InlineBox", | |
| 129 "reason": "full" | |
| 130 }, | |
| 131 { | |
| 132 "object": "InlineBox", | |
| 133 "reason": "full" | |
| 134 }, | |
| 135 { | |
| 136 "object": "LayoutText #text", | |
| 137 "reason": "none" | |
| 138 }, | |
| 139 { | |
| 140 "object": "LayoutView #document", | |
| 141 "reason": "scroll" | |
| 142 }, | |
| 143 { | |
| 144 "object": "RootInlineBox", | |
| 145 "reason": "full" | |
| 146 }, | |
| 147 { | |
| 148 "object": "RootInlineBox", | |
| 149 "reason": "full" | |
| 150 }, | |
| 151 { | |
| 152 "object": "RootInlineBox", | |
| 153 "reason": "full" | |
| 154 }, | |
| 155 { | |
| 156 "object": "RootInlineBox", | |
| 157 "reason": "full" | |
| 158 }, | |
| 159 { | |
| 160 "object": "VerticalScrollbar", | |
| 161 "reason": "full" | |
| 162 } | 120 } |
| 163 ] | 121 ] |
| 164 } | 122 } |
| 123 ], |
| 124 "objectPaintInvalidations": [ |
| 125 { |
| 126 "object": "LayoutBlockFlow BODY", |
| 127 "reason": "invalidate paint rectangle" |
| 128 }, |
| 129 { |
| 130 "object": "LayoutEmbeddedObject OBJECT", |
| 131 "reason": "style change" |
| 132 } |
| 165 ] | 133 ] |
| 166 } | 134 } |
| 167 | 135 |
| OLD | NEW |