summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/WebCryptoAPI/generateKey/successes_RSA-OAEP.worker.js
blob: a9ed367a2baca87fe28ce2d81793a46be8f7fbb0 (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-OAEP"]);
done();