| 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 "object": "InlineFlowBox", | 153 "object": "InlineFlowBox", |
| 154 "reason": "full" | 154 "reason": "full" |
| 155 }, | 155 }, |
| 156 { | 156 { |
| 157 "object": "LayoutSVGInlineText #text", | 157 "object": "LayoutSVGInlineText #text", |
| 158 "reason": "forced by layout" | 158 "reason": "forced by layout" |
| 159 }, | 159 }, |
| 160 { | 160 { |
| 161 "object": "InlineTextBox 'PASS'", | 161 "object": "InlineTextBox 'PASS'", |
| 162 "reason": "forced by layout" | 162 "reason": "forced by layout" |
| 163 }, | |
| 164 { | |
| 165 "object": "LayoutSVGInlineText #text", | |
| 166 "reason": "location change" | |
| 167 } | 163 } |
| 168 ] | 164 ] |
| 169 } | 165 } |
| 170 | 166 |
| OLD | NEW |