tor-browser

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

abort-refresh-multisecond-header.window.js.ini (523B)


      1 [abort-refresh-multisecond-header.window.html]
      2  disabled:
      3    if os == "android": https://bugzilla.mozilla.org/show_bug.cgi?id=1780219
      4  expected:
      5    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
      6    if os == "mac": [OK, TIMEOUT]
      7  [document.open() does NOT abort documents that are queued for navigation through Refresh header with 1-sec timeout (XMLHttpRequest)]
      8    expected:
      9      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT]
     10      if os == "mac": [PASS, TIMEOUT]