tor-browser

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

border-invisible.yaml (450B)


      1 --- # checks that invisible border corners don't render
      2 root:
      3  items:
      4    - type: stacking-context
      5      bounds: [0, 0, 100, 100]
      6      items:
      7        - type: border
      8          bounds: [ 10, 10, 90, 90 ]
      9          width: [0, 0, 0, 1]
     10          border-type: normal
     11          style: solid
     12          radius:
     13            top-left: 10
     14            bottom-right: 0
     15            top-right: 0
     16            bottom-left: 3
     17          color: [red, black, red, red]