test: update WPT for WebCryptoAPI to ff26d9b307 · nodejs/node@3109297 · GitHub
Skip to content

Commit 3109297

Browse files
nodejs-github-bottargos
authored andcommitted
test: update WPT for WebCryptoAPI to ff26d9b307
PR-URL: #59497 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Jason Zhang <xzha4350@gmail.com>
1 parent e13de45 commit 3109297

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

test/fixtures/wpt/README.md

Lines changed: 1 addition & 1 deletion

test/fixtures/wpt/WebCryptoAPI/import_export/okp_importKey_failures_fixtures.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ var mismatchedKtyField = {
432432
// The 'kty' field doesn't match the key algorithm.
433433
var mismatchedCrvField = {
434434
"Ed25519": "X25519",
435-
"X25519": "Ed448",
436-
"Ed448": "X25519",
437-
"X448": "Ed25519",
435+
"X25519": "Ed25519",
436+
"Ed448": "X448",
437+
"X448": "Ed448",
438438
}

test/fixtures/wpt/versions.json

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)