OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
5 "bounds": [1000, 1000], | 5 "bounds": [1000, 1000], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true, | 7 "drawsContent": true, |
8 "backgroundColor": "#FF0000" | 8 "backgroundColor": "#FF0000" |
9 }, | 9 }, |
10 { | 10 { |
| 11 "name": "LayoutBlockFlow (positioned) DIV class='positioned indicator'", |
| 12 "position": [265, 50], |
| 13 "bounds": [100, 100], |
| 14 "contentsOpaque": true, |
| 15 "drawsContent": true, |
| 16 "backgroundColor": "#FF0000" |
| 17 }, |
| 18 { |
11 "name": "LayoutBlockFlow (positioned) DIV class='positioned layer'", | 19 "name": "LayoutBlockFlow (positioned) DIV class='positioned layer'", |
12 "position": [265, 50], | 20 "position": [265, 50], |
13 "bounds": [100, 100], | 21 "bounds": [100, 100], |
14 "contentsOpaque": true, | 22 "contentsOpaque": true, |
15 "drawsContent": true, | 23 "drawsContent": true, |
16 "backgroundColor": "#008000" | 24 "backgroundColor": "#008000" |
17 } | 25 } |
18 ] | 26 ] |
19 } | 27 } |
20 | 28 |
OLD | NEW |