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

run_test(["RSA-PSS"]);
done();