tor-browser

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

2d.text.draw.generic.family.html.ini (473B)


      1 [2d.text.draw.generic.family.html]
      2  disabled:
      3    if (os == "win") and not swgl: https://bugzilla.mozilla.org/show_bug.cgi?id=1847850
      4 
      5  [Test that drawing fantasy produces the same result between canvas and OffscreenCanvas]
      6    expected:
      7      if os == "mac": FAIL
      8 
      9  [Test that drawing serif produces the same result between canvas and OffscreenCanvas]
     10    expected:
     11      if (os == "android") and not swgl: [FAIL, PASS]
     12      if (os == "android") and swgl: [PASS, FAIL]