blob: 9fab330a40be5cd12a5e45c35c68fdfec022fa40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[terminate.any.worker.html]
expected:
if (os == "android") and fission: [TIMEOUT, OK]
[terminate.any.serviceworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[terminate.any.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[terminate.any.sharedworker.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
|