[wpt-sync] Sync PR 37908 - [FedCM] Handle aborts for multi IDP requests
Categories
(Core :: DOM: Security, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: mozilla.org, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 37908 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/37908
Details from upstream follow.
Zachary Tan <tanzachary@chromium.org> wrote:
[FedCM] Handle aborts for multi IDP requests
In a single IDP request, an abort will close the FedCM dialog.
Currently, only the first IDP's abort will close the FedCM dialog. Until
we reach a better solution for multi IDP aborts, we allow any IDP's
abort to close the FedCM dialog.Bug: 1394913
Change-Id: I307ec1335a1359f6fb40598eab95a1855a6ecf08Reviewed-on: https://chromium-review.googlesource.com/4160693
WPT-Export-Revision: f94775761893f35de48197ec6847b867e0332901
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years 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
FAIL
: 3
ERROR
: 3
Chrome
PASS
: 1
FAIL
: 1
TIMEOUT
: 1
ERROR
: 3
Safari
FAIL
: 3
ERROR
: 3
Links
Details
New Tests That Don't Pass
- /credential-management/fedcm-multi-idp/abort-multiple-gets-through-first-idp.https.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
)- Test abort signal for a multi IDP request by aborting the first IDP:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- Test abort signal for a multi IDP request by aborting the first IDP:
- /credential-management/fedcm-multi-idp/abort-multiple-gets-through-second-idp.https.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
)- Test abort signal for a multi IDP request by aborting the second IDP:
FAIL
(Chrome:TIMEOUT
, Safari:FAIL
)
- Test abort signal for a multi IDP request by aborting the second IDP:
- /credential-management/fedcm-multi-idp/multiple-gets-after-abort.https.html [wpt.fyi]:
ERROR
(Chrome:ERROR
, Safari:ERROR
)- Multiple gets after aborting a multi IDP request should work:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Multiple gets after aborting a multi IDP request should work:
Comment 5•2 years ago
|
||
bugherder |
Description
•