Source code

Revision control

Copy as Markdown

Other Tools

[scope-featureless.html]
expected:
if not debug and (os == "win"): [FAIL, PASS]
if not debug and (os == "mac"): [PASS, FAIL]
if not debug and (os == "android" and os_version == "7.0"): [FAIL, PASS]