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