aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/WebCryptoAPI/generateKey/failures_RSA-OAEP.https.worker.js
blob: 39de6d6efecf7d28f9113cd44ea03749f65daf11 (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-OAEP"]);
done();