tor-browser

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

small-payload.https.window.js.ini (603B)


      1 [small-payload.https.window.html]
      2  [fetchLater() accepts small payload in a POST request body of String.]
      3    expected: FAIL
      4 
      5  [fetchLater() accepts small payload in a POST request body of ArrayBuffer.]
      6    expected: FAIL
      7 
      8  [fetchLater() accepts small payload in a POST request body of FormData.]
      9    expected: FAIL
     10 
     11  [fetchLater() accepts small payload in a POST request body of URLSearchParams.]
     12    expected: FAIL
     13 
     14  [fetchLater() accepts small payload in a POST request body of Blob.]
     15    expected: FAIL
     16 
     17  [fetchLater() accepts small payload in a POST request body of File.]
     18    expected: FAIL