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