tor-browser

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

requestStorageAccess-nested-cross-origin-iframe.sub.https.window.js.ini (1241B)


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