tor-browser

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

allow-subpixel.yaml (590B)


      1 --- # Verify that subpixel AA is disabled if the text's enclosing stacking context requires an intermediate surface
      2 root:
      3  items:
      4    - type: stacking-context
      5      bounds: [0, 0, 500, 200]
      6      blend-container: true
      7      items:
      8        - text: "This should not be subpixel text"
      9          origin: 20 120
     10          size: 18
     11          color: black
     12          font: "VeraBd.ttf"
     13        - type: stacking-context
     14          bounds: [0, 0, 100, 100]
     15          mix-blend-mode: multiply
     16          items:
     17            - type: rect
     18              bounds: [0, 0, 100, 100]
     19              color: white