blob: bf6ec6ad94b772a47f1e49de2c15afca109d93da (
plain)
1
2
3
4
5
6
7
8
|
[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
|