blob: 3f2b9fe16765a23b79778670414e8e69b3f19802 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[cross-partition.https.tentative.html]
expected:
if (os == "android") and not fission: [OK, TIMEOUT]
if (os == "android") and fission: [OK, TIMEOUT]
[CacheStorage caches shouldn't be shared with a cross-partition iframe]
expected: FAIL
[CacheStorage caches shouldn't be shared with a cross-partition dedicated worker]
expected: FAIL
[CacheStorage caches shouldn't be shared with a cross-partition shared worker]
expected: FAIL
[CacheStorage caches shouldn't be shared with a cross-partition service worker]
expected:
if os == "android": [FAIL, TIMEOUT]
|