diff --git a/test/fixtures/wpt/README.md b/test/fixtures/wpt/README.md index 06872e85e556f2..4044b555c7a0d5 100644 --- a/test/fixtures/wpt/README.md +++ b/test/fixtures/wpt/README.md @@ -34,7 +34,7 @@ Last update: - wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/cde25e7e3c/wasm/jsapi - wasm/webapi: https://github.com/web-platform-tests/wpt/tree/fd1b23eeaa/wasm/webapi - web-locks: https://github.com/web-platform-tests/wpt/tree/10a122a6bc/web-locks -- WebCryptoAPI: https://github.com/web-platform-tests/wpt/tree/1d2c5fb36a/WebCryptoAPI +- WebCryptoAPI: https://github.com/web-platform-tests/wpt/tree/ff26d9b307/WebCryptoAPI - webidl/ecmascript-binding/es-exceptions: https://github.com/web-platform-tests/wpt/tree/2f96fa1996/webidl/ecmascript-binding/es-exceptions - webmessaging/broadcastchannel: https://github.com/web-platform-tests/wpt/tree/6495c91853/webmessaging/broadcastchannel - webstorage: https://github.com/web-platform-tests/wpt/tree/1d2c5fb36a/webstorage diff --git a/test/fixtures/wpt/WebCryptoAPI/import_export/okp_importKey_failures_fixtures.js b/test/fixtures/wpt/WebCryptoAPI/import_export/okp_importKey_failures_fixtures.js index cac6db1dcac758..6a7f583e0165c5 100644 --- a/test/fixtures/wpt/WebCryptoAPI/import_export/okp_importKey_failures_fixtures.js +++ b/test/fixtures/wpt/WebCryptoAPI/import_export/okp_importKey_failures_fixtures.js @@ -432,7 +432,7 @@ var mismatchedKtyField = { // The 'kty' field doesn't match the key algorithm. var mismatchedCrvField = { "Ed25519": "X25519", - "X25519": "Ed448", - "Ed448": "X25519", - "X448": "Ed25519", + "X25519": "Ed25519", + "Ed448": "X448", + "X448": "Ed448", } diff --git a/test/fixtures/wpt/versions.json b/test/fixtures/wpt/versions.json index 5c4c0305254155..521ec897f9a7be 100644 --- a/test/fixtures/wpt/versions.json +++ b/test/fixtures/wpt/versions.json @@ -96,7 +96,7 @@ "path": "web-locks" }, "WebCryptoAPI": { - "commit": "1d2c5fb36a6e477c8f915bde7eca027be6abe792", + "commit": "ff26d9b307b981b3f1b88f454268e6bb8933e6c2", "path": "WebCryptoAPI" }, "webidl/ecmascript-binding/es-exceptions": {