tor-browser

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

response-consume-empty.any.js.ini (700B)


      1 [response-consume-empty.any.serviceworker.html]
      2  expected:
      3    if (os == "android") and not debug: [OK, ERROR]
      4  [Consume empty FormData response body as text]
      5    expected: FAIL
      6 
      7 
      8 [response-consume-empty.any.html]
      9  expected:
     10    if (os == "android") and not debug: [OK, CRASH]
     11  [Consume empty FormData response body as text]
     12    expected: FAIL
     13 
     14 
     15 [response-consume-empty.any.worker.html]
     16  expected:
     17    if (os == "android") and not debug: [OK, CRASH]
     18  [Consume empty FormData response body as text]
     19    expected: FAIL
     20 
     21 
     22 [response-consume-empty.any.sharedworker.html]
     23  expected:
     24    if (os == "mac") and not debug: [OK, CRASH]
     25  [Consume empty FormData response body as text]
     26    expected: FAIL