[wpt-sync] Sync PR 47714 - webauthn: Add a WPT for the clientDataJSON serialization.
Categories
(Core :: DOM: Web Authentication, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47714 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47714
Details from upstream follow.
Adam Langley <agl@chromium.org> wrote:
webauthn: Add a WPT for the clientDataJSON serialization.
WebAuthn specifies[1] that this JSON must be serialized in a precise
order. WPTs should test that.[1] https://www.w3.org/TR/webauthn-2/#clientdatajson-serialization
Change-Id: I8038909c2e55b1de699de6d450e2d9efdc72258f
Reviewed-on: https://chromium-review.googlesource.com/5794170
WPT-Export-Revision: a7a265cee76426fdd95775784bdbc9a9a15258f0
Assignee | ||
Updated•11 months ago
|
Assignee | ||
Comment 1•11 months ago
|
||
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 2 subtests
Status Summary
Firefox
OK
: 1
PASS
: 1
FAIL
: 1
Chrome
OK
: 1
PASS
: 2
Safari
OK
: 1
PASS
: 1
FAIL
: 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /webauthn/createcredential-clientdata.https.html [wpt.fyi]
- navigator.credentials.create() has valid clientData:
FAIL
(Chrome:PASS
, Safari:FAIL
)
- navigator.credentials.create() has valid clientData:
https://hg.mozilla.org/mozilla-central/rev/558af9205622
https://hg.mozilla.org/mozilla-central/rev/cca5f5bf1e24
Description
•