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 }, | |
10 { | |
11 "name": "LayoutBlockFlow (positioned) DIV class='positioned indicator'", | |
12 "position": [51, 50], | |
13 "bounds": [100, 100], | |
14 "contentsOpaque": true, | |
15 "drawsContent": true, | |
16 "backgroundColor": "#FF0000" | |
17 }, | 9 }, |
18 { | 10 { |
19 "name": "LayoutBlockFlow (positioned) DIV class='positioned layer'", | 11 "name": "LayoutBlockFlow (positioned) DIV class='positioned layer'", |
20 "position": [51, 50], | 12 "position": [51, 50], |
21 "bounds": [100, 100], | 13 "bounds": [100, 100], |
22 "contentsOpaque": true, | 14 "contentsOpaque": true, |
23 "drawsContent": true, | 15 "drawsContent": true, |
24 "backgroundColor": "#008000" | 16 "backgroundColor": "#008000" |
25 } | 17 } |
26 ] | 18 ] |
27 } | 19 } |
28 | 20 |
OLD | NEW |