summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/WebCryptoAPI/generateKey/failures_RSA-OAEP.worker.js
blob: 90523a9fb9dccc4a05ec0978e7d3c6e478d503bf (plain)
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();