Files
sousa-gecko/testing/web-platform/tests/WebCryptoAPI/idlharness.tentative.https.any.js
T
Filip Skokan 7c5a538872 Bug 2024303 [wpt PR 58579] - [WebCryptoAPI] Test WebIDL of adjacent WICG drafts, a=testonly
Automatic update from web-platform-tests
[WebCryptoAPI] Test WebIDL of adjacent WICG drafts (#58579)
--

wpt-commits: caebe89c3b243513c4b7e5e8dd2a370e5800bb73
wpt-pr: 58579
2026-03-30 08:04:51 +00:00

18 lines
432 B
JavaScript

// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long
// https://wicg.github.io/webcrypto-secure-curves/
// https://wicg.github.io/webcrypto-modern-algos/
idl_test(
['webcrypto', 'webcrypto-secure-curves', 'webcrypto-modern-algos'],
['html', 'dom'],
idl_array => {
idl_array.add_objects({
Crypto: ['crypto'],
SubtleCrypto: ['crypto.subtle']
});
}
);