blob: 007fffedd27e60d320c6b1997350a78dda75d555 (
plain)
1
2
3
4
5
6
7
8
9
|
[storagemanager-persist.https.window.html]
expected:
if (os == "android") and not fission: OK
if (os == "android") and fission: [OK, TIMEOUT]
TIMEOUT
[navigator.storage.persist() returns a promise that resolves.]
expected:
if os == "android": PASS
TIMEOUT
|