Source code

Revision control

Copy as Markdown

Other Tools

[canvas.2d.lang.dynamic.html]
expected:
if (os == "android") and swgl: [PASS, FAIL]
if not fission and swgl and (os == "linux"): [FAIL, PASS]
if not fission and not swgl and not debug: [FAIL, PASS]
if fission and (os == "linux") and debug and not swgl: [FAIL, PASS]
if (os == "linux") and debug and fission and swgl: [FAIL, PASS]
if (os == "linux") and debug and not fission and not swgl: [FAIL, PASS]
FAIL