tor-browser

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

requestStorageAccess-insecure.sub.window.js.ini (503B)


      1 [requestStorageAccess-insecure.sub.window.html]
      2  expected:
      3    if (os == "linux") and debug and fission and swgl: [TIMEOUT, OK]
      4    if (os == "linux") and debug and not fission and not swgl: [TIMEOUT, OK]
      5    if (os == "win") and swgl: [TIMEOUT, OK]
      6    [OK, TIMEOUT]
      7  [[top-level-context\] document.requestStorageAccess() should be rejected when called with a user gesture in insecure context]
      8    expected:
      9      if (os == "win") and debug: PASS
     10      if os == "android": PASS
     11      [PASS, TIMEOUT]