Source code
Revision control
Copy as Markdown
Other Tools
[requestStorageAccess-nested-cross-site-iframe.sub.https.window.html]
expected:
if (os_version == "7.0") and debug and sessionHistoryInParent: [TIMEOUT, OK]
[OK, TIMEOUT]
[[nested-cross-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 == "7.0") and debug and sessionHistoryInParent: [NOTRUN, PASS, FAIL]
if (os_version == "7.0") and debug and not sessionHistoryInParent: [FAIL, PASS, NOTRUN]
if (os_version == "14") and sessionHistoryInParent and debug: [PASS, FAIL]
if (os_version == "14") and sessionHistoryInParent and not debug: [PASS, FAIL]
if (os_version == "14") and not sessionHistoryInParent and debug: [PASS, FAIL, NOTRUN]
if (os_version == "14") and not sessionHistoryInParent and not debug: [PASS, FAIL]
if (os_version == "7.0") and not debug: [PASS, FAIL]
[[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.]
expected: [PASS, TIMEOUT, FAIL]
[[nested-cross-site-frame\] document.requestStorageAccess() should be rejected with a NotAllowedError with denied permission]
expected: [PASS, NOTRUN, FAIL]