Source code
Revision control
Copy as Markdown
Other Tools
[canvas.2d.offscreen.lang.html]
max-asserts: 2
expected:
if debug and fission and (os == "win") and not swgl: [FAIL, PASS]
if debug and fission and (os == "linux") and swgl: [FAIL, PASS]
if debug and fission and (os == "linux") and not swgl: [FAIL, PASS]
if debug and not fission and (os == "android") and swgl: [FAIL, PASS]
if debug and not fission and (os == "linux") and not swgl: [FAIL, PASS]
if debug and (os == "linux") and not fission and swgl: [FAIL, PASS]
if not debug and (os == "android"): [FAIL, PASS]
FAIL