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