| { |
| "layers": [ |
| { |
| "name": "LayoutView #document", |
| "bounds": [1000, 1000], |
| "contentsOpaque": true, |
| "drawsContent": true, |
| "backgroundColor": "#FF0000" |
| }, |
| { |
| "name": "LayoutBlockFlow (positioned) DIV class='positioned indicator'", |
| "position": [265, 50], |
| "bounds": [100, 100], |
| "contentsOpaque": true, |
| "drawsContent": true, |
| "backgroundColor": "#FF0000" |
| }, |
| { |
| "name": "LayoutBlockFlow (positioned) DIV class='positioned layer'", |
| "position": [265, 50], |
| "bounds": [100, 100], |
| "contentsOpaque": true, |
| "drawsContent": true, |
| "backgroundColor": "#008000" |
| } |
| ] |
| } |
| |