Automatic update from web-platform-tests [WebCryptoAPI] Test WebIDL of adjacent WICG drafts (#58579) -- wpt-commits: caebe89c3b243513c4b7e5e8dd2a370e5800bb73 wpt-pr: 58579
18 lines
432 B
JavaScript
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']
|
|
});
|
|
}
|
|
);
|