Source code

Revision control

Copy as Markdown

Other Tools

[effect-reference-feimage-001.html]
expected:
if (os == "win"): ["PASS", "FAIL", "ERROR"]
if (os == "android") and debug: ["PASS", "FAIL"]
if (os == "mac"): ["PASS", "FAIL", "ERROR"]
if (os == "linux"): ["PASS", "FAIL", "ERROR"]