File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 6
6
"skip" : " Not relevant in Node.js context"
7
7
},
8
8
"idlharness.https.any.js" : {
9
- "skip" : " Various non-IDL-compliant things"
9
+ "fail" : {
10
+ "expected" : [
11
+ " Crypto interface: existence and properties of interface object" ,
12
+ " Crypto interface: calling getRandomValues(ArrayBufferView) on crypto with too few arguments must throw TypeError" ,
13
+ " CryptoKey interface: existence and properties of interface object" ,
14
+ " CryptoKey interface: existence and properties of interface prototype object" ,
15
+ " CryptoKey interface: attribute type" ,
16
+ " CryptoKey interface: attribute extractable" ,
17
+ " CryptoKey interface: attribute algorithm" ,
18
+ " CryptoKey interface: attribute usages" ,
19
+ " Window interface: attribute crypto"
20
+ ]
21
+ }
10
22
}
11
23
}
Original file line number Diff line number Diff line change @@ -12,4 +12,6 @@ runner.setInitScript(`
12
12
global.location = {};
13
13
` ) ;
14
14
15
+ runner . pretendGlobalThisAs ( 'Window' ) ;
16
+
15
17
runner . runJsTests ( ) ;
You can’t perform that action at this time.
0 commit comments