OLD | NEW |
1 { | 1 { |
| 2 "name": "Content Root Layer", |
2 "bounds": [800, 600], | 3 "bounds": [800, 600], |
3 "children": [ | 4 "children": [ |
4 { | 5 { |
| 6 "name": "LayoutView #document", |
5 "bounds": [800, 600], | 7 "bounds": [800, 600], |
6 "contentsOpaque": true, | 8 "contentsOpaque": true, |
7 "children": [ | 9 "children": [ |
8 { | 10 { |
| 11 "name": "LayoutBlockFlow HTML", |
9 "bounds": [800, 69], | 12 "bounds": [800, 69], |
10 "isolate": true, | 13 "isolate": true, |
11 "drawsContent": true, | 14 "drawsContent": true, |
12 "children": [ | 15 "children": [ |
13 { | 16 { |
| 17 "name": "LayoutBlockFlow DIV", |
14 "position": [8, 18], | 18 "position": [8, 18], |
15 "bounds": [10, 10], | 19 "bounds": [10, 10], |
16 "blendMode": "multiply", | 20 "blendMode": "multiply", |
17 "contentsOpaque": true, | 21 "contentsOpaque": true, |
18 "drawsContent": true, | 22 "drawsContent": true, |
19 "backgroundColor": "#0000FF", | 23 "backgroundColor": "#0000FF", |
20 "children": [ | 24 "children": [ |
21 { | 25 { |
| 26 "name": "LayoutBlockFlow DIV", |
22 "bounds": [10, 10], | 27 "bounds": [10, 10], |
23 "contentsOpaque": true, | 28 "contentsOpaque": true, |
24 "drawsContent": true, | 29 "drawsContent": true, |
25 "backgroundColor": "#FFFF00" | 30 "backgroundColor": "#FFFF00" |
26 } | 31 } |
27 ] | 32 ] |
28 } | 33 } |
29 ] | 34 ] |
30 } | 35 } |
31 ] | 36 ] |
32 } | 37 } |
33 ] | 38 ] |
34 } | 39 } |
35 | 40 |
OLD | NEW |