• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// META: title=WebCryptoAPI: deriveBits() and deriveKey() Using PBKDF2
2// META: timeout=long
3// META: variant=?1-1000
4// META: variant=?1001-2000
5// META: variant=?2001-3000
6// META: variant=?3001-4000
7// META: variant=?4001-5000
8// META: variant=?5001-6000
9// META: variant=?6001-7000
10// META: variant=?7001-8000
11// META: variant=?8001-last
12// META: script=/common/subset-tests.js
13// META: script=pbkdf2_vectors.js
14// META: script=pbkdf2.js
15
16// Define subtests from a `promise_test` to ensure the harness does not
17// complete before the subtests are available. `explicit_done` cannot be used
18// for this purpose because the global `done` function is automatically invoked
19// by the WPT infrastructure in dedicated worker tests defined using the
20// "multi-global" pattern.
21promise_test(define_tests, 'setup - define tests');
22