Files
sousa-gecko/testing/web-platform/tests/WebCryptoAPI/idlharness.https.any.js
T
Filip Skokan 3802887869 Bug 1964271 [wpt PR 52319] - [WebCryptoAPI] update idlharness test,
Automatic update from web-platform-tests
[WebCryptoAPI] update idlharness test (#52319)

--

wpt-commits: 591c95ce6174690b92833cd92859ce2807714591
wpt-pr: 52319

Differential Revision: https://phabricator.services.mozilla.com/D248822
2025-05-12 09:20:31 +00:00

17 lines
327 B
JavaScript

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