Source code

Revision control

Copy as Markdown

Other Tools

[forced-colors-mode-43.html]
expected:
if (os == "win") and (processor == "x86") and debug: [PASS, FAIL]
if (os == "win") and (processor == "x86") and not debug: [PASS, FAIL]
if (os == "win") and (processor == "x86_64"): [PASS, FAIL]
if os == "android": FAIL
[FAIL, PASS]