tor-browser

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

request-error.any.js.ini (540B)


      1 [request-error.any.worker.html]
      2  expected:
      3    if os == "android": [OK, CRASH]
      4  [RequestInit's window is not null]
      5    expected: FAIL
      6 
      7 
      8 [request-error.any.serviceworker.html]
      9  [RequestInit's window is not null]
     10    expected: FAIL
     11 
     12 
     13 [request-error.any.html]
     14  expected:
     15    if (os == "android") and not debug: [OK, CRASH]
     16  [RequestInit's window is not null]
     17    expected: FAIL
     18 
     19 
     20 [request-error.any.sharedworker.html]
     21  expected:
     22    if (os == "android") and not debug: [OK, CRASH]
     23  [RequestInit's window is not null]
     24    expected: FAIL