| // META: script=/resources/WebIDLParser.js | |
| // META: script=/resources/idlharness.js | |
| // META: timeout=long | |
| // https://wicg.github.io/webcrypto-secure-curves/ | |
| // https://wicg.github.io/webcrypto-modern-algos/ | |
| idl_test( | |
| ['webcrypto', 'webcrypto-secure-curves', 'webcrypto-modern-algos'], | |
| ['html', 'dom'], | |
| idl_array => { | |
| idl_array.add_objects({ | |
| Crypto: ['crypto'], | |
| SubtleCrypto: ['crypto.subtle'] | |
| }); | |
| } | |
| ); |