tor-browser

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

canvas.2d.offscreen.lang.html.ini (555B)


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