tor-browser

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

blend-overflow.yaml (527B)


      1 # Ensure that we correctly calculate the UV sampling rect for the backdrop
      2 # Similar to the mix-blend-mode-overflowing-child.html test in Gecko
      3 ---
      4 root:
      5  items:
      6    - type: stacking-context
      7      blend-container: true
      8      items:
      9        - type: rect
     10          bounds: [0, 0, 100, 100]
     11          color: green
     12        - type: stacking-context
     13          bounds: [50, 50, 100, 100]
     14          mix-blend-mode: difference
     15          items:
     16            - type: rect
     17              bounds: [0, 0, 100, 100]
     18              color: green