blob: f5095cba4f7ac9fcfcb699fdfb7eb95ed170655f [file] [log] [blame] [edit]
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// https://w3c.github.io/webcrypto/Overview.html
idl_test(
['WebCryptoAPI'],
['html', 'dom'],
idl_array => {
idl_array.add_objects({
Crypto: ['crypto'],
SubtleCrypto: ['crypto.subtle']
});
},
'WebCryptoAPI interfaces'
);