blob: 9290a6597ba415396db5a62d0197501b7531f543 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[non-fully-active.html]
expected:
if (os == "android") and not fission: TIMEOUT
if (os == "android") and fission: [TIMEOUT, OK]
if os == "win": TIMEOUT
[Attempting to lock non-fully active documents results in a InvalidStateError]
expected: FAIL
[Attempting to unlock non-fully active documents results in a InvalidStateError]
expected: FAIL
[Making a document non-fully active while locking results in an AbortError]
expected:
if os == "win": TIMEOUT
if os == "android": TIMEOUT
FAIL
|