Source code

Revision control

Copy as Markdown

Other Tools

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