[requestStorageAccess-ABA.sub.https.window.html]
expected:
if (os == "mac") and (version == "OS X 15.3"): TIMEOUT
if os == "android": [OK, TIMEOUT]
[[ABA\] document.requestStorageAccess() should be resolved with no user gesture when a permission grant exists, and should allow cookie access]
expected:
if (os == "android") and not debug and sessionHistoryInParent: [PASS, FAIL, NOTRUN]
if (os == "android") and not debug and not sessionHistoryInParent: [PASS, FAIL, NOTRUN]
if (os == "mac") and (version == "OS X 15.3"): [NOTRUN, PASS, FAIL]
if (os == "android") and debug: [PASS, FAIL, NOTRUN]
[[ABA\] document.requestStorageAccess() should resolve without permission grant or user gesture]
expected:
if (os == "mac") and (version == "OS X 15.3"): [NOTRUN, PASS]
[PASS, NOTRUN]
[[ABA\] document.requestStorageAccess() should resolve in top-level frame or same-site iframe, otherwise reject with a NotAllowedError with no user gesture.]
expected:
if (os == "mac") and (version == "OS X 15.3"): TIMEOUT