diff options
Diffstat (limited to 'testing/web-platform/tests/xhr')
-rw-r--r-- | testing/web-platform/tests/xhr/send-data-sharedarraybuffer.any.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/web-platform/tests/xhr/send-data-sharedarraybuffer.any.js b/testing/web-platform/tests/xhr/send-data-sharedarraybuffer.any.js index 79774c3d30..a87160c56b 100644 --- a/testing/web-platform/tests/xhr/send-data-sharedarraybuffer.any.js +++ b/testing/web-platform/tests/xhr/send-data-sharedarraybuffer.any.js @@ -13,7 +13,7 @@ test(() => { ["Int8Array", "Uint8Array", "Uint8ClampedArray", "Int16Array", "Uint16Array", "Int32Array", "Uint32Array", "BigInt64Array", "BigUint64Array", - "Float32Array", "Float64Array", "DataView"].forEach((type) => { + "Float16Array", "Float32Array", "Float64Array", "DataView"].forEach((type) => { test(() => { const xhr = new XMLHttpRequest(); // See https://github.com/whatwg/html/issues/5380 for why not `new SharedArrayBuffer()` |