tor-browser

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

requestStorageAccess-ABA.sub.https.window.js.ini (1391B)


      1 [requestStorageAccess-ABA.sub.https.window.html]
      2  expected:
      3    if (os_version == "7.0") and debug and sessionHistoryInParent: [OK, TIMEOUT]
      4    if (os_version == "7.0") and debug and not sessionHistoryInParent: [TIMEOUT, OK, ERROR]
      5    if (os_version == "7.0") and not debug: [OK, TIMEOUT]
      6    if os_version == "14": [OK, TIMEOUT]
      7  [[ABA\] document.requestStorageAccess() should be resolved with no user gesture when a permission grant exists, and should allow cookie access]
      8    expected:
      9      if (os_version == "7.0") and not sessionHistoryInParent and debug: [NOTRUN, PASS, FAIL]
     10      if os_version == "24.04": PASS
     11      if os_version == "18.04": PASS
     12      if os_version == "14.70": PASS
     13      if os_version == "11.26100": PASS
     14      [PASS, FAIL, NOTRUN]
     15 
     16  [[ABA\] document.requestStorageAccess() should resolve without permission grant or user gesture]
     17    expected:
     18      if (os_version == "7.0") and debug and not sessionHistoryInParent: [NOTRUN, PASS]
     19      [PASS, NOTRUN]
     20 
     21  [[ABA\] document.requestStorageAccess() should resolve in top-level frame or same-site iframe, otherwise reject with a NotAllowedError with no user gesture.]
     22    expected:
     23      if (os_version == "7.0") and debug and sessionHistoryInParent: [PASS, TIMEOUT]
     24      if (os_version == "7.0") and debug and not sessionHistoryInParent: TIMEOUT
     25      if (os_version == "7.0") and not debug: [PASS, TIMEOUT]