backface-picture.yaml (634B)
1 # In this test we ensure that "backface-visiblity" property 2 # is not inherited, and the red rect rotated by 180 degrees 3 # is still rendered. 4 --- 5 root: 6 items: 7 - type: stacking-context 8 items: 9 - type: stacking-context 10 transform-style: preserve-3d 11 backface-visible: false 12 items: 13 - type: stacking-context 14 transform: rotate-y(180) 15 transform-origin: 50 50 16 items: 17 - type: stacking-context 18 items: 19 - type: rect 20 color: red 21 bounds: 0 0 100 100