| 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": "LayoutBlockFlow DIV id='target'", | |
| 11 "rect": [102, 122, 50, 50], | |
| 12 "reason": "forced by layout" | |
| 13 } | |
| 14 ] | |
| 15 } | |
| 16 ], | |
| 17 "objectPaintInvalidations": [ | |
| 18 { | |
| 19 "object": "LayoutBlockFlow DIV id='target'", | |
| 20 "reason": "forced by layout" | |
| 21 }, | |
| 22 { | |
| 23 "object": "RootInlineBox", | |
| 24 "reason": "forced by layout" | |
| 25 }, | |
| 26 { | |
| 27 "object": "LayoutText #text", | |
| 28 "reason": "full" | |
| 29 }, | |
| 30 { | |
| 31 "object": "InlineTextBox 'after'", | |
| 32 "reason": "full" | |
| 33 } | |
| 34 ] | |
| 35 } | |
| 36 | |
| OLD | NEW |