Source code

Revision control

Copy as Markdown

Other Tools

[block-mime-as-script.html]
expected:
if (os == "win") and debug and (processor == "x86"): CRASH
if (os == "mac") and debug: CRASH
if (os == "mac") and not debug: [OK, CRASH]
if (os == "android") and not debug: [OK, CRASH]