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