tor-browser

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

mixed-order-ref.yaml (607B)


      1 # The result should be matching the flat ordering, since there
      2 # is no variation in Z of the preserve-3D children.
      3 ---
      4 root:
      5  items:
      6    - type: stacking-context
      7      bounds: [0, 0, 200, 200]
      8      transform: rotate-x(30)
      9      items:
     10        - type: rect
     11          bounds: [0, 0, 100, 100]
     12          color: green
     13        - type: stacking-context
     14          bounds: [25, 25, 100, 100]
     15          #transform: rotate-z(45)
     16          items:
     17            - type: rect
     18              bounds: [0, 0, 100, 100]
     19              color: red
     20        - type: rect
     21          bounds: [100, 0, 100, 100]
     22          color: blue