tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

backface-vis-3d.yaml (456B)


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