tor-browser

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

max-payload.https.window.js.ini (893B)


      1 [max-payload.https.window.html]
      2  expected:
      3    if fission and (os == "win") and not debug and (processor == "x86"): TIMEOUT
      4    if fission and (os == "linux") and debug: [TIMEOUT, ERROR]
      5    if not fission: TIMEOUT
      6    if (os == "win") and debug and (processor == "x86"): [ERROR, TIMEOUT]
      7    [TIMEOUT, ERROR]
      8  [fetchLater() accepts max payload in a parent-frame-origin POST request body of String in a default cross-origin iframe.]
      9    expected: FAIL
     10 
     11  [fetchLater() rejects max+1 payload in a parent-frame-origin POST request body of String in a default cross-origin iframe.]
     12    expected: TIMEOUT
     13 
     14  [fetchLater() accepts max payload in a self-frame-origin POST request body of String in a default cross-origin iframe.]
     15    expected: NOTRUN
     16 
     17  [fetchLater() rejects max+1 payload in a self-frame-origin POST request body of String in a default cross-origin iframe.]
     18    expected: NOTRUN