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