Skip to content

Commit bda4c31

Browse files
committed
fixup! test: update FileAPI tests from WPT
1 parent 4714dbc commit bda4c31

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/wpt/status/FileAPI/blob.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"Getters and value conversions should happen in order until an exception is thrown.",
1313
"options properties should be accessed in lexicographic order.",
1414
"Arguments should be evaluated from left to right."
15+
],
16+
"flaky": [
17+
"Passing typed arrays as elements of the blobParts array should work.",
18+
"Passing a Float16Array as element of the blobParts array should work.",
19+
"Passing a Float64Array as element of the blobParts array should work.",
20+
"Passing BigInt typed arrays as elements of the blobParts array should work."
1521
]
1622
}
1723
},

0 commit comments

Comments
 (0)