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
17 lines
327 B
JavaScript
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']
|
|
});
|
|
}
|
|
);
|