Closed
Bug 1884833
Opened 11 months ago
Closed 11 months ago
[wpt-sync] Sync PR 45033 - Disable digital credential API when called from cross-origin <iframe>
Categories
(Core :: DOM: Credential Management, task, P4)
Core
DOM: Credential Management
Tracking
()
RESOLVED
FIXED
126 Branch
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 45033 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/45033
Details from upstream follow.
Peter Kotwicz <pkotwicz@chromium.org> wrote:
Disable digital credential API when called from cross-origin <iframe>
BUG=325425533
Change-Id: Ib6032b35175072883afaff4806cf5b1e59a5429a
Reviewed-on: https://chromium-review.googlesource.com/5363035
WPT-Export-Revision: f2edb1aa482e5a34c8bf500af33b372e858a4076
Assignee | ||
Updated•11 months ago
|
Component: web-platform-tests → DOM: Credential Management
Product: Testing → Core
Assignee | ||
Comment 1•11 months ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=569cde2fdf3ec4e590d92911ed7c44bc2ff582ed
Assignee | ||
Comment 2•11 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 11 subtests
Status Summary
Firefox
OK
: 1
PASS
: 2
FAIL
: 9
Chrome
OK
: 1
PASS
: 4
FAIL
: 7
Safari
OK
: 1
FAIL
: 11
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /credential-management/digital-identity.https.html [wpt.fyi]:
OK
[GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-2009-qr-debug
,Gecko-windows11-32-2009-qr-opt
,Gecko-windows11-64-2009-qr-debug
,Gecko-windows11-64-2009-qr-opt
] (Chrome:OK
, Safari:OK
)- navigator.credentials.get() API works in toplevel frame.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - navigator.credentials.get() API fails if IdentityCredentialRequestOptions::providers is not specified.:
FAIL
(Chrome:PASS
, Safari:FAIL
) - navigator.credentials.get() API fails if there are no providers.:
FAIL
(Chrome:PASS
, Safari:FAIL
) - navigator.identity.get() API works in toplevel frame.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - navigator.identity.get() API fails if DigitalCredentialRequestOptions::providers is not specified.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - navigator.identity.get() API fails if there is more than one provider.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - navigator.identity.get() promise is rejected when the page aborts the request.:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - navigator.identity.get() succeeds in same-origin iframe:
FAIL
(Chrome:FAIL
, Safari:FAIL
) - navigator.identity.get() fails in cross-origin iframe:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- navigator.credentials.get() API works in toplevel frame.:
Tests Disabled in Gecko Infrastructure
- /credential-management/digital-identity.https.html [wpt.fyi]:
OK
[GitHub
],SKIP
[Gecko-android-em-7.0-x86_64-lite-qr-opt-geckoview
,Gecko-android-em-7.0-x86_64-qr-debug-geckoview
,Gecko-android-em-7.0-x86_64-qr-opt-geckoview
,Gecko-linux1804-64-qr-debug
,Gecko-linux1804-64-qr-opt
,Gecko-windows11-32-2009-qr-debug
,Gecko-windows11-32-2009-qr-opt
,Gecko-windows11-64-2009-qr-debug
,Gecko-windows11-64-2009-qr-opt
] (Chrome:OK
, Safari:OK
)
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4e6c4a96376d
[wpt PR 45033] - Disable digital credential API when called from cross-origin <iframe>, a=testonly
Comment 4•11 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 11 months ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•