10 lines
344 B
INI
10 lines
344 B
INI
[non-fully-active.html]
|
|
expected:
|
|
if (os == "mac") and debug: [OK, TIMEOUT]
|
|
if os == "win": [TIMEOUT, OK]
|
|
[Making a document non-fully active while locking results in an AbortError]
|
|
expected:
|
|
if (os == "mac") and debug: [FAIL, TIMEOUT]
|
|
if os == "win": [PASS, FAIL, TIMEOUT]
|
|
if os == "android": PASS
|
|
FAIL
|