aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/WebCryptoAPI/generateKey/failures_ECDSA.worker.js
blob: a1f471141de052643c42609f089876498d1c624f (plain) (blame)
1
2
3
4
5
6
// META: timeout=long
importScripts("/resources/testharness.js");
importScripts("../util/helpers.js");
importScripts("failures.js");
run_test(["ECDSA"]);
done();