Files
sousa-gecko/testing/web-platform/tests/WebCryptoAPI/derive_bits_keys/hkdf.https.any.js
T
Filip Skokan cd37b9bf72 Bug 2024200 [wpt PR 58555] - WebCryptoAPI: refactor helpers to a shared helper file, a=testonly
Automatic update from web-platform-tests
WebCryptoAPI: Refactor helpers to a shared helper file (#58555)
--

wpt-commits: 15f291dc857ea27aa701f61fa21f54505ee2373d
wpt-pr: 58555
2026-03-30 08:03:36 +00:00

17 lines
692 B
JavaScript

// META: title=WebCryptoAPI: deriveBits() and deriveKey() Using HKDF
// META: variant=?1-1000
// META: variant=?1001-2000
// META: variant=?2001-3000
// META: variant=?3001-last
// META: script=../util/helpers.js
// META: script=/common/subset-tests.js
// META: script=hkdf_vectors.js
// META: script=hkdf.js
// Define subtests from a `promise_test` to ensure the harness does not
// complete before the subtests are available. `explicit_done` cannot be used
// for this purpose because the global `done` function is automatically invoked
// by the WPT infrastructure in dedicated worker tests defined using the
// "multi-global" pattern.
promise_test(define_tests, 'setup - define tests');