summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/WebCryptoAPI/generateKey/successes_HMAC.worker.js
blob: 9dfd30a0dad410e978fa1a4dc8eaf6ccedf423f3 (plain)
1
2
3
4
5
6
7
// <meta> timeout=long
importScripts("/resources/testharness.js");
importScripts("../util/helpers.js");
importScripts("successes.js");

run_test(["HMAC"]);
done();