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