blob: 636221e3bc5571260d04d55497991290f3307d5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[digital-identity.https.html]
[navigator.credentials.get() API works in toplevel frame.]
expected: FAIL
[navigator.credentials.get() API fails if IdentityCredentialRequestOptions::providers is not specified.]
expected: FAIL
[navigator.credentials.get() API fails if there are no providers.]
expected: FAIL
[navigator.identity.get() API works in toplevel frame.]
expected: FAIL
[navigator.identity.get() API fails if DigitalCredentialRequestOptions::providers is not specified.]
expected: FAIL
[navigator.identity.get() API fails if there is more than one provider.]
expected: FAIL
[navigator.identity.get() promise is rejected when the page aborts the request.]
expected: FAIL
|