mirror of
https://github.com/servo/servo.git
synced 2025-06-27 02:23:41 +01:00
16 lines
337 B
JavaScript
16 lines
337 B
JavaScript
// 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'
|
|
);
|