1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[requestStorageAccess-nested-same-origin-iframe.sub.https.window.html]
expected:
if (os == "win") and debug and (processor == "x86_64") and not swgl: [TIMEOUT, OK, ERROR]
if (os == "win") and debug and (processor == "x86_64") and swgl: [TIMEOUT, OK, ERROR]
if (os == "linux") and debug and not fission and swgl: OK
if (os == "android") and not swgl and not debug: [OK, TIMEOUT, ERROR]
if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, OK]
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "linux") and debug and fission: OK
if (os == "mac") and debug: [TIMEOUT, OK, ERROR]
if (os == "mac") and not debug: [TIMEOUT, OK]
if (os == "android") and swgl: [TIMEOUT, OK]
[OK, ERROR, TIMEOUT]
[[nested-same-origin-frame\] document.requestStorageAccess() should resolve without permission grant or user gesture]
expected: FAIL
[[nested-same-origin-frame\] document.requestStorageAccess() should resolve with denied permission]
expected: FAIL
[[nested-same-origin-frame\] document.requestStorageAccess() should be resolved with no user gesture when a permission grant exists, and should allow cookie access]
expected: FAIL
[[nested-same-origin-frame\] document.requestStorageAccess() should resolve in top-level frame or same-site iframe, otherwise reject with a NotAllowedError with no user gesture.]
expected: FAIL
|