blob: 1cc34547acbf5c994d1c145c71b020ef1988969f [file] [log] [blame] [edit]
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long
// META: global=window,dedicatedworker,shadowrealm-in-window
// https://w3c.github.io/webcrypto/Overview.html
idl_test(
['WebCryptoAPI'],
['html', 'dom'],
idl_array => {
idl_array.add_objects({
Crypto: ['crypto'],
SubtleCrypto: ['crypto.subtle']
});
}
);