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