blob: 32d9c56eb259ea7d8a11ff2d0ec670f66f206998 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[requestStorageAccess-insecure.sub.window.html]
expected:
if (os == "linux") and debug and fission and swgl: [TIMEOUT, OK]
if (os == "linux") and debug and not fission and not swgl: [TIMEOUT, OK]
if (os == "win") and swgl: [TIMEOUT, OK]
[OK, TIMEOUT]
[[top-level-context\] document.requestStorageAccess() should be rejected when called with a user gesture in insecure context]
expected:
if (os == "win") and debug: PASS
if os == "android": PASS
[PASS, TIMEOUT]
|