summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/WebCryptoAPI/generateKey/failures_AES-CBC.worker.js
blob: 2094bef582fe479e4641e573a72f45fa0ed98372 (plain)
1
2
3
4
5
6
// <meta> timeout=long
importScripts("/resources/testharness.js");
importScripts("../util/helpers.js");
importScripts("failures.js");
run_test(["AES-CBC"]);
done();