Source code

Revision control

Copy as Markdown

Other Tools

[constructor.https.any.html]
expected: [OK]
[constructor.https.any.worker.html]
expected:
if (os == "linux") and debug and fission and not swgl: OK
if (os == "mac") and debug: OK
if os == "win": OK
[OK, CRASH]
[constructor.https.any.serviceworker.html]
expected:
if fission and (os == "linux") and debug and swgl: [OK, ERROR]
if not fission and debug and swgl: [OK, ERROR, CRASH]
if not fission and debug and not swgl: [OK, ERROR, CRASH]
if fission and (os == "linux") and not debug: [OK, ERROR]
if not fission and not debug: [OK, ERROR, CRASH]
[constructor.https.any.sharedworker.html]
expected:
if fission and (os == "linux") and debug and swgl: [OK, CRASH]
if fission and (os == "linux") and not debug: [OK, CRASH]
if not fission: [OK, CRASH]