Skip to content

Commit de7c453

Browse files
committed
Add idlharness test
1 parent 91248c9 commit de7c453

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)