| OLD | NEW |
| 1 This layer should not be composited. | 1 This layer should not be composited. |
| 2 This layer should not be composited. | 2 This layer should not be composited. |
| 3 This layer should be composited. | 3 This layer should be composited. |
| 4 { | 4 { |
| 5 "name": "Content Root Layer", | 5 "layers": [ |
| 6 "bounds": [785, 612], | |
| 7 "children": [ | |
| 8 { | 6 { |
| 9 "name": "LayoutView #document", | 7 "name": "LayoutView #document", |
| 10 "bounds": [785, 612], | 8 "bounds": [785, 612], |
| 11 "contentsOpaque": true, | 9 "contentsOpaque": true, |
| 10 "drawsContent": true |
| 11 }, |
| 12 { |
| 13 "name": "LayoutBlockFlow DIV class='preserve3d'", |
| 14 "position": [18, 390], |
| 15 "bounds": [342, 180], |
| 16 "shouldFlattenTransform": false, |
| 17 "3dRenderingContext": 1, |
| 18 "drawsContent": true |
| 19 }, |
| 20 { |
| 21 "name": "LayoutBlockFlow (relative positioned) DIV class='box'", |
| 22 "position": [31, 49], |
| 23 "bounds": [100, 100], |
| 24 "contentsOpaque": true, |
| 25 "3dRenderingContext": 1, |
| 12 "drawsContent": true, | 26 "drawsContent": true, |
| 13 "children": [ | 27 "backgroundColor": "#C0C0C0", |
| 14 { | 28 "transform": [ |
| 15 "name": "LayoutBlockFlow DIV class='preserve3d'", | 29 [0.984807753012208, 0, -0.17364817766693, 0], |
| 16 "position": [18, 390], | 30 [0, 1, 0, 0], |
| 17 "bounds": [342, 180], | 31 [0.17364817766693, 0, 0.984807753012208, 0], |
| 18 "shouldFlattenTransform": false, | 32 [0, 0, 0, 1] |
| 19 "3dRenderingContext": 1, | |
| 20 "drawsContent": true, | |
| 21 "children": [ | |
| 22 { | |
| 23 "name": "LayoutBlockFlow (relative positioned) DIV class='box'", | |
| 24 "position": [31, 49], | |
| 25 "bounds": [100, 100], | |
| 26 "contentsOpaque": true, | |
| 27 "3dRenderingContext": 1, | |
| 28 "drawsContent": true, | |
| 29 "backgroundColor": "#C0C0C0", | |
| 30 "transform": [ | |
| 31 [0.984807753012208, 0, -0.17364817766693, 0], | |
| 32 [0, 1, 0, 0], | |
| 33 [0.17364817766693, 0, 0.984807753012208, 0], | |
| 34 [0, 0, 0, 1] | |
| 35 ] | |
| 36 } | |
| 37 ] | |
| 38 } | |
| 39 ] | 33 ] |
| 40 } | 34 } |
| 41 ] | 35 ] |
| 42 } | 36 } |
| 43 | 37 |
| OLD | NEW |