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