summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/WebCryptoAPI/generateKey/failures_HMAC.worker.js
blob: 94cdb731f909451dd6bbee472f960051db1bb87d (plain)
1
2
3
4
5
6
// <meta> timeout=long
importScripts("/resources/testharness.js");
importScripts("../util/helpers.js");
importScripts("failures.js");
run_test(["HMAC"]);
done();