21 lines
634 B
YAML
21 lines
634 B
YAML
# In this test we ensure that "backface-visiblity" property
|
|
# is not inherited, and the red rect rotated by 180 degrees
|
|
# is still rendered.
|
|
---
|
|
root:
|
|
items:
|
|
- type: stacking-context
|
|
items:
|
|
- type: stacking-context
|
|
transform-style: preserve-3d
|
|
backface-visible: false
|
|
items:
|
|
- type: stacking-context
|
|
transform: rotate-y(180)
|
|
transform-origin: 50 50
|
|
items:
|
|
- type: stacking-context
|
|
items:
|
|
- type: rect
|
|
color: red
|
|
bounds: 0 0 100 100
|