Automatic update from web-platform-tests WebCryptoAPI: Mark Curve448 tests as tentative for now (#53869) Curve448 is only in WICG/webcrypto-secure-curves for now, not in w3c/webcrypto yet. -- wpt-commits: 7813d38f9b7673283051e5fbef273dcba3720794 wpt-pr: 53869
7 lines
206 B
JavaScript
7 lines
206 B
JavaScript
// META: title=WebCryptoAPI: generateKey() Successful Calls
|
|
// META: timeout=long
|
|
// META: script=../util/helpers.js
|
|
// META: script=/common/subset-tests.js
|
|
// META: script=successes.js
|
|
run_test(["X448"]);
|