Open
Bug 1982329
Opened 4 months ago
[wpt-sync] Sync PR 54228 - Fix Digital Credentials `.create()` tests that test the absence of `requests`
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(Not tracked)
NEW
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 54228 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/54228
Details from upstream follow.
Mohamed Amir Yosef <mamir@chromium.org> wrote:
Fix Digital Credentials
.create()tests that test the absence ofrequestsThis PR does the followings fixes:
- It adds the missing permissions-policy from the iframe in the test file.
- Similar to https://github.com/web-platform-tests/wpt/pull/53980, this fixes the logic of testing by avoiding using
makeCreateOptions()
You need to log in
before you can comment on or make changes to this bug.
Description
•