tor-browser

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

nested-preserve3d-crash.yaml (1169B)


      1 ---
      2 root:
      3  items:
      4    - type: stacking-context
      5      bounds: 0 0 1024 768
      6      items:
      7        - type: stacking-context
      8          bounds: 0 0 1024 768
      9          transform-style: preserve-3d
     10          transform: rotate-x(180)
     11          items:
     12            - type: stacking-context
     13              bounds: 0 0 1024 768
     14              items:
     15                - type: rect
     16                  bounds: 0 0 200 200
     17                  color: green
     18            - type: stacking-context
     19              bounds: 0 0 1024 768
     20              items:
     21                - type: rect
     22                  bounds: 0 0 200 200
     23                  color: green
     24                - type: stacking-context
     25                  bounds: 0 0 1024 768
     26                  transform-style: preserve-3d
     27                  transform: rotate-x(180)
     28                  items:
     29                    - type: rect
     30                      bounds: 0 0 200 200
     31                      color: green
     32                    - type: stacking-context
     33                      bounds: 0 0 1024 768
     34                      items:
     35                        - type: rect
     36                          bounds: 0 0 200 200
     37                          color: green