| OLD | NEW |
| (Empty) |
| 1 { | |
| 2 "layers": [ | |
| 3 { | |
| 4 "name": "LayoutView #document", | |
| 5 "bounds": [800, 600], | |
| 6 "contentsOpaque": true, | |
| 7 "drawsContent": true, | |
| 8 "paintInvalidations": [ | |
| 9 { | |
| 10 "object": "LayoutInline SPAN", | |
| 11 "rect": [210, -5, 50, 20], | |
| 12 "reason": "style change" | |
| 13 }, | |
| 14 { | |
| 15 "object": "LayoutText #text", | |
| 16 "rect": [215, 0, 40, 10], | |
| 17 "reason": "style change" | |
| 18 } | |
| 19 ] | |
| 20 } | |
| 21 ], | |
| 22 "objectPaintInvalidations": [ | |
| 23 { | |
| 24 "object": "LayoutInline SPAN", | |
| 25 "reason": "style change" | |
| 26 }, | |
| 27 { | |
| 28 "object": "InlineFlowBox", | |
| 29 "reason": "style change" | |
| 30 }, | |
| 31 { | |
| 32 "object": "LayoutText #text", | |
| 33 "reason": "style change" | |
| 34 }, | |
| 35 { | |
| 36 "object": "InlineTextBox 'Test'", | |
| 37 "reason": "style change" | |
| 38 } | |
| 39 ] | |
| 40 } | |
| 41 | |
| OLD | NEW |