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 (1159B)


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