18 lines
621 B
INI
18 lines
621 B
INI
[connect.https.any.serviceworker.html]
|
|
expected:
|
|
if (os == "linux") and not debug and fission: [OK, ERROR]
|
|
if (os == "linux") and not debug and not fission: [OK, ERROR, CRASH]
|
|
if (os == "linux") and debug and not fission: [OK, ERROR, CRASH]
|
|
if (os == "mac") and not debug: [OK, ERROR]
|
|
|
|
[connect.https.any.worker.html]
|
|
expected:
|
|
if (os == "mac") and not debug: [OK, CRASH]
|
|
if (os == "linux") and not debug: [OK, CRASH]
|
|
|
|
[connect.https.any.html]
|
|
|
|
[connect.https.any.sharedworker.html]
|
|
expected:
|
|
if (os == "mac") and not debug: [OK, CRASH]
|
|
if (os == "linux") and not debug: [OK, CRASH]
|