blob: 6bfbf0bfa8325b90bc251d6cc5ec13699c898d33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[requestStorageAccess-ABA.tentative.sub.https.window.html]
expected:
if (os == "android") and swgl: [OK, TIMEOUT]
if (os == "android") and not swgl: [OK, TIMEOUT]
[[ABA\] document.requestStorageAccess() should resolve in top-level frame or same-site iframe, otherwise reject with a NotAllowedError with no user gesture.]
expected: FAIL
[[ABA\] document.requestStorageAccess() should be resolved with no user gesture when a permission grant exists, and should allow cookie access]
expected: FAIL
[[ABA\] document.requestStorageAccess() should resolve without permission grant or user gesture]
expected: FAIL
[[ABA\] document.requestStorageAccess() should resolve with denied permission]
expected: FAIL
|