tor-browser

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

empty-payload.https.window.js.ini (1054B)


      1 [empty-payload.https.window.html]
      2  expected:
      3    if (os == "win") and debug and (processor == "x86_64"): ERROR
      4    if (os == "win") and not debug and (processor == "x86"): [OK, ERROR]
      5    if (os == "mac") and not debug: [OK, ERROR]
      6    if (os == "linux") and not fission: OK
      7    if os == "android": OK
      8    [ERROR, OK]
      9  [fetchLater() does not accept empty POST request body of String in a default cross-origin iframe.]
     10    expected: FAIL
     11 
     12  [fetchLater() does not accept empty POST request body of ArrayBuffer in a default cross-origin iframe.]
     13    expected: FAIL
     14 
     15  [fetchLater() accepts a non-empty POST request body of FormData in a default cross-origin iframe.]
     16    expected: FAIL
     17 
     18  [fetchLater() does not accept empty POST request body of URLSearchParams in a default cross-origin iframe.]
     19    expected: FAIL
     20 
     21  [fetchLater() does not accept empty POST request body of Blob in a default cross-origin iframe.]
     22    expected: FAIL
     23 
     24  [fetchLater() does not accept empty POST request body of File in a default cross-origin iframe.]
     25    expected: FAIL