File tree Expand file tree Collapse file tree 5 files changed +20
-0
lines changed Expand file tree Collapse file tree 5 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 1717        " ArrayBuffer elements of the blobParts array should be supported." 
1818        " Passing typed arrays as elements of the blobParts array should work." 
1919        " Passing a Float64Array as element of the blobParts array should work." 
20+         " Passing a Float16Array as element of the blobParts array should work." 
2021        " Passing BigInt typed arrays as elements of the blobParts array should work." 
2122        " Array with two blobs" 
2223        " Array with two buffers" 
Original file line number Diff line number Diff line change 44  },
55  "historical.any.js" : {
66    "skip" : " Not relevant in Node.js context" 
7+   },
8+   "getRandomValues.any.js" : {
9+     "fail" : {
10+       "note" : " These types do not exist in Node.js" 
11+       "expected" : [
12+         " Float16 arrays" 
13+         " Float arrays" 
14+         " DataView" 
15+       ]
16+     }
717  }
818}
Original file line number Diff line number Diff line change 11{
22  "negative-settimeout.any.js" : {
33    "skip" : " unreliable in Node.js; Refs: https://github.com/nodejs/node/issues/37672" 
4+   },
5+   "evil-spec-example.any.js" : {
6+     "skip" : " Node.js does not support a string as a parameter to setTimeout" 
47  }
58}
Original file line number Diff line number Diff line change 2020  "buffered-flag.any.js" : {
2121    "skip" : " Browser-specific test" 
2222  },
23+   "delivery-type.tentative.any.js" : {
24+     "skip" : " Browser-specific test" 
25+   },
2326  "idlharness.any.js" : {
2427    "fail" : {
2528      "expected" : [
Original file line number Diff line number Diff line change 88  "localstorage-cross-origin-iframe.tentative.https.window.js" : {
99    "skip" : " iframes are not supported in Node.js." 
1010  },
11+   "localstorage-cross-origin-iframe.https.window.js" : {
12+     "skip" : " iframes are not supported in Node.js." 
13+   },
1114  "storage_local_window_open.window.js" : {
1215    "skip" : " window.open() is not supported in Node.js." 
1316  },
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments