Source code

Revision control

Copy as Markdown

Other Tools

[requestStorageAccess-nested-cross-origin-iframe.sub.https.window.html]
expected:
if (os == "win") and (processor == "x86"): [TIMEOUT, OK]
if os == "mac": [TIMEOUT, OK]
[OK, TIMEOUT]
[[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.]
expected:
if (os == "win") and (processor == "x86"): [TIMEOUT, PASS]
if os == "mac": [TIMEOUT, PASS]
if os == "linux": PASS
[PASS, TIMEOUT]
[[nested-cross-origin-frame\] document.requestStorageAccess() should be resolved with no user gesture when a permission grant exists, and should allow cookie access]
expected:
if (os == "win") and (processor == "x86_64"): [PASS, NOTRUN]
if (os == "win") and (processor == "x86"): [NOTRUN, PASS]
if os == "mac": [NOTRUN, PASS]
if os == "linux": PASS
[PASS, FAIL, NOTRUN]
[[nested-cross-origin-frame\] document.requestStorageAccess() should resolve without permission grant or user gesture]
expected:
if (os == "win") and (processor == "x86"): [NOTRUN, PASS]
if os == "mac": [NOTRUN, PASS]
if os == "linux": PASS
[PASS, NOTRUN]