Source code

Revision control

Copy as Markdown

Other Tools

[non-fully-active.html]
[Making a document non-fully active while locking results in an AbortError]
expected:
if (os == "win") and not debug and (processor == "x86"): [FAIL, PASS]
if (os == "win") and not debug and (processor == "x86_64"): [FAIL, PASS]
if (os == "win") and debug: [FAIL, PASS]
if os == "android": PASS
FAIL