OLD | NEW |
1 { | 1 { |
2 "layers": [ | 2 "layers": [ |
3 { | 3 { |
4 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 5 "bounds": [800, 600], |
6 "contentsOpaque": true, | 6 "contentsOpaque": true, |
7 "drawsContent": true | 7 "drawsContent": true |
8 }, | 8 }, |
9 { | 9 { |
10 "name": "LayoutBlockFlow DIV class='composited block'", | 10 "name": "LayoutBlockFlow DIV class='composited block'", |
11 "position": [14, 164], | 11 "position": [14, 164], |
(...skipping 20 matching lines...) Expand all Loading... |
32 "name": "LayoutBlockFlow DIV class='composited box'", | 32 "name": "LayoutBlockFlow DIV class='composited box'", |
33 "position": [5, 5], | 33 "position": [5, 5], |
34 "bounds": [50, 50], | 34 "bounds": [50, 50], |
35 "contentsOpaque": true, | 35 "contentsOpaque": true, |
36 "drawsContent": true, | 36 "drawsContent": true, |
37 "backgroundColor": "#008000" | 37 "backgroundColor": "#008000" |
38 } | 38 } |
39 ] | 39 ] |
40 } | 40 } |
41 | 41 |
OLD | NEW |