File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 66 "skip" : " Not relevant in Node.js context"
77 },
88 "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+ }
1022 }
1123}
Original file line number Diff line number Diff line change @@ -12,4 +12,6 @@ runner.setInitScript(`
1212 global.location = {};
1313` ) ;
1414
15+ runner . pretendGlobalThisAs ( 'Window' ) ;
16+
1517runner . runJsTests ( ) ;
You can’t perform that action at this time.
0 commit comments