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

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