tor-browser

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

backface-sc.yaml (457B)


      1 # This test is similar to "backface-leaf.yaml" but with the whole
      2 # stacking context (containing a green rect) turning invisible
      3 # because of the "rotate-x(180)" transform.
      4 ---
      5 root:
      6  items:
      7    - type: rect
      8      color: red
      9      bounds: 0 0 1024 768
     10    - type: stacking-context
     11      bounds: 0 0 1024 768
     12      transform: rotate-x(180)
     13      backface-visible: false
     14      items:
     15        - type: rect
     16          bounds: 0 0 200 200
     17          color: green