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