blob: d1c1b893be76ca621108cd06c32e38ba389235cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# In this test, the leaf green rectangle "backface-visible = false" which is ignored
# because it doesn't have any transform, and it's not in preserve-3d context.
---
root:
items:
- type: rect
color: red
bounds: 0 0 1024 768
- type: stacking-context
bounds: 0 0 1024 768
transform: rotate-x(180)
items:
- type: rect
bounds: 0 0 200 200
color: green
backface-visible: false
|