| 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": "LayoutSVGInlineText #text", | 10 "object": "LayoutSVGInlineText #text", |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 "object": "InlineFlowBox", | 163 "object": "InlineFlowBox", |
| 164 "reason": "full" | 164 "reason": "full" |
| 165 }, | 165 }, |
| 166 { | 166 { |
| 167 "object": "LayoutSVGInlineText #text", | 167 "object": "LayoutSVGInlineText #text", |
| 168 "reason": "forced by layout" | 168 "reason": "forced by layout" |
| 169 }, | 169 }, |
| 170 { | 170 { |
| 171 "object": "InlineTextBox 'PASS'", | 171 "object": "InlineTextBox 'PASS'", |
| 172 "reason": "forced by layout" | 172 "reason": "forced by layout" |
| 173 }, | |
| 174 { | |
| 175 "object": "LayoutSVGInlineText #text", | |
| 176 "reason": "location change" | |
| 177 } | 173 } |
| 178 ] | 174 ] |
| 179 } | 175 } |
| 180 | 176 |
| OLD | NEW |