tor-browser

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

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


      1 [requestStorageAccess-nested-cross-site-iframe.sub.https.window.html]
      2  expected: [OK, TIMEOUT]
      3  [[nested-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 (os == "linux") and not fission and debug: [PASS, NOTRUN]
      6      if (os == "android") and debug and sessionHistoryInParent: [PASS, FAIL]
      7      if (os == "android") and debug and not sessionHistoryInParent: [PASS, FAIL, NOTRUN]
      8      if (os == "android") and not debug and sessionHistoryInParent: [PASS, FAIL]
      9      if (os == "android") and not debug and not sessionHistoryInParent: [PASS, FAIL]
     10 
     11  [[nested-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: [PASS, FAIL, TIMEOUT]
     13 
     14  [[nested-cross-site-frame\] document.requestStorageAccess() should be rejected with a NotAllowedError with denied permission]
     15    expected: [PASS, FAIL, NOTRUN]