blob: ee37ed232d9a4679228949ddd5c2e9bfbd842b76 (
plain)
1
2
3
4
5
6
7
|
[event-loadstart.any.worker.html]
[event-loadstart.any.html]
expected:
if swgl and (os == "linux") and not fission: [OK, CRASH]
if not swgl and (os == "mac") and debug: [OK, CRASH]
if swgl and (os == "win"): [OK, CRASH]
|