blob: 6d5c2e41e920c3a0dbd986bb3cfbb1436e91391c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[requestStorageAccess-nested-same-origin-iframe.sub.https.window.html]
expected:
if (os == "win") and ccov: ERROR
if (os == "linux") and debug and not fission and swgl: ERROR
if (os == "linux") and not debug and (processor == "x86_64") and fission: [ERROR, TIMEOUT]
if (os == "linux") and not debug and (processor == "x86_64") and not fission: [ERROR, TIMEOUT]
if (os == "linux") and debug and fission: ERROR
if (os == "linux") and not debug and (processor == "x86"): [TIMEOUT, ERROR]
if (os == "win") and not debug: [TIMEOUT, OK]
if (os == "mac") and not debug: [TIMEOUT, OK]
if (os == "android") and swgl: ERROR
[ERROR, OK, TIMEOUT]
[[nested-same-origin-frame\] document.requestStorageAccess() should be resolved when called properly with a user gesture]
expected: NOTRUN
[[nested-same-origin-frame\] document.requestStorageAccess() should be rejected with a NotAllowedError by default with no user gesture]
expected: NOTRUN
|