tor-browser

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

beacon-basic.https.window.js.ini (699B)


      1 [beacon-basic.https.window.html]
      2  [Too large payload should be rejected: type = string]
      3    expected: FAIL
      4 
      5  [Too large payload should be rejected: type = arraybuffer]
      6    expected: FAIL
      7 
      8  [Too large payload should be rejected: type = form]
      9    expected: FAIL
     10 
     11  [Too large payload should be rejected: type = blob]
     12    expected: FAIL
     13 
     14  [Payload size restriction should be accumulated: type = string]
     15    expected: FAIL
     16 
     17  [Payload size restriction should be accumulated: type = arraybuffer]
     18    expected: FAIL
     19 
     20  [Payload size restriction should be accumulated: type = blob]
     21    expected: FAIL
     22 
     23  [sendBeacon() with a stream does not work due to the keepalive flag being set]
     24    expected: FAIL