blob: ef562c30b158eb8d945a32569711a3d89577c7b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[requestStorageAccess-nested-cross-site-iframe.sub.https.window.html]
expected:
if os == "mac": OK
if os == "win": OK
[OK, TIMEOUT]
[[nested-cross-site-frame\] document.requestStorageAccess() should be rejected with a NotAllowedError without permission grant]
expected: FAIL
[[nested-cross-site-frame\] document.requestStorageAccess() should be rejected with a NotAllowedError with denied permission]
expected: FAIL
[[nested-cross-site-frame\] document.requestStorageAccess() should be resolved with no user gesture when a permission grant exists, and should allow cookie access]
expected: 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: FAIL
|