Source code

Revision control

Copy as Markdown

Other Tools

[requestStorageAccess-same-site-iframe.sub.https.window.html]
expected:
if (os_version == "7.0") and debug and not sessionHistoryInParent: [OK, ERROR, TIMEOUT]
if (os_version == "24.04") and debug and not fission: [OK, TIMEOUT, CRASH]
if os_version == "14.70": [TIMEOUT, OK]
[OK, TIMEOUT]
[[same-site-frame\] document.requestStorageAccess() should resolve in top-level frame or same-site iframe, otherwise reject with a NotAllowedError with no user gesture.]
expected:
if (os == "win") and debug: [PASS, TIMEOUT]
if os == "mac": [TIMEOUT, PASS]
if os == "android": [PASS, FAIL]
[[same-site-frame\] document.requestStorageAccess() should be resolved with no user gesture when a permission grant exists, and should allow cookie access]
expected:
if (os_version == "11.26100") and debug: [PASS, NOTRUN]
if (os_version == "11.26100") and not debug: PASS
if os_version == "24.04": PASS
if os_version == "18.04": PASS
if os_version == "14.70": [NOTRUN, PASS]
[PASS, FAIL, NOTRUN]
[[same-site-frame\] document.requestStorageAccess() should resolve without permission grant or user gesture]
expected:
if (os == "win") and debug: [PASS, NOTRUN]
if os == "mac": [NOTRUN, PASS]