tor-browser

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

canvas.2d.lang.dynamic.html.ini (437B)


      1 [canvas.2d.lang.dynamic.html]
      2  expected:
      3    if (os == "android") and swgl: [PASS, FAIL]
      4    if not fission and swgl and (os == "linux"): [FAIL, PASS]
      5    if not fission and not swgl and not debug: [FAIL, PASS]
      6    if fission and (os == "linux") and debug and not swgl: [FAIL, PASS]
      7    if (os == "linux") and debug and fission and swgl: [FAIL, PASS]
      8    if (os == "linux") and debug and not fission and not swgl: [FAIL, PASS]
      9    FAIL