| { |
| "layers": [ |
| { |
| "name": "LayoutView #document", |
| "bounds": [800, 600], |
| "contentsOpaque": true, |
| "backgroundColor": "#FFFFFF" |
| }, |
| { |
| "name": "LayoutBlockFlow (positioned) DIV", |
| "position": [0, 100], |
| "bounds": [200, 200], |
| "contentsOpaque": true, |
| "backgroundColor": "#0000FF", |
| "paintInvalidations": [ |
| { |
| "object": "LayoutBlockFlow (positioned) DIV", |
| "rect": [0, 0, 200, 200], |
| "reason": "geometry" |
| } |
| ] |
| } |
| ], |
| "objectPaintInvalidations": [ |
| { |
| "object": "VerticalScrollbar", |
| "reason": "scroll control" |
| }, |
| { |
| "object": "LayoutBlockFlow (positioned) DIV", |
| "reason": "geometry" |
| } |
| ] |
| } |
| |