WPT
wpt / digital-credentials / get.https.html
Spec: https://github.com/w3c-fedid/digital-credentials/ ↗
Runs: Chrome 155.0.8039.0 (wpt@d0c38285b, 2026-09-03) | Firefox 157.0a1 (wpt@ed1909ed6, 2026-09-03) | Safari 251 preview (wpt@5ce815a83, 2026-08-27) | Ladybird 1.0-56c61 (wpt@cc4d45aa0, 2026-09-03) | Servo Servo 0.6 (wpt@09159dcb3, 2026-09-02) | Blitz 188486089 (wpt@a95401e4e, 2026-09-02)
View on the Blitz WPT dashboard | Open test on wpt.live | wpt.fyi
| Chrome | Firefox | Safari | Ladybird | Servo | Blitz | |
|---|---|---|---|---|---|---|
| Total | 9/18 | 4/18 | 11/18 | 0/18 | 1/18 | NOT RUN |
| Subtest | Chrome | Firefox | Safari | Ladybird | Servo | Blitz |
|---|---|---|---|---|---|---|
| Type conversion happens on the data member of the DigitalCredentialGetRequest object. | PASS | FAIL | PASS | FAIL | FAIL | — |
| Calling navigator.credentials.get() without a digital member same origin. | PASS | PASS | PASS | FAIL | FAIL | — |
| navigator.credentials.get() API rejects if there are no credential request. | PASS | FAIL | PASS | FAIL | FAIL | — |
| navigator.credentials.get() API rejects if there are no credential request for same-origin iframe. | PASS | FAIL | PASS | FAIL | FAIL | — |
| navigator.credentials.get() API rejects if there are no credential request in cross-origin iframe. | PASS | FAIL | PASS | FAIL | PASS | — |
| navigator.credentials.get() promise is rejected if called with an aborted controller. | PASS | PASS | PASS | FAIL | FAIL | — |
| navigator.credentials.get() promise is rejected if called with an aborted controller in same-origin iframe. | PASS | PASS | PASS | FAIL | FAIL | — |
| navigator.credentials.get() promise is rejected if called with an aborted signal in cross-origin iframe. | PASS | PASS | PASS | FAIL | FAIL | — |
| navigator.credentials.get() promise is rejected if abort controller is aborted after call to get(). | PASS | FAIL | FAIL | FAIL | FAIL | — |
| navigator.credentials.get() promise is rejected if abort controller is aborted after call to get() in cross-origin iframe. | TIMEOUT | FAIL | FAIL | FAIL | FAIL | — |
| Mediation is implicitly required and hence ignored. Request is aborted regardless. | NOTRUN | FAIL | FAIL | FAIL | FAIL | — |
| Throws TypeError when request data is not JSON stringifiable. | NOTRUN | FAIL | PASS | FAIL | FAIL | — |
| `requests` field is required in the options object. | NOTRUN | FAIL | PASS | FAIL | FAIL | — |
| navigator.credentials.get() with one unknown protocol with malformed data and one known protocol with proper data should skip the unknown one and not fail. | NOTRUN | FAIL | FAIL | FAIL | FAIL | — |
| navigator.credentials.get() with only bogus requests should reject with TypeError. | NOTRUN | FAIL | PASS | FAIL | FAIL | — |
| navigator.credentials.get() with good requests at the start and end should skip the bogus ones and not fail. | NOTRUN | FAIL | FAIL | FAIL | FAIL | — |
| navigator.credentials.get() with bogus requests at both ends should skip them and not fail. | NOTRUN | FAIL | FAIL | FAIL | FAIL | — |
| navigator.credentials.get() returns coordinator to idle after mid-flight abort. | NOTRUN | FAIL | FAIL | FAIL | FAIL | — |