8 lines
360 B
INI
8 lines
360 B
INI
[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
|