blob: 150228aef0341a67472ceba32592255a23ee4f87 [file] [log] [blame] [edit]
// 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']
});
}
);