tor-browser

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

text-utf8.any.js.ini (502B)


      1 [text-utf8.any.html]
      2  expected:
      3    if (os == "mac") and debug: [OK, ERROR, CRASH]
      4    if (os == "mac") and not debug: [OK, CRASH]
      5 
      6 [text-utf8.any.worker.html]
      7  expected:
      8    if (os == "mac") and debug: [OK, CRASH]
      9    if os == "android": [OK, CRASH]
     10 
     11 [text-utf8.any.serviceworker.html]
     12  expected:
     13    if (os == "mac") and debug: [OK, ERROR, CRASH]
     14    if (os == "android") and not debug: [OK, ERROR]
     15 
     16 [text-utf8.any.sharedworker.html]
     17  expected:
     18    if (os == "mac") and debug: [OK, ERROR, CRASH]