16 lines
495 B
INI
16 lines
495 B
INI
[sendstream-bad-chunk.https.any.serviceworker.html]
|
|
expected:
|
|
if not fission and not debug: CRASH
|
|
|
|
[sendstream-bad-chunk.https.any.sharedworker.html]
|
|
|
|
[sendstream-bad-chunk.https.any.html]
|
|
expected:
|
|
if fission and (os == "win") and debug and (processor == "x86_64"): CRASH
|
|
if not fission: CRASH
|
|
|
|
[sendstream-bad-chunk.https.any.worker.html]
|
|
expected:
|
|
if debug and (os == "win"): CRASH
|
|
if debug and (os == "linux"): CRASH
|
|
if not debug and (os == "mac"): [OK, CRASH]
|