| { | |
| "layers": [ | |
| { | |
| "name": "LayoutView #document", | |
| "bounds": [800, 600], | |
| "drawsContent": false, | |
| "backgroundColor": "#FFFFFF" | |
| }, | |
| { | |
| "name": "Scrolling Layer", | |
| "bounds": [800, 600], | |
| "drawsContent": false | |
| }, | |
| { | |
| "name": "Scrolling Contents Layer", | |
| "bounds": [800, 600], | |
| "contentsOpaque": true, | |
| "backgroundColor": "#FFFFFF", | |
| "paintInvalidations": [ | |
| { | |
| "object": "LayoutBlockFlow HTML", | |
| "rect": [8, 8, 200, 200], | |
| "reason": "chunk disappeared" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |