| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "Content Root Layer", | 2 "layers": [ |
| 3 "bounds": [800, 600], | |
| 4 "children": [ | |
| 5 { | 3 { |
| 6 "name": "LayoutView #document", | 4 "name": "LayoutView #document", |
| 7 "bounds": [800, 600], | 5 "bounds": [800, 600], |
| 8 "contentsOpaque": true, | 6 "contentsOpaque": true, |
| 7 "drawsContent": true |
| 8 }, |
| 9 { |
| 10 "name": "LayoutBlockFlow (positioned) DIV class='composited box behind'", |
| 11 "position": [100, 100], |
| 12 "bounds": [100, 100], |
| 13 "contentsOpaque": true, |
| 9 "drawsContent": true, | 14 "drawsContent": true, |
| 10 "children": [ | 15 "backgroundColor": "#0000FF" |
| 11 { | 16 }, |
| 12 "name": "LayoutBlockFlow (positioned) DIV class='composited box behind
'", | 17 { |
| 13 "position": [100, 100], | 18 "name": "Squashing Containment Layer", |
| 14 "bounds": [100, 100], | 19 "shouldFlattenTransform": false |
| 15 "contentsOpaque": true, | 20 }, |
| 16 "drawsContent": true, | 21 { |
| 17 "backgroundColor": "#0000FF" | 22 "name": "LayoutBlockFlow (positioned) DIV class='box middle'", |
| 18 }, | 23 "position": [20, 20], |
| 19 { | 24 "bounds": [100, 100], |
| 20 "name": "Squashing Containment Layer", | 25 "contentsOpaque": true, |
| 21 "shouldFlattenTransform": false, | 26 "drawsContent": true, |
| 22 "children": [ | 27 "backgroundColor": "#00FF00", |
| 23 { | 28 "transform": [ |
| 24 "name": "LayoutBlockFlow (positioned) DIV class='box middle'", | 29 [0.707106781186548, 0.707106781186548, 0, 0], |
| 25 "position": [20, 20], | 30 [-0.707106781186548, 0.707106781186548, 0, 0], |
| 26 "bounds": [100, 100], | 31 [0, 0, 1, 0], |
| 27 "contentsOpaque": true, | 32 [0, 0, 0, 1] |
| 28 "drawsContent": true, | |
| 29 "backgroundColor": "#00FF00", | |
| 30 "transform": [ | |
| 31 [0.707106781186548, 0.707106781186548, 0, 0], | |
| 32 [-0.707106781186548, 0.707106781186548, 0, 0], | |
| 33 [0, 0, 1, 0], | |
| 34 [0, 0, 0, 1] | |
| 35 ] | |
| 36 }, | |
| 37 { | |
| 38 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (p
ositioned) DIV class='box top')", | |
| 39 "position": [180, 180], | |
| 40 "bounds": [100, 100], | |
| 41 "drawsContent": true | |
| 42 } | |
| 43 ] | |
| 44 } | |
| 45 ] | 33 ] |
| 34 }, |
| 35 { |
| 36 "name": "Squashing Layer (first squashed layer: LayoutBlockFlow (positione
d) DIV class='box top')", |
| 37 "position": [180, 180], |
| 38 "bounds": [100, 100], |
| 39 "drawsContent": true |
| 46 } | 40 } |
| 47 ] | 41 ] |
| 48 } | 42 } |
| 49 | 43 |
| OLD | NEW |