tor-browser

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

request-upload.any.js.ini (1980B)


      1 [request-upload.any.worker.html]
      2  [Fetch with POST with ReadableStream containing String]
      3    expected: FAIL
      4 
      5  [Fetch with POST with ReadableStream containing null]
      6    expected: FAIL
      7 
      8  [Fetch with POST with ReadableStream containing number]
      9    expected: FAIL
     10 
     11  [Fetch with POST with ReadableStream containing ArrayBuffer]
     12    expected: FAIL
     13 
     14  [Fetch with POST with ReadableStream containing Blob]
     15    expected: FAIL
     16 
     17  [Streaming upload shouldn't work on Http/1.1.]
     18    expected: FAIL
     19 
     20 
     21 [request-upload.any.html]
     22  [Fetch with POST with ReadableStream containing String]
     23    expected: FAIL
     24 
     25  [Fetch with POST with ReadableStream containing null]
     26    expected: FAIL
     27 
     28  [Fetch with POST with ReadableStream containing number]
     29    expected: FAIL
     30 
     31  [Fetch with POST with ReadableStream containing ArrayBuffer]
     32    expected: FAIL
     33 
     34  [Fetch with POST with ReadableStream containing Blob]
     35    expected: FAIL
     36 
     37  [Streaming upload shouldn't work on Http/1.1.]
     38    expected: FAIL
     39 
     40 
     41 [request-upload.any.serviceworker.html]
     42  [Fetch with POST with ReadableStream containing String]
     43    expected: FAIL
     44 
     45  [Fetch with POST with ReadableStream containing number]
     46    expected: FAIL
     47 
     48  [Fetch with POST with ReadableStream containing ArrayBuffer]
     49    expected: FAIL
     50 
     51  [Fetch with POST with ReadableStream containing Blob]
     52    expected: FAIL
     53 
     54  [Fetch with POST with ReadableStream containing null]
     55    expected: FAIL
     56 
     57  [Streaming upload shouldn't work on Http/1.1.]
     58    expected: FAIL
     59 
     60 
     61 [request-upload.any.sharedworker.html]
     62  [Fetch with POST with ReadableStream containing String]
     63    expected: FAIL
     64 
     65  [Fetch with POST with ReadableStream containing number]
     66    expected: FAIL
     67 
     68  [Fetch with POST with ReadableStream containing ArrayBuffer]
     69    expected: FAIL
     70 
     71  [Fetch with POST with ReadableStream containing Blob]
     72    expected: FAIL
     73 
     74  [Fetch with POST with ReadableStream containing null]
     75    expected: FAIL
     76 
     77  [Streaming upload shouldn't work on Http/1.1.]
     78    expected: FAIL