Skip to content

Commit

Permalink
update statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
avivkeller committed Aug 20, 2024
1 parent 820aac6 commit ecac600
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/wpt/status/FileAPI/blob.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"ArrayBuffer elements of the blobParts array should be supported.",
"Passing typed arrays as elements of the blobParts array should work.",
"Passing a Float64Array as element of the blobParts array should work.",
"Passing a Float16Array as element of the blobParts array should work.",
"Passing BigInt typed arrays as elements of the blobParts array should work.",
"Array with two blobs",
"Array with two buffers",
Expand Down
3 changes: 3 additions & 0 deletions test/wpt/status/webstorage.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"localstorage-cross-origin-iframe.tentative.https.window.js": {
"skip": "iframes are not supported in Node.js."
},
"localstorage-cross-origin-iframe.https.window.js": {
"skip": "iframes are not supported in Node.js."
},
"storage_local_window_open.window.js": {
"skip": "window.open() is not supported in Node.js."
},
Expand Down

0 comments on commit ecac600

Please sign in to comment.