blob: 18cb887b151990865d68455ec69ec74ad76124ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
[getcredential-badargs-userverification.https.html]
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1546662
expected:
if debug and (os == "win"): OK
TIMEOUT
[Bad userVerification: empty string]
expected:
if debug and (os == "win"): FAIL
TIMEOUT
[Bad userVerification: empty object]
expected:
if debug and (os == "win"): FAIL
NOTRUN
[Bad userVerification: bad value]
expected:
if debug and (os == "win"): FAIL
NOTRUN
[Bad userVerification: null]
expected:
if debug and (os == "win"): FAIL
NOTRUN
[Bad userVerification: "required"]
expected:
if debug and (os == "win"): FAIL
NOTRUN
|