blob: 2eb6aab748e228b02924af8e0178c72a5ab476bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[opaque-origin.https.window.html]
expected:
if (os == "android") and not fission: OK
if (os == "android") and fission: [OK, TIMEOUT]
TIMEOUT
[navigator.storage.persist() in non-sandboxed iframe should not reject]
expected:
if os == "android": PASS
TIMEOUT
[navigator.storage.persist() in sandboxed iframe should reject with TypeError]
expected:
if os == "android": PASS
NOTRUN
|