1// META: script=/resources/WebIDLParser.js 2// META: script=/resources/idlharness.js 3// META: timeout=long 4 5// https://w3c.github.io/webcrypto/Overview.html 6 7idl_test( 8 ['WebCryptoAPI'], 9 ['html', 'dom'], 10 idl_array => { 11 idl_array.add_objects({ 12 Crypto: ['crypto'], 13 SubtleCrypto: ['crypto.subtle'] 14 }); 15 } 16); 17