[wpt-sync] Sync PR 45184 - [FedCM] Allow specifying an account ID in IdentityProvider.resolve
Categories
(Core :: DOM: Credential Management, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45184 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45184
Details from upstream follow.
Christian Biesinger <cbiesinger@chromium.org> wrote:
[FedCM] Allow specifying an account ID in IdentityProvider.resolve
Syntax:
IdentityProvider.resolve("some_token", {"accountId": "some_id"});The account ID is optional and will default to whichever account
the user selected.Bug: 329477527
Change-Id: Idca4640e67b32c1d5fd103cc26460e595f49e2d5
Reviewed-on: https://chromium-review.googlesource.com/5374870
WPT-Export-Revision: 1d5fbd0fbfb306cd761d782d56be402842dcd771
Assignee | ||
Updated•11 months ago
|
Assignee | ||
Comment 1•11 months ago
|
||
Assignee | ||
Comment 2•11 months ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 3 tests and 1 subtests
Status Summary
Firefox
TIMEOUT
: 6
Chrome
OK
: 1
FAIL
: 1
ERROR
: 2
Safari
OK
: 3
FAIL
: 3
Links
Details
Firefox-only Failures
New Tests That Don't Pass
- /credential-management/fedcm-authz/fedcm-continue-on-with-account.https.html [wpt.fyi]:
TIMEOUT
(Chrome:ERROR
, Safari:OK
)- continue_on and IdentityProvider.resolve work correctly.:
TIMEOUT
(Safari:FAIL
)
- continue_on and IdentityProvider.resolve work correctly.:
- /credential-management/fedcm-authz/fedcm-continue-on.https.html [wpt.fyi]:
TIMEOUT
(Chrome:ERROR
, Safari:OK
)- continue_on and IdentityProvider.resolve work correctly.:
TIMEOUT
(Safari:FAIL
)
- continue_on and IdentityProvider.resolve work correctly.:
- /credential-management/fedcm-authz/fedcm-userinfo-after-resolve.https.html [wpt.fyi]:
TIMEOUT
(Chrome:OK
, Safari:OK
)- Test getUserInfo() after resolve() to verify that resolve stores the RP/IDP connection:
TIMEOUT
(Chrome:FAIL
, Safari:FAIL
)
- Test getUserInfo() after resolve() to verify that resolve stores the RP/IDP connection:
Comment 4•11 months ago
|
||
bugherder |
Description
•