blob: e39822b2375d97460403e8daa59e1845202ed7a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[storagemanager-persist-persisted-match.https.any.html]
expected:
if os == "android": OK
TIMEOUT
[navigator.storage.persist() resolves to a value that matches navigator.storage.persisted()]
expected:
if os == "android": PASS
TIMEOUT
[storagemanager-persist-persisted-match.https.any.worker.html]
[navigator.storage.persist() resolves to a value that matches navigator.storage.persisted()]
expected: FAIL
|