Skip to content

Commit caebe89

Browse files
authored
[WebCryptoAPI] Test WebIDL of adjacent WICG drafts (#58579)
1 parent 089bd1b commit caebe89

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// META: script=/resources/WebIDLParser.js
2+
// META: script=/resources/idlharness.js
3+
// META: timeout=long
4+
5+
// https://wicg.github.io/webcrypto-secure-curves/
6+
// https://wicg.github.io/webcrypto-modern-algos/
7+
8+
idl_test(
9+
['webcrypto', 'webcrypto-secure-curves', 'webcrypto-modern-algos'],
10+
['html', 'dom'],
11+
idl_array => {
12+
idl_array.add_objects({
13+
Crypto: ['crypto'],
14+
SubtleCrypto: ['crypto.subtle']
15+
});
16+
}
17+
);

0 commit comments

Comments
 (0)