summaryrefslogtreecommitdiffstats
path: root/gfx/wr/wrench/reftests/backface/backface-vis-3d.yaml
blob: c58026a5cc0634c3a74493e86b0ff8ec93b85e11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Verifies that a 3d context selects the correct reference (containing block) spatial node.
root:
  items:
    - type: stacking-context
      bounds: 100 0 100 100
      transform: scale-x(-1)
      items:
      - type: stacking-context
        bounds: 0 0 100 100
        transform: rotate-y(180)
        transform-style: preserve-3d
        items:
        - type: rect
          bounds: 0 0 100 100
          color: red
          backface-visible: false