tor-browser

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

requestStorageAccess-cross-site-iframe.sub.https.window.js.ini (1976B)


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