1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-10 10:28:34 +00:00
Files
UXP/testing/web-platform/tests/WebCryptoAPI/generateKey/failures_RSA-OAEP.worker.js
T

6 lines
165 B
JavaScript

// <meta> timeout=long
importScripts("/resources/testharness.js");
importScripts("../util/helpers.js");
importScripts("failures.js");
run_test(["RSA-OAEP"]);
done();