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