tor-browser

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

abort-refresh-multisecond-meta.window.js.ini (503B)


      1 [abort-refresh-multisecond-meta.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: [OK, TIMEOUT]
      6    if (os == "mac") and not debug: [OK, TIMEOUT]
      7  [document.open() does NOT abort documents that are queued for navigation through <meta> refresh with 1-sec timeout (XMLHttpRequest)]
      8    expected:
      9      if (os == "win") and not debug: [PASS, TIMEOUT]
     10      if (os == "mac") and not debug: [PASS, TIMEOUT]