blob: 81909b83f44dcf905f2f7908ce801389dc94226e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[storage-partitioning.https.html]
expected:
if swgl and (os == "win"): [OK, TIMEOUT]
[document.cookie]
expected: FAIL
[localStorage]
expected: FAIL
[sessionStorage]
expected: FAIL
[Cache API]
expected: FAIL
[File System Access API]
expected:
if swgl and (os == "win"): [FAIL, TIMEOUT]
FAIL
[IndexedDB]
expected:
if swgl and (os == "win"): [FAIL, NOTRUN]
FAIL
|