We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91248c9 commit de7c453Copy full SHA for de7c453
WebCryptoAPI/idlharness-shadowrealm.window.js
@@ -0,0 +1,10 @@
1
+// META: script=/resources/idlharness-shadowrealm.js
2
+idl_test_shadowrealm(
3
+ ['WebCryptoAPI'],
4
+ ['html', 'dom'],
5
+ idl_array => {
6
+ idl_array.add_objects({
7
+ Crypto: ['crypto'],
8
+ });
9
+ }
10
+);
0 commit comments