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