OLD | NEW |
1 Should be compositedShould not be composited | 1 Should be compositedShould not be composited |
2 Should be composited | 2 Should be composited |
3 { | 3 { |
| 4 "name": "Content Root Layer", |
4 "bounds": [800, 600], | 5 "bounds": [800, 600], |
5 "children": [ | 6 "children": [ |
6 { | 7 { |
| 8 "name": "LayoutView #document", |
7 "bounds": [800, 600], | 9 "bounds": [800, 600], |
8 "contentsOpaque": true, | 10 "contentsOpaque": true, |
9 "drawsContent": true, | 11 "drawsContent": true, |
10 "children": [ | 12 "children": [ |
11 { | 13 { |
| 14 "name": "LayoutBlockFlow DIV id='to-animate' class='container animatin
g'", |
12 "position": [8, 8], | 15 "position": [8, 8], |
13 "bounds": [262, 212], | 16 "bounds": [262, 212], |
14 "drawsContent": true, | 17 "drawsContent": true, |
15 "children": [ | 18 "children": [ |
16 { | 19 { |
| 20 "name": "Squashing Containment Layer", |
17 "shouldFlattenTransform": false, | 21 "shouldFlattenTransform": false, |
18 "children": [ | 22 "children": [ |
19 { | 23 { |
| 24 "name": "LayoutBlockFlow DIV class='composited banner'", |
20 "position": [6, 6], | 25 "position": [6, 6], |
21 "bounds": [250, 50], | 26 "bounds": [250, 50], |
22 "contentsOpaque": true, | 27 "contentsOpaque": true, |
23 "drawsContent": true, | 28 "drawsContent": true, |
24 "backgroundColor": "#C0C0C0" | 29 "backgroundColor": "#C0C0C0" |
25 }, | 30 }, |
26 { | 31 { |
| 32 "name": "Squashing Layer (first squashed layer: LayoutBlockFlo
w (positioned) DIV class='test1 box')", |
27 "position": [11, 21], | 33 "position": [11, 21], |
28 "bounds": [100, 100], | 34 "bounds": [100, 100], |
29 "drawsContent": true | 35 "drawsContent": true |
30 } | 36 } |
31 ] | 37 ] |
32 } | 38 } |
33 ] | 39 ] |
34 }, | 40 }, |
35 { | 41 { |
| 42 "name": "LayoutBlockFlow (relative positioned) DIV class='box'", |
36 "position": [18, 230], | 43 "position": [18, 230], |
37 "bounds": [100, 100], | 44 "bounds": [100, 100], |
38 "contentsOpaque": true, | 45 "contentsOpaque": true, |
39 "drawsContent": true, | 46 "drawsContent": true, |
40 "backgroundColor": "#0000FF" | 47 "backgroundColor": "#0000FF" |
41 } | 48 } |
42 ] | 49 ] |
43 } | 50 } |
44 ] | 51 ] |
45 } | 52 } |
46 | 53 |
OLD | NEW |