Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/initial-selection
/
.
/
WebCryptoAPI
/
generateKey
/
failures_AES-GCM.worker.js
blob: 1383e5895595cf9972d1a169edcabbf580136e1b [
file
] [
log
] [
blame
] [
edit
]
// META: timeout=long
importScripts
(
"/resources/testharness.js"
);
importScripts
(
"../util/helpers.js"
);
importScripts
(
"failures.js"
);
run_test
([
"AES-GCM"
]);
done
();