summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/WebCryptoAPI/idlharness.https.any.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testing/web-platform/tests/WebCryptoAPI/idlharness.https.any.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/tests/WebCryptoAPI/idlharness.https.any.js b/testing/web-platform/tests/WebCryptoAPI/idlharness.https.any.js
new file mode 100644
index 0000000000..ae65eb49f2
--- /dev/null
+++ b/testing/web-platform/tests/WebCryptoAPI/idlharness.https.any.js
@@ -0,0 +1,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']
+ });
+ }
+);