tor-browser

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

border-overlapping-edge.yaml (350B)


      1 --- # Checks that segments are clipped correctly when opposite edges of the border overlap
      2 root:
      3  items:
      4    - type: stacking-context
      5      bounds: [0, 0, 120, 40]
      6      items:
      7        - type: border
      8          bounds: [ 10, 10, 100, 20 ]
      9          width: 15
     10          border-type: normal
     11          style: solid
     12          color: [ [0, 0, 255, 0.5] ]