blob: 72f5534a4c7110363d16c28c15bafb15ba945a52 (
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.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
[navigator.identity.get() fails in cross-origin iframe]
expected: FAIL
[navigator.identity.get() succeeds in same-origin iframe]
expected: FAIL
[navigator.identity.get() API fails if there are no providers.]
expected: FAIL
|