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 "drawsContent": true, | 9 "drawsContent": true, |
8 "children": [ | 10 "children": [ |
9 { | 11 { |
| 12 "name": "LayoutBlockFlow DIV id='grandparent' class='composited'", |
10 "position": [8, 8], | 13 "position": [8, 8], |
11 "bounds": [100, 100], | 14 "bounds": [100, 100], |
12 "contentsOpaque": true, | 15 "contentsOpaque": true, |
13 "shouldFlattenTransform": false, | 16 "shouldFlattenTransform": false, |
14 "3dRenderingContext": 1, | 17 "3dRenderingContext": 1, |
15 "drawsContent": true, | 18 "drawsContent": true, |
16 "backgroundColor": "#008000", | 19 "backgroundColor": "#008000", |
17 "children": [ | 20 "children": [ |
18 { | 21 { |
| 22 "name": "LayoutBlockFlow DIV id='parent' class='composited'", |
19 "bounds": [100, 100], | 23 "bounds": [100, 100], |
20 "contentsOpaque": true, | 24 "contentsOpaque": true, |
21 "3dRenderingContext": 1, | 25 "3dRenderingContext": 1, |
22 "drawsContent": true, | 26 "drawsContent": true, |
23 "backgroundColor": "#008000", | 27 "backgroundColor": "#008000", |
24 "children": [ | 28 "children": [ |
25 { | 29 { |
| 30 "name": "LayoutBlockFlow DIV id='child' class='composited'", |
26 "bounds": [100, 100], | 31 "bounds": [100, 100], |
27 "contentsOpaque": true, | 32 "contentsOpaque": true, |
28 "shouldFlattenTransform": false, | 33 "shouldFlattenTransform": false, |
29 "3dRenderingContext": 2, | 34 "3dRenderingContext": 2, |
30 "drawsContent": true, | 35 "drawsContent": true, |
31 "backgroundColor": "#008000" | 36 "backgroundColor": "#008000" |
32 } | 37 } |
33 ] | 38 ] |
34 } | 39 } |
35 ] | 40 ] |
36 } | 41 } |
37 ] | 42 ] |
38 } | 43 } |
39 ] | 44 ] |
40 } | 45 } |
41 | 46 |
OLD | NEW |