tor-browser

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

back-forward-cache-open-transaction.window.js.ini (924B)


      1 [back-forward-cache-open-transaction.window.html]
      2  disabled:
      3    if os == "linux": https://bugzilla.mozilla.org/show_bug.cgi?id=1845961
      4    if os == "android": https://bugzilla.mozilla.org/show_bug.cgi?id=1845961
      5  expected:
      6    if (os == "linux") and not fission and debug and not swgl: [TIMEOUT, OK]
      7    if (os == "linux") and not fission and debug and swgl: [TIMEOUT, OK]
      8    if (os == "linux") and not fission and not debug: [TIMEOUT, OK]
      9    if os == "win": [TIMEOUT, OK]
     10    if os == "mac": [TIMEOUT, OK]
     11    TIMEOUT
     12  [BFCache support test for page with open IndexedDB transaction]
     13    expected:
     14      if (os == "linux") and not fission and debug and not swgl: [TIMEOUT, PASS]
     15      if (os == "linux") and not fission and debug and swgl: [TIMEOUT, PASS]
     16      if (os == "linux") and not fission and not debug: [TIMEOUT, PASS]
     17      if os == "mac": [TIMEOUT, PASS]
     18      if os == "win": [TIMEOUT, PASS]
     19      TIMEOUT