blob: 09408aa1bcb3597cf5cc060dec7ff59c0be9819f (
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
31
|
[enrollment.https.html]
expected:
if os == "android": OK
TIMEOUT
[Payment credential is created successfully.]
expected: [TIMEOUT, FAIL]
[Payment credential requires userVerification to be "required", not "preferred".]
expected: [FAIL, NOTRUN, TIMEOUT]
[Payment credential requires userVerification to be "required", not "discouraged".]
expected: [FAIL, NOTRUN, TIMEOUT]
[Payment credential requires authenticatorAttachment to be "platform", not "cross-platform".]
expected: [FAIL, NOTRUN, TIMEOUT]
[Payment credential allows residentKey to be "preferred".]
expected: [FAIL, NOTRUN, TIMEOUT]
[Payment credential does not allow residentKey to be "discouraged".]
expected: [FAIL, NOTRUN]
[Payment credential abort without reason]
expected:
if os == "android": PASS
NOTRUN
[Payment credential abort reason with Error]
expected:
if os == "android": FAIL
NOTRUN
|