aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/web-platform-tests/WebCryptoAPI/generateKey/successes_AES-GCM.https.worker.js
blob: 1f6a1bc96e0060efb8ec681fb0dcbb7942734162 (plain) (blame)
1
2
3
4
5
6
7
// META: timeout=long
importScripts("/resources/testharness.js");
importScripts("../util/helpers.js");
importScripts("successes.js");

run_test(["AES-GCM"]);
done();