tor-browser

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

large-requests-abort.any.js.ini (485B)


      1 [large-requests-abort.any.serviceworker.html]
      2 
      3 [large-requests-abort.any.sharedworker.html]
      4 
      5 [large-requests-abort.any.html]
      6  expected:
      7    if not sessionHistoryInParent and not debug: [OK, TIMEOUT]
      8  [large value followed by small values]
      9    expected:
     10      if not sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     11 
     12  [large values mixed with small values]
     13    expected:
     14      if not sessionHistoryInParent and not debug: [PASS, NOTRUN]
     15 
     16 
     17 [large-requests-abort.any.worker.html]