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