blob: a3f3ee3508ba2d331f6b06a9c7e228fc66491222 (
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-rpid.https.html]
disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1546662
expected:
if debug and (os == "win"): OK
TIMEOUT
[Bad rpId: empty string]
expected:
if debug and (os == "win"): FAIL
TIMEOUT
[Bad rpId: null]
expected:
if debug and (os == "win"): FAIL
NOTRUN
[Bad rpId: invalid domain (has space)]
expected:
if debug and (os == "win"): FAIL
NOTRUN
[Bad rpId: invalid domain (starts with dash)]
expected:
if debug and (os == "win"): FAIL
NOTRUN
[Bad rpId: invalid domain (starts with number)]
expected:
if debug and (os == "win"): FAIL
NOTRUN
|