summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/WebCryptoAPI/idlharness.https.any.js
blob: ae65eb49f2120e1a6d7222a7c0ecc9836c4ff5a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: timeout=long

// https://w3c.github.io/webcrypto/Overview.html

idl_test(
  ['WebCryptoAPI'],
  ['html', 'dom'],
  idl_array => {
    idl_array.add_objects({
      Crypto: ['crypto'],
      SubtleCrypto: ['crypto.subtle']
    });
  }
);